summaryrefslogtreecommitdiff
path: root/parse.lex
Commit message (Expand)AuthorAgeFilesLines
* Better fix for line continuation inside double quotes. Now acceptsTodd C. Miller2008-06-261-5/+7
* Fix line continuation in strings. It was only being honored if preceded byTodd C. Miller2008-06-251-2/+1
* Backport support for SELinux RBAC from HEAD. Sudoers entries may specify aTodd C. Miller2008-02-091-4/+14
* Replace IPV6 regexp with a much simpler (readable) one and add anTodd C. Miller2007-08-251-5/+37
* Allow comments after a RunasAlias as long as the character afterTodd C. Miller2007-08-211-0/+7
* Properly deal with Defaults double-quoted strings that span multipleTodd C. Miller2007-08-211-15/+58
* Add IPv6 support; adapted from patches by YOSHIFUJI HideakiTodd C. Miller2007-08-131-0/+15
* Add support for setting environment variables on the command line.Todd C. Miller2007-06-231-1/+12
* Add efree() for consistency with emalloc() et al. Allows us toTodd C. Miller2007-06-121-2/+1
* Add __unused to rcsidsTodd C. Miller2007-06-121-60/+445
* updated version number and took out jeff's email (since it is invalid)Todd C. Miller1993-11-271-5/+14
* now sudo.h gets included firstTodd C. Miller1993-10-211-1/+1
* now can use flexTodd C. Miller1993-10-181-2/+14
* now includes sys/param.hTodd C. Miller1993-09-041-1/+2
* Initial revisionTodd C. Miller1993-03-021-0/+55