]> granicus.if.org Git - sudo/shortlog
sudo
2015-09-15 Todd C. MillerMention visudo bug in 1.8.14
2015-09-15 Todd C. MillerWe reserved two slots at the end of the editor argv...
2015-09-10 Todd C. MillerRemove checks for __sys_siglist and __sys_signame....
2015-09-10 Todd C. MillerSync with translationproject.org
2015-09-10 Todd C. Millerregen
2015-09-09 Todd C. MillerRestore old signal handlers before tty settings. That...
2015-09-09 Todd C. MillerDocument what happens when the on_suspend/on_resume...
2015-09-09 Todd C. MillerNo need to have version macros for hooks, callbacks...
2015-09-09 Todd C. MillerProperly escape the backslash before a comma in an...
2015-09-09 Todd C. MillerIgnore callbacks if major version doesn't match.
2015-09-09 Todd C. MillerRemove include/compat/timespec.h. Systems old enough...
2015-09-09 Todd C. MillerBug #713
2015-09-09 Todd C. MillerFill in cstat if exec_setup() fails. Previously it...
2015-09-09 Todd C. MillerFix running commands as non-root when neither setresuid...
2015-09-09 Todd C. MillerCast uid_t to unsigned int when printing as %u
2015-09-09 Todd C. MillerMention time stamp file locking changes, fix some spelling.
2015-09-09 Todd C. MillerUpdate with latest changes.
2015-09-07 Todd C. MillerAvoid touching the time stamp directory for "sudo ...
2015-09-07 Todd C. MillerBring back the check for time stamp files that predate...
2015-09-07 Todd C. MillerUse pread(2) and pwrite(2) where possible.
2015-09-07 Todd C. Millersudo_term_* already restart themselve for all but SIGTT...
2015-09-07 Todd C. MillerSet errno to EINVAL if sudo_lock_* is called with a...
2015-09-07 Todd C. MillerAdjust new locking to work when tty_tickets is disabled...
2015-09-07 Todd C. MillerAllow the time stamp lock to be interrupted by signals.
2015-09-07 Todd C. MillerImplement suspend/resume callbacks for the conversation...
2015-09-07 Todd C. MillerLock individual records in the timestamp file instead...
2015-09-07 Todd C. MillerAdd a struct sudo_conv_callback that contains on_suspen...
2015-09-02 Todd C. MillerMake hook_version and hook_type unsigned.
2015-09-01 Todd C. MillerWhen decoding base64, avoid using '=' in the decoded...
2015-08-21 Todd C. MillerWhen parsing def_editor, break out of the loop when...
2015-08-18 Todd C. MillerThe condition for adding a missing newline at the end...
2015-08-18 Todd C. MillerRemove extraneous while() from botched do {} while...
2015-08-11 Todd C. MillerIn sudo_pam_begin_session() and sudo_pam_end_session...
2015-08-10 Todd C. MillerLinux sets si_pid in struct siginfo to 0 when the proce...
2015-08-10 Todd C. MillerSprinkle some debugging.
2015-08-09 Todd C. MillerDocument that sudo uses the real uid to map from uid...
2015-08-09 Todd C. Millerdisable_coredump can be set to no on modern OSes without
2015-08-07 Todd C. MillerEmphasis on the never.
2015-08-07 Todd C. MillerExplicitly tell people not to grant sudoedit to directo...
2015-08-07 Todd C. MillerAdd warning about writable directories and sudo/sudoedit.
2015-08-07 Todd C. MillerEmphasize that wildcards are not regexps. Bug #692
2015-08-07 Todd C. MillerEmphasize that wildcards in command line arguments...
2015-08-07 Todd C. MillerEscape the colons in [[:alpha:]] as required by sudoers.
2015-08-07 Todd C. MillerChange warning when user tries to sudoedit a symbolic...
2015-08-06 Todd C. Millerregen
2015-08-06 Todd C. Millerregen
2015-08-06 Todd C. MillerDo not follow symbolic links in sudoedit by default...
2015-08-06 Todd C. MillerSudo 1.8.15
2015-08-06 Todd C. Milleradd .json regress files to MANIFEST
2015-08-06 Todd C. MillerCheck JSON output of sudoers test files too.
2015-08-04 Todd C. MillerMove comment to match moved code.
2015-08-04 Todd C. Millermaxseq is an int not a string
2015-08-03 Todd C. MillerInclude sys/types.h for id_t. Bug #711
2015-07-31 Todd C. MillerAvoid a potential out of bounds read found by enh while...
2015-07-27 Todd C. MillerSet sssd lib location to /usr/lib64 on 64-bit RHEL...
2015-07-08 Todd C. MillerAdd Jakub Wilk
2015-07-24 Todd C. MillerThe init.d files are generated from a .in file so we...
2015-07-23 Todd C. MillerReplace two "return 0" with debug_return_bool(false).
2015-07-22 Todd C. Millerfix typo in previous commit
2015-07-22 Todd C. MillerSudo 1.8.14p3
2015-07-21 Todd C. MillerFix errno value from get_process_ttyname() when no...
2015-07-21 Todd C. MillerOn AIX, only convert the tty device number from dev64_t...
2015-07-21 Todd C. MillerSudo 1.8.14p2
2015-07-21 Todd C. MillerFix creation of the timestamp file; bug #704
2015-07-20 Todd C. MillerAvoid needless memory allocation when resolving the...
2015-07-17 Todd C. MillerSudo 1.8.14p1
2015-07-17 Todd C. MillerFix typo in sudo_sss_attrcpy() that caused a memory...
2015-07-15 Todd C. Millerrebuild
2015-07-14 Todd C. MillerAdd some debugging printfs when malloc fails and we...
2015-07-14 Todd C. MillerAdd missing warnings for memory allocation failure.
2015-07-14 Todd C. MillerReturn -1 if realloc() fails.
2015-07-14 Todd C. MillerAdd line number to debug log for memory allocation...
2015-07-14 Todd C. MillerAdd warning if calloc() fails.
2015-07-14 Todd C. MillerAdd missing check for calloc(3) return value.
2015-07-13 Todd C. MillerDocument that the values printed by "sudo -V" are affec...
2015-07-10 Todd C. MillerAvoid calling dlerror() multiple times since it clear...
2015-07-10 Todd C. MillerAttempt to clarify the conditions under which MAIL...
2015-07-09 Todd C. MillerBetter checks for the libaudit package for Debian and...
2015-07-09 Todd C. MillerFix linux_audit setting on non-multiarch Debian.
2015-07-09 Todd C. MillerFix typo that broke the linux_audit dependency on Debian.
2015-07-09 Todd C. MillerMention /proc/stat btime fix.
2015-07-09 Todd C. MillerSolaris 2.6 has the prototypes for inet_pton() and...
2015-07-09 Todd C. MillerSprinkle debugging for boottime.
2015-07-09 Todd C. MillerThe old Solaris /bin/sh doesn't support POSIX $( ....
2015-07-09 Todd C. MillerOnly use --with-sssd-lib on Debian/Ubuntu w/ multipackage.
2015-07-08 Todd C. MillerUpdate Debian/Ubuntu packages to be more like the vendo...
2015-07-08 Todd C. MillerStrip newline from /proc/stat btime line to avoid a...
2015-07-08 Todd C. MillerIn io_callback() service writes before reads. That...
2015-07-07 Todd C. MillerCheck sudo_conf_read() return value and exit on fatal...
2015-07-07 Todd C. MillerMention double-quoted sudoOption value support.
2015-07-07 Todd C. MillerAdd support for parsing quoted strings in a sudoOption...
2015-07-07 Todd C. MillerSync with translationproject.org
2015-07-06 Todd C. MillerUpdate year.
2015-07-06 Todd C. MillerSync with translationproject.org
2015-07-06 Todd C. MillerFix utmp setup broken by commit be0ca60facf8
2015-07-03 Todd C. MillerSync with translationproject.org
2015-07-03 Todd C. Millerregen
2015-07-03 Todd C. MillerFix typo in error message.
2015-07-02 Todd C. MillerBug #702 is the AIX timespec issue.
2015-07-02 Todd C. MillerWe require POSIX so no need to conditionally include...
next