]> granicus.if.org Git - sudo/shortlog
sudo
2015-08-09 Todd C. Millerdisable_coredump can be set to no on modern OSes without
2015-08-07 Todd C. MillerEmphasis on the never.
2015-08-07 Todd C. MillerExplicitly tell people not to grant sudoedit to directo...
2015-08-07 Todd C. MillerAdd warning about writable directories and sudo/sudoedit.
2015-08-07 Todd C. MillerEmphasize that wildcards are not regexps. Bug #692
2015-08-07 Todd C. MillerEmphasize that wildcards in command line arguments...
2015-08-07 Todd C. MillerEscape the colons in [[:alpha:]] as required by sudoers.
2015-08-07 Todd C. MillerChange warning when user tries to sudoedit a symbolic...
2015-08-06 Todd C. Millerregen
2015-08-06 Todd C. Millerregen
2015-08-06 Todd C. MillerDo not follow symbolic links in sudoedit by default...
2015-08-06 Todd C. MillerSudo 1.8.15
2015-08-06 Todd C. Milleradd .json regress files to MANIFEST
2015-08-06 Todd C. MillerCheck JSON output of sudoers test files too.
2015-08-04 Todd C. MillerMove comment to match moved code.
2015-08-04 Todd C. Millermaxseq is an int not a string
2015-08-03 Todd C. MillerInclude sys/types.h for id_t. Bug #711
2015-07-31 Todd C. MillerAvoid a potential out of bounds read found by enh while...
2015-07-27 Todd C. MillerSet sssd lib location to /usr/lib64 on 64-bit RHEL...
2015-07-08 Todd C. MillerAdd Jakub Wilk
2015-07-24 Todd C. MillerThe init.d files are generated from a .in file so we...
2015-07-23 Todd C. MillerReplace two "return 0" with debug_return_bool(false).
2015-07-22 Todd C. Millerfix typo in previous commit
2015-07-22 Todd C. MillerSudo 1.8.14p3
2015-07-21 Todd C. MillerFix errno value from get_process_ttyname() when no...
2015-07-21 Todd C. MillerOn AIX, only convert the tty device number from dev64_t...
2015-07-21 Todd C. MillerSudo 1.8.14p2
2015-07-21 Todd C. MillerFix creation of the timestamp file; bug #704
2015-07-20 Todd C. MillerAvoid needless memory allocation when resolving the...
2015-07-17 Todd C. MillerSudo 1.8.14p1
2015-07-17 Todd C. MillerFix typo in sudo_sss_attrcpy() that caused a memory...
2015-07-15 Todd C. Millerrebuild
2015-07-14 Todd C. MillerAdd some debugging printfs when malloc fails and we...
2015-07-14 Todd C. MillerAdd missing warnings for memory allocation failure.
2015-07-14 Todd C. MillerReturn -1 if realloc() fails.
2015-07-14 Todd C. MillerAdd line number to debug log for memory allocation...
2015-07-14 Todd C. MillerAdd warning if calloc() fails.
2015-07-14 Todd C. MillerAdd missing check for calloc(3) return value.
2015-07-13 Todd C. MillerDocument that the values printed by "sudo -V" are affec...
2015-07-10 Todd C. MillerAvoid calling dlerror() multiple times since it clear...
2015-07-10 Todd C. MillerAttempt to clarify the conditions under which MAIL...
2015-07-09 Todd C. MillerBetter checks for the libaudit package for Debian and...
2015-07-09 Todd C. MillerFix linux_audit setting on non-multiarch Debian.
2015-07-09 Todd C. MillerFix typo that broke the linux_audit dependency on Debian.
2015-07-09 Todd C. MillerMention /proc/stat btime fix.
2015-07-09 Todd C. MillerSolaris 2.6 has the prototypes for inet_pton() and...
2015-07-09 Todd C. MillerSprinkle debugging for boottime.
2015-07-09 Todd C. MillerThe old Solaris /bin/sh doesn't support POSIX $( ....
2015-07-09 Todd C. MillerOnly use --with-sssd-lib on Debian/Ubuntu w/ multipackage.
2015-07-08 Todd C. MillerUpdate Debian/Ubuntu packages to be more like the vendo...
2015-07-08 Todd C. MillerStrip newline from /proc/stat btime line to avoid a...
2015-07-08 Todd C. MillerIn io_callback() service writes before reads. That...
2015-07-07 Todd C. MillerCheck sudo_conf_read() return value and exit on fatal...
2015-07-07 Todd C. MillerMention double-quoted sudoOption value support.
2015-07-07 Todd C. MillerAdd support for parsing quoted strings in a sudoOption...
2015-07-07 Todd C. MillerSync with translationproject.org
2015-07-06 Todd C. MillerUpdate year.
2015-07-06 Todd C. MillerSync with translationproject.org
2015-07-06 Todd C. MillerFix utmp setup broken by commit be0ca60facf8
2015-07-03 Todd C. MillerSync with translationproject.org
2015-07-03 Todd C. Millerregen
2015-07-03 Todd C. MillerFix typo in error message.
2015-07-02 Todd C. MillerBug #702 is the AIX timespec issue.
2015-07-02 Todd C. MillerWe require POSIX so no need to conditionally include...
2015-07-02 Todd C. MillerThere's no need to conditionalize the #include <unistd...
2015-07-02 Todd C. MillerRemove some compatibilty defines that should no longer...
2015-06-30 Todd C. MillerFinal changes in 1.8.14
2015-06-30 Todd C. MillerNeed to include stddef.h to get rsize_t on Mac OS X...
2015-06-30 Todd C. MillerAdd missing exit value.
2015-06-30 Todd C. MillerAdd missing fcntl.h include.
2015-06-30 Todd C. MillerDo check for inet_pton before inet_ntop since we may...
2015-06-30 Todd C. MillerFix build on compilers w/o __func__ or __FUNCTION__
2015-06-30 Todd C. MillerRemove sudo_evasprintf_v1, missed during alloc.c removal.
2015-06-30 Todd C. MillerAdd missing fcntl.h include.
2015-06-30 Todd C. MillerAdd check for inline support.
2015-06-29 Todd C. MillerAdd reallocarray.c license.
2015-06-27 Todd C. MillerFix entry for Joel Pelaez Jorge.
2015-06-26 Todd C. MillerAdd an error flag to the lbuf struct to simplify error...
2015-06-26 Todd C. Millerdisplay_privs() and display_cmnd() may need to return...
2015-06-25 Todd C. MillerReturn -1, not 0 from sudoers when there is an error...
2015-06-25 Todd C. MillerCheck restore_perms() return value in all cases, pushin...
2015-06-25 Todd C. MillerAdd Joel Pelaez Jorge
2015-06-25 Todd C. MillerWhen checking whether the PAM prompt matches "Password...
2015-06-24 Todd C. MillerSilence clang analyzer warning on glibc systems where...
2015-06-23 Todd C. MillerSilence clang analyzer warning on glibc systems where...
2015-06-23 Todd C. MillerUse our own bitmap macros instead of borrowing the...
2015-06-23 Todd C. MillerQuiet clang analyzer false positive.
2015-06-23 Todd C. MillerFix uninitialized variables warnings in error case...
2015-06-23 Todd C. MillerMust call round_nfds() with fd+1 since it takes a count...
2015-06-21 Todd C. MillerIt's safe to rely on C89 semantics for realloc(NULL...
2015-06-21 Todd C. Millermalloc() sets errno to ENOMEM on failure so we don...
2015-06-20 Todd C. MillerNo longer need __malloc_like
2015-06-20 Todd C. MillerRemove symbols from the now-removed alloc.c.
2015-06-20 Todd C. MillerOnly include stddef.h where it is needed.
2015-06-19 Todd C. Millerregen
2015-06-19 Todd C. MillerBetter handling of setlocale() returning NULL.
2015-06-19 Todd C. MillerAdd function name to "unable to allocate memory" warnings.
2015-06-19 Todd C. MillerWe require ANSI C so stop using the obsolete STDC_HEADERS.
2015-06-19 Todd C. MillerAdd back _REENTRANT define on HP-UX to expose strtok_r...
2015-06-19 Todd C. MillerUse strtok_r() instead of strtok()
next