summaryrefslogtreecommitdiff
path: root/lib/ss
AgeCommit message (Expand)AuthorFilesLines
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o15-23/+43
2010-05-15libcom_err: Only output ^M when tty is in raw modeTheodore Ts'o1-2/+2
2010-02-05libss: add newer libreadline to dlopen pathEric Sandeen1-1/+1
2009-11-12libss: initialize function pointer for readline_shutdown()Theodore Ts'o1-0/+1
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-38/+38
2009-07-01Fix Makefile dependencies for libcom_errTheodore Ts'o1-1/+1
2009-04-22libss: Fix warn_unused_result warnings from gccTheodore Ts'o1-1/+20
2009-04-22libss: ss_execute_line: reflect any error codes from system() to the callerTheodore Ts'o1-2/+6
2009-03-08libss: Avoid leak upon failed realloc in ss_add_request_table()Jim Meyering1-3/+4
2009-03-08remove useless if-before-free testsJim Meyering1-2/+1
2009-01-20Use format strings directly to prevent -Werror=format-security failuresTheodore Ts'o1-2/+2
2008-09-02Fix pkg-config files: use Requires.private and fix the include directoryTheodore Ts'o1-2/+2
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o6-24/+24
2008-07-14Don't assume that /bin/true is always in /binTheodore Ts'o1-1/+1
2008-07-13Flush stdio buffers before calling setbuf()Theodore Ts'o1-0/+2
2008-07-13Fix Solaris shell script portability issuesTheodore Ts'o1-3/+3
2008-06-07Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ssTheodore Ts'o1-1/+1
2008-04-17Merge branch 'maint'Theodore Ts'o1-1/+1
2008-04-09Fix non-POSIX ">&" in the Makefile for lib/ss's "make check" ruleTheodore Ts'o1-1/+1
2008-01-01Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2008-01-01libss: Remove unnecessary Makefile dependency for test_ssTheodore Ts'o1-1/+1
2007-12-17Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2007-12-15libss: Fix "make check" test case to work portablyTheodore Ts'o1-1/+1
2007-12-09Merge branch 'maint' into nextTheodore Ts'o5-103/+170
2007-12-02libss: Fix parallel build failureTheodore Ts'o1-0/+2
2007-12-02Fix errors in test_ss.c so it can be an example application and test caseTheodore Ts'o5-103/+168
2007-11-01blkid.pc, ss.pc: Move private libs from "Libs:" to "Libs.private:"Dmitry V. Levin1-1/+2
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-490/+0
2007-06-30Make it clear in an error message that it is mk_cmds that is complainingTheodore Ts'o1-1/+1
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o1-0/+4
2007-03-21[COVERITY] Fix memory leak in libss (ss_execute_line)Brian Behlendorf2-1/+11
2007-03-19[COVERITY] Fix bad error checking for NULL parameter in ss libraryBrian Behlendorf2-1/+6
2006-11-17Add libreadline.so.5 to the list of readline libraries used by libssTheodore Ts'o2-1/+6
2006-11-12Set local environment variables to C so mk_cmds and compile_et always workTheodore Ts'o2-0/+18
2006-10-22Add datarootdir definition for compatibility with autoconf 2.60Theodore Ts'o2-0/+6
2006-08-05Create the generated files read-only to remind developers not to edit them.Andreas Dilger2-1/+7
2005-12-10Address parallel build problem in the library MakefilesTheodore Ts'o2-0/+8
2005-07-25Fix false positives from valgrind: prctl(PR_GET_DUMPABLE)Theodore Ts'o2-2/+8
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o1-0/+4
2005-05-08Fix bug in the secure getenv function so that the ss library will correntlyTheodore Ts'o2-2/+7
2005-04-16Fix typo so that we actually ignore environment variables when gid != egid.Theodore Ts'o1-1/+1
2005-04-06Add paranoia checks into the blkid, ext2fs, and ss libraries to ignoreTheodore Ts'o4-2/+39
2005-03-21Update for the e2fsprogs 1.37 release.Theodore Ts'o1-0/+4
2005-02-05Update for release of e2fsprogs 1.36.Theodore Ts'o1-0/+4
2005-02-05Remove *.pc files on a "make distclean"Theodore Ts'o2-2/+7
2005-01-26Add pkg-config files to e2fsprogs's libraries.Theodore Ts'o3-5/+28
2005-01-19Makefile.in: Fix the kernel compile-time echo commands to beTheodore Ts'o2-1/+6
2004-12-15Add install-strip and install-shlibs-strip targetsTheodore Ts'o2-11/+20
2004-12-14Use MKINSTALLDIRS macro so that the Makefiles can find the scriptTheodore Ts'o2-2/+8
2004-11-30Use Linux-kernel-style makefile output to make it easier to Theodore Ts'o2-9/+18