2017-12-06 |
Todd C. Miller | Document that in check mode, visudo does not check... |
commit | commitdiff | tree | snapshot |
2017-12-04 |
Todd C. Miller | update my email to Todd.Miller@sudo.ws |
commit | commitdiff | tree | snapshot |
2017-12-03 |
Todd C. Miller | Add missing carriage return before prompt when replay... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
Todd C. Miller | Track window size changes that happen while sudo is... |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Todd C. Miller | regen for sudo 1.8.22 |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Todd C. Miller | Sudo 1.8.22 |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Todd C. Miller | Background processes started by the command will no... |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Todd C. Miller | When the command completes, make the monitor the foregr... |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Todd C. Miller | Add debug printfs around group list retrieval. |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Todd C. Miller | Move call to sudo_ev_loopcontinue() into schedule_signa... |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Todd C. Miller | Don't loop over read/write, recv/send or tcgetpgrp... |
commit | commitdiff | tree | snapshot |
2017-11-21 |
Todd C. Miller | Better describe things when a command is run in a pty. |
commit | commitdiff | tree | snapshot |
2017-11-29 |
Todd C. Miller | Sprinkle some extra debugging printfs |
commit | commitdiff | tree | snapshot |
2017-11-29 |
Todd C. Miller | Handle receipt of SIGTTIN/SIGTTOU when reading/writing... |
commit | commitdiff | tree | snapshot |
2017-11-29 |
Todd C. Miller | We don't need to be the foreground process to be able... |
commit | commitdiff | tree | snapshot |
2017-11-28 |
Todd C. Miller | Avoid a double free when ipa_hostname is set in sssd... |
commit | commitdiff | tree | snapshot |
2017-11-28 |
Todd C. Miller | When running a command as the invoking user we cannot... |
commit | commitdiff | tree | snapshot |
2017-11-28 |
Todd C. Miller | Add missing initprogname() calls. |
commit | commitdiff | tree | snapshot |
2017-11-16 |
Todd C. Miller | Plug some memory leaks on error, some found by the... |
commit | commitdiff | tree | snapshot |
2017-11-15 |
Todd C. Miller | Avoid calling cmnd_matches() in list/verify mode if... |
commit | commitdiff | tree | snapshot |
2017-11-15 |
Todd C. Miller | In list (-l) or verify (-v) mode, if we have a match... |
commit | commitdiff | tree | snapshot |
2017-11-15 |
Todd C. Miller | When checking the results for "sudo -l" and "sudo ... |
commit | commitdiff | tree | snapshot |
2017-11-14 |
Todd C. Miller | If passwd_tries is less than 1, check_user() will alway... |
commit | commitdiff | tree | snapshot |
2017-10-22 |
Todd C. Miller | Document bash shell alias issue with "sudo -i". |
commit | commitdiff | tree | snapshot |
2017-10-20 |
Todd C. Miller | Return an error if the sudo front end doesn't set the... |
commit | commitdiff | tree | snapshot |
2017-10-20 |
Todd C. Miller | Treat an empty hostname as a failure and return NULL. |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Todd C. Miller | Add support for #include and #includedir from Natale... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Todd C. Miller | Minor corrections from Tae Wong |
commit | commitdiff | tree | snapshot |
2017-10-12 |
Todd C. Miller | Add a warning that for "sudo -i command" and "sudo... |
commit | commitdiff | tree | snapshot |
2017-09-26 |
Todd C. Miller | Fix stair-stepped output when the output of a sudo... |
commit | commitdiff | tree | snapshot |
2017-09-26 |
Todd C. Miller | env_keep and env_check are also taken into account... |
commit | commitdiff | tree | snapshot |
2017-09-18 |
Todd C. Miller | Make PC insults the default and add new configure option, |
commit | commitdiff | tree | snapshot |
2017-09-14 |
Todd C. Miller | Add missing translators from recent updates and one... |
commit | commitdiff | tree | snapshot |
2017-09-07 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-09-07 |
Todd C. Miller | More accurately describe the use_pty option now that... |
commit | commitdiff | tree | snapshot |
2017-09-07 |
Todd C. Miller | Document changes in use_pty behavior when no terminal... |
commit | commitdiff | tree | snapshot |
2017-09-07 |
Todd C. Miller | Set ec->cmnd_pid to the correct value when receiving... |
commit | commitdiff | tree | snapshot |
2017-09-07 |
Todd C. Miller | If /dev/tty is not available and no I/O logging plugins... |
commit | commitdiff | tree | snapshot |
2017-09-07 |
Todd C. Miller | Do not set utmp_user if we did not actually allocate... |
commit | commitdiff | tree | snapshot |
2017-09-07 |
Todd C. Miller | sudo 1.8.21p2 |
commit | commitdiff | tree | snapshot |
2017-09-06 |
Todd C. Miller | sudo_terminated() should not return true when SIGCHLD... |
commit | commitdiff | tree | snapshot |
2017-09-06 |
Todd C. Miller | Set SIGCHLD handler to SIG_DFL before forking the askpa... |
commit | commitdiff | tree | snapshot |
2017-09-06 |
Todd C. Miller | The read and write sides of signal_pipe[] were swapped... |
commit | commitdiff | tree | snapshot |
2017-09-05 |
Todd C. Miller | Fix a logic error in 96651906de42 which prevented sudo... |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Todd C. Miller | Sudo 1.8.21p1 |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Todd C. Miller | The Fedora sudo package uses /etc/ldap.conf not /etc... |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Todd C. Miller | The fix for matching when no sudoRunAsUser is present... |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Todd C. Miller | Sprinkle a few more debugging printfs. |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Todd C. Miller | Fix replaying sessions that contain input logs. When... |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Todd C. Miller | Fix typo (Auguest vs. August). From David Pocock. |
commit | commitdiff | tree | snapshot |
2017-08-31 |
Todd C. Miller | Go back to returning true from display_privs() on non... |
commit | commitdiff | tree | snapshot |
2017-08-31 |
Todd C. Miller | Fix the pass2 ldap query string when no search filter... |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Todd C. Miller | Don't forward SIGINFO to the child when it is send... |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Todd C. Miller | Fix path to LICENSE and NEWS files that get used in... |
commit | commitdiff | tree | snapshot |
2017-08-21 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-08-18 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-08-12 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-08-11 |
Todd C. Miller | Preserving environment variables on the command line... |
commit | commitdiff | tree | snapshot |
2017-08-10 |
Todd C. Miller | Add Friulian translation for sudo from Fabio Tomat... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-08-04 |
Todd C. Miller | In the Runas example that uses "boulder" make it clear... |
commit | commitdiff | tree | snapshot |
2017-08-03 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-08-03 |
Todd C. Miller | Allow the user to specify a list of environment variabl... |
commit | commitdiff | tree | snapshot |
2017-08-01 |
Todd C. Miller | Replace tty_tickets option with timestamp_type which... |
commit | commitdiff | tree | snapshot |
2017-08-01 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-08-01 |
Todd C. Miller | Don't send email about an unresolvable host name if... |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Todd C. Miller | fix playback of stdout/stderr without embedded carriage... |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Todd C. Miller | Avoid unused variable warning when sasl is not used. |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Todd C. Miller | Add support for --enable-sasl and --disable-sasl to... |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Todd C. Miller | List the correct pattern ("*=()*") in the env_delete... |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Todd C. Miller | Include pathnames.h for /dev/fd on FreeBSD and Mac... |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Todd C. Miller | update for 1.8.21 |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Todd C. Miller | No need to call sudo_ev_del() before sudo_ev_free(... |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Todd C. Miller | Terminate the command if an I/O log function returns... |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Todd C. Miller | Quiet a coverity false positive. |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Todd C. Miller | Change to a single event loop in sudoreplay and use... |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Todd C. Miller | start new sentences on a new line |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Todd C. Miller | Clarify how the variable prompt options interact with... |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Todd C. Miller | Don't set passprompt_override when SUDO_PROMPT is present. |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | Add syslog_pid sudoers option to log sudo's process... |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | When deciding which prompt to use (PAM's or sudo's... |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | Add missing argument to a few of the defaults strings... |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | When examining environment variables or variables passe... |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | Document that "-p prompt" overrides SUDO_PROMPT. |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | Enable passprompt_override by default if SUDO_PROMPT... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Todd C. Miller | When reading a single character via a switch() use... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Todd C. Miller | Initialize ch in getsize_cb() in case we are called... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Todd C. Miller | remove unused variable |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Todd C. Miller | Call install_sudoers() even when doedit is false. ... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Todd C. Miller | Reparse sudoers if a new #include file was added. |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Todd C. Miller | don't restore the cursor when setting terminal size... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Todd C. Miller | Read the xterm terminal size using an event so we can... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Todd C. Miller | If we free the default base in sudo_ev_base_free()... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Todd C. Miller | Add the ability to set a default event base, to be... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Todd C. Miller | Allow sudoreplay to adjust the window size on xterm... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Todd C. Miller | Log window size change events in the sudoers I/O plugin. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Todd C. Miller | Pass window size change events to the plugin. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Todd C. Miller | Clear input, output, control and local flags before... |
commit | commitdiff | tree | snapshot |
next |