]> granicus.if.org Git - sudo/shortlog
sudo
2014-04-09 Todd C. MillerMove the sha2 code into libreplace and add configure...
2014-04-09 Todd C. MillerFix matching of uids and gids broken in sudo 1.8.9.
2014-04-09 Todd C. MillerFix -P option in usage()
2014-04-08 Todd C. MillerRemove a few more unnecessary uses of fatal().
2014-04-07 Todd C. MillerUse log_warning() not log_fatal() for the "Invalid...
2014-04-07 Todd C. MillerReturn MODE_ERROR from sudoers_policy_deserialize_info...
2014-04-07 Todd C. Millerparse_gid_list() now returns -1 on error instead of...
2014-04-04 Todd C. MillerForward SIGINFO to running command if supported. If...
2014-04-04 Todd C. MillerRemove calls to log_fatal() in I/O log functions and...
2014-04-01 Todd C. MillerMake "internal error, %s overflow" arguments consistent...
2014-03-31 Todd C. MillerUse common printf format when warning of buffer overflo...
2014-03-31 Todd C. MillerRemove init.d/*.sh in distclean
2014-03-31 Todd C. MillerCorrectly ignore init.d/*.sh
2014-03-31 Todd C. MillerRemove remaining calls to fatalx(); just pass the error...
2014-03-26 Todd C. MillerMake a password/group cache collision a warning rather...
2014-03-26 Todd C. MillerUse log_warning() instead of log_fatal() if the ticket...
2014-03-26 Todd C. MillerIn find_path(), return NOT_FOUND_ERROR instead of calli...
2014-03-26 Todd C. MillerRemove unused MODE_LISTDEFS define and correct a comment.
2014-03-26 Todd C. MillerMake hexchar() return -1 on invalid input instead of...
2014-03-26 Todd C. MillerPropagate errors in audit code to caller instead of...
2014-03-26 Todd C. MillerRemove unused variable on Linux.
2014-03-26 Todd C. MillerFix warning on systems where mode_t is not unsigned...
2014-03-25 Todd C. MillerAudit path too long errror. Add comments about non...
2014-02-27 Todd C. MillerRemove unused FLAG_USER auth flag. We have no auth...
2014-03-25 Todd C. MillerFix aliasing warning in old-style interface probe code.
2014-03-25 Todd C. MillerFix some sign comparision warnings.
2014-03-25 Todd C. MillerDon't call fatal/fatalx in common/*.c
2014-03-19 Todd C. MillerFix expansion of %p in the prompt for "sudo -l" when...
2014-03-17 Todd C. MillerSudo 1.8.10p2
2014-03-17 Todd C. MillerDon't write an empty timestamp record when timestamp_ti...
2014-03-15 Todd C. MillerFix typos in description of the -x option. Bug #637
2014-03-13 Todd C. MillerSudo 1.8.10p1
2014-03-13 Todd C. MillerFix typo/thinko that prevented "Defaults !tty_tickets...
2014-03-13 Todd C. MillerFix "sudo -l command" output when the matching command...
2014-03-11 Todd C. MillerThe atofoo_test and hltq_test tests now display their...
2014-03-11 Todd C. MillerDon't run the check_ttyname test if cross compiling.
2014-03-11 Todd C. MillerCWD no longer used.
2014-03-11 Todd C. MillerFix diff of toke and err output files in "make check"
2014-03-07 Todd C. Millersync with translationproject.org
2014-03-06 Todd C. MillerCheck whether ber.h is needed before ldap.h even if...
2014-03-06 Todd C. MillerFix compiler warning in debug code.
2014-03-06 Todd C. MillerCatalan translation for sudo from translationproject...
2014-03-05 Todd C. MillerDocument negation fix in JSON output.
2014-03-04 Todd C. MillerFix handling of '!' operator when converting sudoers...
2014-03-01 Todd C. MillerCzech translation for sudoers from translationproject.org
2014-02-28 Todd C. MillerTry -libmldap before -lldap in case there is no link...
2014-02-27 Todd C. MillerFix typo in setreuid() PERM_ROOT error message.
2014-02-27 Todd C. MillerNo longer need to disable setresuid() on debian.
2014-02-26 Todd C. MillerFix conversion of timestamp_timeout from double to...
2014-02-26 Todd C. MillerSerbian translation for sudoers from translationproject...
2014-02-24 Todd C. MillerAdd Ingo Schwarze
2014-02-24 Todd C. MillerWhen exporting sudoers in JSON format, use the same...
2014-02-17 Todd C. MillerSilence cppcheck false positive.
2014-02-17 Todd C. Millersync with translationproject.org
2014-02-17 Todd C. MillerMention init.d scripts on AIX and HP-UX
2014-02-17 Todd C. MillerTalk about clearing files at boot time, not reboot...
2014-02-17 Todd C. MillerWe also need to open the sudoers file as root if there...
2014-02-17 Todd C. MillerInstall /etc/rc.d/init.d/sudo and /etc/rc.d/rc2.d/S90su...
2014-02-16 Todd C. MillerRemove init.d file and link in uninstall target.
2014-02-16 Todd C. MillerFix INIT_DIR for real this time.
2014-02-16 Todd C. MillerUse correct init.d dir on HP-UX.
2014-02-16 Todd C. MillerFirst cut add installing an init.d file for HP-UX and...
2014-02-15 Todd C. MillerUse .Ar macro instead of "file ..."
2014-02-15 Todd C. MillerRemove some extraneous markup; from Ingo Schwarze
2014-02-15 Todd C. MillerMove zerowidth space in :alpha: after the colon for...
2014-02-15 Todd C. Millerregen
2014-02-15 Todd C. MillerRemove extraneous keeps in SYNOPSIS now that mandoc...
2014-02-15 Todd C. MillerProperly escape the : in :alpha:
2014-02-15 Todd C. MillerReplace some uses of .Sy with .Ar, .Ev and .Pa as appro...
2014-02-12 Todd C. MillerFix indentation of Defaults entries. The initial inden...
2014-02-11 Todd C. Millersync with translationproject.org
2014-02-11 Todd C. MillerWe must include gettext.h before missing.h as it includ...
2014-02-11 Todd C. MillerWhen emulating DSO_NEXT with shl_get() we need to skip...
2014-02-11 Todd C. MillerExport getenv() so it is visible to shared objects...
2014-02-08 Todd C. MillerAdd some initprogname() calls to the test programs.
2014-02-07 Todd C. Millerregen
2014-02-07 Todd C. MillerMention that there is now a default LDAP search filter.
2014-02-07 Todd C. MillerMinor word choice change.
2014-02-07 Todd C. MillerAdd use_netgroups sudoers option. For LDAP-based sudoe...
2014-02-06 Todd C. MillerUpdate copyright year.
2014-02-06 Todd C. MillerMention LDAP changes.
2014-02-06 Todd C. MillerUse a default LDAP search filter of (objectClass=sudoRo...
2014-02-06 Todd C. MillerDon't warn about an insecure lecture dir twice.
2014-02-05 Todd C. MillerMention the fix for ^Z at the password prompt when...
2014-02-05 Todd C. MillerIn term_restore(), only restores the terminal if we...
2014-02-05 Todd C. MillerUse inet_pton() instead of inet_aton() and include...
2014-02-05 Todd C. MillerQuiet a gcc warning.
2014-02-05 Todd C. MillerNeed to include limits.h for USHRT_MAX.
2014-02-04 Todd C. MillerUse bool for function return values instead of 1 or 0.
2014-02-04 Todd C. MillerWarn the user if the rundir needs to be cleared in...
2014-02-04 Todd C. MillerUpdate for sudo 1.8.9p5
2014-02-04 Todd C. MillerWhen the closefrom limit is greater than any of the...
2014-02-04 Todd C. MillerDocument function return values.
2014-02-04 Todd C. Millerterm_restore() now restarts itself so we don't need...
2014-02-03 Todd C. Millersyscall restarting is broken on Mac OS X when interrupt...
2014-02-03 Todd C. MillerAdd regress for atobool(), atoid() and atomode()
2014-02-03 Todd C. MillerAdd back boottime.lo
2014-02-03 Todd C. MillerMention that rundir and vardir may be the same and...
2014-02-03 Todd C. MillerBring back boot time checking code and zero out time...
2014-02-03 Todd C. MillerCheck libraries for inet_pton() if not in libc.
next