]> granicus.if.org Git - sudo/shortlog
sudo
2016-10-28 Todd C. MillerDon't try to syntax check an unrecognized Defaults...
2016-10-26 Todd C. MillerCreate I/O log files with the same gid as the parent...
2016-10-26 Todd C. MillerCheck for sudo_ldap_result_last_search() returning...
2016-10-26 Todd C. MillerQuiet a PVS-Studio warning about the spin loop when...
2016-10-26 Todd C. MillerFix incorrect strncmp() lengths. The check for USERNAM...
2016-10-26 Todd C. MillerWhen checking for old-style bash functions in the envir...
2016-10-26 Todd C. MillerAdd some missing casts from uid_t/gid_t to int when...
2016-10-26 Todd C. Millerdef_timestamp_timeout is a double so compare against...
2016-10-26 Todd C. MillerWhen checking syslog facility or priority, move the...
2016-10-26 Todd C. MillerReplace bare ";" in the body of for() loops with "conti...
2016-10-21 Todd C. MillerUpdate from http://git.savannah.gnu.org/gitweb/?p=confi...
2016-10-21 Todd C. MillerUpdate to libtool 2.4.6
2016-10-19 Todd C. MillerUse a static buffer if possible.
2016-10-19 Todd C. Milleradd vsyslog() for systems without it.
2016-10-19 Todd C. MillerThere are now 14 tag values, not 10. Don't bother...
2016-10-18 Todd C. MillerUse vsyslog() if available.
2016-10-18 Todd C. MillerAdd syslog_maxlen to control the max size of syslog...
2016-10-17 Todd C. MillerDon't generate SIGTOU when restoring the terminal modes...
2016-10-17 Todd C. MillerThe flush parameter of sudo_term_restore() is bool...
2016-10-14 Todd C. MillerAdd wordexp() to the list of functions wrapped by sudo_...
2016-10-10 Todd C. MillerNeed RTLD_NEXT for wordexp() on dlopen() systems. ...
2016-10-10 Todd C. Milleradd missing guard around wordexp()
2016-10-10 Todd C. Millerexpand on 1.8.18p1 changes
2016-10-10 Todd C. Millersudo 1.8.18p1
2016-10-09 Todd C. MillerFix configure check for seccomp filter on Linux
2016-10-09 Todd C. MillerUse a seccomp filter on Linux to disable execve(2)...
2016-10-09 Todd C. Millerregen
2016-10-08 Todd C. Millerregen
2016-10-06 Todd C. MillerWrap wordexp(3) in sudo_noexec.
2016-09-26 Todd C. MillerClean .json files created by "make check"
2016-09-19 Todd C. Millerrecompile .po files
2016-09-19 Todd C. MillerFix matching when no sudoRunAsUser is present in a...
2016-09-19 Todd C. Millerrunas_pw can no longer be NULL
2016-09-15 Todd C. MillerRunAsGroup without RunAsUser issues
2016-09-15 Todd C. Milleruser_matched and group_matched must be type int, not...
2016-09-15 Todd C. MillerUse RUNAS_USER_SPECIFIED and RUNAS_GROUP_SPECIFIED...
2016-09-15 Todd C. MillerWhen matching against runas_default use userpw_matches...
2016-09-15 Todd C. MillerSet RUNAS_USER_SPECIFIED when -u is specified and/or...
2016-09-15 Todd C. MillerFix printing of the default runas user when a RunAsGrou...
2016-09-15 Todd C. MillerOnly match against runas_default if both sudoRunAsUser and
2016-09-15 Todd C. Millerrunas_pw can no longer be NULL here
2016-09-15 Todd C. MillerUpdate check for whether or not the runas user was...
2016-09-15 Todd C. MillerDocument that negated sudoHosts are only supported...
2016-09-15 Todd C. MillerDisable Address Sanitizer leak detection for tests...
2016-09-15 Todd C. MillerFix underflow in get_ipa_hostname() when trimming trailing
2016-09-14 Todd C. MillerDocument negated sudoHost entries.
2016-09-14 Todd C. MillerSupport negated sudoHost entries.
2016-09-14 Todd C. MillerDocument negated sudoHost entries.
2016-09-14 Todd C. MillerSupport negated sudoHost entries.
2016-09-13 Todd C. MillerDon't check the username when matching a host netgroup...
2016-09-13 Todd C. MillerMove valid domain name check into a new valid_domain...
2016-09-12 Todd C. Millersync with translationproject.org
2016-09-11 Todd C. MillerAdd back line mistakenly removed in 0cf2a9351740
2016-09-11 Todd C. Millersync with translationproject.org
2016-09-09 Todd C. MillerBug #757
2016-09-09 Todd C. MillerFix typo that broke short host name matching when the...
2016-09-08 Todd C. MillerBe consistent with the naming of the variable used...
2016-09-07 Todd C. Millersync with translationproject.org
2016-09-07 Todd C. MillerNorwegian Nynorsk translation of sudo from translationp...
2016-09-07 Todd C. MillerFix for Bug #756
2016-09-06 Todd C. MillerIn sudoers_main() avoid setting rval prematurely. ...
2016-09-05 Todd C. MillerApply match_group_by_gid early.
2016-09-02 Todd C. Millerupdate
2016-09-02 Todd C. MillerDon't disable large file support for Linux, just SVR4...
2016-09-01 Todd C. MillerMake sudo_parseln() flags hex to make it more obvious...
2016-09-01 Todd C. MillerDon't try to support line continuation in /etc/environment.
2016-09-01 Todd C. MillerNo line continuation support in ldap.conf.
2016-09-01 Todd C. MillerAdd flag to sudo_parseln() to disable line continuation...
2016-09-01 Todd C. MillerA comment character ('#') is only special at the beginn...
2016-09-01 Todd C. MillerAdd a flags option to sudo_parseln() and a flag to...
2016-09-01 Todd C. MillerIf get_process_ttyname() fails for errno != ENOENT...
2016-08-31 Todd C. Milleruse strict
2016-08-31 Todd C. MillerDefine def_foo in terms of the I_FOO index instead...
2016-08-31 Todd C. Millersync with translationproject.org
2016-08-31 Todd C. MillerMention that match_group_by_gid has no effect when...
2016-08-31 Todd C. MillerUse W_EXITCODE to construct the wait status if sudo...
2016-08-31 Todd C. Millerfix brace style
2016-08-31 Todd C. Millerregen
2016-08-31 Todd C. MillerIt is possible for get_user_info() to fail for reasons...
2016-08-30 Todd C. Millermatch_group_by_gid is only available in sudo 1.8.18...
2016-08-30 Todd C. MillerMention match_group_by_gid
2016-08-30 Todd C. MillerDocument match_group_by_gid
2016-08-30 Todd C. MillerAdd match_group_by_gid Defaults option to allow sites...
2016-08-29 Todd C. MillerMention "sudo -l command" bug fix.
2016-08-29 Todd C. MillerFix "sudo -l command" in the LDAP and SSS backends...
2016-08-26 Todd C. MillerUse sudo_strsplit() instead of doing the equivalent...
2016-08-25 Todd C. MillerMove SIGPIPE bug fix to 1.8.18 where it belongs
2016-08-25 Todd C. MillerFix memset size typo in previous commit.
2016-08-25 Todd C. MillerAdd regress for check_defaults() use-after-free bug.
2016-08-25 Todd C. MillerFix use-after-free in check_defaults(), reported by...
2016-08-24 Todd C. MillerSIGPIPE bug fix
2016-08-24 Todd C. MillerNow that we ignore SIGPIPE in sudo we need to restore...
2016-08-22 Todd C. MillerFix appending to make_opts
2016-08-22 Todd C. MillerAdd Bug #753 and fix reference to Bug #752.
2016-08-22 Todd C. Millersync with translationproject.org
2016-08-21 Todd C. Millerregen pot files
2016-08-17 Todd C. MillerUpdate with logging changes.
2016-08-17 Todd C. MillerAvoid duplicate warnings when we cannot write to the...
2016-08-17 Todd C. MillerMove the ignoring of I/O log plugin errors into the...
2016-08-17 Todd C. MillerMake the behavior when we cannot write to a log or...
next