]> granicus.if.org Git - sudo/shortlog
sudo
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"
2011-06-06 Todd C. MillerAdd Basque translation and sync Finish and Ukranian...
2011-06-06 Todd C. MillerFreeBSD no longer needs the main sudo binary to link...
2011-06-06 Todd C. MillerLoad plugins with RTLD_GLOBAL instead of RTLD_LOCAL...
2011-06-06 Todd C. MillerMove xgettext invocation out of update-po target into...
2011-06-04 Todd C. MillerRegenerate .pot files for 1.8.2rc2
2011-06-04 Todd C. MillerMove nls targets to the top level Makefile so the paths in
2011-06-04 Todd C. MillerAdd compiled version of sudo Finish translation
2011-06-04 Todd C. MillerUpdate MANIFEST with .po and .mo files
2011-06-04 Todd C. MillerAdd Finish translation from translationproject.org
2011-06-03 Todd C. MillerThe group named by exempt_group should not have a ...
2011-06-01 Todd C. MillerFix typo; "Defaults group_plugin" not "Defaults sudo_pl...
2011-05-31 Todd C. MillerFix compressed io log corruption in background mode...
2011-05-31 Todd C. MillerClean up regress files
2011-05-31 Todd C. MillerAdd missing dependency for check_fill.o.
2011-05-29 Todd C. MillerAdd support for --enable-nls[=location]
2011-05-28 Todd C. MillerInclude gettext.h
2011-05-28 Todd C. MillerQuiet gcc warnings.
2011-05-28 Todd C. MillerDon't install .mo files if gettext was not found.
2011-05-27 Todd C. MillerAlways allocate a pty when running a command in the...
2011-05-27 Todd C. MillerAdd missing space between command name and the first...
2011-05-27 Todd C. MillerQuiet a compiler warning on some platforms.
2011-05-27 Todd C. MillerREADME file that directs people to translationproject.org
2011-05-27 Todd C. MillerSync translations with TP
2011-05-27 Todd C. MillerAdd 'sync-po' target to top-level Makefile to rsync...
2011-05-27 Todd C. Millerinstall nls files from install target
2011-05-27 Todd C. MillerInclude .mo files in sudo binary packags.
2011-05-27 Todd C. MillerAdd simplified chinese translation
2011-05-26 Todd C. MillerAdd ukranian translation
2011-05-26 Todd C. Millerrefer to siglist.c, not ./siglist.c since not all makes...
next