]> granicus.if.org Git - sudo/history - plugins/sudoers/starttime.c
Add SPDX-License-Identifier to files.
[sudo] / plugins / sudoers / starttime.c
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2019-03-07 Todd C. MillerBetter comment about EOVERFLOW and pstat_getproc().
2019-01-20 Todd C. MillerMinor snprintf() usage tweaks:
2018-10-26 Todd C. MillerConvert PVS-Studio comment to ANSI C.
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2018-08-17 Todd C. MillerFix get_starttime() on HP-UX.
2018-06-05 Todd C. MillerFix conversion of usec to nsec; from Scott Cheloha
2018-03-06 Todd C. MillerUse correct defines when checking for sysctl kinfo_proc...
2018-03-06 Todd C. MillerLess confusing sysctl checks for kinfo_proc.
2017-12-17 Todd C. MillerSupport start time on macOS and 4.4BSD
2017-12-17 Todd C. MillerFix compilation error on FreeBSD
2017-12-16 Todd C. MillerFix debug_decl(), it should be SUDOERS_DEBUG_UTIL
2017-12-16 Todd C. MillerIn the timestamp record, include the start time of...