]> granicus.if.org Git - sudo/shortlog
sudo
2017-02-13 Todd C. MillerFix for including a sudoers file that begins with the...
2017-02-10 Todd C. MillerDisplay the value of syslog_maxlen in sudo -V output.
2017-02-06 Todd C. MillerAdd ignore_unknown_defaults flag to ignore unknown...
2017-01-27 Todd C. MillerAlways set the close-on-exec bit on the fd used to...
2017-01-27 Todd C. Millersync with translationproject.org
2017-01-27 Todd C. Millerfirst updates for 1.8.20
2017-01-27 Todd C. Millersudo 1.8.20
2017-01-25 Todd C. Millerupdate zlib to version 1.2.11
2017-01-23 Todd C. MillerFix fdexec=never when a digest is present.
2017-01-23 Todd C. MillerAdd new fdexec sudoers setting to allow choose whether...
2017-01-23 Todd C. MillerClose execfd in parent processes where it is not needed.
2017-01-21 Todd C. MillerAdd support for digest matching when the command is...
2017-01-17 Todd C. MillerAdd support for SASL_MECH in ldap.conf; Bug #764
2017-01-17 Todd C. MillerFix documentation bug, the contents of env_file have...
2017-01-17 Todd C. MillerSafer example for rule that can change non-root passwor...
2017-01-16 Todd C. MillerDon't overwrite the return value of ldap_sasl_interacti...
2017-01-16 Todd C. MillerIn sudo_unsetenv_nodebug(), decrement envp.env_len...
2017-01-16 Todd C. Milleronly run vsyslog_test if it exists
2017-01-16 Todd C. MillerAdd regress for vsyslog replacement.
2017-01-14 Todd C. MillerDefine HAVE_NANOSLEEP if we find nanosleep in librt
2017-01-14 Todd C. Millersudo_nanosleep not nanosleep in util.exp.in
2017-01-14 Todd C. Milleradd nanosleep to util.exp.in if needed
2017-01-13 Todd C. Millersudo 1.8.19p2
2017-01-13 Todd C. MillerDouble the size of new_fmt[] and remove an extraneous...
2017-01-13 Todd C. MillerFix typo, want vsnprintf not snprintf.
2017-01-13 Todd C. Millermove va_start() in mysyslog()
2017-01-13 Todd C. MillerOnly treat failure of expand_iolog_path() as fatal...
2017-01-12 Todd C. MillerWhen waiting for the parent to grant us the tty, use...
2017-01-12 Todd C. MillerUse ROOT_UID instead of 0
2017-01-09 Todd C. Millerregen
2017-01-08 Todd C. MillerFix crash in visudo introduced in sudo 1.8.9 when an...
2017-01-05 Todd C. MillerAvoid using the system strnlen/strndup on AIX < 6....
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. 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...
next