]> granicus.if.org Git - sudo/shortlog
sudo
2015-11-22 Todd C. MillerUse yy_size_t for digest_len since newer flex uses...
2015-11-20 Todd C. MillerUse https in sudo.ws urls
2015-11-20 Todd C. MillerUse https in urls.
2015-11-20 Todd C. Millersudo 1.8.16
2015-11-20 Todd C. MillerWhen preserving variables from the invoking user's...
2015-11-01 Todd C. MillerAdd debug_return_ssize_t
2015-11-01 Todd C. MillerAvoid compilation error on Solaris 10 with Stun Studio 12.
2015-10-31 Todd C. Millersync with translationproject.org
2015-10-31 Todd C. MillerMention ssp configure fix.
2015-10-30 Todd C. Millersync with translationproject.org
2015-10-30 Todd C. MillerDon't use CPPFLAGS for the -fstack-protector check...
2015-10-30 Todd C. MillerWhen checking for stack protector support we need to...
2015-10-29 Todd C. MillerPreserve LDFLAGS when checking for stack protector...
2015-10-29 Todd C. MillerBetter configure test for -fstack-protector. Some...
2015-10-25 Todd C. MillerSet errno to EISDIR instead of ENOTDIR if directory...
2015-10-25 Todd C. MillerFix the check for whether to include 32-bit arch in...
2015-10-24 Todd C. Millerregen
2015-10-24 Todd C. MillerWhen creating a new file, sudoedit will now check that...
2015-10-24 Todd C. MillerAdd always_query_group_plugin
2015-10-23 Todd C. MillerAdd ABOUT-NLS from GNU gettext.
2015-10-23 Todd C. MillerAdd directory writability checks for sudoedit.
2015-10-06 Todd C. MillerLatest.
2015-10-06 Todd C. MillerIgnore the SUDO_CONV_PROMPT_ECHO_OK flag when echo...
2015-10-06 Todd C. MillerRepair challenge/response prompting for BSD authenticat...
2015-10-06 Todd C. MillerUse the auth_getpass (and the plugin conversation fucti...
2015-10-06 Todd C. MillerFor env_reset, SHELL should be set based on the target...
2015-10-06 Todd C. Millersync with translationproject.org
2015-10-05 Todd C. MillerHungarian and Slovak translations
2015-10-05 Todd C. MillerAdd new Slovak and Hungarian translations from translat...
2015-10-03 Todd C. MillerRemove S_ISREG check from sudo_edit_open(), it is alrea...
2015-10-02 Todd C. MillerOpen sudoedit files with O_NONBLOCK and fail if they...
2015-10-02 Todd C. MillerIt is possible for WIFSTOPPED to be true even if waitpi...
2015-09-30 Todd C. Millerrebuild .mo files
2015-09-30 Todd C. Millersync with translationproject.org
2015-09-29 Todd C. MillerThere's no point in trying to interpose protected versi...
2015-09-28 Todd C. MillerList all the functions wrapped by sudo_noexec.so.
2015-09-28 Todd C. MillerThe section is now called "EXEC and NOEXEC" and it...
2015-09-28 Todd C. MillerAlso wrap popen(3).
2015-09-28 Todd C. MillerAlso interpose system(3). On glibc systems you cannot...
2015-09-28 Todd C. MillerSet active debug instance to sudo_debug_instance()...
2015-09-27 Todd C. MillerLOGNAME and USERNAME are set the same way as USER
2015-09-27 Todd C. MillerDocument behavior when the command dies from a signal...
2015-09-26 Todd C. MillerBug #722
2015-09-26 Todd C. MillerWhen the command sudo is running is killed by a signal...
2015-09-25 Todd C. MillerAdjust set_logname description to new behavior when...
2015-09-25 Todd C. MillerIf some, but not all, of the LOGNAME, USER or USERNAME...
2015-09-24 Todd C. MillerFix passing of the callback pointer to the conversation...
2015-09-24 Todd C. MillerExplicitly mark large hex constants unsigned.
2015-09-24 Todd C. MillerCast sizeof(entry) to off_t before making it a negative...
2015-09-21 Todd C. MillerAdd explicit mention of sudo's netgroup semantics since...
2015-09-21 Todd C. Millersync with translationproject.org
2015-09-21 Todd C. MillerFix potential double free of the cookie when sudo is...
2015-09-16 Todd C. Millersync with translationproject.org
2015-09-15 Todd C. Millersync with translationproject.org
2015-09-15 Todd C. MillerBug #719
2015-09-15 Todd C. MillerSIGHUP is now relayed to the command. Bug #719
2015-09-15 Todd C. MillerWhen a terminal device is closed, SIGHUP is sent to...
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.
next