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