]> granicus.if.org Git - sudo/shortlog
sudo
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...
2016-08-15 Todd C. MillerMake sure we print an error message to stderr (and...
2016-08-14 Todd C. MillerSeparate out the supplemental group ID checks from...
2016-08-13 Todd C. MillerCache the user's group IDs and group names separately...
2016-08-12 Todd C. MillerRemove the "op" parameter from all the store_foo()...
2016-08-12 Todd C. MillerFlags always have a NULL value. Regression introduced...
2016-08-12 Todd C. MillerSet rc to true when setting a flag Defaults value.
2016-08-12 Todd C. Millersuppress a cppcheck false positive
2016-08-12 Todd C. MillerRefactor the error parts of set_default_entry() so...
2016-08-12 Todd C. MillerIn set_default_entry() check for unsupported Defaults...
2016-08-12 Todd C. MillerAdd missing break in switch that sets the max limit...
2016-08-12 Todd C. MillerCheck sudoers_initlocale return value and treat as...
2016-08-10 Todd C. MillerSet runas_pw early and adjust runaslist_matches() to...
2016-08-09 Todd C. MillerLoad sudoers group plugin via an early callback.
2016-08-09 Todd C. MillerSystem Integrity Protection on Mac OS X won't allow...
2016-08-09 Todd C. MillerDocument that fqdn, runas_default and sudoers_locale...
2016-08-09 Todd C. MillerRegen for 1.8.18
2016-08-09 Todd C. MillerAvoid passing around struct defaults when it is not...
2016-08-08 Todd C. MillerInstead of deferring setting early defaults until we...
2016-08-08 Todd C. MillerRun callbacks once in set_default_entry() instead of...
2016-08-03 Todd C. MillerUse /proc/cpuinfo on Linux instead of running lscpu
2016-08-03 Todd C. MillerIf using GNU make on a multi-cpu system, use the -j...
2016-08-01 Todd C. MillerOnly check SUDO_USER if euid is 0
2016-07-30 Todd C. MillerInitialize sudo_user based on the SUDO_USER environment...
2016-07-28 Todd C. MillerAdd function name in "command resumed" debug message
2016-07-28 Todd C. MillerIf waitpid() returns 0 or -1, display a warning, this...
2016-07-28 Todd C. MillerFlag settings have a NULL value so we can't use that...
2016-07-27 Todd C. MillerExplicitly check for a continued process with waitpid...
2016-07-27 Todd C. MillerFix --with-fqdn, the value should be NULL since it...
2016-07-27 Todd C. MillerAdd support for early defaults to the ldap and sssd...
2016-07-25 Todd C. MillerRepair symlink check in sudo_edit_openat_nofollow(...
2016-07-25 Todd C. MillerOn systems that lack the O_NOFOLLOW open(2) flag, check in
2016-07-25 Todd C. MillerUpdate debug_decl for sudo_edit_openat_nofollow()
2016-07-23 Todd C. MillerSplit set_default_entry() out of set_default() so we...
2016-07-23 Todd C. MillerSplit binding match code out of default_type_matches...
2016-07-23 Todd C. MillerPass quiet flag to init_parser() and update_defaults...
2016-07-22 Todd C. MillerUpdate defaults in visudo after sudoers has been edited...
2016-07-21 Todd C. MillerSet sudoers locale before calling sudoersparse(). ...
2016-07-20 Todd C. MillerSet the locale to the sudoers locale when parsing and...
2016-07-20 Todd C. MillerAdd forward decl of union sudo_defs_val to silence...
2016-07-20 Todd C. MillerSet the warn/fatal locale helper function in sudoers_po...
2016-07-20 Todd C. MillerMove sudoers locale callback function to locale.c and...
2016-07-20 Todd C. MillerIn cb_sudoers_locale() actually set the locale in addit...
2016-07-20 Todd C. MillerFix regression that would cause early defaults entries...
2016-07-20 Todd C. Millersudo 1.8.18
2016-07-19 Todd C. MillerOnly set early defaults once, regardless of how many...
2016-07-19 Todd C. MillerMake strings const in functions that set defaults as...
2016-07-19 Todd C. MillerIn cb_fqdn() just return if the fqdn flag is set to...
2016-07-18 Todd C. MillerImplement callbacks for defaults flags (T_FLAG).
2016-07-18 Todd C. Milleradd debug_decl for cb_runas_default and cb_sudoers_locale
2016-07-18 Todd C. MillerConvert fqdn to a callback and add it to the list of...
2016-07-18 Todd C. MillerChange defaults callbacks to take a union sudo_defs_val...
2016-07-18 Todd C. MillerWhen updating defaults, process certain values fist...
2016-07-17 Todd C. MillerFix typo introduced in last commit to fix fill_args...
2016-07-17 Todd C. MillerFix underflow checl in fill_args().
2016-07-17 Todd C. MillerMake sure we account for the trailing NUL when computin...
2016-07-16 Todd C. MillerMake arg_size and arg_len unsigned since we do bitwise...
2016-07-08 Todd C. MillerOnly remove backup files as part of "make uninstall...
2016-07-08 Todd C. MillerOnly keep backups of installed files on HP-UX where...
2016-07-03 Todd C. MillerIgnore a missing or insecure #includedir, it is not...
2016-07-03 Todd C. MillerMake sure we always call sudoerserror() on error in...
2016-06-30 Todd C. MillerSet the sudoers locale before opening the sudoers file.
2016-06-30 Todd C. MillerAdd debugging
next