]> granicus.if.org Git - sudo/shortlog
sudo
2013-03-01 Todd C. Millerre-tag SUDO_1_7_10p7
2013-03-01 Todd C. MillerAdded tag SUDO_1_7_10p7 for changeset d95631aa92d9
2013-03-01 Todd C. MillerSudo 1.7.10p7 SUDO_1_7_10p7
2013-02-25 Todd C. MillerAdded tag SUDO_1_7_10p7 for changeset ddf399e3e306
2013-02-21 Todd C. MillerCompletely ignore time stamp file if it is set to the...
2013-02-19 Todd C. MillerMake display_cmnd() return value match trunk version.
2013-02-15 Todd C. Miller#include "sudo_usage.h" not <sudo_usage.h> so we get...
2013-02-10 Todd C. MillerAdded tag SUDO_1_7_10p6 for changeset 882475dfa47c
2013-02-10 Todd C. MillerSudo 1.7.10p6 SUDO_1_7_10p6
2013-02-10 Todd C. MillerSync with autoconf 2.68
2013-02-10 Todd C. MillerMove call the save_signals() to before SIGINT, SIGQUIT...
2013-02-08 Todd C. MillerStore the session ID in the tty ticket file too. A...
2013-01-31 Todd C. MillerAdded tag SUDO_1_7_10p5 for changeset 765958d9ee1e
2013-01-31 Todd C. MillerSudo 1.7.10p5 SUDO_1_7_10p5
2013-01-31 Todd C. MillerUpdate copyright year
2013-01-31 Todd C. MillerFix potential stack overflow due to infinite recursion...
2013-01-31 Todd C. MillerRemove ttyname() fall back code on systems where we...
2013-01-15 Todd C. MillerAdded tag SUDO_1_7_10p4 for changeset a5ea48905d46
2013-01-15 Todd C. MillerSudo 1.7.10p4 SUDO_1_7_10p4
2013-01-15 Todd C. MillerUse -fstack-protector-all in preference to -fstack...
2013-01-15 Todd C. MillerBreak out stack smashing protector options into SSP_CFL...
2013-01-15 Todd C. MillerAvoid NULL deref for unknown Defaults in strict mode.
2013-01-15 Todd C. MillerDo not inform the user that the command was not permitt...
2013-01-15 Todd C. MillerThe -a option should be #ifdef HAVE_BSD_AUTH_H, not -A.
2013-01-13 Todd C. MillerAdd missing call to save_signals().
2013-01-01 Todd C. MillerIn rbrepair(), make sure we never try to change the...
2013-01-01 Todd C. MillerNo need to restore default signal handler for SIGSTOP...
2013-01-01 Todd C. MillerDisable PIE on FreeBSD/ia64, otherwise sudo will segfault.
2012-11-13 Todd C. MillerFor PERM_ROOT set egid to 0 so log files are not create...
2012-11-13 Todd C. MillerSet gid to 0 when creating I/O log directories.
2012-11-13 Todd C. Millersync with upstream
2012-11-13 Todd C. MillerAdd support for SUDO_PREINSTALL_CMD so we can correct...
2012-09-28 Todd C. MillerMention HP-UX pam.conf settings.
2012-09-24 Todd C. MillerFix running commands that need the terminal in the...
2012-09-19 Todd C. MillerAdded tag SUDO_1_7_10p3 for changeset 235ca8006055
2012-09-19 Todd C. MillerUse 1/0 not TRUE/FALSE. SUDO_1_7_10p3
2012-09-18 Todd C. Millersudo 1.7.10p3
2012-09-18 Todd C. MillerAvoid calling fclose(NULL) in the error path when we...
2012-09-18 Todd C. MillerDon't use embedded newline when matching, use \n. ...
2012-09-17 Todd C. MillerFall back on lstat(2) if d_type in struct dirent is...
2012-09-17 Todd C. MillerAdded tag SUDO_1_7_10p2 for changeset 60d2336634f5
2012-09-17 Todd C. MillerSudo 1.7.10p2 SUDO_1_7_10p2
2012-09-17 Todd C. MillerWhen setting the signal handler for SIGTSTP to the...
2012-09-12 Todd C. MillerAdded tag SUDO_1_7_10p1 for changeset a8330024abe7
2012-09-12 Todd C. MillerMention support for SUCCESS=return in /etc/nsswitch... SUDO_1_7_10p1
2012-09-12 Todd C. Millersudo 1.7.10p1
2012-09-11 Todd C. MillerAvoid setting LOGNAME, USER and USERNAME variables...
2012-09-11 Todd C. MillerFix duplicate detection in sudo_putenv(), do not prune...
2012-09-04 Todd C. MillerAdd support for [SUCCESS=return] in nsswitch.conf;...
2012-09-01 Todd C. MillerAdded tag SUDO_1_7_10 for changeset 56db3dcb76c6
2012-09-01 Todd C. Millermention PIE SUDO_1_7_10
2012-08-28 Todd C. MillerHandle NULL entries in sys_siglist.
2012-08-28 Todd C. MillerConvert my_sys_sig{list,name} -> sudo_sys_sig{list...
2012-08-27 Todd C. Millersync
2012-08-27 Todd C. MillerFix gcc warnings.
2012-08-27 Todd C. MillerPass on SIGTSTP to the command if it was sent by a...
2012-08-27 Todd C. MillerShells typically change their process group when they...
2012-08-24 Todd C. MillerQuiet gcc warnings on glibc systems that use warn_unuse...
2012-08-23 Todd C. MillerDon't print an error message in yyerror() if open_sudoe...
2012-08-22 Todd C. MillerSubstitute MANDIRTYPE into Makefile
2012-08-22 Todd C. MillerDon't remove files in GENERATED unless DEVEL is set.
2012-08-22 Todd C. Millersync
2012-08-22 Todd C. MillerMove log_denial() calls and logic to log_failure().
2012-08-21 Todd C. MillerMake the capitalization consistent for .Ss and .Sx
2012-08-21 Todd C. MillerAdd COMMAND EXECUTION section that describes how sudo...
2012-08-19 Todd C. MillerAdd COMMAND EXECUTION section that describes how sudo...
2012-08-19 Todd C. MillerHappy Easter
2012-08-18 Todd C. MillerAdd CONTRIBUTORS file from sudo trunk
2012-08-17 Todd C. MillerSudo manuals formatted in mdoc, to replace the pod...
2012-08-17 Todd C. MillerAdd new check_defaults() function to check (but not...
2012-08-17 Todd C. MillerUse AI_FQDN instead of AI_CANONNAME if available since...
2012-08-15 Todd C. Millersync polypkg from git
2012-08-07 Todd C. MillerCast 2nd argument of lseek() to off_t if it is a consta...
2012-08-07 Todd C. MillerFix building with a K&R compiler.
2012-08-07 Todd C. MillerIf we receive a signal from the command we executed...
2012-08-07 Todd C. MillerFix some warnings from clang checker-267
2012-08-07 Todd C. MillerRegen with modified yacc skeleton.
2012-07-31 Todd C. MillerWhen checking whether a signal is user-generated, compa...
2012-07-30 Todd C. MillerActive Directory apparently requires that tenths of...
2012-07-29 Todd C. MillerRemove pod versinons of HISTORY and LICENSE as they...
2012-07-29 Todd C. MillerSync with trunk version.
2012-07-27 Todd C. MillerFix errors introduced when sudoNotBefore, sudoNotAfter...
2012-07-18 Todd C. MillerMore minor costmetic fixes.
2012-07-12 Todd C. MillerMinor cosmetic fixes.
2012-07-06 Todd C. MillerDo not set a resource limit to zero when we are unable...
2012-07-05 Todd C. MillerAdd "Provides: sudo" to debian sudo-ldap package
2012-07-02 Todd C. MillerOnly check for pie support when using gcc.
2012-07-02 Todd C. MillerAdd configure check for building PIE executables instea...
2012-07-02 Todd C. MillerMacOS pp backend doesn't like modes longer than 4 chara...
2012-06-29 Todd C. Millerfix version
2012-06-29 Todd C. MillerDocument improved Tivoli Directory Server support.
2012-06-29 Todd C. MillerAdd support for ldaps using Tivoli LDAP libraries.
2012-06-28 Todd C. MillerTivoli Directory Server 6.3 libs always return a (bogus...
2012-06-28 Todd C. MillerUpdate
2012-06-28 Todd C. MillerTreat LDAP_OPT_CONNECT_TIMEOUT (Tivoli Directory Server...
2012-06-27 Todd C. MillerUse MAX_UID_T_LEN + 1 for uid/gid buffers, not MAX_UID_...
2012-06-25 Todd C. MillerIf installing with installp, error out if there is...
2012-06-25 Todd C. MillerAdd --disable-nls for AIX
2012-06-22 Todd C. MillerDebian sudo-ldap packages should now depend on libldap...
2012-06-21 Todd C. MillerAdd Homepage and Bugs to debian control file.
next