summaryrefslogtreecommitdiff
path: root/find_path.c
Commit message (Expand)AuthorAgeFilesLines
* NULL -> '\0'Todd C. Miller1995-03-291-1/+1
* don't check for execute/statable if fq or relative path givenTodd C. Miller1995-03-281-2/+2
* removed all the realpath() stuffTodd C. Miller1995-03-261-101/+23
* added calls to sudo_goodpath()Todd C. Miller1995-03-261-4/+19
* added (void) casts to printf'sTodd C. Miller1995-03-241-2/+2
* now check to see that what we are trying to run is a file (or a linkTodd C. Miller1995-03-231-4/+7
* find_path() now takes 2 copyout parameters (one for the qualified pathnameTodd C. Miller1995-01-161-16/+42
* now includes options.hTodd C. Miller1995-01-111-0/+1
* readlink() is now declared as returning ssize~_tTodd C. Miller1994-09-201-1/+1
* changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.edTodd C. Miller1994-09-021-1/+1
* added include of netinet/in.hTodd C. Miller1994-08-121-0/+1
* don't do malloc decl if gnucTodd C. Miller1994-08-081-0/+2
* ansi-fied !STDC_HEADER function prottypesTodd C. Miller1994-08-081-7/+7
* added params to func decls when STDC_HEADERS is not definedTodd C. Miller1994-08-081-8/+8
* made command (and therefor cmnd dynamically allocated)Todd C. Miller1994-08-051-1/+11
* changed MAXPATHLEN r to MAXPATHLEN+1Todd C. Miller1994-08-051-1/+1
* fixed off by one error with MAXPATHLEN and fixed a commentTodd C. Miller1994-08-051-2/+2
* removed an XXXTodd C. Miller1994-08-011-1/+0
* now use sudo_realpath()Todd C. Miller1994-07-251-2/+2
* rewrote to use realpath(3) - nis now all my codeTodd C. Miller1994-06-061-185/+52
* now don't bitch if get EACCESS (treat like EPERM)Todd C. Miller1994-05-251-3/+3
* moved cwd stuffTodd C. Miller1994-05-241-16/+3
* now use _S_* stat stuff to be ansi-likeTodd C. Miller1994-03-121-1/+9
* udpated versionTodd C. Miller1994-03-121-1/+1
* updated to work with configure + pathnames.hTodd C. Miller1994-03-121-18/+30
* sudo won't bitch about EPERM now, for realTodd C. Miller1994-03-011-1/+1
* now ignore EPERMTodd C. Miller1994-02-161-2/+2
* fixed typoTodd C. Miller1994-02-091-1/+1
* more verbose eror messagesTodd C. Miller1994-01-311-6/+12
* always include strings.hTodd C. Miller1993-12-061-2/+1
* added patches from John_RouillardTodd C. Miller1993-12-031-1/+3
* now uses STD_HEADERS macroTodd C. Miller1993-11-301-1/+6
* 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