]> granicus.if.org Git - sudo/shortlog
sudo
2012-01-04 Todd C. MillerUpdate to libtool 2.4.2
2012-01-04 Todd C. MillerBump grammar version for #include and #includedir relat...
2012-01-04 Todd C. MillerAdd support for relative paths in #include and #includedir
2012-01-04 Todd C. MillerFix install-plugin when shared objects are unsupported...
2012-01-04 Todd C. MillerDon't write to sbp if it is NULL
2012-01-04 Todd C. MillerIf LINGUAS is set, only install matching .mo files
2012-01-04 Todd C. MillerFix non-dynamic (no dlopen) sudo build.
2012-01-04 Todd C. MillerDon't error out if the user specified --disable-shared
2012-01-04 Todd C. MillerUse SUDO_CONV_DEBUG_MSG in the plugin instead of writing
2012-01-04 Todd C. MillerMake sudo_goodpath() return value bolean
2012-01-04 Todd C. MillerRemove obsolete securid auth method.
2012-01-04 Todd C. MillerPrefix authentication functions with a "sudo_" prefix...
2012-01-04 Todd C. MillerRemove the old Kerberos IV support
2012-01-04 Todd C. MillerDon't print garbage at the end of the custom lecture.
2012-01-04 Todd C. MillerAdd lexer tracing as debug@parser
2012-01-04 Todd C. MillerAdd devdir before srcdir in include path and fix up...
2012-01-04 Todd C. MillerMark libexec files as optional. If we build without...
2012-01-04 Todd C. MillerChange Debug sudo.conf setting to take a program name...
2012-01-04 Todd C. Millerfix sudo_debug_printf priority
2012-01-04 Todd C. Milleradd missing debug_return_int
2012-01-04 Todd C. MillerFold SUDO_DEBUG_PROGERR and SUDO_DEBUG_SYSERR into...
2012-01-04 Todd C. MillerAdd missing word in HOME security note.
2012-01-04 Todd C. MillerPrevent "testsudoers -d username" from trying to malloc(0).
2012-01-04 Todd C. MillerTests for empty sudoers (should parse OK) and syntax...
2012-01-04 Todd C. MillerPrint line number when there is a parser error.
2012-01-04 Todd C. MillerKeep track of the last token returned. On error, if...
2012-01-04 Todd C. Millerupdate with sudo 1.8.3p1 info
2012-01-04 Todd C. MillerFix crash when "sudo -g group -i" is run. Fixes bug 521
2012-01-04 Todd C. MillerMake alias_remove_recursive() return TRUE/FALSE as...
2012-01-04 Todd C. MillerAdd regress test for bugzilla 519
2012-01-04 Todd C. MillerDisable warning/error wrapping in regress tests.
2012-01-04 Todd C. MillerDo compile-po as part of sync-po so that the .mo files...
2012-01-04 Todd C. Millercheck_addr needs to link with the network libraries...
2012-01-04 Todd C. MillerWhen matching a RunasAlias for a runas group, pass...
2012-01-04 Todd C. MillerWe need to init the auth system regardless of whether...
2012-01-04 Todd C. MillerGet rid of done: label. If the child exits we still...
2012-01-04 Todd C. MillerAdd debug_decl/debug_return (almost) everywhere.
2012-01-04 Todd C. MillerWrap error/errorx and warning/warningx functions with...
2012-01-04 Todd C. MillerAdd checks for __func__ and __FUNCTION__ and mention...
2012-01-04 Todd C. MillerNew debug framework for sudo and plugins using /etc...
2011-11-21 Todd C. MillerUpdate to libtool 2.4.2
2011-11-18 Todd C. MillerBump grammar version for #include and #includedir relat...
2011-11-18 Todd C. MillerAdd support for relative paths in #include and #includedir
2011-11-17 Todd C. MillerFix install-plugin when shared objects are unsupported...
2011-11-17 Todd C. MillerDon't write to sbp if it is NULL
2011-11-16 Todd C. MillerRemove all sudo/sudoers .mo files on uninstall
2011-11-14 Todd C. MillerFix non-dynamic (no dlopen) sudo build.
2011-11-14 Todd C. MillerDon't error out if the user specified --disable-shared
2011-11-13 Todd C. MillerUse SUDO_CONV_DEBUG_MSG in the plugin instead of writing
2011-11-13 Todd C. MillerMake sudo_goodpath() return value bolean
2011-11-13 Todd C. MillerRemove obsolete securid auth method.
2011-11-13 Todd C. MillerPrefix authentication functions with a "sudo_" prefix...
2011-11-13 Todd C. MillerRemove the old Kerberos IV support
2011-11-12 Todd C. MillerDon't print garbage at the end of the custom lecture.
2011-11-12 Todd C. MillerAdd lexer tracing as debug@parser
2011-11-12 Todd C. MillerRevert 003bdb078a15. We need to #include <gram.h>...
2011-11-08 Todd C. MillerBetter devdir support in mkdep.pl
2011-11-08 Todd C. MillerAdd devdir before srcdir in include path and fix up...
2011-11-08 Todd C. Miller#include "gram.h" not <gram.h> and "def_data.h" and...
2011-11-08 Todd C. MillerMark libexec files as optional. If we build without...
2011-11-08 Todd C. MillerChange Debug sudo.conf setting to take a program name...
2011-11-08 Todd C. Millerfix sudo_debug_printf priority
2011-11-08 Todd C. Milleradd missing debug_return_int
2011-11-07 Todd C. MillerFold SUDO_DEBUG_PROGERR and SUDO_DEBUG_SYSERR into...
2011-11-07 Todd C. MillerAdd missing word in HOME security note.
2011-11-07 Todd C. MillerPrevent "testsudoers -d username" from trying to malloc(0).
2011-11-06 Todd C. MillerTests for empty sudoers (should parse OK) and syntax...
2011-11-06 Todd C. MillerPrint line number when there is a parser error.
2011-11-05 Todd C. MillerKeep track of the last token returned. On error, if...
2011-11-03 Todd C. Millerupdate with sudo 1.8.3p1 info
2011-11-03 Todd C. MillerFix crash when "sudo -g group -i" is run. Fixes bug 521
2011-10-26 Todd C. MillerMake alias_remove_recursive() return TRUE/FALSE as...
2011-10-26 Todd C. MillerAdd regress test for bugzilla 519
2011-10-26 Todd C. MillerDisable warning/error wrapping in regress tests.
2011-10-25 Todd C. MillerDo compile-po as part of sync-po so that the .mo files...
2011-10-25 Todd C. Millercheck_addr needs to link with the network libraries...
2011-10-25 Todd C. MillerWhen matching a RunasAlias for a runas group, pass...
2011-10-25 Todd C. MillerWe need to init the auth system regardless of whether...
2011-10-24 Todd C. MillerGet rid of done: label. If the child exits we still...
2011-10-22 Todd C. MillerAdd debug_decl/debug_return (almost) everywhere.
2011-10-22 Todd C. MillerWrap error/errorx and warning/warningx functions with...
2011-10-22 Todd C. MillerAdd checks for __func__ and __FUNCTION__ and mention...
2011-10-22 Todd C. MillerNew debug framework for sudo and plugins using /etc...
2011-10-21 Todd C. MillerAdded tag SUDO_1_8_3 for changeset 82bec4d3a203
2011-10-21 Todd C. MillerUpdate Japanese sudoers translation from translationpro... SUDO_1_8_3
2011-10-21 Todd C. MillerUpdate Japanese sudoers translation from translationpro...
2011-10-12 Todd C. MillerOverride and ignore the --disable-static option. Sudo...
2011-10-12 Todd C. MillerOverride and ignore the --disable-static option. Sudo...
2011-10-10 Todd C. MillerAdd sudoedit fix
2011-10-10 Todd C. Millerregen pot files
2011-10-10 Todd C. MillerAdd sudoedit fix
2011-10-10 Todd C. Millerregen pot files
2011-10-10 Todd C. MillerIgnore set_logname (which is now the default) for sudoe...
2011-10-10 Todd C. MillerIgnore set_logname (which is now the default) for sudoe...
2011-10-10 Todd C. MillerInstead of trying to grow the buffer in make_grlist_ite...
2011-10-10 Todd C. MillerAdd Italian translation for sudo from translationprojec...
2011-10-10 Todd C. MillerInstead of trying to grow the buffer in make_grlist_ite...
2011-10-10 Todd C. MillerAdd Italian translation for sudo from translationprojec...
2011-10-10 Todd C. MillerJapanese translation for sudo and sudoers from translat...
2011-10-10 Todd C. MillerJapanese translation for sudo and sudoers from translat...
next