]> granicus.if.org Git - sudo/history - lib
If the sudoreplay ID option is a fully-qualified path, use it directly.
[sudo] / lib /
2019-08-19 Todd C. Millersys_signame on macOS contains lower-cases names
2019-08-19 Todd C. MillerAdd regress tests for str2sig() and sig2str().
2019-08-19 Todd C. MillerSIGIOT and SIGABRT are aliases on BSD systems.
2019-08-19 Todd C. MillerFix handling of real-time signals.
2019-08-05 Todd C. MillerStore signal name, not number in I/O log timing file.
2019-07-26 Todd C. MillerLink util functions being tested directly with the...
2019-06-25 Todd C. MillerAdd ssizeof macro that returns ssize_t.
2019-06-10 Todd C. Millerlibsudo_util depends on LT_DEP_LIBS even when building...
2019-06-10 Todd C. MillerSolaris getentropy() requires that sys/random.h be...
2019-05-16 Todd C. MillerIt is safe to assume _POSIX_VDISABLE is defined.
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2019-04-26 Todd C. MillerFreeBSD's /dev/fd only contains fds 0-2 unless fdescfs...
2019-04-08 Todd C. MillerAdd a proper getdelim(3) replacement and use it instead...
2019-03-18 Todd C. MillerFix the counting of supplementary groups on AIX.
2019-03-07 Todd C. MillerIgnore EOVERFLOW from pstat_getproc(), it is not a...
2019-02-18 Todd C. MillerOnly export sudo_arc4random_uniform() if arc4random_uni...
2019-02-18 Todd C. MillerQuiet a warning on gcc 8
2019-02-04 Todd C. Millerinclude stddef.h to make sure we get NULL
2019-01-20 Todd C. MillerMinor snprintf() usage tweaks:
2019-01-07 Todd C. MillerFix the default nofiles and stack hard limits.
2018-11-14 Todd C. MillerSupport st_nmtime in struct stat as found in HP-UX.
2018-11-14 Todd C. MillerIf fcntl fails, fall back to the /proc implementation.
2018-11-08 Todd C. MillerOnly use closefrom_fallback() if no better method exists.
2018-11-05 Todd C. MillerAdd sudo_gai_fatal, sudo_gai_vfatal, sudo_gai_vwarn...
2018-10-26 Todd C. MillerSkip sudo_getgrouplist2() check on systems with getgrou...
2018-10-26 Todd C. MillerAdd missing exported symbol sudo_term_eof
2018-10-26 Todd C. MillerCheck the user's primary gid from the passwd file too.
2018-10-26 Todd C. MillerConvert PVS-Studio comment to ANSI C.
2018-10-26 Todd C. MillerFix some mangled text in the license block.
2018-10-26 Todd C. MillerAdd regress test for sudo_getgrouplist2().
2018-10-25 Todd C. MillerRemove an errant grset++ in the AIX version of sudo_get...
2018-10-22 Todd C. MillerPass --sourcetree-root to pvs-studio and don't check...
2018-10-21 Todd C. MillerAdd support for CLOCK_MONOTONIC_RAW and CLOCK_UPTIME_RA...
2018-10-21 Todd C. MillerAdd pvs-studio target and associated production rules.
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2018-10-19 Todd C. MillerAvoid some PVS-Studio false positives.
2018-10-17 Todd C. Millertv_nsec can never be negative after timespecsub.
2018-10-08 Todd C. MillerHandle EOF on password input when pwfedback is enabled.
2018-09-22 Todd C. MillerPass getgrouplist() NGROUPS_MAX+1, not NGROUPS_MAX...
2018-09-12 Todd C. MillerFix a crash in the event system's poll() backend introd...
2018-08-30 Todd C. MillerFix warnings on OpenIndiana (Illumos)
2018-08-27 Todd C. Millersync
2018-08-26 Todd C. MillerBackward ABI compatibility for even functions that...
2018-08-26 Todd C. MillerUse a monotonic timer for the event subsystem.
2018-08-26 Todd C. MillerUse struct timespec, not struct timeval in the event...
2018-08-23 Todd C. MillerFix typo in last commit.
2018-08-22 Todd C. MillerDo not assume all Linux has linux/random.h.
2018-08-22 Todd C. MillerFix setting of errno when gotdata() fails.
2018-08-20 Todd C. MillerHP-UX doesn't suport CLOCK_MONOTONIC but we can use...
2018-08-20 Todd C. MillerMove updating of the window size to the monitor process.
2018-08-19 Todd C. MillerAdd sudo_gettime_uptime() to measure time while not...
2018-07-26 Todd C. MillerDon't need to preallocate 4 x NGROUP_MAX on AIX or...
2018-07-23 Todd C. MillerLinux getgrouplist(3) returns the number of groups...
2018-07-03 Todd C. MillerUse madvise(2) with MADV_WIPEONFORK if available.
2018-06-15 Todd C. MillerAdd sudo_getgrouplist2() to dynamically allocate the...
2018-05-25 Todd C. MillerUse arc4random for mkstemp() and insults.
2018-05-25 Todd C. MillerImport arc4random() from libressl. This takes an all...
2018-05-25 Todd C. MillerMove digest code into libutil
2018-03-04 Todd C. MillerSpecial case comment lines in lbufs.
2018-02-19 Todd C. MillerAdd sudo_ev_dispatch(), a wrapper for ev_loop() with...
2018-01-17 Todd C. MillerRemove use of AC_HEADER_TIME, only obsolete platforms...
2018-01-11 Todd C. MillerAdd tsdump, a simple utility to dump a timestamp file...
2017-12-18 Todd C. Millerregen
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2017-11-28 Todd C. MillerAdd missing initprogname() calls.
2017-10-20 Todd C. MillerTreat an empty hostname as a failure and return NULL.
2017-09-06 Todd C. MillerThe read and write sides of signal_pipe[] were swapped...
2017-08-01 Todd C. Millerregen
2017-07-28 Todd C. MillerInclude pathnames.h for /dev/fd on FreeBSD and Mac...
2017-07-14 Todd C. MillerIf we free the default base in sudo_ev_base_free()...
2017-07-13 Todd C. MillerAdd the ability to set a default event base, to be...
2017-07-12 Todd C. MillerClear input, output, control and local flags before...
2017-07-12 Todd C. MillerRemove pointless subshells in targets that simply chang...
2017-06-01 Todd C. MillerMove the bits to fill in the new event base to sudo_ev_...
2017-06-30 Todd C. MillerUse getentropy() in mkstemp/mkdtemp replacement.
2017-06-30 Todd C. MillerUse _PATH_DEV consistently
2017-06-15 Todd C. MillerWhen copying terminal settings from one tty to another...
2017-05-30 Todd C. MillerAdd a new "devsearch" Path setting to sudo.conf for...
2017-05-23 Todd C. MillerFix potential memory leak on reallocarray() error....
2017-05-15 Todd C. MillerOn HP-UX 11.0, sys/ioctl.h is not sufficient to make...
2017-05-15 Todd C. MillerAlways used TIOCGWINSZ.
2017-05-12 Todd C. MillerRemove use of non-standard sigaction_t
2017-05-12 Todd C. MillerActivate the sigevents inside the signal pipe callback...
2017-05-12 Todd C. MillerHandle the possibility of the siginfo parameter in...
2017-05-12 Todd C. MillerAdd support for signal events in sudo's event subsystem
2017-04-28 Todd C. MillerFix exponential behavior in glob() with respect to...
2017-04-24 Todd C. MillerAdd missing $(srcdir) prefix to shlib_exp definition.
2017-03-13 Todd C. MillerEmulate pipe2() on systems without it.
2017-02-26 Todd C. MillerRemove support for the TIOCGSIZE ioctl. Systems that...
2017-02-18 Todd C. MillerAdd NOTBEFORE and NOTAFTER command options similar...
2017-02-14 Todd C. Millerfix typo that prevented compilation on FreeBSD
2017-02-14 Todd C. MillerLink vsyslog.lo directly into vsyslog_test to make...
2017-02-14 Todd C. MillerFix final test with a format > 2048 bytes.
2017-02-13 Todd C. Milleravoid redefining the MIN macro
2017-01-25 Todd C. Millerupdate zlib to version 1.2.11
2017-01-16 Todd C. Milleronly run vsyslog_test if it exists
2017-01-16 Todd C. MillerAdd regress for vsyslog replacement.
2017-01-13 Todd C. MillerDouble the size of new_fmt[] and remove an extraneous...
2017-01-13 Todd C. MillerFix typo, want vsnprintf not snprintf.
2017-01-12 Todd C. MillerWhen waiting for the parent to grant us the tty, use...
next