summaryrefslogtreecommitdiff
path: root/sudo.tab.c
Commit message (Expand)AuthorAgeFilesLines
* o NewArgv and NewArgc don't need to be externally visible.Todd C. Miller1999-08-171-71/+98
* In pedantic mode we need to save *all* the aliases, not just thoseTodd C. Miller1999-08-171-5/+5
* o --with-otp deprecated, use --without-passwd insteadTodd C. Miller1999-08-141-188/+182
* o Add a "pedentic" flag to the parser. This makes sudo warn in casesTodd C. Miller1999-08-121-67/+91
* o add a 'val' element to aliasinfo struct and move -> parse.hTodd C. Miller1999-08-091-103/+141
* parse.yaccTodd C. Miller1999-08-091-70/+72
* o Add '!' correctly when expanding Aliases.Todd C. Miller1999-08-041-207/+218
* regenTodd C. Miller1999-08-041-322/+315
* add 4th term to license similar to term 5 in the apache licenseTodd C. Miller1999-07-311-0/+7
* regenTodd C. Miller1999-07-221-184/+129
* regenTodd C. Miller1999-07-081-3/+3
* regenTodd C. Miller1999-07-081-64/+69
* Move interface-related defines to interfaces.h so we don't have to includeTodd C. Miller1999-05-171-1/+0
* o Replace _PASSWD_LEN braindeath with our own SUDO_MAX_PASS.Todd C. Miller1999-05-141-5/+5
* Function names should be flush with the start of the line so they can be foun...Todd C. Miller1999-04-101-72/+85
* free(3) is already void, no need to cast itTodd C. Miller1999-04-101-27/+27
* Stash the "safe" path (ie: the one listed in sudoers) to the command insteadTodd C. Miller1999-04-101-23/+25
* You can now specifiy a host list instead of just a host or alias.Todd C. Miller1999-04-071-60/+60
* Move the push from the beginning of cmndspec to the end. This means weTodd C. Miller1999-04-071-194/+193
* It is now possible to use the '!' operator in a runas list asTodd C. Miller1999-04-061-200/+240
* Add VALIDATE_NOT_OK_NOPASS for when user is not allowed to run a commandTodd C. Miller1999-04-061-196/+216
* Crank version to 1.6 and combine copyright statementsTodd C. Miller1999-04-051-1/+1
* regenTodd C. Miller1999-04-051-204/+231
* Fix another parser bug. For a sudoers entry like this:Todd C. Miller1999-03-301-4/+4
* Save entries that match a ! command on the matching stack tooTodd C. Miller1999-03-301-1/+1
* Fix off by one error introduced in *alloc changesTodd C. Miller1999-03-291-2/+4
* ++versionTodd C. Miller1999-03-291-1/+1
* Use emalloc/erealloc/estrdupTodd C. Miller1999-03-291-113/+73
* Still not right, this fixes it for realTodd C. Miller1999-03-291-154/+165
* Fix for previous commitTodd C. Miller1999-03-291-0/+1596