]> granicus.if.org Git - sudo/shortlog
sudo
2013-09-30 Todd C. MillerInclude stddef.h for rsize_t and errno_t on systems...
2013-09-29 Todd C. MillerFix braino.
2013-09-29 Todd C. MillerRebuild message catalog files.
2013-09-29 Todd C. MillerRebuild message catalog files.
2013-09-29 Todd C. MillerCzech translation for sudo from translationproject...
2013-09-18 Todd C. MillerSync with translationproject.org
2013-09-18 Todd C. MillerChange "next" back to 2. In the context of "next Frida...
2013-09-18 Todd C. MillerMention that relative times don't always do what you...
2013-09-17 Todd C. MillerAdd diacritical for Zdenek Behan.
2013-09-11 Todd C. MillerDo not fail if ttyname() cannot determine the tty but...
2013-09-11 Todd C. MillerRemove extraneous $$CWD; from Bdale Garbee
2013-09-09 Todd C. MillerMake "this" and "next" qualifiers work a bit better...
2013-09-06 Todd C. MillerMark main() public to silence a warning on HP-UX.
2013-09-03 Todd C. MillerBe specific that we are talking about the Unix epoch...
2013-09-03 Todd C. MillerDo not use "setup" as a verb; bug #614
2013-09-03 Todd C. MillerFix logic goof when checking open() status.
2013-09-03 Todd C. MillerSync with translationproject.org
2013-09-03 Todd C. MillerWork around a bug in sudo 1.8.7 timing files where...
2013-09-03 Todd C. MillerRepair writing of the I/O log file indices broken in...
2013-08-31 Todd C. MillerTry to improve the PAGERS noexec example a bit.
2013-08-30 Todd C. MillerDocument comment character in ldap.conf
2013-08-26 Todd C. MillerNew bugs fixed for 1.8.8.
2013-08-26 Todd C. MillerFix setting of quiet flag when -q / --quiet is specified.
2013-08-26 Todd C. MillerUpdated translations from translationproject.org
2013-08-26 Todd C. MillerDon't allow root to change its SELinux role without...
2013-08-21 Todd C. MillerMention new Mac OS X symbol interposition.
2013-08-21 Todd C. MillerUpdated translations from translationproject.org
2013-08-21 Todd C. MillerAdd configure checks for the exec functions we will...
2013-08-20 Todd C. MillerFix installation of sudo_noexec on Mac OS X.
2013-08-17 Todd C. MillerFix error display from ldap_ssl_client_init(). There...
2013-08-19 Todd C. MillerFix typo in tls_key example for Tivoli
2013-08-19 Todd C. MillerDon't escape '$' when running "sudo -i command". Bug...
2013-08-19 Todd C. MillerFix typo in comment.
2013-08-19 Todd C. MillerFix comment.
2013-08-19 Todd C. MillerQuiet some gcc -Wformat=2 false positives
2013-08-18 Todd C. MillerRemove now-obsolete arg to env_merge()
2013-08-18 Todd C. MillerUpdated translations from translationproject.org
2013-08-18 Todd C. MillerFrench translation for sudo from translationproject...
2013-08-18 Todd C. MillerAdd __printflike to audit_failure.
2013-08-18 Todd C. MillerUse __nonnull__ attribute in __printflike.
2013-08-17 Todd C. MillerWhen merging the PAM environment, allow environment...
2013-08-17 Todd C. MillerCall pam_getenvlist() after we've opened the session...
2013-08-16 Todd C. Milleroption not flag
2013-08-16 Todd C. MillerDon't redefine opterr, optind, optopt, optarg in getopt...
2013-08-16 Todd C. Millerregen
2013-08-16 Todd C. MillerUse lower case for the long option arguments to match...
2013-08-16 Todd C. MillerSudo 1.8.8
2013-08-16 Todd C. MillerUse lower card for the long option arguments to match...
2013-08-16 Todd C. MillerDescribe how remote command execution can be implemented.
2013-08-16 Todd C. MillerBump version.
2013-08-15 Todd C. MillerMake it a fatal error if the plugin returns invalid...
2013-08-15 Todd C. MillerUse strtol() instead of atoi() and perform error checking
2013-08-15 Todd C. MillerIt is not possible for auth to be NULL here.
2013-08-15 Todd C. MillerInitialize user_runhost and user_srunhost to user_host...
2013-08-15 Todd C. MillerRename error.h -> fatal.h now that there is no error...
2013-08-15 Todd C. MillerAdd support to the debug subsystem for zero-length...
2013-08-15 Todd C. MillerAdd __printflike for vfatal, vfatalx, vwarning and...
2013-08-15 Todd C. MillerNeed to include gettext.h for BSM audit.
2013-08-15 Todd C. MillerChange some fatalx(NULL) that should be fatal(NULL).
2013-08-15 Todd C. MillerUse __printf0like for warning() and fatal() since the...
2013-08-15 Todd C. MillerQuiet a gcc "used uninitialized in this function" false...
2013-08-15 Todd C. MillerEnable bsm audit on Mac OS X and Solaris >= 11.
2013-08-15 Todd C. MillerFix compilation on Solaris 11.
2013-08-15 Todd C. MillerAdd missing missing.h
2013-08-15 Todd C. MillerMove the -C (user_closefrom) check until after set_cmnd...
2013-08-14 Todd C. MillerIf not using a pty and the child process gets SIGTTOU...
2013-08-14 Todd C. MillerIf sudo is not setuid and was not invoked with a full...
2013-08-14 Todd C. MillerAdd limited support for "sudo -l -h other_host". Since...
2013-08-14 Todd C. MillerFix parsing of "-h host" when used in conjunction with...
2013-08-14 Todd C. MillerSimplify usage messages a bit and make --help output...
2013-08-13 Todd C. MillerFix setting of mailer argv[0] to basename of mailerpath.
2013-08-13 Todd C. MillerMake sure the mailer exists and is a regular file befor...
2013-08-13 Todd C. MillerIf tty_tickets are enabled but there is no tty, use...
2013-08-13 Todd C. MillerAllow default plugin dir to be configured in sudo.conf.
2013-08-13 Todd C. MillerUTF8 for Ruusamae, Elan; from Tae Wong
2013-08-12 Todd C. MillerDon't allow max_groups to be set to zero, it just compl...
2013-08-08 Todd C. MillerRefactor code to parse list of gids into its own functi...
2013-08-08 Todd C. MillerAdd function comment block.
2013-08-08 Todd C. MillerDefault text domain is now sudo, not sudoers.
2013-08-08 Todd C. MillerUpdate dependency for atoid.lo
2013-08-08 Todd C. MillerAdd endpointer and separator args to atoid()
2013-08-07 Todd C. MillerUse private version of atoid() to avoid a dependency...
2013-08-07 Todd C. MillerMore UTF8 in names; from Tae Wong
2013-08-07 Todd C. MillerUse atoid() in more places.
2013-08-07 Todd C. MillerMove atoid() to common so it can be used in src and...
2013-08-07 Todd C. MillerAvoid a crash on Mac OS X 10.8 (at least) when we close...
2013-08-07 Todd C. MillerConvert to last, first for easier sorting and use UTF8...
2013-08-07 Todd C. MillerAdd atoid() function to convert a string to an id_t...
2013-08-07 Todd C. MillerAdd atoid() function to convert a string to an id_t...
2013-08-07 Todd C. MillerAvoid "perm stack underflow" error when logging the...
2013-08-07 Todd C. MillerIn rewind_perms() there is nothing to do if perm_stack_...
2013-08-06 Todd C. MillerAdd pam_setcred sudoers option to allow the user to...
2013-08-06 Todd C. MillerAdd pam_service and pam_login_service sudoers settings...
2013-08-06 Todd C. MillerNewer Xcode places the SDKs under Xcode.app
2013-08-03 Todd C. MillerImplement memset_s() and use it instead of zero_bytes().
2013-08-01 Todd C. MillerDo not try to install plugins when shared modules are...
2013-08-01 Todd C. MillerUpdate dependencies to take into account compat/getopt...
2013-08-01 Todd C. MillerUpdate dependencies now that sudo_usage.h is always...
2013-07-31 Todd C. MillerAdd some warnings and debugging to sasl ccname handling.
2013-07-31 Todd C. MillerFix write loop invariant in sudo_krb5_copy_cc_file()
next