summaryrefslogtreecommitdiff
path: root/lib/e2p/iod.c
AgeCommit message (Collapse)AuthorFilesLines
2008-09-01libe2p: Fix potential core-dumping bug in iterate_on_dir()Theodore Ts'o1-3/+3
iterate_on_dir() can try to copy too much data from the directory entry, resulting in a crash. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-1/+1
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-10-22libe2p: Change iterate_on_dir so that it counts non-zero returnsTheodore Ts'o1-3/+4
To allow error messages to be reflected up, if the callback function returns a non-zero value, bump a counter and return the number of times the callback function signals an error by returning a non-zero status code. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2003-07-06Fixx gcc -Wall nitpicks.Theodore Ts'o1-0/+1
2003-04-19Fix gcc -Wall warnings.Theodore Ts'o1-0/+1
2003-04-13Add portability enhancements for Cygwin32 environment.Theodore Ts'o1-3/+5
2002-07-14Various portability fixes which should help out HURD. Theodore Ts'o1-36/+38
The iterate_on_dir function in libe2p has been changed to be more general, so it relies less on the layout of struct dirent. We also make sure the errno returned by the ioctl is returned by fgetversion() and fsetversion().
1997-04-26Many files:Theodore Ts'o1-8/+32
Checked in e2fsprogs 0.5c
1997-04-26Many files:Theodore Ts'o1-0/+42
Checkin of e2fsprogs 0.5b