]> granicus.if.org Git - sudo/shortlog
sudo
2011-05-18 Todd C. MillerFreeBSD needs the main sudo executable to link with...
2011-05-17 Todd C. MillerWe don't want to translate debugging messages.
2011-05-17 Todd C. MillerAdd calls to bindtextdomain() and textdomain()
2011-05-17 Todd C. MillerFix caching of libc gettext check.
2011-05-17 Todd C. MillerMark defaults descriptions for translation
2011-05-17 Todd C. MillerUpdate for sudo 1.8.1p2
2011-05-16 Todd C. MillerQuiet compiler warning when SELinux is enabled.
2011-05-16 Todd C. MillerAdd missing includes of libintl.h.
2011-05-16 Todd C. MillerFix gettext marker.
2011-05-16 Todd C. MillerInclude libint.h where needed.
2011-05-16 Todd C. MillerPrepare sudoers module messages for translation.
2011-05-16 Todd C. MillerOnly check gid of sudoers file if it is group-readable.
2011-05-16 Todd C. MillerFor AIX, keep calling authenticate() until reenter...
2011-05-09 Todd C. MillerCache the status of the initial gettext() check.
2011-05-09 Todd C. MillerAdd --disable-nls flag and improve checks for gettext.
2011-05-09 Todd C. MillerWhen building with gcc on HP-UX, use -march=1.1 to...
2011-05-06 Todd C. MillerPrepare sudo front end messages for translation.
2011-05-04 Todd C. MillerAdd initial scaffolding to support localization via...
2011-05-04 Todd C. MillerDon't let the fnmatch/glob macros expand the function...
2011-05-03 Todd C. MillerResolve namespace collisions on HP-UX ia64 and possibly...
2011-04-29 Todd C. MillerSplit ALL, ROLE and TYPE into their own actions. Since...
2011-04-29 Todd C. MillerFix regexp for matching a CIDR-style IPv4 netmask....
2011-04-27 Todd C. Milleraskpass moved from sudoers to sudo.conf in sudo 1.8.0
2011-04-27 Todd C. MillerRemove obsolete warning about runas_default and ordering.
2011-04-26 Todd C. MillerFix SIA support; we no longer have access to the real...
2011-04-23 Todd C. MillerRemove useless realloc when trying to get the buffer...
2011-04-23 Todd C. MillerBe explicit when setting euid to 0 before call to setre...
2011-04-18 Todd C. MillerNeed to do checks for krb5_verify_user, krb5_init_secur...
2011-04-15 Todd C. MillerWork around weird AIX saved uid semantics on setuid...
2011-04-14 Todd C. Millerupdate copyright year
2011-04-14 Todd C. MillerTreat a missing includedir like an empty one and do...
2011-04-12 Todd C. MillerFix ARCH setting in cross-compile Solaris packages.
2011-04-12 Todd C. MillerFix aix version setting.
2011-04-12 Todd C. MillerRemove extraneous parens in LDAP filter when sudoers_se...
2011-04-11 Todd C. MillerCorrect sizeof() to fix test failure.
2011-04-11 Todd C. Miller"install" target should depend on "install-dirs".
2011-04-07 Todd C. MillerAdd HAVE_RFC1938_SKEYCHALLENGE
2011-04-06 Todd C. MillerMention plugin loading and libgcc changes
2011-04-06 Todd C. MillerLoad plugins after parsing arguments and potentially...
2011-04-06 Todd C. MillerWhen using a sub-shell to invoke the sub-make, exec...
2011-04-06 Todd C. MillerStop testing unspecified behavior in fnmatch
2011-04-06 Todd C. MillerNo need to add current dir to include path and having...
2011-04-06 Todd C. MillerFix and document --with-plugindir; partially from Diego...
2011-04-06 Todd C. MillerFix fnmatch and glob tests to not use hard-coded flag...
2011-04-06 Todd C. MillerIf make in a subdir fails, fail the target in the upper...
2011-04-06 Todd C. MillerAdd check for NetBSD-style 4-argument skeychallenge...
2011-04-06 Todd C. MillerMake SUDOERS_LDFLAGS reference $(LDFLAGS) instead of...
2011-04-06 Todd C. MillerFix warnings when -without-skey, --without-opie, -...
2011-04-06 Todd C. MillerAdd plugins/sudoers/sudoers_version.h
2011-04-06 Todd C. MillerBack out the --with-libpath addition to SUDOERS_LDFLAGS...
2011-04-05 Todd C. MillerMention %#gid support in User_List and Runas_List
2011-04-05 Todd C. MillerKeep track of sudoers grammar version and report it...
2011-04-05 Todd C. MillerAdd multiple inclusion guard
2011-04-05 Todd C. MillerThe --with-libpath option now adds to SUDOERS_LDFLAGS...
2011-04-05 Todd C. MillerFix typo; from Petr Uzel
2011-04-01 Todd C. MillerIn dump-only mode, use "root" as the default username...
2011-03-31 Todd C. MillerRemove NewArgv/NewArgc, they are no longer needed.
2011-03-31 Todd C. MillerFix setting of user_args
2011-03-31 Todd C. MillerAdd '!' token to lex tracing
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-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. 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. 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. 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 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. MillerAvoid a NULL deref on unrecognized escapes.
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. 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. 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-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-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-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-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 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...
next