]> granicus.if.org Git - sudo/shortlog
sudo
2015-03-02 Todd C. MillerFix cut & pasto that prevented the SIGPIPE handler...
2015-02-28 Todd C. MillerOur utimes() emulation support futime() too.
2015-02-27 Todd C. Millerregen
2015-02-27 Todd C. MillerDefine YYDEBUG to 0 if not already defined so we can...
2015-02-26 Todd C. MillerDocument that Aliases may not be redefined and that...
2015-02-26 Todd C. MillerOnly create /usr/lib/tmpfiles.d/sudo.conf if
2015-02-26 Todd C. Millerregen
2015-02-26 Todd C. MillerClear the ts dir instead of just making sure it exists.
2015-02-26 Todd C. MillerOnly substiture init.d scripts that we are going to...
2015-02-25 Todd C. MillerCreate /usr/lib/tmpfiles.d/sudo.conf when systemd is...
2015-02-25 Todd C. MillerCheck the return value of gettimeofday(), even though...
2015-02-24 Todd C. MillerWe cannot (easily) use clock_gettime(CLOCK_MONOTONIC...
2015-02-24 Todd C. MillerCheck clock_gettime() return value and warn if it fails.
2015-02-23 Todd C. MillerPlug memory leak when debug file cannot be opened.
2015-02-23 Todd C. MillerPam conversation function changes:
2015-02-23 Todd C. MillerOn AIX use the value of auth_type in /etc/security...
2015-02-23 Todd C. MillerFix cast.
2015-02-21 Todd C. MillerUpdate snprintf.c from OpenBSD. The floating point...
2015-02-20 Todd C. MillerUpdate the regression test that check that all tags...
2015-02-20 Todd C. MillerAdd regress for mkdtemp and mkstemps from OpenBSD
2015-02-20 Todd C. Millerregen
2015-02-20 Todd C. MillerSync with translationproject.org
2015-02-20 Todd C. MillerCorrect SECURE_PATH comment.
2015-02-20 Todd C. MillerSudo 1.8.13
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...
next