]> granicus.if.org Git - sudo/shortlog
sudo
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. MillerUpdate Japanese sudoers translation from translationpro...
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. 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. MillerJapanese translation for sudo and sudoers from translat...
2011-10-07 Todd C. Millersudoreplay depends on timestr.lo too; from Mike Frysinger
2011-10-04 Todd C. MillerRegen sudoers pot file.
2011-10-04 Todd C. MillerUpdate with latest sudo 1.8.3 news
2011-10-04 Todd C. MillerIt appears that LDAP or NSS may modify the euid so...
2011-10-04 Todd C. MillerBetter warning message on setuid() failure for the...
2011-09-27 Todd C. MillerDelref auth_pw at the end of check_user() instead of...
2011-09-27 Todd C. MillerMake sudo_auth_{init,cleanup} return TRUE on success...
2011-09-27 Todd C. MillerDo not return without restoring permissions.
2011-09-27 Todd C. Millerregen pot files
2011-09-27 Todd C. MillerModify the authentication API such that the init and...
2011-09-27 Todd C. MillerAdd missing dependency for getspwuid.lo and regen other...
2011-09-27 Todd C. MillerFix a PAM_USER mismatch in session open/close. We...
2011-09-27 Todd C. MillerAdd check for old being NULL in utmp_setid(); from...
2011-09-25 Todd C. MillerIf the invoking user cannot be resolved by uid fake...
2011-09-24 Todd C. MillerDon't error out if the group plugin cannot be loaded...
2011-09-23 Todd C. MillerQuiet a false positive found by several static analysis...
2011-09-22 Todd C. MillerAdd Italian translation for sudo from translationprojec...
2011-09-21 Todd C. MillerUpdate to current reality and add bit about ssh auth
2011-09-21 Todd C. MillerMake "verbose" static; fixes a namespace clash with...
2011-09-21 Todd C. MillerFreeBSD has libutil.h not util.h
2011-09-21 Todd C. MillerDefine _BSD_SOURCE on FreeBSD, OpenBSD and DragonflyBSD
2011-09-20 Todd C. MillerUpdate po files from translationproject.org
2011-09-16 Todd C. MillerAdd support for DEREF in ldap.conf.
2011-09-16 Todd C. Millerinstall target should depend on ChangeLog too, not...
2011-09-16 Todd C. MillerOnly iolog_file (not iolog_dir) supports mktemp-style...
2011-09-16 Todd C. MillerSync with 1.8 branch for sudo 1.8.2 and 1.8.3 changes.
2011-09-16 Todd C. MillerDocument group lookup change and possible side effects.
2011-09-16 Todd C. MillerFix some square brackets in case statements that needed...
2011-09-16 Todd C. MillerFix a crash in make_grlist_item() on 64-bit machines...
2011-09-16 Todd C. MillerRemove list_options() function that is no longer used...
2011-09-16 Todd C. MillerError message if user tries --with-CC
2011-09-16 Todd C. MillerCheck for -libmldap too when looking for ldap libs...
2011-09-09 Todd C. MillerHonor NOPASSWD tag for denied commands too.
2011-09-08 Todd C. MillerRemove --with-CC option; it doesn't work correctly...
2011-08-31 Todd C. MillerAssume all modern systems support fstat(2).
2011-08-30 Todd C. MillerAdd configure test for missing errno declaration and...
2011-08-30 Todd C. MillerInclude errno.h before sudo.h to avoid conflicting...
2011-08-29 Todd C. MillerOnly print individual check status when there is a...
2011-08-29 Todd C. MillerAdd calls to setprogname() for test programs.
2011-08-29 Todd C. MillerAdd -Wall and -Werror after all tests so they don't...
2011-08-29 Todd C. MillerActually run check_addr in the check target
2011-08-29 Todd C. MillerSplit out address matching into its own file and add...
2011-08-27 Todd C. MillerWhen matching an address with a netmask in sudoers...
2011-08-26 Todd C. MillerFix netmask matching.
2011-08-26 Todd C. MillerDon't assume all editors support the +linenumber comman...
2011-08-23 Todd C. MillerSilence compiler warnings on Solaris with gcc 3.4.3
2011-08-23 Todd C. MillerFix building on RHEL 3
2011-08-23 Todd C. MillerAdd --enable-werror configure option.
2011-08-23 Todd C. Millersetgroups() proto lives in grp.h on RHEL4, perhaps...
2011-08-23 Todd C. MillerUse PAM by default on AIX 6 and higher.
next