]> granicus.if.org Git - sudo/shortlog
sudo
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
2017-08-11 Todd C. MillerPreserving environment variables on the command line...
2017-08-10 Todd C. MillerAdd Friulian translation for sudo from Fabio Tomat...
2017-08-08 Todd C. Millersync with translationproject.org
2017-08-04 Todd C. MillerIn the Runas example that uses "boulder" make it clear...
2017-08-03 Todd C. Millerregen
2017-08-03 Todd C. MillerAllow the user to specify a list of environment variabl...
2017-08-01 Todd C. MillerReplace tty_tickets option with timestamp_type which...
2017-08-01 Todd C. Millerregen
2017-08-01 Todd C. MillerDon't send email about an unresolvable host name if...
2017-07-31 Todd C. Millerfix playback of stdout/stderr without embedded carriage...
2017-07-28 Todd C. MillerAvoid unused variable warning when sasl is not used.
2017-07-28 Todd C. MillerAdd support for --enable-sasl and --disable-sasl to...
2017-07-28 Todd C. MillerList the correct pattern ("*=()*") in the env_delete...
2017-07-28 Todd C. MillerInclude pathnames.h for /dev/fd on FreeBSD and Mac...
2017-07-27 Todd C. Millerupdate for 1.8.21
2017-07-27 Todd C. MillerNo need to call sudo_ev_del() before sudo_ev_free(...
2017-07-27 Todd C. MillerTerminate the command if an I/O log function returns...
2017-07-27 Todd C. MillerQuiet a coverity false positive.
2017-07-27 Todd C. MillerChange to a single event loop in sudoreplay and use...
2017-07-21 Todd C. Millerstart new sentences on a new line
2017-07-21 Todd C. MillerClarify how the variable prompt options interact with...
2017-07-21 Todd C. MillerDon't set passprompt_override when SUDO_PROMPT is present.
2017-07-20 Todd C. MillerAdd syslog_pid sudoers option to log sudo's process...
2017-07-20 Todd C. MillerWhen deciding which prompt to use (PAM's or sudo's...
2017-07-20 Todd C. MillerAdd missing argument to a few of the defaults strings...
2017-07-20 Todd C. MillerWhen examining environment variables or variables passe...
2017-07-20 Todd C. MillerDocument that "-p prompt" overrides SUDO_PROMPT.
2017-07-20 Todd C. MillerEnable passprompt_override by default if SUDO_PROMPT...
2017-07-17 Todd C. MillerWhen reading a single character via a switch() use...
2017-07-17 Todd C. MillerInitialize ch in getsize_cb() in case we are called...
2017-07-17 Todd C. Millerremove unused variable
2017-07-17 Todd C. MillerCall install_sudoers() even when doedit is false. ...
2017-07-17 Todd C. MillerReparse sudoers if a new #include file was added.
2017-07-14 Todd C. Millerdon't restore the cursor when setting terminal size...
2017-07-14 Todd C. MillerRead the xterm terminal size using an event so we can...
2017-07-14 Todd C. MillerIf we free the default base in sudo_ev_base_free()...
2017-07-13 Todd C. MillerAdd the ability to set a default event base, to be...
2017-07-13 Todd C. MillerAllow sudoreplay to adjust the window size on xterm...
2017-07-12 Todd C. MillerLog window size change events in the sudoers I/O plugin.
2017-07-12 Todd C. MillerPass window size change events to the plugin.
next