]> granicus.if.org Git - sudo/shortlog
sudo
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
2016-06-30 Todd C. MillerDon't link test programs with the sudoers-specific...
2016-06-30 Todd C. Millersudoreplay does not need to link with the sudoers-speci...
2016-06-27 Todd C. Millernew_digest was prototyped as static but not explicitly...
2016-06-27 Todd C. MillerSome versions of HP-UX 11.11 do not expose struct socka...
2016-06-27 Todd C. MillerSome versions of HP-UX make will ignore suffix rules...
2016-06-23 Todd C. MillerDon't skip debug printfs in handle_sigchld() just becau...
2016-06-23 Todd C. MillerAdd definition of nitems for those without it and use...
2016-06-23 Todd C. MillerUpdate copyright year.
2016-06-22 Todd C. MillerSudo 1.8.17p1
2016-06-22 Todd C. MillerSet user groups in exec_setup() if they were not alread...
2016-06-15 Todd C. MillerPoint the reader to the sudoers manual for the list...
2016-06-15 Todd C. Millerforgot to update date in last commit
2016-06-15 Todd C. MillerFix typo; cn=default should be cn=defaults
2016-06-13 Todd C. MillerFold lines at 80 characters for the clean: target
2016-06-13 Todd C. MillerRemove mksiglist, siglist.c, mksigname, signame.c as...
2016-06-13 Todd C. Millersync with translationproject.org
2016-06-12 Todd C. MillerLDAP sudoers doesn't support negated users, groups...
2016-06-09 Todd C. MillerBug #746
2016-06-09 Todd C. MillerWhen matching paths with glob(3), check returned matche...
2016-06-09 Todd C. MillerAdd execve failure in pty bug fix.
2016-06-09 Todd C. Millersync with translationproject.org
2016-06-09 Todd C. MillerIn handle_sigchld() fix the return value when we've...
2016-06-09 Todd C. MillerMove sudo_debug_execve() call into sudo_execve().
2016-06-09 Todd C. Millersync with translationproject.org
2016-06-07 Todd C. Millerupdate for 1.8.17 final
2016-06-07 Todd C. MillerFix setting of hard stack limit when stack_hard is...
2016-06-06 Todd C. Millerregen
2016-06-05 Todd C. MillerIgnore empty ipa_hostname
2016-06-05 Todd C. MillerBetter martching of ipa_hostname in sssd.conf
2016-06-05 Todd C. MillerUse the value of ipa_hostname from /etc/sssd/sssd.conf...
2016-06-03 Todd C. MillerWhen matching host, short-circuit the loop when we...
2016-06-03 Todd C. MillerAvoid using !strcmp()
2016-06-02 Todd C. MillerSSSD doesn't handle netgroups, we have to ensure they...
2016-06-01 Todd C. MillerReturn PAM_CONV_ERR from the conversation function...
2016-06-01 Todd C. MillerMake base64 decoding table-driven.
2016-06-01 Todd C. MillerBack out cfa26b99228f, it was already fixed differently.
2016-05-31 Todd C. MillerAllow double-quoted groups and netgroups to be part...
2016-05-31 Todd C. MillerThe sudoers.ldap manual is installed in section 4 or...
next