]> granicus.if.org Git - sudo/shortlog
sudo
2011-03-31 Todd C. MillerUse group bin in test, not wheel as most systems have...
2011-03-31 Todd C. MillerUse group bin in test, not wheel as most systems have...
2011-03-31 Todd C. MillerAvoid using pre or post increment in a parameter to...
2011-03-31 Todd C. MillerAvoid using pre or post increment in a parameter to...
2011-03-30 Todd C. MillerStrip off the beta or release candidate version when...
2011-03-30 Todd C. MillerStrip off the beta or release candidate version when...
2011-03-30 Todd C. MillerWe need to include OSDEFS in CFLAGS when doing the...
2011-03-30 Todd C. MillerWe need to include OSDEFS in CFLAGS when doing the...
2011-03-30 Todd C. Millergetuserattr(user, ...) will fall back to the "default...
2011-03-30 Todd C. MillerDocument parser changes.
2011-03-30 Todd C. Millergetuserattr(user, ...) will fall back to the "default...
2011-03-29 Todd C. MillerDocument parser changes.
2011-03-29 Todd C. MillerIf there is an existing sudoers file, only install...
2011-03-29 Todd C. MillerIf there is an existing sudoers file, only install...
2011-03-29 Todd C. MillerAdd runasgroup support to testsudoers
2011-03-29 Todd C. MillerFor "make check", keep going even if a test fails.
2011-03-29 Todd C. MillerAdd runasgroup support to testsudoers
2011-03-29 Todd C. MillerFor "make check", keep going even if a test fails.
2011-03-29 Todd C. MillerMore useful exit codes:
2011-03-29 Todd C. MillerMore useful exit codes:
2011-03-29 Todd C. MillerDocument %#gid, and %:#nonunix_gid syntax.
2011-03-29 Todd C. MillerDocument %#gid, and %:#nonunix_gid syntax.
2011-03-29 Todd C. MillerAdd support to user_in_group() for treating group names...
2011-03-29 Todd C. MillerAdd support to user_in_group() for treating group names...
2011-03-29 Todd C. MillerAdd explicit check for struct utmpx.ut_exit.e_termination
2011-03-29 Todd C. MillerAdd explicit check for struct utmpx.ut_exit.e_termination
2011-03-28 Todd C. MillerAdd back missing #include of config.h
2011-03-28 Todd C. MillerAdd back missing #include of config.h
2011-03-28 Todd C. MillerAvoid a NULL deref on unrecognized escapes.
2011-03-28 Todd C. MillerAvoid a NULL deref on unrecognized escapes.
2011-03-28 Todd C. MillerQuote first argument to AC_DEFUN(); from Elan Ruusamae
2011-03-28 Todd C. MillerQuote first argument to AC_DEFUN(); from Elan Ruusamae
2011-03-27 Todd C. Milleradd new sudoers tests
2011-03-27 Todd C. MillerAdd test for a newline in the middle of a string when...
2011-03-27 Todd C. Milleradd new sudoers tests
2011-03-27 Todd C. MillerAdd test for a newline in the middle of a string when...
2011-03-27 Todd C. MillerUse bitwise AND instead of modulus to check for length...
2011-03-27 Todd C. MillerUse bitwise AND instead of modulus to check for length...
2011-03-27 Todd C. MillerMove lexer globals initialization into init_lexer.
2011-03-27 Todd C. MillerFix a potential crash when a non-regular file is presen...
2011-03-27 Todd C. MillerMove lexer globals initialization into init_lexer.
2011-03-27 Todd C. MillerFix a potential crash when a non-regular file is presen...
2011-03-27 Todd C. MillerOn some Linux systems, "uname -p" contains detailed...
2011-03-27 Todd C. MillerOn some Linux systems, "uname -p" contains detailed...
2011-03-25 Todd C. MillerDon't need all sudoers.h here.
2011-03-25 Todd C. MillerPrint sudo version early, in case policy plugin init...
2011-03-25 Todd C. MillerDon't need all sudoers.h here.
2011-03-25 Todd C. MillerPrint sudo version early, in case policy plugin init...
2011-03-24 Todd C. MillerUpdate to match change in input.
2011-03-24 Todd C. MillerUpdate to match change in input.
2011-03-24 Todd C. MillerMake an empty group or netgroup a syntax error.
2011-03-24 Todd C. MillerAn empty group or netgroup should be a syntax error.
2011-03-24 Todd C. MillerCheck that uids work in per-user and per-runas Defaults
2011-03-24 Todd C. MillerTest empty string in User_Alias and Command_Spec
2011-03-24 Todd C. MillerAllow a group ID in the User_Spec.
2011-03-24 Todd C. MillerReturn an error for the empty string when a word is...
2011-03-24 Todd C. MillerMake an empty group or netgroup a syntax error.
2011-03-24 Todd C. MillerAn empty group or netgroup should be a syntax error.
2011-03-24 Todd C. MillerCheck that uids work in per-user and per-runas Defaults
2011-03-24 Todd C. MillerTest empty string in User_Alias and Command_Spec
2011-03-24 Todd C. MillerAllow a group ID in the User_Spec.
2011-03-23 Todd C. MillerReturn an error for the empty string when a word is...
2011-03-23 Todd C. MillerFix printing "User_Alias FOO = ALL"
2011-03-23 Todd C. MillerFix printing "User_Alias FOO = ALL"
2011-03-22 Todd C. MillerBetter error message about invalid -C argument
2011-03-22 Todd C. MillerBetter error message about invalid -C argument
2011-03-22 Todd C. Millerfix typo
2011-03-22 Todd C. MillerFix placement of equal size ('=') in user specification...
2011-03-22 Todd C. Millerfix typo
2011-03-22 Todd C. MillerFix placement of equal size ('=') in user specification...
2011-03-21 Todd C. Millerupdate to match sudoers regress
2011-03-21 Todd C. Millerupdate to match sudoers regress
2011-03-21 Todd C. MillerRestore ability to define TRACELEXER and have trace...
2011-03-21 Todd C. MillerRestore ability to define TRACELEXER and have trace...
2011-03-21 Todd C. MillerRestore old behavior of setting sawspace = TRUE for...
2011-03-21 Todd C. MillerRestore old behavior of setting sawspace = TRUE for...
2011-03-21 Todd C. MillerAdd test for line continuation and aliases
2011-03-21 Todd C. MillerMake test output line up nicely for parse vs. toke
2011-03-21 Todd C. MillerMove parser tests to sudoers directory and test the...
2011-03-21 Todd C. MillerIf we match a rule anchored to the beginning of a line...
2011-03-21 Todd C. MillerMove LEXTRACE macro to toke.h so we can use it in yyerr...
2011-03-21 Todd C. MillerMake lex tracing settable at run-time in testsudoers...
2011-03-21 Todd C. MillerAllow whitespace after the modifier in a Defaults entry.
2011-03-21 Todd C. MillerAdd test for line continuation and aliases
2011-03-21 Todd C. MillerMake test output line up nicely for parse vs. toke
2011-03-21 Todd C. MillerMove parser tests to sudoers directory and test the...
2011-03-21 Todd C. MillerIf we match a rule anchored to the beginning of a line...
2011-03-21 Todd C. MillerMove LEXTRACE macro to toke.h so we can use it in yyerr...
2011-03-21 Todd C. MillerMake lex tracing settable at run-time in testsudoers...
2011-03-20 Todd C. MillerAllow whitespace after the modifier in a Defaults entry.
2011-03-18 Todd C. MillerDon't set CC when cross-compiling.
2011-03-18 Todd C. MillerDon't set CC when cross-compiling.
2011-03-18 Todd C. MillerCredit Matthew Thomas for the sudoers_search_filter...
2011-03-18 Todd C. MillerCredit Matthew Thomas for the sudoers_search_filter...
2011-03-18 Todd C. MillerAdd the .sym files to the MANIFEST
2011-03-18 Todd C. MillerAdd the .sym files to the MANIFEST
2011-03-18 Todd C. MillerUpdate for sudo 1.8.1 beta
2011-03-18 Todd C. Milleruser_shell -> run_shell to avoid confusion with the...
2011-03-18 Todd C. MillerUpdate for sudo 1.8.1 beta
2011-03-18 Todd C. Milleruser_shell -> run_shell to avoid confusion with the...
next