index
:
delta/sudo.git
1.6
1.7
1.7.2
1.8
1.9
LDAP
baserock/morph
master
www.sudo.ws: repos/sudo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parse.lex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move parse.lex -> toke.l
Todd C. Miller
2004-10-26
1
-583
/
+0
*
Fix bug introduced in unput() removal; want yyless(0) not yyless(1)
Todd C. Miller
2004-10-04
1
-1
/
+1
*
No longer call it tracing, it is now "monitoring" which should be more
Todd C. Miller
2004-10-04
1
-6
/
+6
*
Add keepopen arg to open_sudoers that open_sudoers can use to
Todd C. Miller
2004-09-29
1
-2
/
+5
*
return COMMENT to yacc grammar for a #include line
Todd C. Miller
2004-09-29
1
-1
/
+1
*
Remove us of unput() in favor of yyless() which is cheaper.
Todd C. Miller
2004-09-29
1
-1
/
+3
*
More scaffolding for dealing with multiple sudoers files:
Todd C. Miller
2004-09-28
1
-10
/
+32
*
Add max depth of 128 for the include stack to avoid loops.
Todd C. Miller
2004-09-28
1
-37
/
+68
*
Add support for #include in sudoers (visudo support TBD)
Todd C. Miller
2004-09-27
1
-3
/
+56
*
Add trace Defaults option and TRACE/NOTRACE tags and set FLAG_TRACE
Todd C. Miller
2004-09-24
1
-0
/
+10
*
Accept quoted globbing characters and pass them verbatim for fnmatch()
Todd C. Miller
2004-05-17
1
-0
/
+8
*
More to a less restrictive, ISC-style license.
Todd C. Miller
2004-02-13
1
-28
/
+10
*
Add a new flag, -e, that makes it possible to give users the ability
Todd C. Miller
2004-01-21
1
-0
/
+6
*
update copyright year
Todd C. Miller
2004-01-05
1
-1
/
+1
*
Add support for preloading a shared object containing a dummy execve()
Todd C. Miller
2004-01-05
1
-0
/
+10
*
add DARPA credit on affected files
Todd C. Miller
2003-04-16
1
-0
/
+4
*
update copyright year
Todd C. Miller
2003-03-15
1
-1
/
+1
*
use strlcpy, not strncpy
Todd C. Miller
2003-03-15
1
-3
/
+2
*
Don't assume libc can realloc() a NULL string.
Todd C. Miller
2003-03-13
1
-3
/
+11
*
simplify fill_args a little and use strlcpy for paranoia
Todd C. Miller
2003-03-13
1
-21
/
+11
*
Add support for Defaults>RunasUser
Todd C. Miller
2003-01-17
1
-2
/
+5
*
Better fix for sudoers files w/o a newline before EOF. It looks
Todd C. Miller
2003-01-07
1
-6
/
+9
*
Work around what appears to be a flex bug when dealing with files
Todd C. Miller
2003-01-06
1
-0
/
+6
*
Remove Chris Jepeway's email address so people don't bug him ;-)
Todd C. Miller
2002-03-16
1
-2
/
+1
*
Quoted commas were not being treated correctly in command line arguments.
Todd C. Miller
2002-01-15
1
-2
/
+2
*
Allow '@', '(', ')', ':' in arguments to a defaults variable
Todd C. Miller
2001-12-30
1
-3
/
+10
*
o Reorder some headers and use STDC_HEADERS define properly
Todd C. Miller
2001-12-14
1
-11
/
+18
*
'\\' is a perfectly legal character to have in a command line argument.
Todd C. Miller
2001-12-13
1
-2
/
+2
*
Don't let '#' appear in a {WORD} and restrict #foo in a Runas spec to #[0-9-]+.
Todd C. Miller
2001-12-12
1
-2
/
+2
*
o Use exclusive start conditions to remove some ambiguity in the
Todd C. Miller
2001-12-11
1
-114
/
+124
*
Allow special characters (including '#') to be embedded in pathnames
Todd C. Miller
2000-08-31
1
-3
/
+3
*
Fully qualified hosts w/ wildcards were not matching the FQHOST token type.
Todd C. Miller
2000-03-23
1
-6
/
+0
*
o Whenever we get a bare newline we change to the INITIAL state.
Todd C. Miller
1999-12-06
1
-1
/
+3
*
Don't need YY_FLUSH_BUFFER after all
Todd C. Miller
1999-11-09
1
-6
/
+0
*
Call YY_FLUSH_BUFFER macro in yywrap() to clean up any buffers that
Todd C. Miller
1999-11-09
1
-4
/
+7
*
flex doesn't need %N table size declarations
Todd C. Miller
1999-11-09
1
-4
/
+0
*
last {WORD} rule should only apply in the INITIAL state
Todd C. Miller
1999-10-10
1
-1
/
+1
*
o Add support for escaped characters in the WORD macro
Todd C. Miller
1999-10-10
1
-9
/
+14
*
Add support for "Defaults" line in sudoers to make configuration variables
Todd C. Miller
1999-09-08
1
-35
/
+81
*
include strings.h everywhere we include string.h
Todd C. Miller
1999-08-28
1
-0
/
+3
*
fix definition of OCTECT
Todd C. Miller
1999-08-28
1
-1
/
+1
*
make an OCTET really be limited to 0-255
Todd C. Miller
1999-08-26
1
-1
/
+1
*
CIDR-style netmask support
Todd C. Miller
1999-08-24
1
-0
/
+6
*
o --with-otp deprecated, use --without-passwd instead
Todd C. Miller
1999-08-14
1
-3
/
+3
*
Break 'WORD' regexp def into HOSTNAME and USERNAME. These days a
Todd C. Miller
1999-08-12
1
-9
/
+6
*
o Remove some unnecessary backslashes
Todd C. Miller
1999-08-04
1
-5
/
+7
*
add 4th term to license similar to term 5 in the apache license
Todd C. Miller
1999-07-31
1
-0
/
+7
*
BSD-style copyright. Move parser-specific defines and structs into parse.h +...
Todd C. Miller
1999-07-22
1
-26
/
+27
*
Add contribution info in the main comment
Todd C. Miller
1999-07-12
1
-1
/
+2
*
Move interface-related defines to interfaces.h so we don't have to include
Todd C. Miller
1999-05-17
1
-1
/
+0
[next]