]> granicus.if.org Git - sudo/shortlog
sudo
2015-04-13 Todd C. MillerSync with translationproject.org
2015-04-10 Todd C. MillerAdd David Michael and Andrey Klyachkin.
2015-04-10 Todd C. MillerSync tmpfiles.d/sudo.conf with init.d/sudo.conf.in
2015-04-10 Todd C. MillerAvoid struct assignment when stashing mtime since AIX...
2015-04-10 Todd C. MillerWork around a bug in pp that caused a warning when...
2015-04-09 Todd C. MillerAdd sys/types.h
2015-04-09 Todd C. MillerInclude sys/types.h instead of unistd.h to get uid_t...
2015-04-08 Todd C. MillerRemove unintended commit
2015-04-08 Todd C. MillerAdd tmpfiles.d/sudo.conf template.
2015-04-07 Todd C. MillerCreate template tmpfiles.d/sudo.conf for installation...
2015-04-06 Todd C. MillerMake exampledir configurable and default to DATAROOTDIR...
2015-04-07 Todd C. MillerFix setting of pp_rpm_version when there is no patchlev...
2015-04-06 Todd C. MillerInstall /usr/lib/tmpfiles.d/sudo.conf on systems with...
2015-03-22 Todd C. MillerFix "mandoc -Tlint" warnings.
2015-03-22 Todd C. MillerMake libsudo_util depend on libintl instead of requirin...
2015-03-21 Todd C. MillerUse saved errno in vlog_warning() before calling sudo_v...
2015-03-18 Todd C. MillerUpdate for 1.8.13 final.
2015-03-17 Todd C. MillerFor sudoedit, run the editor with the user's original...
2015-03-16 Todd C. MillerSync with translationproject.org
2015-03-10 Todd C. MillerUpdate function names in debug_decl.
2015-03-10 Todd C. MillerUse TCSAFLUSH instead of TCSANOW in sudo_term_copy().
2015-03-09 Todd C. MillerSync with translationproject.org
2015-03-09 Todd C. MillerInclude unistd.h since sudo_compat.h uses gid_t.
2015-03-05 Todd C. MillerAdd --disable-weak-symbols option to disable use of...
2015-03-05 Todd C. Millerregen
2015-03-05 Todd C. MillerWhen checking for weak aliases, check the gcc attribute...
2015-03-05 Todd C. MillerUpdate copyright year.
2015-03-05 Todd C. MillerSync with translationproject.org
2015-03-05 Todd C. MillerFix symbol name collision with systems that have their...
2015-03-05 Todd C. MillerUse SSP_LDFLAGS when linking sudo_noexec.la
2015-03-03 Todd C. MillerRemove compat/utime.h, it was only useful for ancient...
2015-03-02 Todd C. MillerLink libsudo_util with -lrt on systems where clock_gett...
2015-03-02 Todd C. MillerUpdate.
2015-03-02 Todd C. MillerUpdate OpenBSD CVS Ids
2015-03-02 Todd C. MillerMake comment match code.
2015-03-02 Todd C. MillerFix compilation error on systems without futimes().
2015-03-02 Todd C. MillerUse futimens() and utimensat() instead of futimes(...
2015-03-02 Todd C. MillerFix compiler warning on systems where mode_t is not...
2015-03-02 Todd C. MillerFix logic for verifypw/listpw all in sudoers LDAP and...
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
next