summaryrefslogtreecommitdiff
path: root/sudo.tab.c
Commit message (Expand)AuthorAgeFilesLines
* Rewritten parser that converts sudoers into a set of data structures.Todd C. Miller2004-10-261-2082/+0
* No longer call it tracing, it is now "monitoring" which should be moreTodd C. Miller2004-10-041-27/+27
* Allow this to build with a K&R compiler againTodd C. Miller2004-09-301-3/+4
* regenTodd C. Miller2004-09-291-295/+304
* regenTodd C. Miller2004-09-281-5/+8
* regenTodd C. Miller2004-09-271-2/+2
* regenTodd C. Miller2004-09-241-280/+308
* regenTodd C. Miller2004-08-111-2/+3
* regenTodd C. Miller2004-08-021-20/+19
* regenTodd C. Miller2004-06-081-74/+79
* regenTodd C. Miller2004-06-081-82/+90
* regenTodd C. Miller2004-06-061-3/+3
* regenTodd C. Miller2004-06-061-8/+8
* regenTodd C. Miller2004-06-051-126/+132
* regenTodd C. Miller2004-04-051-45/+61
* regenTodd C. Miller2004-02-131-102/+84
* Regen w/ updated byacc from OpenBSD; fixes a gcc 3.2 issue with generated code.Todd C. Miller2004-01-061-3/+6
* Merge the NOPASSWD/PASSWD and NOEXEC/EXEC rules so that order is notTodd C. Miller2004-01-051-190/+182
* update copyright yearTodd C. Miller2004-01-051-1/+1
* Add support for preloading a shared object containing a dummy execve()Todd C. Miller2004-01-051-268/+327
* Create def_* macros for each defaults value so we no longer needTodd C. Miller2003-12-301-82/+86
* regenTodd C. Miller2003-03-131-71/+70
* regenTodd C. Miller2003-01-171-339/+398
* regenTodd C. Miller2002-11-281-36/+46
* regenTodd C. Miller2002-03-161-72/+71
* regenTodd C. Miller2001-12-301-53/+50
* regenTodd C. Miller2001-12-211-1/+1
* regenTodd C. Miller2001-12-141-83/+90
* regen parserTodd C. Miller2001-12-121-315/+364
* Move defaults info into its own files from which we generateTodd C. Miller2000-12-311-2/+2
* When checking to see if the host/user matches in a defaults spec, checkTodd C. Miller2000-03-241-53/+56
* Fully qualified hosts w/ wildcards were not matching the FQHOST token type.Todd C. Miller2000-03-231-306/+288
* Add support for wildcards in the hostname.Todd C. Miller2000-03-231-3/+3
* fix a yacc (skeleton.c) warningTodd C. Miller2000-01-281-3/+4
* Regen with yacc that has a memory leak plugged.Todd C. Miller2000-01-261-5/+13
* netgr_matches needs to check shost as well as host since they may be different.Todd C. Miller2000-01-111-3/+3
* Make treatment of -l and -v sane wrt NOPASSWD flags. Now allow -l w/o a passwdTodd C. Miller2000-01-031-69/+75
* fix parsing of runas lists:Todd C. Miller1999-12-051-99/+110
* o Change defaults stuff to put the value right in the struct.Todd C. Miller1999-10-071-6/+6
* Add support for "Defaults" line in sudoers to make configuration variablesTodd C. Miller1999-09-081-309/+413
* include strings.h everywhere we include string.hTodd C. Miller1999-08-281-60/+63
* minor change to first line printed in -l modeTodd C. Miller1999-08-261-3/+4
* include strcasecmp() for those without itTodd C. Miller1999-08-241-63/+59
* these should be generated with byacc, not bisonTodd C. Miller1999-08-241-1366/+926
* In "sudo -l" mode, the type of the stored (expanded) alias was notTodd C. Miller1999-08-241-934/+1382
* regenTodd C. Miller1999-08-201-47/+55
* 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