summaryrefslogtreecommitdiff
path: root/find_path.c
Commit message (Expand)AuthorAgeFilesLines
* Add efree() for consistency with emalloc() et al. Allows us toTodd C. Miller2007-06-121-1/+1
* Update copyright year of files synced from headTodd C. Miller2007-06-121-1/+1
* Add __unused to rcsidsTodd C. Miller2007-06-121-2/+2
* Merge in sudo 1.6.8 patches 1-12Todd C. Miller2007-06-101-267/+104
* updated version number and took out jeff's email (since it is invalid)Todd C. Miller1993-11-271-6/+13
* now return NULL instead pfof exiting for nopnn-fatal errorsTodd C. Miller1993-10-231-11/+8
* stat now ignores EINVALTodd C. Miller1993-10-151-1/+2
* now declare strdup as externTodd C. Miller1993-10-061-0/+3
* used indent to "fix" coding styleTodd C. Miller1993-10-041-67/+84
* now checks '.' or '.' or '' in PATH -- but does it LASTTodd C. Miller1993-10-041-5/+33
* redid the fix for non-executable files in an easier to read way plusTodd C. Miller1993-09-081-8/+7
* fixed bug with non-executable tings of same name in path introduced by checki...Todd C. Miller1993-09-081-3/+5
* now handles decending below '/' correctlyTodd C. Miller1993-09-051-3/+10
* rewritten by millertTodd C. Miller1993-09-041-1/+1
* ENOTDIR is ok now too (in case part of the path is bogus)Todd C. Miller1993-09-041-177/+161
* now works if you do sudo bin/testTodd C. Miller1993-03-131-1/+4
* worksTodd C. Miller1993-03-131-1/+3
* now only execs files with (an) executable bit set.Todd C. Miller1993-02-161-3/+3
* Initial revisionTodd C. Miller1993-02-161-0/+259