summaryrefslogtreecommitdiff
path: root/parse.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright year on changed filesTodd C. Miller2000-01-171-1/+1
* Add "listpw" and "verifypw" options.Todd C. Miller2000-01-171-8/+6
* netgr_matches needs to check shost as well as host since they may be different.Todd C. Miller2000-01-111-5/+9
* Make treatment of -l and -v sane wrt NOPASSWD flags. Now allow -l w/o a passwdTodd C. Miller2000-01-031-14/+35
* o Kill HAVE_FNMATCH_HTodd C. Miller1999-12-091-1/+1
* Don't ask the user for a password if the user is not allowed to runTodd C. Miller1999-12-061-1/+4
* Move inclusion of emul/fnmatch.h to be after sudo.h for __PTodd C. Miller1999-08-281-23/+23
* typo in commentTodd C. Miller1999-08-271-1/+1
* add FLAG_NO_CHECKTodd C. Miller1999-08-261-1/+2
* CIDR-style netmask supportTodd C. Miller1999-08-241-2/+5
* Run most of the code as root, not the invoking user. It doesn't reallyTodd C. Miller1999-08-201-16/+6
* sudoers_lookup() now returns a bitmap instead of an int. This makes itTodd C. Miller1999-08-191-18/+20
* o /etc/stmp -> /etc/sudoers.tmp since solaris uses stmp as shadow temp fileTodd C. Miller1999-08-061-1/+1
* rename validate() to the more descriptive sudoers_lookup()Todd C. Miller1999-08-011-3/+3
* add 4th term to license similar to term 5 in the apache licenseTodd C. Miller1999-07-311-0/+7
* BSD-style copyright. Move parser-specific defines and structs into parse.h +...Todd C. Miller1999-07-221-53/+44
* Add contribution info in the main commentTodd C. Miller1999-07-121-1/+2
* Move interface-related defines to interfaces.h so we don't have to includeTodd C. Miller1999-05-171-0/+1
* fix commentTodd C. Miller1999-04-101-4/+2
* Function names should be flush with the start of the line so they can be foun...Todd C. Miller1999-04-101-6/+12
* 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-35/+48
* Add VALIDATE_NOT_OK_NOPASS for when user is not allowed to run a commandTodd C. Miller1999-04-061-1/+4
* Crank version to 1.6 and combine copyright statementsTodd C. Miller1999-04-051-1/+1
* Fix another parser bug. For a sudoers entry like this:Todd C. Miller1999-03-301-5/+5
* ++versionTodd C. Miller1999-03-291-1/+1
* 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