summaryrefslogtreecommitdiff
path: root/lib/libc/gen/fts.c
AgeCommit message (Expand)Author
1997-10-11Replace my trailing slash removal with the one from FreeBSD.Todd C. Miller
1997-10-06Fix bug caused by trailing '/' stripping. Didn't always guarantee NULLTodd C. Miller
1997-09-20Strip trailing '/' from paths. Noted by hermit@cs.tu-berlin.de inTodd C. Miller
1997-09-01Fix problem with ``find -execdir'' not having the correct initial cwd.Todd C. Miller
1997-08-29Minor KNF changes to fts_safe_chdir and recent NetBSD code integrationimp
1997-08-02From NetBSD (phil):Todd C. Miller
1997-07-23trailing blankskstailey
1997-03-24Make sure head, tail, and nitems get zero'd even if weTodd C. Miller
1997-01-17Final fix to make fts(3) spoof-proof.Todd C. Miller
1997-01-14Be extra careful when chdir'ing to subdirs.Todd C. Miller
1996-12-23Back out last change, it is not sufficient.Todd C. Miller
1996-12-23Avoid spoofing when cd'ing to subdirs. First cut.Todd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt