]> granicus.if.org Git - sudo/shortlog
sudo
2017-05-03 Todd C. MillerMove the invocation of check_noexec into the main ...
2017-05-03 Todd C. MillerMove @CHECK_NOEXEC@ to TEST_PROGS so it gets cleaned...
2017-05-03 Todd C. MillerMove syslog_maxlen to the "Integers" section. Move...
2017-05-03 Todd C. MillerFix a pasto that resulted in an extra (empty) syslog_go...
2017-05-03 Todd C. MillerAdd tests for parsing tuples and syslog options.
2017-05-03 Todd C. MillerAllow the syslog Defaults option to be used in a "true...
2017-05-03 Todd C. MillerAllow a tuple to be set to boolean true. Regression...
2017-05-01 Todd C. MillerReplace the list of "dangerous" environment variables...
2017-04-28 Todd C. MillerFix exponential behavior in glob() with respect to...
2017-04-28 Todd C. MillerWe no longer need to write to the tty if the command...
2017-04-27 Todd C. MillerOn Linux, if the command we ran dumped core, set PR_SET...
2017-04-27 Todd C. MillerUpdate path to sudo_noexec.so
2017-04-27 Todd C. MillerIf the command terminated due to a signal, sudo will...
2017-04-27 Todd C. Millersync
2017-04-27 Todd C. MillerThe fix for Bug #722 contained a typo/thinko that resul...
2017-04-26 Todd C. MillerBetter check for /etc/rc.d/rc2.d/S90sudo on AIX
2017-04-26 Todd C. MillerDon't install the rc.d link when installing to a DESTDIR.
2017-04-26 Todd C. MillerIn "make install", install sample sudoers file as ...
2017-04-26 Todd C. MillerAllow "make dist" and "make depend" to work for out...
2017-04-24 Todd C. MillerAdd missing $(srcdir) prefix to shlib_exp definition.
2017-04-21 Todd C. MillerFix typo in killpg macro.
2017-04-21 Todd C. MillerFix the killpg macro for systems without killpg() in...
2017-04-20 Todd C. MillerUse the standard idiom for popping all entries from...
2017-04-20 Todd C. Millerrewrite errpipe callbacks
2017-04-20 Todd C. Milleruse pipe2() with O_CLOEXEC instead of pipe() + fcntl...
2017-04-20 Todd C. Millerinit io_pipe[][] to -1, not 0
2017-04-19 Todd C. MillerIn sudo_sss_check_user() it is not possible for handle...
2017-04-19 Todd C. MillerFix a use after free when the fqdn sudoOption is set...
2017-04-19 Todd C. MillerAvoid unused variable when getgrouplist_2() is available.
2017-04-19 Todd C. Millersync with translationproject.org
2017-04-13 Todd C. Millerregen
2017-04-12 Todd C. MillerIn sudo_ttyname_scan() if dir is the empty string,...
2017-04-11 Todd C. MillerTry to make it clear that when match_group_by_gid is...
2017-04-07 Todd C. Millersync with translationproject.org
2017-04-07 Todd C. Millerplug memory leak in check_digest
2017-04-07 Todd C. MillerCheck return value of dispatch_pending_signals() in...
2017-03-30 Todd C. Millerback out unintentional change to the version number
2017-03-28 Todd C. Millersync with translationproject.org
2017-03-27 Todd C. MillerMake check_digest test sudo_filedigest() itself instead...
2017-03-27 Todd C. MillerDocument that commands matched by "sudo ALL" are not...
2017-03-24 Todd C. MillerUpdate for 1.8.20
2017-03-24 Todd C. Millerregen for restricted_env_file
2017-03-24 Todd C. MillerMention that iolog_user is useful for NFS.
2017-03-23 Todd C. MillerOnly retry mkdir or create with PERM_IOLOG if errno...
2017-03-22 Todd C. MillerAdd fallback to PERM_IOLOG when making the final compon...
2017-03-22 Todd C. MillerAdd restricted_env_file which is like env_file but...
2017-03-22 Todd C. Millerquiet a warning on older zlib
2017-03-22 Todd C. Millercast mode_t to unsigned int when printing with %o
2017-03-21 Todd C. Millerregen
2017-03-21 Todd C. MillerSet umask temporarily when creating files instead of...
2017-03-21 Todd C. Millerremove now-useless variable
2017-03-21 Todd C. MillerDon't set owner/mode on directories that already exist...
2017-03-21 Todd C. MillerExplicitly set the file mode of I/O log files so the...
2017-03-21 Todd C. MillerAdd PERM_IOLOG so we can create I/O log files on an...
2017-03-21 Todd C. MillerRestore the '/' in the path before returning if we...
2017-03-20 Todd C. MillerWhen creating the timestamp directory, use the group...
2017-03-21 Todd C. Millerzero out nss->handle after it has been freed to make...
2017-03-20 Todd C. MillerAdd iolog_flush option.
2017-03-17 Todd C. MillerDon't allow the user to specify an I/O log file mode...
2017-03-14 Todd C. MillerRegenerate the cat pages with newer mandoc which format...
2017-03-14 Todd C. MillerMake it clear that I/O logs will be complete even if...
2017-03-13 Todd C. MillerReplace pipe_nonblock() with pipe2()
2017-03-13 Todd C. MillerEmulate pipe2() on systems without it.
2017-03-10 Todd C. MillerFix declaration of sudo_krb5_verify() in the case where...
2017-03-10 Todd C. MillerUse HAVE_STDBOOL_H to detect systems w/o stdbool.h.
2017-03-09 Todd C. Millerregen
2017-03-09 Todd C. MillerMove SIGCHLD handling into handle_sigchld() functions...
2017-03-08 Todd C. Millere_termination should be set to the value of WTERMSIG...
2017-03-07 Todd C. MillerAdd tcsetpgrp_nobg() which acts like tcsetpgrp() but...
2017-03-06 Todd C. MillerPrevent sudo from receiving SIGTTOU when it tries to...
2017-03-03 Todd C. MillerAdd some casts to quiet gcc warnings on Solaris and...
2017-03-03 Todd C. Millerchange debug info when suspending sudo
2017-03-03 Todd C. MillerReorganize the command execution code to separate out...
2017-02-26 Todd C. MillerRemove support for the TIOCGSIZE ioctl. Systems that...
2017-02-24 Todd C. MillerSet the child pid to -1 after we've waited for it and...
2017-02-22 Todd C. MillerUpdate the description of strict mode to current realit...
2017-02-22 Todd C. MillerGo back to using a Warning/Error prefix in the message...
2017-02-21 Todd C. Millerfix copyright years
2017-02-20 Todd C. MillerAdd support for using the message digest functions...
2017-02-20 Todd C. MillerAdd support for using the message digest functions...
2017-02-20 Todd C. MillerMove the file digest code out of match.c and into filed...
2017-02-20 Todd C. MillerCheck for gmtime() or localtime() returning NULL and...
2017-02-18 Todd C. MillerAdd support for ROLE, TYPE, PRIVS, LIMITPRIVS, TIMEOUT...
2017-02-18 Todd C. Millerstrftime() was in C89 so use it unconditionally.
2017-02-18 Todd C. MillerAdd NOTBEFORE and NOTAFTER command options similar...
2017-02-16 Todd C. Millerregen
2017-02-16 Todd C. MillerBump version to 1.11 for timeout entry in settings[]
2017-02-16 Todd C. Millerregen
2017-02-16 Todd C. MillerAdd a command line option to specify the command timeou...
2017-02-15 Todd C. MillerBetter error message when the timeout value does not...
2017-02-15 Todd C. Millerset errno to ERANGE not EOVERFLOW on range error
2017-02-14 Todd C. Millerregen
2017-02-14 Todd C. MillerOnly inhibit ASAN leak detector for tests that result...
2017-02-14 Todd C. MillerPlug some memory leaks found by ASAN.
2017-02-14 Todd C. MillerList SELinux role/type for "sudo -l" with LDAP and...
2017-02-14 Todd C. MillerOnly inherit SELinux role/type and Solaris privilege...
2017-02-14 Todd C. MillerSplit out tags again so they must precede the command...
2017-02-14 Todd C. MillerAdd support for command timeouts in sudoers. After...
2017-02-14 Todd C. MillerMerge command tags, SELinux type/role and Solaris privs...
2017-02-14 Todd C. Millersupress cppcheck memory leak false positive
next