]> granicus.if.org Git - sudo/shortlog
sudo
2016-12-20 Todd C. MillerAdded tag SUDO_1_8_19p1 for changeset a5ec3e40ef02
2016-12-20 Todd C. Millermerge sudo 1.8.19p1 from tip SUDO_1_8_19p1
2016-12-20 Todd C. Millersudo 1.8.19p1
2016-12-20 Todd C. MillerFix logic bug when matching syslog priority and facility.
2016-12-20 Todd C. MillerDell spun off Quest so simplify the history by just...
2016-12-19 Todd C. MillerFix copyright year
2016-12-19 Todd C. Millertypo
2016-12-18 Todd C. MillerAdded tag SUDO_1_8_19 for changeset d3677b10ea55
2016-12-18 Todd C. Millermerge sudo 1.8.19 from tip SUDO_1_8_19
2016-12-18 Todd C. MillerHAVE_DECL_GETGROUPLIST_2 is always defined if HAVE_GETG...
2016-12-15 Todd C. Millersync with translationproject.org
2016-12-13 Todd C. Millersync with translationproject.org
2016-12-13 Todd C. MillerUse getgrouplist_2() on macOS if available.
2016-12-04 Todd C. Millerregen
2016-12-03 Todd C. MillerIn set_interfaces() treat a parse error as fatal.
2016-12-02 Todd C. MillerFix a clang warning on macOS
2016-12-01 Todd C. Millersync with translationproject.org
2016-12-01 Todd C. Millerupdate for 1.8.19b2
2016-12-01 Todd C. MillerIgnore a boot time that is in the future, which can...
2016-11-30 Todd C. MillerAllow syslog priority to be negated or set to "none...
2016-11-30 Todd C. MillerAllow stdin and ttyin to be displayed too. The only...
2016-11-30 Todd C. MillerSolaris 10 wordexp() returns 127 on execve() failure...
2016-11-30 Todd C. Millerid_t is 64-bits on FreeBSD so use strtoll() there.
2016-11-30 Todd C. Millerfix typo
2016-11-30 Todd C. MillerFix the "all" setting for verifypw and listpw; nopass...
2016-11-28 Todd C. Millersync with translationproject.org
2016-11-25 Todd C. MillerJust use malloc_options "S" on OpenBSD instead of ...
2016-11-22 Todd C. MillerUpdate year in license
2016-11-22 Todd C. Millerregen
2016-11-22 Todd C. Millerregen
2016-11-21 Todd C. MillerAdd SUDO_DEBUG_INSTANCE_ERROR return value for sudo_deb...
2016-11-20 Todd C. Millerupdate for 1.8.19
2016-11-18 Todd C. MillerAdd support for getpwnam_shadow() on OpenBSD
2016-11-17 Todd C. MillerAdd umask to user_info passed in from the front end...
2016-11-17 Todd C. MillerFix sign compare warning.
2016-11-17 Todd C. MillerUse AX_APPEND_FLAG instead of SUDO_APPEND_CPPFLAGS...
2016-11-17 Todd C. MillerRemove aixcrypt.exp, it was a remnant of the 90's crypt...
2016-11-17 Todd C. MillerRemove obsolete solaris issue with snprintf
2016-11-17 Todd C. MillerSunOS 4.x is no longer supported
2016-11-16 Todd C. MillerPlug memory leak when a particular Path is set more...
2016-11-16 Todd C. MillerAdd sudo_ldap_is_negated() and sudo_ldap_is_negated...
2016-11-16 Todd C. MillerFix printing of sudoedit_follow in "sudo -l"
2016-11-16 Todd C. MillerFor "sudo -l" print sudoOption sudoedit_follow as FOLLOW.
2016-11-16 Todd C. MillerAlways define _PATH_SUDO_NOEXEC, _PATH_SUDO_SESH, _PATH...
2016-11-16 Todd C. MillerUse readline() in sudo_ldap_read_secret()
2016-11-15 Todd C. MillerGet rid of struct sudo_conf_paths and just use #defined...
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...
next