summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-01-11*** empty log message ***Jim Meyering
2006-01-11(fchmodat, fchownat): Declare.Jim Meyering
2006-01-11(fchownat): New function.Jim Meyering
2006-01-11(fchmodat): New file and function.Jim Meyering
2006-01-11*** empty log message ***Jim Meyering
2006-01-11(OP): Remove useless space-before-TAB.Jim Meyering
2006-01-10Sync from gnulib.Paul Eggert
2006-01-10Update copyright year.Paul Eggert
2006-01-10Remove stray "lib/"s in previous change.Paul Eggert
2006-01-10Sync from gnulib.Paul Eggert
2006-01-10*** empty log message ***Jim Meyering
2006-01-10Avoid the double-free (first in fts_read, second in fts_close) thatJim Meyering
2006-01-10*** empty log message ***Jim Meyering
2006-01-09fix typo in commentJim Meyering
2006-01-06*** empty log message ***Jim Meyering
2006-01-06(COPYRIGHT_YEAR): Update to 2006.Jim Meyering
2006-01-04.Jim Meyering
2006-01-04(tzname): Don't declare if it is already #defined.Paul Eggert
2006-01-04*** empty log message ***Jim Meyering
2006-01-04Merge from glibc.Jim Meyering
2006-01-03(xtime_make, xtime_nonnegative_nsec, xtime_nsec): UsePaul Eggert
2006-01-03correct first-line commentJim Meyering
2006-01-02New approach to safer chmod.Paul Eggert
2006-01-02No longer used.Paul Eggert
2006-01-02New file.Paul Eggert
2006-01-02Include lchmod.h, lchmod.c.Paul Eggert
2005-12-27chdir-related fixesPaul Eggert
2005-12-27(save_cwd): Don't bother trying to open directoryPaul Eggert
2005-12-27(rpl_chown) [CHOWN_MODIFIES_SYMLINK]:Paul Eggert
2005-12-27(defined_S_IFMT): New macro.Paul Eggert
2005-12-27(diropen): Don't bother trying to open directory for write access:Paul Eggert
2005-12-27(chdir_no_follow): Don't bother trying to open directory for writePaul Eggert
2005-12-27(cdb_free): Don't bother trying to open directoryPaul Eggert
2005-12-26(chdir_no_follow): Move declaration of local,Jim Meyering
2005-12-26*** empty log message ***Jim Meyering
2005-12-25chdir-safer.c still needs unistd.hPaul Eggert
2005-12-25Whoops; don't remove the include for unistd.h, since it defines fchdir.Paul Eggert
2005-12-25chdir-safer cleanupPaul Eggert
2005-12-25(chdir_no_follow): Don't include stdio.h, assert.h,Paul Eggert
2005-12-25(FCHMOD_SAFER_H): Remove: it was misnamed, and wasn't needed anyay.Paul Eggert
2005-12-25*** empty log message ***Jim Meyering
2005-12-25(chdir_no_follow): Remove unnecessary test of S_ISDIR (sb_init.st_mode).Jim Meyering
2005-12-23*** empty log message ***Jim Meyering
2005-12-23(make_dir_parents): Use chdir_no_follow onlyJim Meyering
2005-12-23*** empty log message ***Jim Meyering
2005-12-23*** empty log message ***Jim Meyering
2005-12-23(chdir_no_follow): Rewrite to use fchdir evenJim Meyering
2005-12-23*** empty log message ***Jim Meyering
2005-12-23(O_NOFOLLOW): Define, if necessary.Jim Meyering
2005-12-23(O_NOFOLLOW): Define.Jim Meyering