summaryrefslogtreecommitdiff
path: root/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Use emalloc/erealloc/estrdupTodd C. Miller1999-03-291-8/+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-2/+3
* kill perror("malloc") since we already have a good error messagesTodd C. Miller1998-11-041-5/+8
* no more options.hTodd C. Miller1998-10-151-1/+0
* FAST_MATCH is no longer an optinoTodd C. Miller1998-10-151-4/+1
* updated versionTodd C. Miller1998-09-171-1/+1
* use NAMLEN() macroTodd C. Miller1998-09-071-1/+1
* updated versionTodd C. Miller1998-04-061-1/+1
* MAX* + 1 -> MAX*Todd C. Miller1998-04-061-4/+8
* 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
* set sudoers_fp to nil after closingTodd C. Miller1998-01-301-0/+1
* updated versionTodd C. Miller1998-01-211-1/+1
* updated versionTodd C. Miller1998-01-211-1/+1
* sudoers file open is now done only in check_sudoers() soTodd C. Miller1998-01-211-6/+2
* typoTodd C. Miller1998-01-131-1/+1
* fix that bug for realTodd C. Miller1998-01-131-1/+1
* ++versionTodd C. Miller1998-01-131-1/+1
* commands can start with ./* not just /* -- fixes a serious security hole.Todd C. Miller1998-01-131-1/+1
* ++versionTodd C. Miller1996-11-141-1/+1
* ++versionTodd C. Miller1996-10-071-5/+5
* courtesanTodd C. Miller1996-09-081-1/+1
* ++versionTodd C. Miller1996-08-301-1/+1
* ++versionTodd C. Miller1996-08-171-1/+1
* now uses init_parser()Todd C. Miller1996-08-171-16/+11
* fix commentTodd C. Miller1996-08-151-4/+3
* added support for new `sudo -l' stuffTodd C. Miller1996-08-091-3/+20
* no longer return VALIDATE_NOT_OK if there was a runas that didn'tTodd C. Miller1996-07-261-6/+7
* don't call fnmatch() with FNM_PATHNAME flag unless it can onlyTodd C. Miller1996-07-241-4/+4
* now uses flat arg stringTodd C. Miller1996-07-221-39/+8
* sudo -v now groks VALIDATE_OK_NOPASSTodd C. Miller1996-07-081-3/+6
* moved set_perms(PERM_ROOT) to be before yyparse()Todd C. Miller1996-06-251-1/+4
* now includes netgroup.hTodd C. Miller1996-06-201-0/+3
* fixed -u support with multiple user lists on a lineTodd C. Miller1996-06-171-2/+1
* added support for net_addr/netmaskTodd C. Miller1996-06-171-8/+21
* now always uses fnmatch to match argsTodd C. Miller1996-06-041-9/+3
* now uses user_gidTodd C. Miller1996-05-281-1/+2
* in sudoers, 'command ""' now means command with no argsTodd C. Miller1996-05-281-10/+14
* now uses fnmatch() instead of wildmatTodd C. Miller1996-05-271-68/+98
* will now only running commands as root if there was no runasTodd C. Miller1996-04-281-2/+2
* added support for NO_PASSWD and runas from garp@opustel.comTodd C. Miller1996-04-281-5/+14
* path_matches -> command_matchesTodd C. Miller1996-02-041-1/+1
* fixed a typo in a for() loopTodd C. Miller1996-02-021-2/+2
* command line args from sudoers file are now in an array likeTodd C. Miller1996-02-021-62/+43