2019-08-19 |
Todd C. Miller | sys_signame on macOS contains lower-cases names |
tree | commitdiff |
2019-08-19 |
Todd C. Miller | Add regress tests for str2sig() and sig2str(). |
tree | commitdiff |
2019-08-19 |
Todd C. Miller | SIGIOT and SIGABRT are aliases on BSD systems. |
tree | commitdiff |
2019-08-19 |
Todd C. Miller | Fix handling of real-time signals. |
tree | commitdiff |
2019-08-05 |
Todd C. Miller | Store signal name, not number in I/O log timing file. |
tree | commitdiff |
2019-07-26 |
Todd C. Miller | Link util functions being tested directly with the... |
tree | commitdiff |
2019-06-25 |
Todd C. Miller | Add ssizeof macro that returns ssize_t. |
tree | commitdiff |
2019-06-10 |
Todd C. Miller | libsudo_util depends on LT_DEP_LIBS even when building... |
tree | commitdiff |
2019-06-10 |
Todd C. Miller | Solaris getentropy() requires that sys/random.h be... |
tree | commitdiff |
2019-05-16 |
Todd C. Miller | It is safe to assume _POSIX_VDISABLE is defined. |
tree | commitdiff |
2019-04-29 |
Todd C. Miller | Add SPDX-License-Identifier to files. |
tree | commitdiff |
2019-04-26 |
Todd C. Miller | FreeBSD's /dev/fd only contains fds 0-2 unless fdescfs... |
tree | commitdiff |
2019-04-08 |
Todd C. Miller | Add a proper getdelim(3) replacement and use it instead... |
tree | commitdiff |
2019-03-18 |
Todd C. Miller | Fix the counting of supplementary groups on AIX. |
tree | commitdiff |
2019-03-07 |
Todd C. Miller | Ignore EOVERFLOW from pstat_getproc(), it is not a... |
tree | commitdiff |
2019-02-18 |
Todd C. Miller | Only export sudo_arc4random_uniform() if arc4random_uni... |
tree | commitdiff |
2019-02-18 |
Todd C. Miller | Quiet a warning on gcc 8 |
tree | commitdiff |
2019-02-04 |
Todd C. Miller | include stddef.h to make sure we get NULL |
tree | commitdiff |
2019-01-20 |
Todd C. Miller | Minor snprintf() usage tweaks: |
tree | commitdiff |
2019-01-07 |
Todd C. Miller | Fix the default nofiles and stack hard limits. |
tree | commitdiff |
2018-11-14 |
Todd C. Miller | Support st_nmtime in struct stat as found in HP-UX. |
tree | commitdiff |
2018-11-14 |
Todd C. Miller | If fcntl fails, fall back to the /proc implementation. |
tree | commitdiff |
2018-11-08 |
Todd C. Miller | Only use closefrom_fallback() if no better method exists. |
tree | commitdiff |
2018-11-05 |
Todd C. Miller | Add sudo_gai_fatal, sudo_gai_vfatal, sudo_gai_vwarn... |
tree | commitdiff |
2018-10-26 |
Todd C. Miller | Skip sudo_getgrouplist2() check on systems with getgrou... |
tree | commitdiff |
2018-10-26 |
Todd C. Miller | Add missing exported symbol sudo_term_eof |
tree | commitdiff |
2018-10-26 |
Todd C. Miller | Check the user's primary gid from the passwd file too. |
tree | commitdiff |
2018-10-26 |
Todd C. Miller | Convert PVS-Studio comment to ANSI C. |
tree | commitdiff |
2018-10-26 |
Todd C. Miller | Fix some mangled text in the license block. |
tree | commitdiff |
2018-10-26 |
Todd C. Miller | Add regress test for sudo_getgrouplist2(). |
tree | commitdiff |
2018-10-25 |
Todd C. Miller | Remove an errant grset++ in the AIX version of sudo_get... |
tree | commitdiff |
2018-10-22 |
Todd C. Miller | Pass --sourcetree-root to pvs-studio and don't check... |
tree | commitdiff |
2018-10-21 |
Todd C. Miller | Add support for CLOCK_MONOTONIC_RAW and CLOCK_UPTIME_RA... |
tree | commitdiff |
2018-10-21 |
Todd C. Miller | Add pvs-studio target and associated production rules. |
tree | commitdiff |
2018-10-21 |
Todd C. Miller | Add comments in .c files so PVS-Studio will check them. |
tree | commitdiff |
2018-10-19 |
Todd C. Miller | Avoid some PVS-Studio false positives. |
tree | commitdiff |
2018-10-17 |
Todd C. Miller | tv_nsec can never be negative after timespecsub. |
tree | commitdiff |
2018-10-08 |
Todd C. Miller | Handle EOF on password input when pwfedback is enabled. |
tree | commitdiff |
2018-09-22 |
Todd C. Miller | Pass getgrouplist() NGROUPS_MAX+1, not NGROUPS_MAX... |
tree | commitdiff |
2018-09-12 |
Todd C. Miller | Fix a crash in the event system's poll() backend introd... |
tree | commitdiff |
2018-08-30 |
Todd C. Miller | Fix warnings on OpenIndiana (Illumos) |
tree | commitdiff |
2018-08-27 |
Todd C. Miller | sync |
tree | commitdiff |
2018-08-26 |
Todd C. Miller | Backward ABI compatibility for even functions that... |
tree | commitdiff |
2018-08-26 |
Todd C. Miller | Use a monotonic timer for the event subsystem. |
tree | commitdiff |
2018-08-26 |
Todd C. Miller | Use struct timespec, not struct timeval in the event... |
tree | commitdiff |
2018-08-23 |
Todd C. Miller | Fix typo in last commit. |
tree | commitdiff |
2018-08-22 |
Todd C. Miller | Do not assume all Linux has linux/random.h. |
tree | commitdiff |
2018-08-22 |
Todd C. Miller | Fix setting of errno when gotdata() fails. |
tree | commitdiff |
2018-08-20 |
Todd C. Miller | HP-UX doesn't suport CLOCK_MONOTONIC but we can use... |
tree | commitdiff |
2018-08-20 |
Todd C. Miller | Move updating of the window size to the monitor process. |
tree | commitdiff |
2018-08-19 |
Todd C. Miller | Add sudo_gettime_uptime() to measure time while not... |
tree | commitdiff |
2018-07-26 |
Todd C. Miller | Don't need to preallocate 4 x NGROUP_MAX on AIX or... |
tree | commitdiff |
2018-07-23 |
Todd C. Miller | Linux getgrouplist(3) returns the number of groups... |
tree | commitdiff |
2018-07-03 |
Todd C. Miller | Use madvise(2) with MADV_WIPEONFORK if available. |
tree | commitdiff |
2018-06-15 |
Todd C. Miller | Add sudo_getgrouplist2() to dynamically allocate the... |
tree | commitdiff |
2018-05-25 |
Todd C. Miller | Use arc4random for mkstemp() and insults. |
tree | commitdiff |
2018-05-25 |
Todd C. Miller | Import arc4random() from libressl. This takes an all... |
tree | commitdiff |
2018-05-25 |
Todd C. Miller | Move digest code into libutil |
tree | commitdiff |
2018-03-04 |
Todd C. Miller | Special case comment lines in lbufs. |
tree | commitdiff |
2018-02-19 |
Todd C. Miller | Add sudo_ev_dispatch(), a wrapper for ev_loop() with... |
tree | commitdiff |
2018-01-17 |
Todd C. Miller | Remove use of AC_HEADER_TIME, only obsolete platforms... |
tree | commitdiff |
2018-01-11 |
Todd C. Miller | Add tsdump, a simple utility to dump a timestamp file... |
tree | commitdiff |
2017-12-18 |
Todd C. Miller | regen |
tree | commitdiff |
2017-12-04 |
Todd C. Miller | update my email to Todd.Miller@sudo.ws |
tree | commitdiff |
2017-11-28 |
Todd C. Miller | Add missing initprogname() calls. |
tree | commitdiff |
2017-10-20 |
Todd C. Miller | Treat an empty hostname as a failure and return NULL. |
tree | commitdiff |
2017-09-06 |
Todd C. Miller | The read and write sides of signal_pipe[] were swapped... |
tree | commitdiff |
2017-08-01 |
Todd C. Miller | regen |
tree | commitdiff |
2017-07-28 |
Todd C. Miller | Include pathnames.h for /dev/fd on FreeBSD and Mac... |
tree | commitdiff |
2017-07-14 |
Todd C. Miller | If we free the default base in sudo_ev_base_free()... |
tree | commitdiff |
2017-07-13 |
Todd C. Miller | Add the ability to set a default event base, to be... |
tree | commitdiff |
2017-07-12 |
Todd C. Miller | Clear input, output, control and local flags before... |
tree | commitdiff |
2017-07-12 |
Todd C. Miller | Remove pointless subshells in targets that simply chang... |
tree | commitdiff |
2017-06-01 |
Todd C. Miller | Move the bits to fill in the new event base to sudo_ev_... |
tree | commitdiff |
2017-06-30 |
Todd C. Miller | Use getentropy() in mkstemp/mkdtemp replacement. |
tree | commitdiff |
2017-06-30 |
Todd C. Miller | Use _PATH_DEV consistently |
tree | commitdiff |
2017-06-15 |
Todd C. Miller | When copying terminal settings from one tty to another... |
tree | commitdiff |
2017-05-30 |
Todd C. Miller | Add a new "devsearch" Path setting to sudo.conf for... |
tree | commitdiff |
2017-05-23 |
Todd C. Miller | Fix potential memory leak on reallocarray() error.... |
tree | commitdiff |
2017-05-15 |
Todd C. Miller | On HP-UX 11.0, sys/ioctl.h is not sufficient to make... |
tree | commitdiff |
2017-05-15 |
Todd C. Miller | Always used TIOCGWINSZ. |
tree | commitdiff |
2017-05-12 |
Todd C. Miller | Remove use of non-standard sigaction_t |
tree | commitdiff |
2017-05-12 |
Todd C. Miller | Activate the sigevents inside the signal pipe callback... |
tree | commitdiff |
2017-05-12 |
Todd C. Miller | Handle the possibility of the siginfo parameter in... |
tree | commitdiff |
2017-05-12 |
Todd C. Miller | Add support for signal events in sudo's event subsystem |
tree | commitdiff |
2017-04-28 |
Todd C. Miller | Fix exponential behavior in glob() with respect to... |
tree | commitdiff |
2017-04-24 |
Todd C. Miller | Add missing $(srcdir) prefix to shlib_exp definition. |
tree | commitdiff |
2017-03-13 |
Todd C. Miller | Emulate pipe2() on systems without it. |
tree | commitdiff |
2017-02-26 |
Todd C. Miller | Remove support for the TIOCGSIZE ioctl. Systems that... |
tree | commitdiff |
2017-02-18 |
Todd C. Miller | Add NOTBEFORE and NOTAFTER command options similar... |
tree | commitdiff |
2017-02-14 |
Todd C. Miller | fix typo that prevented compilation on FreeBSD |
tree | commitdiff |
2017-02-14 |
Todd C. Miller | Link vsyslog.lo directly into vsyslog_test to make... |
tree | commitdiff |
2017-02-14 |
Todd C. Miller | Fix final test with a format > 2048 bytes. |
tree | commitdiff |
2017-02-13 |
Todd C. Miller | avoid redefining the MIN macro |
tree | commitdiff |
2017-01-25 |
Todd C. Miller | update zlib to version 1.2.11 |
tree | commitdiff |
2017-01-16 |
Todd C. Miller | only run vsyslog_test if it exists |
tree | commitdiff |
2017-01-16 |
Todd C. Miller | Add regress for vsyslog replacement. |
tree | commitdiff |
2017-01-13 |
Todd C. Miller | Double the size of new_fmt[] and remove an extraneous... |
tree | commitdiff |
2017-01-13 |
Todd C. Miller | Fix typo, want vsnprintf not snprintf. |
tree | commitdiff |
2017-01-12 |
Todd C. Miller | When waiting for the parent to grant us the tty, use... |
tree | commitdiff |
next |