]> granicus.if.org Git - sudo/shortlog
sudo
2014-03-05 Todd C. MillerRemoved tag SUDO_1_7_10p8 SUDO_1_7_10p8
2014-03-05 Todd C. MillerNeed to use MAXHOSTNAMELEN not HOST_NAME_MAX in sudo...
2014-03-05 Todd C. MillerAdded tag SUDO_1_7_10p8 for changeset 0fe6c4ba99be
2014-03-05 Todd C. MillerSudo 1.7 configure doesn't support --disable-nls
2014-03-05 Todd C. MillerUpdate for sudo 1.7.10p8
2014-03-05 Todd C. MillerRemove extraneous keeps in SYNOPSIS now that mandoc...
2014-03-05 Todd C. MillerProperly escape the : in :alpha:
2014-03-05 Todd C. MillerReplace some uses of .Sy with .Ar, .Ev and .Pa as appro...
2014-03-05 Todd C. MillerRemove some extraneous markup; from Ingo Schwarze
2014-03-05 Todd C. MillerUse .Ar macro instead of "file ..." Use ".Cm -" instead...
2014-03-05 Todd C. MillerOnly warn once when we are unable to open the sudoers...
2014-03-05 Todd C. MillerCheck for illegal characters in the NIS domain name...
2014-03-05 Todd C. MillerBump I/O buffer size to 32K
2014-03-05 Todd C. MillerMac OS X has netgroup functions in netdb.h.
2014-02-28 Todd C. MillerFix logic inversion when checking environment variables...
2014-02-28 Todd C. MillerMerge from sudo trunk:
2014-02-28 Todd C. MillerWe need limits.h here.
2014-02-28 Todd C. MillerUse /dev/fd in closefrom() on FreeBSD < 8.0 and Mac...
2014-02-28 Todd C. MillerAvoid a crash on Mac OS X 10.8 (at least) when we close...
2013-12-08 Todd C. MillerMake -c option description more accurate (merged from...
2013-12-08 Todd C. MillerWhen checking whether a user may change the login class...
2013-11-22 Todd C. MillerFix compilation when --without-iologdir configure optio...
2013-11-07 Todd C. MillerFix typo.
2013-11-07 Todd C. MillerAdd missing call to restore_signals() in the !dowait...
2013-08-12 Todd C. MillerFix realloc loop() in lbuf_append_quoted(); from Daniel...
2013-03-05 Todd C. MillerFix potential double free in an error path.
2013-03-01 Todd C. MillerUse pst_highestfd from pstat_getproc() on HP-UX.
2013-03-01 Todd C. MillerUse pstat() on HP-UX to determine the tty device.
2013-03-01 Todd C. MillerFix exit value if check_user() returns -1.
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...
next