summaryrefslogtreecommitdiff
path: root/sudo.c
Commit message (Collapse)AuthorAgeFilesLines
* udpated versionTodd C. Miller1994-03-121-1/+1
|
* updated to work with configure + pathnames.hTodd C. Miller1994-03-121-9/+19
|
* execve -> execvTodd C. Miller1994-02-281-5/+5
|
* added UMASKTodd C. Miller1994-02-281-0/+4
|
* added rmenv() to remove stuff from environ. can now uses execvp()Todd C. Miller1994-02-161-37/+57
| | | | OR execve() becuase of this.
* added SECURE_PATHTodd C. Miller1994-02-101-5/+10
|
* took out SAVED_UID garbage since it don't workTodd C. Miller1994-02-081-10/+0
|
* took out multimax cruftTodd C. Miller1994-02-061-4/+0
|
* fixed a typo + indentationTodd C. Miller1994-02-061-5/+5
|
* put back AIX cruftTodd C. Miller1994-02-051-2/+12
|
* aix changesTodd C. Miller1994-02-031-0/+13
|
* now is only root when abs necesaryTodd C. Miller1994-02-021-14/+70
|
* now removed _RLD_* for alphasTodd C. Miller1994-01-311-1/+1
|
* took out setuid(0) and setreuid(udi) garbage. Its not needed sinceTodd C. Miller1994-01-271-10/+0
| | | | we start out setuid with the correct perms.
* now use setreuid()Todd C. Miller1994-01-271-2/+2
|
* fixed warning (include strings.h)Todd C. Miller1993-12-031-0/+1
|
* added patches from John_RouillardTodd C. Miller1993-12-031-2/+2
| | | | | directory spec uses EDITOR
* no longer assume malloc returns a char *Todd C. Miller1993-11-301-2/+2
|
* alpha change to remove LD_-like thingTodd C. Miller1993-11-301-1/+5
| | | | fixed SHLIB_PATH stuff -- now gets removed correctly
* now uses STD_HEADERS macor for ansiTodd C. Miller1993-11-301-2/+7
|
* updated version number and took out jeff's email (since it is invalid)Todd C. Miller1993-11-271-6/+18
|
* hpux 9 fix, removes SHLIB_PATHTodd C. Miller1993-10-181-1/+5
| | | | linux patch
* now declare strdup as externTodd C. Miller1993-10-061-0/+3
|
* used indent to "fix" coding styleTodd C. Miller1993-10-041-117/+124
|
* fixed off by one errorTodd C. Miller1993-09-051-0/+1
|
* now actually builds Envp instead of munging envpTodd C. Miller1993-09-051-1/+1
|
* now rips LD_* env vars out of envp and passed sanitized Envp to execTodd C. Miller1993-09-041-4/+41
|
* moved around the #ifndef _AIXTodd C. Miller1993-06-111-4/+2
|
* took out errno.hTodd C. Miller1993-02-161-1/+0
|
* now spews error if exec fails and exits with -1Todd C. Miller1993-02-161-1/+3
|
* Initial revisionTodd C. Miller1993-02-161-0/+240