1. 9b36ce0 libss: fix potential buffer overrun in list_rqs by Theodore Ts'o · 10 years ago
  2. b7ef62b libss: fix potential null dereference if realloc() fails by Theodore Ts'o · 11 years ago
  3. 1fc70c1 libss: fix memory leak if realloc() fails in ss_parse() by Theodore Ts'o · 11 years ago
  4. 1d1f708 libss: fix potential memory leak on realloc() failure by Theodore Ts'o · 11 years ago
  5. 191a03a libss: fix potential memory leak on realloc() failure by Theodore Ts'o · 11 years ago
  6. 6c59a66 configure: fix --with-diet-libc by Theodore Ts'o · 11 years ago
  7. f404167 Clean up sparse warnings by Theodore Ts'o · 11 years ago
  8. e46c187 libss: fix memory handling errors by Darrick J. Wong · 11 years ago
  9. dc9da63 libss: fix fd error handling by Darrick J. Wong · 11 years ago
  10. 832cb61 e2fsprogs: add (optional) sparse checking to the build by Darrick J. Wong · 11 years ago
  11. 1ad3174 Try to use secure_getenv() in preference to __secure_getenv() by Theodore Ts'o · 11 years ago
  12. d5aa6a8 Put ELF_OTHER_LIBS in the right place for the linker by Theodore Ts'o · 12 years ago
  13. ae06582 Change pkg-config files so that both <et/com_err.h> and <com_err.h> work by Theodore Ts'o · 12 years ago
  14. 8a1da3c5 debugfs: use ss_safe_getenv() instead of getenv() by Theodore Ts'o · 12 years ago
  15. d1154eb Shorten compile commands run by the build system by Theodore Ts'o · 13 years ago
  16. 822c10e libcom_err: Only output ^M when tty is in raw mode by Theodore Ts'o · 14 years ago
  17. 4e79a19 libss: add newer libreadline to dlopen path by Eric Sandeen · 15 years ago
  18. 06ef971 libss: initialize function pointer for readline_shutdown() by Theodore Ts'o · 15 years ago
  19. c13351f Add support for configure --enable-verbose-makecmds by Theodore Ts'o · 15 years ago
  20. a6a1c08 Fix Makefile dependencies for libcom_err by Theodore Ts'o · 15 years ago
  21. 935a123 libss: Fix warn_unused_result warnings from gcc by Theodore Ts'o · 15 years ago
  22. 9ea6882 libss: ss_execute_line: reflect any error codes from system() to the caller by Theodore Ts'o · 15 years ago
  23. 671326f libss: Avoid leak upon failed realloc in ss_add_request_table() by Jim Meyering · 15 years ago
  24. 45e338f remove useless if-before-free tests by Jim Meyering · 15 years ago
  25. 5299580 Use format strings directly to prevent -Werror=format-security failures by Theodore Ts'o · 16 years ago
  26. 97be89b Fix pkg-config files: use Requires.private and fix the include directory by Theodore Ts'o · 16 years ago
  27. efc6f62 Remove trailing whitespace for the entire source tree by Theodore Ts'o · 16 years ago
  28. f56aa6e Don't assume that /bin/true is always in /bin by Theodore Ts'o · 16 years ago
  29. 2a7bfe8 Flush stdio buffers before calling setbuf() by Theodore Ts'o · 16 years ago
  30. 318824c Fix Solaris shell script portability issues by Theodore Ts'o · 16 years ago
  31. 81f6857 Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ss by Theodore Ts'o · 16 years ago
  32. a91b3f3 Merge branch 'maint' by Theodore Ts'o · 16 years ago
  33. 6a141f2 Fix non-POSIX ">&" in the Makefile for lib/ss's "make check" rule by Theodore Ts'o · 16 years ago
  34. fef2b38 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  35. 0cfde3d libss: Remove unnecessary Makefile dependency for test_ss by Theodore Ts'o · 17 years ago
  36. b689b8d Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  37. bef4060 libss: Fix "make check" test case to work portably by Theodore Ts'o · 17 years ago
  38. e6a4571 Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
  39. 1113bf7 libss: Fix parallel build failure by Theodore Ts'o · 17 years ago
  40. 33b9283 Fix errors in test_ss.c so it can be an example application and test case by Theodore Ts'o · 17 years ago
  41. 7b7370b blkid.pc, ss.pc: Move private libs from "Libs:" to "Libs.private:" by Dmitry V. Levin · 17 years ago
  42. 424a3e4 Remove Changelog files since they're not used after the git migration by Theodore Ts'o · 17 years ago
  43. 4b4df79 Make it clear in an error message that it is mk_cmds that is complaining by Theodore Ts'o · 17 years ago
  44. d7b6472 Update Release Notes, Changelogs, version.h, etc. for 1.40 release by Theodore Ts'o · 17 years ago
  45. f19c46d [COVERITY] Fix memory leak in libss (ss_execute_line) by Brian Behlendorf · 17 years ago
  46. d2021de [COVERITY] Fix bad error checking for NULL parameter in ss library by Brian Behlendorf · 17 years ago
  47. 83732f1 Add libreadline.so.5 to the list of readline libraries used by libss by Theodore Ts'o · 18 years ago
  48. 05155f9 Set local environment variables to C so mk_cmds and compile_et always work by Theodore Ts'o · 18 years ago
  49. b6b65c3 Add datarootdir definition for compatibility with autoconf 2.60 by Theodore Ts'o · 18 years ago
  50. 3f5ef96 Create the generated files read-only to remind developers not to edit them. by Andreas Dilger · 18 years ago
  51. 3ded50b Address parallel build problem in the library Makefiles by Theodore Ts'o · 19 years ago
  52. 583d1f8 Fix false positives from valgrind: prctl(PR_GET_DUMPABLE) by Theodore Ts'o · 19 years ago
  53. 1f965c8 Update for e2fsprogs 1.38 release. by Theodore Ts'o · 19 years ago
  54. 3af0a45 Fix bug in the secure getenv function so that the ss library will corrently by Theodore Ts'o · 19 years ago
  55. 09f3eba Fix typo so that we actually ignore environment variables when gid != egid. by Theodore Ts'o · 19 years ago
  56. 762c7c6 Add paranoia checks into the blkid, ext2fs, and ss libraries to ignore by Theodore Ts'o · 19 years ago
  57. fd4b28e Update for the e2fsprogs 1.37 release. by Theodore Ts'o · 19 years ago
  58. 3eee5e9 Update for release of e2fsprogs 1.36. by Theodore Ts'o · 19 years ago
  59. b7aa0d6 Remove *.pc files on a "make distclean" by Theodore Ts'o · 19 years ago
  60. e644186 Add pkg-config files to e2fsprogs's libraries. by Theodore Ts'o · 20 years ago
  61. 8800c73 Makefile.in: Fix the kernel compile-time echo commands to be by Theodore Ts'o · 20 years ago
  62. 522798d Add install-strip and install-shlibs-strip targets by Theodore Ts'o · 20 years ago
  63. 6d40227 Use MKINSTALLDIRS macro so that the Makefiles can find the script correctly. by Theodore Ts'o · 20 years ago
  64. 47204ff Use Linux-kernel-style makefile output to make it easier to by Theodore Ts'o · 20 years ago
  65. 2b5901d Remove the a.out DLL support, since it's been obsolete and unmaintained by Theodore Ts'o · 20 years ago
  66. 56eb4d4 Remove XSI:isms for greater portability. (Addresses Debian Bug #255589) by Theodore Ts'o · 20 years ago
  67. aa5c0a4 Remove .cvsignore files; they were out of date, and causes lintian by Theodore Ts'o · 20 years ago
  68. 434661f Patch from Brian Bergstrand to use the correct -fPIC flag for by Theodore Ts'o · 20 years ago
  69. b70b116 Update version number for e2fsprogs 1.35 release. by Theodore Ts'o · 20 years ago
  70. 5443492 Fix gcc -Wall nitpicks by Theodore Ts'o · 21 years ago
  71. 9c7ec17 Update for 1.34 release. by Theodore Ts'o · 21 years ago
  72. c6df04b Update makefile dependencies. by Theodore Ts'o · 21 years ago
  73. 71df0dc Update for 1.33 release. by Theodore Ts'o · 21 years ago
  74. fff4548 Add portability enhancements for Cygwin32 environment. by Theodore Ts'o · 21 years ago
  75. 9d51b61 Use the SS_READLINE_PATH environment variable to control the search by Theodore Ts'o · 21 years ago
  76. 72d272a Update dependencies of ss/Makefile by Theodore Ts'o · 21 years ago
  77. 91835c1 Change compile_et to generate header files that use <et/com_err.h> by Theodore Ts'o · 21 years ago
  78. 6cca7ba Update dependency information in Makefiles by Theodore Ts'o · 21 years ago
  79. 6fe7d11 Update debian files to support the blkid library, and to fix a number by Theodore Ts'o · 21 years ago
  80. 3ae497e Add to the ss (subsystem) library the ability to dynamically link by Theodore Ts'o · 21 years ago
  81. 3851301 Update files for 1.32 release. by Theodore Ts'o · 22 years ago
  82. ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
  83. 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago
  84. c663305 Update for 1.29 release. by Theodore Ts'o · 22 years ago
  85. 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
  86. 4e9bf7f Added amusing political correctness quote. by Theodore Ts'o · 22 years ago
  87. a8e7724 Update for 1.27 release. by Theodore Ts'o · 22 years ago
  88. 546a1ff Fix various gcc -Wall complaints. by Theodore Ts'o · 22 years ago
  89. 57173d0 Update Changelog messages to use tytso@mit.edu for all addresses by Theodore Ts'o · 22 years ago
  90. 7d4343d Lots of small random portability fixes to make e2fsprogs build by Theodore Ts'o · 22 years ago
  91. a5f3f5c Update files for 1.26 release. by Theodore Ts'o · 22 years ago
  92. fbf9111 Update changelogs for 1.25 release. by Theodore Ts'o · 23 years ago
  93. 7eb0669 Make compile_et and mk_cmds safe from directory pathnames that contain spaces. by Theodore Ts'o · 23 years ago
  94. fb70775 Update for 1.24a release by Theodore Ts'o · 23 years ago
  95. 109624a Update for 1.24 release. by Theodore Ts'o · 23 years ago
  96. 943ed87 Add missing log entry showing when we released e2fsprogs 1.23 by Theodore Ts'o · 23 years ago
  97. 6796013 Update changelogs for 1.22. by Theodore Ts'o · 23 years ago
  98. f4f75ba ChangeLog: Update for 1.21 release. by Theodore Ts'o · 23 years ago
  99. 36a23e1 ChangeLog: Fix typo in ChangeLog. by Theodore Ts'o · 23 years ago
  100. 797f5ef ChangeLog, wordwrap.pl: by Theodore Ts'o · 23 years ago