]> granicus.if.org Git - sudo/shortlog
sudo
2015-02-20 Todd C. MillerAvoid using HOST_NAME_MAX directly and use sysconf...
2015-02-19 Todd C. MillerHistorically, crypt() returned the empty string on...
2015-02-19 Todd C. MillerSort tags lexically in the sudoers manual
2015-02-19 Todd C. MillerAdd support for MAIL and NOMAIL command tags to toggle...
2015-02-16 Todd C. MillerAdd mail_all_cmnds to always mail when a user runs...
2015-02-19 Todd C. MillerAll modern systems should have LINE_MAX.
2015-02-19 Todd C. MillerAlmost no systems actually define OPEN_MAX since it...
2015-02-19 Todd C. MillerDon't need to pass exampledir to polypkg now that it...
2015-02-18 Todd C. MillerFix packaging of the example dir.
2015-02-18 Todd C. MillerFix mkstemps() extension handling. Sudoedit will now...
2015-02-17 Todd C. MillerUse weak symbols for sudo_warn_gettext() and sudo_warn_...
2015-02-17 Todd C. MillerInclude unistd.h in siglist.c and signame.c to get...
2015-02-10 Todd C. MillerMinor change in description of TZ path handling.
2015-02-10 Todd C. MillerMove example dir under the doc dir to conform to Debian...
2015-02-10 Todd C. MillerDocument that a leading ':' is skipped when checking...
2015-02-09 Todd C. MillerTypo.
2015-02-09 Todd C. MillerFix typos.
2015-02-09 Todd C. MillerFix compilation on systems w/o __dso_public
2015-02-07 Todd C. MillerRussian translation for sudoers from translationproject...
2015-02-06 Todd C. MillerRussian translation for sudoers from translationproject...
2015-02-06 Todd C. MillerAdd check for getresuid() declaration, which may be...
2015-02-06 Todd C. MillerSanity check the TZ environment variable by special...
2015-02-06 Todd C. MillerMention crash fixes.
2015-02-06 Todd C. MillerBail with usage() early if argc <= 0.
2015-02-05 Todd C. MillerRemove extraneous casts of node->data (which is void *).
2015-02-05 Todd C. MillerAdd Stephane Chazelas
2015-02-05 Todd C. MillerFix a potential crash when getpwnam() of the running...
2015-02-05 Todd C. MillerDon't assume argv[0] is set without first checking...
2015-02-05 Todd C. MillerHandle sudo_get_grlist() returning NULL which can happen if
2015-02-05 Todd C. MillerCall setprogname("sudo") if getprogname() returns NULL...
2015-02-05 Todd C. MillerRemove configure checks for strrchr() and strtoll(...
2015-02-05 Todd C. MillerRequire POSIX regular expression support for sudoreplay.
2015-02-05 Todd C. MillerThe plugin no longer needs to call initprogname() now...
2015-02-05 Todd C. MillerCheck whether getdomainname(), innetgr(), setresuid...
2015-02-04 Todd C. MillerAdd /usr/local/share/examples/ directory to parentdirs...
2015-02-02 Todd C. MillerDon't send mail about pseudo-command failure unless...
2015-02-04 Todd C. MillerSync with translationproject.org
2015-02-04 Todd C. MillerSync with translationproject.org
2015-02-03 Todd C. MillerRegen with yacc skeleton that the clang analyzer doesn...
2015-02-03 Todd C. MillerUse stdint.h to get SIZE_MAX as inttypes.h on some...
2015-02-03 Todd C. MillerSIZE_MAX may be in limits.h on pre-C99 compilers.
2015-02-03 Todd C. MillerAdd missing prototypes for usrinfo() and setauthdb...
2015-02-03 Todd C. MillerSolaris uses sysinfo(SI_SRPC_DOMAIN) instead of getdoma...
2015-02-03 Todd C. MillerRemove AC_PROG_GCC_TRADITIONAL and add AC_PROG_CC_STDC...
2015-02-02 Todd C. MillerActually use the check for prior initialization in...
2015-02-02 Todd C. MillerWe need to add OSDEFS to CFLAGS to expose LLONG_MAX...
2015-02-02 Todd C. MillerFix check for SIZE_MAX, which should be in stdint.h...
2015-02-02 Todd C. MillerNeed to include inttypes.h for SIZE_MAX
2015-02-02 Todd C. Millerregen
2015-02-01 Todd C. MillerGo back to a 2 args debug_decl and just use the "defaul...
2015-02-01 Todd C. MillerUpdate copyright year.
2015-01-30 Todd C. MillerWhen querying LDAP netgroups, use the NIS domain if...
2015-01-30 Todd C. MillerAvoid setting the tty to non-blocking mode so "sudorepl...
2015-01-30 Todd C. Millerregen
2015-01-30 Todd C. MillerAvoid a cppcheck warning about undefined behavior ...
2015-01-30 Todd C. MillerAdd Steven Soulen
2015-01-30 Todd C. MillerFix handling of partial writes from writev() which...
2015-01-29 Todd C. MillerAdd support for querying netgroups directly via LDAP...
2015-01-27 Todd C. MillerSort ldap.conf options.
2015-01-22 Todd C. MillerAdd macros to ease the checking of strlcpy, strlcat and
2015-01-21 Todd C. MillerRename VALIDATE_OK -> VALIDATE_SUCCESS
2015-01-21 Todd C. MillerRemove now-unused VALIDATE_ERROR define.
2015-01-21 Todd C. Millershould_mail() now returns bool.
2015-01-21 Todd C. MillerIf sudo_debug_register() fails return SUDO_DEBUG_INSTAN...
2015-01-21 Todd C. MillerFix typo.
2015-01-21 Todd C. MillerUse "mandoc -Tascii" to generate .cat pages to avoid...
2015-01-19 Todd C. MillerUse AC_PATH_PROG to find programs instead of checking...
2015-01-16 Todd C. MillerSync with OpenBSD version
2015-01-16 Todd C. MillerUse AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE where
2015-01-16 Todd C. MillerAvoid inadvertantly defining things like PATH_MAX simpl...
2015-01-15 Todd C. MillerUpdate to libtool 2.4.4 + HP-UX patches
2015-01-14 Todd C. MillerDocument why we need sys/param.h.
2015-01-14 Todd C. MillerDon't need sys/param.h.
2015-01-14 Todd C. MillerDon't appear to need sys/param.h for pstat_getproc...
2015-01-14 Todd C. MillerShould not need sys/param.h here.
2014-12-31 Todd C. MillerUse standard CIDR -> netmask conversion and disallow...
2014-12-24 Todd C. MillerUpdate link to gq LDAP editor, now on sourceforge.
2014-12-17 Todd C. MillerAdd support for GLOB_LIMIT from OpenBSD (not currently...
2014-12-16 Todd C. MillerQuiet compiler sign compare warning.
2014-12-10 Todd C. Millerfnmatch fix
2014-12-10 Todd C. MillerRemove artificial limit on length of pattern and string...
2014-12-05 Todd C. MillerRemove the extra /sudo in sudo.ws urls
2014-11-27 Todd C. MillerReference bugzilla.sudo.ws
2014-11-20 Todd C. Millersync
2014-11-20 Todd C. MillerRequire that a digest be specified with a real command...
2014-11-19 Todd C. Millersync
2014-11-19 Todd C. MillerFrench translation for sudoers from translationproject...
2014-11-18 Todd C. MillerDefer registration of the SIGCHLD handler until just...
2014-11-17 Todd C. MillerMention sssd support in the sudoers.ldap manual and...
2014-11-16 Todd C. MillerReorder an entry.
2014-11-15 Todd C. MillerPrevent cppcheck from getting confused by our compat...
2014-11-14 Todd C. MillerFix potential NULL pointer deref found by cppcheck.
2014-11-14 Todd C. MillerQuiet a cppcheck false positive.
2014-11-14 Todd C. MillerIf there are multiple outputs, ap will be re-used so...
2014-11-14 Todd C. MillerFix typo in hook return value check.
2014-11-14 Todd C. MillerMention visudo use of sudoers plugin args to set defaul...
2014-11-14 Todd C. MillerMention fix for bug #678
2014-11-10 Todd C. MillerSync with translationproject.org
2014-11-13 Todd C. MillerIn set_fqdn() we neeed to set user_runhost/user_srunhos...
2014-11-11 Todd C. MillerDo not call sudo_warnx() on invalid value from the...
next