]> granicus.if.org Git - sudo/shortlog
sudo
2015-07-23 Todd C. MillerUse TCSAFLUSH instead of TCSANOW in sudo_term_copy(). sudo-1.7
2015-07-23 Todd C. MillerIn term_restore(), only restores the terminal if we...
2015-07-23 Todd C. MillerDocument function return values.
2015-07-23 Todd C. Millersyscall restarting is broken on Mac OS X when interrupt...
2015-03-02 Todd C. MillerFix cut & pasto that prevented the SIGPIPE handler...
2015-02-19 Todd C. MillerHistorically, crypt() returned the empty string on...
2015-02-19 Todd C. MillerCheck for crypt() returning NULL. Traditionally, crypt...
2015-02-10 Todd C. MillerAdded tag SUDO_1_7_10p9 for changeset 772c68ed1580
2015-02-10 Todd C. MillerFix a packaging problem with the sudoedit man page... SUDO_1_7_10p9
2015-02-10 Todd C. MillerOnly use the first two digits of the version number.
2015-02-10 Todd C. MillerRemove duplicate Requires: line in generated rpm spec...
2015-02-10 Todd C. MillerIn pp_files_expand() set _target to be empty. Fixes...
2015-02-10 Todd C. MillerFor rpm, do not specify a mode in %attr for symbolic...
2015-02-10 Todd C. MillerUpdate polypkg from trunk.
2015-02-10 Todd C. MillerUse -fstack-protector-strong in preference to -fstack...
2015-02-10 Todd C. MillerOn Solaris 11 and higher, tag binaries for ASLR if...
2015-02-10 Todd C. MillerRestrict default creation of PIE binaries (-fPIE and...
2015-02-09 Todd C. MillerSanity check the TZ environment variable by special...
2014-03-05 Todd C. MillerUpdate Mac SDK paths.
2014-04-28 Todd C. MillerFix fd leak on Linux when determing boot time. This...
2014-03-05 Todd C. MillerFix up SUDO_1_7_10p8 tag.
2014-03-05 Todd C. MillerAdded tag SUDO_1_7_10p8 for changeset dcacf314271c
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;...
next