summaryrefslogtreecommitdiff
path: root/visudo.c
Commit message (Expand)AuthorAgeFilesLines
* o NewArgv and NewArgc don't need to be externally visible.Todd C. Miller1999-08-171-11/+9
* o Add a "pedentic" flag to the parser. This makes sudo warn in casesTodd C. Miller1999-08-121-1/+4
* o Move lock_file() and touch() into fileops.c so visudo can use themTodd C. Miller1999-08-071-16/+41
* o /etc/stmp -> /etc/sudoers.tmp since solaris uses stmp as shadow temp fileTodd C. Miller1999-08-061-2/+2
* add 4th term to license similar to term 5 in the apache licenseTodd C. Miller1999-07-311-0/+7
* o BSD-style copyrightTodd C. Miller1999-07-221-56/+46
* stylistic changesTodd C. Miller1999-07-121-142/+80
* Move interface-related defines to interfaces.h so we don't have to includeTodd C. Miller1999-05-171-1/+0
* Function names should be flush with the start of the line so they can be foun...Todd C. Miller1999-04-101-10/+20
* free(3) is already void, no need to cast itTodd C. Miller1999-04-101-1/+1
* Stash the "safe" path (ie: the one listed in sudoers) to the command insteadTodd C. Miller1999-04-101-0/+1
* Crank version to 1.6 and combine copyright statementsTodd C. Miller1999-04-051-1/+1
* Shift return value of system(3) by 8 to get real exit value and if it is not ...Todd C. Miller1999-04-021-4/+5
* ++versionTodd C. Miller1999-03-291-1/+1
* Use emalloc/erealloc/estrdupTodd C. Miller1999-03-291-1/+1
* add explicate copyrightTodd C. Miller1999-02-031-0/+1
* add sudo tagsTodd C. Miller1999-01-171-1/+1
* crank version and regen filesTodd C. Miller1999-01-171-1/+1
* more -WallTodd C. Miller1998-11-181-4/+4
* -WallTodd C. Miller1998-11-181-4/+6
* no more options.hTodd C. Miller1998-10-151-1/+0
* updated versionTodd C. Miller1998-09-171-1/+1
* add RUNAS_DEFAULTTodd C. Miller1998-09-081-1/+1
* fix some fprintf args, ariel@oz.engr.sgi.com (Ariel Faigon)Todd C. Miller1998-05-021-2/+2
* updated versionTodd C. Miller1998-04-061-1/+1
* updated versionTodd C. Miller1998-03-311-1/+1
* updated versionTodd C. Miller1998-02-181-1/+1
* updated versionTodd C. Miller1998-02-171-1/+1
* updated versionTodd C. Miller1998-02-061-1/+1
* updated versionTodd C. Miller1998-01-211-1/+1
* updated versionTodd C. Miller1998-01-211-1/+1
* ++versionTodd C. Miller1998-01-131-1/+1
* catch the case where the user is not in the passwd fileTodd C. Miller1997-11-231-1/+6
* ++versionTodd C. Miller1996-11-141-1/+1
* buffer oflow checkingTodd C. Miller1996-11-141-16/+15
* now warns if killed by signalTodd C. Miller1996-11-121-14/+21
* deal with case where there is no sudoers fileTodd C. Miller1996-10-301-8/+10
* ++versionTodd C. Miller1996-10-071-1/+1
* courtesanTodd C. Miller1996-09-081-1/+1
* ++versionTodd C. Miller1996-08-301-1/+1
* now do chmod and chown after edit of temp file and before renameSUDO_1_5_0Todd C. Miller1996-08-221-22/+19
* ++versionTodd C. Miller1996-08-171-1/+1
* now uses init_parser()Todd C. Miller1996-08-171-4/+2
* fixed dummy command_matches()Todd C. Miller1996-07-221-3/+3
* added cmnd_args defTodd C. Miller1996-07-221-0/+1
* fixed a commentTodd C. Miller1996-06-061-1/+1
* runas_user is now initialized to "root"Todd C. Miller1996-04-281-1/+1
* added support for "runas" from garp@opustel.comTodd C. Miller1996-04-281-22/+13
* now uses shost even if not FQDNTodd C. Miller1996-03-111-3/+1
* now uses shost if FQDNTodd C. Miller1996-03-111-0/+3