]> granicus.if.org Git - sudo/shortlog
sudo
2014-02-05 Todd C. MillerMention the fix for ^Z at the password prompt when...
2014-02-05 Todd C. MillerIn term_restore(), only restores the terminal if we...
2014-02-05 Todd C. MillerUse inet_pton() instead of inet_aton() and include...
2014-02-05 Todd C. MillerQuiet a gcc warning.
2014-02-05 Todd C. MillerNeed to include limits.h for USHRT_MAX.
2014-02-04 Todd C. MillerUse bool for function return values instead of 1 or 0.
2014-02-04 Todd C. MillerWarn the user if the rundir needs to be cleared in...
2014-02-04 Todd C. MillerUpdate for sudo 1.8.9p5
2014-02-04 Todd C. MillerWhen the closefrom limit is greater than any of the...
2014-02-04 Todd C. MillerDocument function return values.
2014-02-04 Todd C. Millerterm_restore() now restarts itself so we don't need...
2014-02-03 Todd C. Millersyscall restarting is broken on Mac OS X when interrupt...
2014-02-03 Todd C. MillerAdd regress for atobool(), atoid() and atomode()
2014-02-03 Todd C. MillerAdd back boottime.lo
2014-02-03 Todd C. MillerMention that rundir and vardir may be the same and...
2014-02-03 Todd C. MillerBring back boot time checking code and zero out time...
2014-02-03 Todd C. MillerCheck libraries for inet_pton() if not in libc.
2014-02-02 Todd C. MillerFix clock_gettime() detection when it lives in librt.
2014-02-02 Todd C. MillerAvoid duplicate directories if vardir and rundir are...
2014-02-02 Todd C. Millerregen
2014-02-02 Todd C. MillerElaborate on time stamp error message causes.
2014-02-01 Todd C. MillerRemove the time stamp dir and its contents when uninsta...
2014-02-01 Todd C. MillerUpdate time stamp error messages and regen.
2014-02-01 Todd C. MillerRestore warning when sudoers is unable to update the...
2014-02-01 Todd C. MillerReplace --with-timedir and --with-lecture_dir with...
2014-02-01 Todd C. MillerFix use of timestampowner in the new time stamp world...
2014-01-31 Todd C. MillerRegen Makefiles.
2014-01-31 Todd C. MillerMove ctim_get and mtim_get to sudo_util.h
2014-01-31 Todd C. Millersprinkle some debug printfs and add function header...
2014-01-31 Todd C. MillerProperly handle the case where /var/run/sudo/ts doesn...
2014-01-31 Todd C. Millerfix typo
2014-01-31 Todd C. MillerMention "sudo -K" change.
2014-01-31 Todd C. MillerUpgrade info for 1.8.10
2014-01-30 Todd C. MillerWarn on ftruncate failure().
2014-01-30 Todd C. MillerFix checking of lecture status.
2014-01-30 Todd C. MillerDo not override timedir on Debian.
2014-01-30 Todd C. MillerUse sudo_timeval macros and remove compat macros from...
2014-01-30 Todd C. MillerSwitch to new time stamp file format. Each user now...
2014-01-29 Todd C. MillerWhen listing a user's privileges, always prompt the...
2014-01-30 Todd C. MillerZero out errstr when there is no error; fixes bug #632
2014-01-26 Todd C. MillerUse inet_aton() instead of inet_addr() as it allows...
2014-01-24 Todd C. MillerFix typo, ULONG_MAX vs. ULLONG_MAX
2014-01-24 Todd C. MillerFix typo in the AIX case.
2014-01-24 Todd C. MillerSize pointer for sudo_parseln() should be size_t not...
2014-01-23 Todd C. MillerIt is now possible to disable network interface probing...
2014-01-23 Todd C. MillerIf inet_addr() returns INADDR_NONE, return false instea...
2014-01-22 Todd C. MillerAdd explicit dependency on sudoers.la to sudo target...
2014-01-21 Todd C. MillerDo not assume localtime(), gmtime() and ctime() always...
2014-01-15 Todd C. MillerUpdate copyright years
2014-01-15 Todd C. MillerEliminate dead store found by clang checker.
2014-01-15 Todd C. MillerUpdate for sudo 1.8.9p4
2014-01-15 Todd C. MillerWhen relocating fds, update the debug fd if it is set...
2014-01-15 Todd C. MillerIf the event loop exits due to an error and we are...
2014-01-15 Todd C. MillerWhen relocating preserved fds, start with the highest...
2014-01-14 Todd C. MillerWhen restoring fds traverse list from high -> low,...
2014-01-14 Todd C. MillerIf not logging I/O we may get EOF when the command...
2014-01-14 Todd C. Millersync with translationproject.org
2014-01-13 Todd C. MillerFix strtonum() usage when parsing /proc/self/stat on...
2014-01-13 Todd C. MillerUpdate for sudo 1.8.9p3
2014-01-13 Todd C. MillerRemove dead store; found by cppcheck
2014-01-09 Todd C. MillerQuiet a cppcheck warning about a negative subscript.
2014-01-09 Todd C. MillerMake noexec parameter to sudo_execve() bool.
2014-01-09 Todd C. MillerQuiet a few innocuous cppcheck warnings.
2014-01-08 Todd C. MillerHandle in_res being NULL for sudo_debug_printf() in...
2014-01-08 Todd C. MillerWhen writing length to timing file, use %u not %d as...
2014-01-08 Todd C. MillerClose export_fp in the error path too, but do not close...
2014-01-08 Todd C. MillerMove right brace outside #ifdef HAVE_DISPCRYPT; found...
2014-01-13 Todd C. MillerMake this compile again
2014-01-13 Todd C. MillerAdd suppression line to quiet a bogus (inconclusive...
2014-01-13 Todd C. MillerDo not leak old istack if realloc fails; found by cppcheck.
2014-01-13 Todd C. MillerAdd cppcheck target to run cppcheck on all source files.
2014-01-09 Todd C. MillerUpdate for sudo 1.8.9p2
2014-01-09 Todd C. MillerUpdate to libtool-2.4.2.418
2014-01-09 Todd C. MillerUpdate from http://git.savannah.gnu.org/gitweb/?p=confi...
2014-01-08 Todd C. MillerSudo 1.8.9 also fixes bug #617
2014-01-07 Todd C. MillerThe fix for the hang was already in the 1.8.9 tarballs.
2014-01-07 Todd C. MillerUpdate for sudo 1.8.9p1
2014-01-07 Todd C. MillerUpdate copyright year.
2014-01-07 Todd C. MillerGo back to making the bit fields in struct cmndtag...
2014-01-07 Todd C. MillerUse debug_return_int() instead of bare return for debug...
2014-01-06 Todd C. MillerFix infinite loop that could be triggered by sudo_ev_lo...
2014-01-06 Todd C. MillerUpdate for 1.8.9 final.
2014-01-04 Todd C. MillerHandle a sequence file with no trailing newline.
2014-01-04 Todd C. MillerTruncate io log and timing files on open when recycling...
2014-01-04 Todd C. MillerRepair reading of the iolog sequence number that got...
2014-01-03 Todd C. MillerIf invoked as sudoedit we can't just exec the command...
2014-01-03 Todd C. MillerFix restoration of the close-on-exec flag when moving...
2014-01-02 Todd C. MillerAdd "see below" to reference "Secure editing" section...
2014-01-01 Todd C. MillerAdd initial "Secure editing" section.
2014-01-01 Todd C. MillerUpdate copyright year.
2013-12-31 Todd C. Millersync with translationproject.org
2013-12-31 Todd C. MillerMake user_cwd and user_tty dynamically allocated even...
2013-12-30 Todd C. MillerUse -fstack-protector-strong in preference to -fstack...
2013-12-30 Todd C. MillerDell acquired Quest
2013-12-29 Todd C. Millersync with translationproject.org
2013-12-29 Todd C. Millersync with translationproject.org
2013-12-28 Todd C. Millerregen
2013-12-28 Todd C. MillerUpdate for recent changes.
2013-12-28 Todd C. MillerFix typo; we want setlocale(LC_ALL, "") since we are...
2013-12-27 Todd C. MillerUse sudoers_initlocale() in main() startup, not sudoers...
next