]> granicus.if.org Git - sudo/shortlog
sudo
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.
2011-08-22 Todd C. MillerAdd new Esperanto translation from translationproject.org
2011-08-19 Todd C. MillerQuiet an innocuous valgrind warning.
2011-08-18 Todd C. MillerFix expansion of strftime() escapes in log_dir and...
2011-08-18 Todd C. MillerFix "make check" return value.
2011-08-17 Todd C. MillerRegen pot files
2011-08-17 Todd C. MillerFix logic inversion in pot file up to date check.
2011-08-15 Todd C. MillerAdd caching for gettext() checks.
2011-08-15 Todd C. MillerBetter handling of libintl header and library mismatch.
2011-08-13 Todd C. MillerAlso check sudoers gid if sudoers is group writable.
2011-08-12 Todd C. MillerIf dlopen is present but libtool doesn't find it, error...
2011-08-12 Todd C. Millerconfigure args on the command line should override...
2011-08-12 Todd C. MillerFix loop that calls authenticate().
2011-08-11 Todd C. MillerUpdate to autoconf 2.68 and libtool 2.4
2011-08-11 Todd C. MillerUpdate to autoconf 2.68 and libtool 2.4
2011-08-11 Todd C. MillerFix typo; OPT should be OTP
2011-08-11 Todd C. MillerRename libsudoers convenience library to libparsesudoer...
2011-08-10 Todd C. MillerAdd Danish sudoers translation from translationproject.org
2011-08-10 Todd C. MillerAdd dedicated callback function for runas_default sudoe...
2011-08-09 Todd C. MillerUpdate Finish, Polish, Russian and Ukrainian translatio...
2011-08-09 Todd C. MillerGo back to using a callback for runas_default to keep...
2011-08-05 Todd C. MillerAdd check for out of date message catalogs when doing...
2011-08-02 Todd C. Millerregen
2011-08-02 Todd C. MillerMake sure compiler supports static-libgcc before using it.
2011-08-01 Todd C. MillerLink libsudo_noexec.la with LDLDFLAGS for -static-libgcc
2011-07-30 Todd C. MillerAdd new Russian sudo translation from translationprojec...
2011-07-29 Todd C. MillerUpdate Finish and Polish translations from translationp...
2011-07-29 Todd C. MillerGo back to escaping the command args for "sudo -i"...
2011-07-28 Todd C. MillerFix some potential problems found by the clang static...
2011-07-28 Todd C. MillerUpdated Ukranian and Chinese (simplified) po files...
2011-07-27 Todd C. MillerUpdated Polish translation from translationproject.org
2011-07-27 Todd C. MillerRebuild pot files
2011-07-27 Todd C. MillerDon't try to audit failure if the runas user does not...
2011-07-27 Todd C. MillerAdd -g to CFLAG for PIE builds.
2011-07-25 Todd C. MillerRemove fallback to per-group lookup when matching group...
2011-07-22 Todd C. MillerFix setgroups() fallback code on EINVAL.
2011-07-22 Todd C. MillerFix two PERM_INITIAL cases that were still using user_gids.
2011-07-22 Todd C. MillerAdd Polish sudo message catalog
2011-07-22 Todd C. Milleruser_group is no longer used, remove it
2011-07-20 Todd C. MillerAdd Polish translation from translationproject.org
2011-07-20 Todd C. MillerAdd a wrapper for setgroups() that trims off extra...
2011-07-20 Todd C. MillerInstead of keeping separate groups and gids arrays...
2011-07-20 Todd C. MillerDon't rely on NULL since we don't include a header...
2011-07-19 Todd C. MillerFix typo
2011-07-18 Todd C. MillerDo not shadow global sudo_mode with a local variable...
2011-07-17 Todd C. Millerbash 2.x doesd not support the -l flag and exits with...
2011-07-17 Todd C. MillerAdd Polish translation from translationproject.org
2011-07-13 Todd C. MillerMake error strings translatable.
2011-07-13 Todd C. MillerOnly run configure with --with-pam-login for RHEL 5...
2011-07-13 Todd C. MillerFix typo in summary
2011-07-11 Todd C. MillerAdd missing logwrap.c
2011-07-11 Todd C. MillerSplit out log file word wrap code into its own file...
2011-07-05 Todd C. MillerFor SuSE, only use /usr/lib64 as libexec if generating...
2011-07-05 Todd C. MillerFix build error when --without-noexec configure option...
2011-07-05 Todd C. MillerDisable noexec for AIX < 5. LDR_PRELOAD is only availa...
2011-07-01 Todd C. MillerResolve the list of gids passed in from the sudo fronte...
2011-06-26 Todd C. MillerWorkaround for "sudo -i command" and newer versions...
2011-06-23 Todd C. MillerRewrite logfile word wrapping code to be more straight...
2011-06-22 Todd C. MillerSet use_pty=true in command details when use_pty is...
2011-06-20 Todd C. MillerSync Chinese (simplified) PO files from translationproj...
2011-06-18 Todd C. MillerAdd Danish translation from translationproject.org...
2011-06-18 Todd C. MillerNo longer need to specify LINGUAS in configure, "make...
2011-06-17 Todd C. MillerBuild CONTRIBUTORS from newly-added contributors.pod
2011-06-17 Todd C. MillerRework the wording in the leading paragraph
2011-06-14 Todd C. MillerAdd a CONTRIBUTORS file with the names of folks who...
2011-06-13 Todd C. MillerPreserve SHELL variable for "sudo -s". Otherwise we...
2011-06-10 Todd C. MillerOnly enable Solaris project support when setproject...
2011-06-10 Todd C. MillerExplicitly set mode and owner of /etc/sudoers instead...
2011-06-09 Todd C. MillerRefer the user to the "Command Environment" section...
2011-06-09 Todd C. MillerFix typo
2011-06-08 Todd C. MillerIf there is no old dependency for an object file, use...
2011-06-08 Todd C. MillerRemove dependency for getgrouplist.lo as we don't ship...
2011-06-07 Todd C. MillerDo not declare yyparse() static as the actual function...
2011-06-06 Todd C. MillerRemove locale files in "make uninstall"
next