aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ss
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug in the secure getenv function so that the ss library will correntlyTheodore Ts'o2005-05-082-2/+7
| | | | | | | honor the PAGER and SS_READLINE_PATH environtment variables, and the test_io io_manager in the ext2fs library honors the TEST_IO_LOGFILE, TEST_IO_FLAGS, TEST_IO_BLOCK, and TEST_IO_READ_ABORT environment variables.
* Fix typo so that we actually ignore environment variables when gid != egid.Theodore Ts'o2005-04-161-1/+1
|
* Add paranoia checks into the blkid, ext2fs, and ss libraries to ignoreTheodore Ts'o2005-04-064-2/+39
| | | | | | | | | | environment variables if the libraries are called from setuid or setguid programs, or if kernel believes that the process is not eligible to create a core dump. In addition, if the libc has __secure_getenv(), use it so that the libc can also do any additional limitations regarding when libraries can trust environment variables (i.e., to integrate with systems like SELinux and Posix capabilities).
* Update for the e2fsprogs 1.37 release.Theodore Ts'o2005-03-211-0/+4
|
* Update for release of e2fsprogs 1.36.Theodore Ts'o2005-02-051-0/+4
|
* Remove *.pc files on a "make distclean"Theodore Ts'o2005-02-052-2/+7
| | | | | Remove emacs backup files in tests/Makefile on a "make clean"
* Add pkg-config files to e2fsprogs's libraries.Theodore Ts'o2005-01-263-5/+28
|
* Makefile.in: Fix the kernel compile-time echo commands to beTheodore Ts'o2005-01-192-1/+6
| | | | | consistent and portable
* Add install-strip and install-shlibs-strip targetsTheodore Ts'o2004-12-152-11/+20
| | | | | | | Use Linux-kernel-style makefile output for "make install" Update intl/Makefile.in to version from gettext 0.14.1
* Use MKINSTALLDIRS macro so that the Makefiles can find the scriptTheodore Ts'o2004-12-142-2/+8
| | | | | | | | | | | | correctly. Update Makefile dependencies. Update "make depend" production so that it filters out comments inserted by newer gcc compilers. Remove sync from e2fsck's "make all" target.
* Use Linux-kernel-style makefile output to make it easier to Theodore Ts'o2004-11-302-9/+18
| | | | | see errors/warnings.
* Remove the a.out DLL support, since it's been obsolete and unmaintainedTheodore Ts'o2004-11-197-216/+0
| | | | | for a long time now.
* Remove XSI:isms for greater portability. (Addresses Theodore Ts'o2004-09-172-2/+7
| | | | | Debian Bug #255589)
* Remove .cvsignore files; they were out of date, and causes lintianTheodore Ts'o2004-05-051-5/+0
| | | | | to flame about their presence in the source tarball.
* Patch from Brian Bergstrand to use the correct -fPIC flag forTheodore Ts'o2004-02-292-1/+6
| | | | | | Darwin in order to get rid of the compiler warning.
* Update version number for e2fsprogs 1.35 release.Theodore Ts'o2004-02-281-0/+4
|
* Fix gcc -Wall nitpicksTheodore Ts'o2003-12-075-32/+44
|
* Update for 1.34 release.Theodore Ts'o2003-07-261-0/+4
|
* Update makefile dependencies.Theodore Ts'o2003-07-231-2/+1
|
* Update for 1.33 release.Theodore Ts'o2003-04-211-0/+4
| | | | | | | | | Fix typo's in README.subset Change debian control file so it doesn't bomb out if the EVMS FSIM is not there, since it is not built on the Hurd. Resolves Debian bug #189687.
* Add portability enhancements for Cygwin32 environment.Theodore Ts'o2003-04-132-1/+7
|
* Use the SS_READLINE_PATH environment variable to control the searchTheodore Ts'o2003-04-112-5/+39
| | | | | | for a suitable readine library. As a default, try using libreadline, libedit, and libeditline.
* Update dependencies of ss/MakefileTheodore Ts'o2003-03-301-13/+15
|
* Change compile_et to generate header files that use <et/com_err.h>Theodore Ts'o2003-03-3014-197/+53
| | | | | | | | | | | | instead of <com_err.h>, so the current version of the header file is used. Add a --build-tree option to compile_et to make sure that it uses the et_?.awk files from the build tree. Remove legacy support for varargs.h, K&R C, and pre-POSIX signal support. Also fixed gcc -Wall nits.
* Update dependency information in MakefilesTheodore Ts'o2003-03-161-0/+2
|
* Update debian files to support the blkid library, and to fix a numberTheodore Ts'o2003-03-163-0/+62
| | | | | | | of Lintian warnings. Added mk_cmds man page.
* Add to the ss (subsystem) library the ability to dynamically linkTheodore Ts'o2003-03-167-18/+209
| | | | | to the readline library if it is present in the system.
* Update files for 1.32 release.Theodore Ts'o2002-11-091-0/+4
|
* Update files for 1.31 release.Theodore Ts'o2002-11-081-0/+4
|
* Update files for 1.30 release.Theodore Ts'o2002-11-011-0/+4
|
* Update for 1.29 release.Theodore Ts'o2002-09-241-0/+4
|
* Update changelogs for 1.28 releaseTheodore Ts'o2002-08-311-0/+4
|
* Added amusing political correctness quote.Theodore Ts'o2002-07-071-0/+9
|
* Update for 1.27 release.Theodore Ts'o2002-03-081-0/+4
|
* Fix various gcc -Wall complaints.Theodore Ts'o2002-03-077-10/+36
|
* Update Changelog messages to use tytso@mit.edu for all addresses Theodore Ts'o2002-02-261-2/+2
| | | | | | after September 7, 2001. (Forgot to update my emacs file to get rid of the tytso@valinux.com address. Oops.)
* Lots of small random portability fixes to make e2fsprogs buildTheodore Ts'o2002-02-122-2/+8
| | | | | | under AIX --- even without the 5L compatibility toolkit, and even using the uber-crippled AIX native C compiler.
* Update files for 1.26 release.Theodore Ts'o2002-02-031-0/+4
|
* Update changelogs for 1.25 release.Theodore Ts'o2001-09-201-0/+4
|
* Make compile_et and mk_cmds safe from directory pathnames that Theodore Ts'o2001-09-162-14/+19
| | | | | contain spaces.
* Update for 1.24a releaseTheodore Ts'o2001-09-041-0/+4
|
* Update for 1.24 release.Theodore Ts'o2001-08-311-0/+4
|
* Add missing log entry showing when we released e2fsprogs 1.23Theodore Ts'o2001-08-271-0/+4
|
* Update changelogs for 1.22.Theodore Ts'o2001-06-231-0/+4
|
* ChangeLog:Theodore Ts'o2001-06-161-0/+4
| | | | | Update for 1.21 release.
* ChangeLog:Theodore Ts'o2001-06-021-1/+1
| | | | | Fix typo in ChangeLog.
* ChangeLog, wordwrap.pl:Theodore Ts'o2001-06-011-0/+5
| | | | | | | | Makefile.in: Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in. wordwrap.pl: Add some rules which help fix up the dependencies. Many files: Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in.
* e2fsprogs.lsm, version.h:Theodore Ts'o2001-05-251-0/+4
| | | | | | | Update version string for 1.20 release ChangeLog: Update Changelogs for 1.20 release.
* Many files:Theodore Ts'o2000-12-091-2/+2
| | | | | | | | | | | | | | | | | jfs_e2fsck.h, jfs_user.h: Replaces jfs_compat.h. The jfs.h file has been moved to the include/linux directory. journal.c, revoke.c, recovery.c: Updated files from Stephen to support the V2 superblock and revoke processing. The journal.c and revoke.c files are copies from the ext3 kernel source. Makefile.in: Added revoke.c to the list of source/object files. Makefile.in: Fix up some mistakes in the source file list, and regenerate the dependencies. Update Makefile dependencies. ChangeLog, jfs.h: jfs.h: Remove excess #include of JFS_DEBUG. Not needed for e2fsprogs, since we optioanlly define it in the configuration file system.
* configure.in:Theodore Ts'o2000-07-131-0/+4
| | | | | | | | | | | | | | | | | | | | Commit this file for future use; contains a configure.in script for when libuuid gets separtead out into its own package. libext2fs.texinfo: Update version numbers for 1.19 release. TODO: Commit TODO list for 1.19 release. README: Update file for 1.19 release. ChangeLog, e2fsprogs.spec: e2fsprogs.spec: Merge in a few changes from the Red Hat 6.2 spec file, now that we're using a modern rpm to build e2fsprogs. Also updated version number to 1.19. version.h: Update version number for 1.19 release. ChangeLog: Check in changes for 1.19 release.