]> granicus.if.org Git - sudo/shortlog
sudo
2018-01-05 Todd C. MillerWelcome to 2018
2017-12-28 Todd C. Millersync with translationproject.org
2017-12-22 Todd C. MillerSilence a clang analyzer false positive.
2017-12-22 Todd C. MillerRemove extra $(srcdir)/sudoreplay.man.in target added...
2017-12-22 Todd C. Millersync with translationproject.org
2017-12-22 Todd C. MillerUse a tty lock even for kernel time stamps so we can...
2017-12-22 Todd C. Millervisudo changes
2017-12-22 Todd C. MillerAlso honor SUDO_EDITOR in visudo. Previously is was...
2017-12-21 Todd C. MillerStop looking for an editor as soon as we find one.
2017-12-21 Todd C. MillerThe session ID was added in 1.8.6p7 to prevent a user...
2017-12-21 Todd C. Miller"time stamp" not "timestamp"
2017-12-20 Todd C. MillerAdd "kernel" as a possible value of timestamp_type.
2017-12-20 Todd C. MillerDocument the sudoers time stamp file format.
2017-12-19 Todd C. MillerVerify start time of the current process, allowing...
2017-12-18 Todd C. Millersync
2017-12-18 Todd C. Millerregen
2017-12-18 Todd C. MillerTrivial test for process start time. We don't try...
2017-12-18 Todd C. Millerregen
2017-12-17 Todd C. MillerSupport start time on macOS and 4.4BSD
2017-12-17 Todd C. MillerInclude sys/types.h for mode_t used in sudoers.h.
2017-12-17 Todd C. MillerFix compilation error on FreeBSD
2017-12-16 Todd C. MillerFix debug_decl(), it should be SUDOERS_DEBUG_UTIL
2017-12-16 Todd C. MillerIn the timestamp record, include the start time of...
2017-12-16 Todd C. MillerIf the lock record doesn't match the expected record...
2017-12-13 Todd C. MillerNo need for a loop around the recv() now that we don...
2017-12-12 Todd C. MillerTry to be clearer about sudo's exit value when the...
2017-12-12 Todd C. Millersync
2017-12-12 Todd C. MillerAn empty RunAsUser means run as the invoking user,...
2017-12-12 Todd C. Millerregen
2017-12-11 Todd C. MillerAdd authfail_message sudoers option to allow the user...
2017-12-11 Todd C. MillerAllow the plugin to determine whether or not an empty...
2017-12-11 Todd C. MillerReturn an error for an empty timeout string. Just...
2017-12-11 Todd C. MillerChange some _() into U_() since they are used for warn...
2017-12-11 Todd C. Millerupdate my email address
2017-12-11 Todd C. MillerDon't print mercurial branch info for merges.
2017-12-10 Todd C. MillerUse log size instead of using a separator between the...
2017-12-10 Todd C. MillerPrint usage and return an error when an empty argument...
2017-12-10 Todd C. MillerBetter input validation of settings passed by the sudo...
2017-12-10 Todd C. MillerTreat a blank line in a commit message as a line break...
2017-12-10 Todd C. MillerAdd script to generate ChangeLog from git log output.
2017-12-08 Todd C. MillerDon't include syslog.h from logging.h, just include...
2017-12-06 Todd C. MillerDocument that in check mode, visudo does not check...
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2017-12-03 Todd C. MillerAdd missing carriage return before prompt when replay...
2017-12-03 Todd C. MillerTrack window size changes that happen while sudo is...
2017-12-01 Todd C. Millerregen
2017-12-01 Todd C. Millerregen for sudo 1.8.22
2017-12-01 Todd C. MillerSudo 1.8.22
2017-12-01 Todd C. MillerBackground processes started by the command will no...
2017-12-01 Todd C. MillerWhen the command completes, make the monitor the foregr...
2017-12-01 Todd C. MillerAdd debug printfs around group list retrieval.
2017-11-30 Todd C. MillerMove call to sudo_ev_loopcontinue() into schedule_signa...
2017-11-30 Todd C. MillerDon't loop over read/write, recv/send or tcgetpgrp...
2017-11-21 Todd C. MillerBetter describe things when a command is run in a pty.
2017-11-29 Todd C. MillerSprinkle some extra debugging printfs
2017-11-29 Todd C. MillerHandle receipt of SIGTTIN/SIGTTOU when reading/writing...
2017-11-29 Todd C. MillerWe don't need to be the foreground process to be able...
2017-11-28 Todd C. MillerAvoid a double free when ipa_hostname is set in sssd...
2017-11-28 Todd C. MillerWhen running a command as the invoking user we cannot...
2017-11-28 Todd C. MillerAdd missing initprogname() calls.
2017-11-16 Todd C. MillerPlug some memory leaks on error, some found by the...
2017-11-15 Todd C. MillerAvoid calling cmnd_matches() in list/verify mode if...
2017-11-15 Todd C. MillerIn list (-l) or verify (-v) mode, if we have a match...
2017-11-15 Todd C. MillerWhen checking the results for "sudo -l" and "sudo ...
2017-11-14 Todd C. MillerIf passwd_tries is less than 1, check_user() will alway...
2017-10-22 Todd C. MillerDocument bash shell alias issue with "sudo -i".
2017-10-20 Todd C. MillerReturn an error if the sudo front end doesn't set the...
2017-10-20 Todd C. MillerTreat an empty hostname as a failure and return NULL.
2017-10-17 Todd C. MillerAdd support for #include and #includedir from Natale...
2017-10-14 Todd C. MillerMinor corrections from Tae Wong
2017-10-12 Todd C. MillerAdd a warning that for "sudo -i command" and "sudo...
2017-09-26 Todd C. MillerFix stair-stepped output when the output of a sudo...
2017-09-26 Todd C. Millerenv_keep and env_check are also taken into account...
2017-09-18 Todd C. MillerMake PC insults the default and add new configure option,
2017-09-14 Todd C. MillerAdd missing translators from recent updates and one...
2017-09-07 Todd C. Millersync with translationproject.org
2017-09-07 Todd C. MillerMore accurately describe the use_pty option now that...
2017-09-07 Todd C. MillerDocument changes in use_pty behavior when no terminal...
2017-09-07 Todd C. MillerSet ec->cmnd_pid to the correct value when receiving...
2017-09-07 Todd C. MillerIf /dev/tty is not available and no I/O logging plugins...
2017-09-07 Todd C. MillerDo not set utmp_user if we did not actually allocate...
2017-09-07 Todd C. Millersudo 1.8.21p2
2017-09-06 Todd C. Millersudo_terminated() should not return true when SIGCHLD...
2017-09-06 Todd C. MillerSet SIGCHLD handler to SIG_DFL before forking the askpa...
2017-09-06 Todd C. MillerThe read and write sides of signal_pipe[] were swapped...
2017-09-05 Todd C. MillerFix a logic error in 96651906de42 which prevented sudo...
2017-09-01 Todd C. MillerSudo 1.8.21p1
2017-09-01 Todd C. MillerThe Fedora sudo package uses /etc/ldap.conf not /etc...
2017-09-01 Todd C. MillerThe fix for matching when no sudoRunAsUser is present...
2017-09-01 Todd C. MillerSprinkle a few more debugging printfs.
2017-09-01 Todd C. MillerFix replaying sessions that contain input logs. When...
2017-09-01 Todd C. Millerregen
2017-09-01 Todd C. MillerFix typo (Auguest vs. August). From David Pocock.
2017-08-31 Todd C. MillerGo back to returning true from display_privs() on non...
2017-08-31 Todd C. MillerFix the pass2 ldap query string when no search filter...
2017-08-29 Todd C. MillerDon't forward SIGINFO to the child when it is send...
2017-08-23 Todd C. MillerFix path to LICENSE and NEWS files that get used in...
2017-08-21 Todd C. Millersync with translationproject.org
2017-08-18 Todd C. Millersync with translationproject.org
2017-08-12 Todd C. Millersync with translationproject.org
next