]> granicus.if.org Git - sudo/shortlog
sudo
2016-11-15 Todd C. MillerAdd ASAN_CFLAGS and ASAN_LDFLAGS and use -Wc prefix...
2016-11-14 Todd C. MillerDisable noexec for HP-UX 10.x which probably doesn...
2016-11-14 Todd C. MillerRemove SunOS 4 support, it is not modern enough to...
2016-11-14 Todd C. MillerRemove HP-UX 9 support, it is not modern enough for...
2016-11-14 Todd C. MillerRemove Ultrix support, modern sudo can't run on Ultrix...
2016-11-14 Todd C. MillerAdd regress for noexec functionality
2016-11-14 Todd C. MillerUnbreak sudo_noexec on macOS where shared libraries...
2016-11-14 Todd C. MillerDon't enable noexec for AIX 5.0-5.2, we need 5.3 and...
2016-11-13 Todd C. MillerNeed to link sudo_noexec.so with -ldl for dlsym() on...
2016-11-13 Todd C. MillerIn strict mode, go to the file/line with an undefined...
2016-11-13 Todd C. MillerStore the file/lineno for alias and userspec entries...
2016-11-11 Todd C. MillerAdd simple reference-counted string allocator and use...
2016-11-11 Todd C. MillerCast len from size_t to uint64_t before bit shifting...
2016-11-10 Todd C. MillerAdd checks for sudoers_locale early Defaults
2016-11-09 Todd C. MillerGo back to parsing Defaults entries in update_defaults...
2016-11-10 Todd C. MillerAdd the argument vector allocated for -s and -i mode...
2016-11-09 Todd C. Milleradd missing sudo_pw_delref/sudo_gr_delref to plug memor...
2016-11-09 Todd C. MillerUse expr instead of POSIX sh numerical expression to...
2016-11-09 Todd C. MillerBump plugin minor version to 10 for sudo_mode, sudo_gro...
2016-11-08 Todd C. MillerFix a bug in host matching where a negated sudoHost...
2016-11-08 Todd C. MillerZero out sd_un before calling parse_default() so we...
2016-11-07 Todd C. MillerUse "ret", not "rc" for the function return value.
2016-11-07 Todd C. MillerUse sys/stat.h defines instead of bare octal values.
2016-11-07 Todd C. MillerPass iolog mode, group and user from policy plugin...
2016-11-07 Todd C. MillerInstead of parsing sudoers Defaults twice, parse once...
2016-11-07 Todd C. MillerUse "struct defaults *d" instead of "struct defaults...
2016-11-07 Todd C. MillerIn display_bound_defaults() rename dtype arg -> deftype.
2016-11-03 Todd C. MillerUpdate error output to match quoting changes.
2016-11-03 Todd C. MillerAvoid passing in a struct sudo_defs_types pointer to...
2016-11-03 Todd C. Millerno longer need struct defaults forward referebce
2016-11-02 Todd C. MillerUse "double quotes" in messages instead of a combinatio...
2016-11-02 Todd C. MillerAdd file:linenumber prefix to all Defaults warnings...
2016-11-02 Todd C. MillerUse sudoedit in examples instead of "sudo vi"
2016-11-01 Todd C. MillerOnly treat an unknown Defaults entry as a parse error...
2016-11-01 Todd C. MillerInstead of checking Defaults values after the fact...
2016-11-01 Todd C. MillerRefactor freeing of a member_list into free_members().
2016-11-01 Todd C. Milleradd_defaults() now calls sudoerserror() itself instead...
2016-11-01 Todd C. Millers/rval/ret/g -- old habits die hard
2016-10-31 Todd C. MillerRemove inaccurate XXX comment, sudo_file_parse() sends...
2016-10-31 Todd C. MillerThe fix for Bug #408 broke editing of files in an inclu...
2016-10-31 Todd C. MillerMake a copy of the current sudoers path when assigning...
2016-10-31 Todd C. Millersudoers_debug_register() was not setting the active...
2016-10-31 Todd C. MillerFix pasto when setting I/O plugin debug files
2016-10-31 Todd C. Milleruse cp instead of *cur when comparing against plugin_path
2016-10-30 Todd C. MillerIn sudo_mkdir_parents() inherit the gid of / instead...
2016-10-30 Todd C. MillerWe want to inherit the gid from the parent directory...
2016-10-29 Todd C. MillerMove io_mkdir_parents() to its own file and use it...
2016-10-29 Todd C. MillerMake the I/O log file/dir permissions and owner configu...
2016-10-29 Todd C. MillerAdd vsyslog.lo
2016-10-29 Todd C. Millersudo 1.8.19
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...
next