summaryrefslogtreecommitdiff
path: root/sudo_realpath.c
Commit message (Expand)AuthorAgeFilesLines
* eliminated a compiler warningTodd C. Miller1995-03-261-1/+3
* added sudo_goodpath()Todd C. Miller1995-03-261-6/+36
* added void casts for printf'sTodd C. Miller1995-03-241-2/+3
* merged in utk changesTodd C. Miller1995-03-241-0/+7
* now includes options.hTodd C. Miller1995-01-111-0/+1
* be_* -> setperms()Todd C. Miller1994-11-081-2/+2
* 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 ninclude of netinet/in.hTodd C. Miller1994-08-121-0/+1
* ansi-fied !STDC_HEADER function prottypesTodd C. Miller1994-08-081-3/+3
* took out errno decl since sudo.h does it for usTodd C. Miller1994-08-081-10/+4
* changed bufs from MAXPATHLEN to MAXPATHLEN+1Todd C. Miller1994-08-051-3/+3
* took out old_errnoTodd C. Miller1994-08-041-4/+0
* now print error if chdir failsTodd C. Miller1994-08-011-1/+5
* took out stuff not needed for sudoTodd C. Miller1994-07-251-35/+14
* fixed it (duh, rtfm)Todd C. Miller1994-06-131-21/+28
* took out unneeded code by changing where a strings was terminatedTodd C. Miller1994-06-081-8/+2
* fix bug where /dirname would return NULLTodd C. Miller1994-06-071-2/+9
* added errno definitionTodd C. Miller1994-06-071-2/+8
* now works if no fchdirTodd C. Miller1994-06-071-0/+27
* for those w/o this in libcTodd C. Miller1994-06-061-2/+7
* Initial revisionTodd C. Miller1994-06-041-0/+189