summaryrefslogtreecommitdiff
path: root/parse.yacc
Commit message (Expand)AuthorAgeFilesLines
* ++versionTodd C. Miller1996-10-071-1/+1
* courtesanTodd C. Miller1996-09-081-1/+1
* ++versionTodd C. Miller1996-08-301-1/+1
* changed length/size params from int to size_tTodd C. Miller1996-08-251-2/+3
* added missing castTodd C. Miller1996-08-181-2/+2
* ++versionTodd C. Miller1996-08-171-1/+1
* fixed some XXXTodd C. Miller1996-08-171-8/+3
* some variable name changes + comment headers for functions.Todd C. Miller1996-08-171-65/+152
* now dynamically allocates memory for the stacks -- no more overflows!Todd C. Miller1996-08-171-63/+153
* hacks to expand command aliases for `sudo -l'Todd C. Miller1996-08-171-88/+156
* can now deal with upcase HOST and USER namesTodd C. Miller1996-08-151-50/+58
* added support for new `sudo -l' stuffTodd C. Miller1996-08-091-16/+161
* fixed prototypeTodd C. Miller1996-07-221-1/+1
* now uses flat args stringTodd C. Miller1996-07-221-7/+7
* can't rely on cmnd_matches as much as I thought -- added some $$Todd C. Miller1996-07-211-1/+7
* Simplified parse rules wrt runas and NOPASSWD (more consistent).Todd C. Miller1996-07-211-33/+17
* fixed no_passwd vs. runas_matchedTodd C. Miller1996-07-081-14/+26
* was setting runas_matches to -1 in wrong placeTodd C. Miller1996-07-081-10/+6
* slightly simpler initialization of no_passwd and runas_matchesTodd C. Miller1996-07-081-4/+2
* now initializes some fields that weren't getting set to -1Todd C. Miller1996-07-071-13/+18
* removed some unnecsary if'sTodd C. Miller1996-06-201-16/+4
* fixed an occurence of '==' -> '='Todd C. Miller1996-06-201-2/+2
* fixed a formatting thingieTodd C. Miller1996-06-171-1/+3
* fixed -u support with multiple user lists on a lineTodd C. Miller1996-06-171-3/+1
* added a missing free()Todd C. Miller1996-05-281-0/+1
* runas_matches is now set to false if we get a negative matchTodd C. Miller1996-04-281-3/+5
* added support for NO_PASSWD and runas fromTodd C. Miller1996-04-281-34/+131
* moved fqdn stuff into parse.lex (FQHOST)Todd C. Miller1996-03-191-44/+7
* now uses shost even if not FQDNTodd C. Miller1996-03-111-4/+0
* now uses shost if FQDNTodd C. Miller1996-03-111-7/+10
* path_matches -> command_matchesTodd C. Miller1996-02-041-3/+3
* now use a 'hook' expression instead of an iffy one :-)Todd C. Miller1996-02-031-9/+4
* fixed dereferencing deadbeefTodd C. Miller1996-02-021-2/+9
* COMMAND is now a struct containing the path and argsTodd C. Miller1996-02-021-4/+10
* ++versionTodd C. Miller1996-01-141-1/+1
* ++versionTodd C. Miller1996-01-091-1/+1
* removed debugging stuff (setting freed ptr to NULL)Todd C. Miller1996-01-071-15/+0
* ++versionTodd C. Miller1995-12-181-1/+1
* added group supportTodd C. Miller1995-12-181-0/+8
* now uses user_pw_ent and simple macros to get at the contentsTodd C. Miller1995-11-241-2/+2
* now uses sudo_pw_entTodd C. Miller1995-11-211-2/+3
* updated version numberTodd C. Miller1995-11-191-1/+1
* options.h is now <> instead of "" so shadow build trees canTodd C. Miller1995-11-131-1/+1
* now explicately initialize match[] tp be FALSETodd C. Miller1995-09-291-2/+3
* yyerror and dumpaliases are now void'sTodd C. Miller1995-09-231-3/+4
* don't include malloc.h if we include stdlib.hTodd C. Miller1995-09-131-3/+3
* local search.h now lives in emulTodd C. Miller1995-09-131-1/+1
* removed const from casts for lsearch() & lfind() to placate irix 4.xTodd C. Miller1995-09-041-3/+3
* fixed a spelling errorTodd C. Miller1995-09-031-1/+1
* added dotcat() to cat 2 strings w/ a dot effecientlyTodd C. Miller1995-09-021-8/+65