]> granicus.if.org Git - sudo/shortlog
sudo
2015-05-20 Todd C. MillerIn our krb5_get_init_creds_opt_alloc() replacement...
2015-05-20 Todd C. MillerUse non-exiting allocators.
2015-05-26 Todd C. MillerUse a static buffer for sudo_warn/sudo_fatal messages...
2015-05-26 Todd C. MillerFix sudo_strnlen() prototype.
2015-05-26 Todd C. MillerAdd strndup() for those without it. As strndup.c uses...
2015-05-26 Todd C. MillerAdd missing sudo_ prefix and include sudo_compat.h.
2015-05-26 Todd C. MillerAdd strnlen() replacement needed for glob.c.
2015-05-21 Todd C. MillerGet rid of SUDO_MAIN. Modern compilers don't warn...
2015-05-21 Todd C. MillerAvoid using a leading underbar in defines as they are...
2015-05-21 Todd C. MillerAdd target for "make splint". A few files need extra...
2015-05-18 Todd C. MillerThere should be no need to check for tzset() as it...
2015-05-18 Todd C. MillerAdd sudo_reallocarrary to util.exp.in if reallocarray...
2015-05-15 Todd C. MillerNLS now works on Mac OS X properly.
2015-05-15 Todd C. MillerForce flat namespace on darwin to make the getenv(...
2015-05-14 Todd C. MillerNo need to cast malloc() return value.
2015-05-14 Todd C. MillerUse reallocarray where possible.
2015-05-14 Todd C. MillerAdd reallocarray() for those without it.
2015-05-13 Todd C. MillerThe getenv() hook still doesn't work on Mac OS X.
2015-05-12 Todd C. MillerIn sudo_warn_gettext_v1() call dgettext() not gettext...
2015-05-11 Todd C. Millerman pages should explicitly depend on config.status...
2015-05-11 Todd C. Millerregen
2015-05-11 Todd C. MillerSudo 1.8.14
2015-05-11 Todd C. MillerInstead of trying to make weak functions work on all...
2015-05-11 Todd C. MillerFix indentation of -a flag help line.
2015-05-11 Todd C. MillerFix compilation when HAVE_DECL_SIG2STR_MAX is not defined.
2015-05-11 Todd C. MillerAdd lint target to run "mandoc -Tlint" over the manuals.
2015-05-08 Todd C. MillerHAVE_DECL_SIG2STR_MAX is always defined so use a !HAVE_...
2015-05-07 Todd C. MillerSync tty_present() with sudoers version.
2015-05-07 Todd C. Millersudo_check_plugin() returns bool.
2015-05-07 Todd C. MillerIn usergr_matches() matched should be bool but we have...
2015-05-07 Todd C. Millersudo_ldap_check_non_unix_group() returns bool, not...
2015-05-07 Todd C. MillerConvert two debug_return_int to debug_return_bool.
2015-05-07 Todd C. MillerPreviously, debug_return_bool was the same as debug_ret...
2015-05-07 Todd C. Millerget_pty() should return bool
2015-05-07 Todd C. MillerMake tty_present static to tgetpass.c
2015-05-07 Todd C. MillerAdd configure check for SIG2STR_MAX, which may be missi...
2015-05-07 Todd C. MillerNeed to quote $GCC as it may include arguments. From...
2015-05-07 Todd C. MillerAdd missing m4/ax_sys_weak_alias.m4
2015-04-28 Todd C. MillerThere's no point in building i386 binaries for Mac...
2015-04-27 Todd C. MillerSync with translationproject.org
2015-04-26 Todd C. MillerOnly fall back on AUE_DARWIN_sudo if au_preselect(...
2015-04-26 Todd C. MillerWork around a problem on Mac OS X 10.10 which defines...
2015-04-22 Todd C. MillerDon't use dlsym() to find the libc getenv() since this...
2015-04-22 Todd C. MillerDefer conversation initialization until right before...
2015-04-22 Todd C. MillerSplit variable declaration out of debug_decl into debug...
2015-04-16 Todd C. MillerWhen creating a passwd struct from a uid that is not...
2015-04-14 Todd C. MillerAdd some ldap_err2string() debugging when the LDAP...
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.
next