]> granicus.if.org Git - sudo/history - plugins/sudoers/timestr.c
Add SPDX-License-Identifier to files.
[sudo] / plugins / sudoers / timestr.c
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
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.
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2017-02-18 Todd C. Millerstrftime() was in C89 so use it unconditionally.
2017-02-13 Todd C. MillerInclude parse.h in timestr.c which is where function...
2015-06-20 Todd C. MillerOnly include stddef.h where it is needed.
2015-06-19 Todd C. MillerWe require ANSI C so stop using the obsolete STDC_HEADERS.
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-01-21 Todd C. MillerDo not assume localtime(), gmtime() and ctime() always...
2013-08-19 Todd C. MillerQuiet some gcc -Wformat=2 false positives
2011-03-11 Todd C. MillerUpdate copyright years.
2011-01-24 Todd C. Millerstandardize on "return foo;" rather than "return(foo...
2010-09-07 Todd C. MillerMake local includes consistent; use double quotes for...
2010-08-16 Todd C. MillerMerge compat.h and missing.h into missing.h
2010-06-14 Todd C. MillerUpdate copyright year
2010-04-30 Todd C. MillerUse angle brackets when including headers that can...
2010-04-22 Todd C. MillerConvert to ANSI C function declarations
2010-04-09 Todd C. MillerMerge fb4d571495fa from the 1.7 branch to trunk.
2010-03-22 Todd C. MillerMerge 5177a284b9ff 549f8f7c2463 88f3181692fe from 1...
2010-03-17 Todd C. MillerKill __P in sudoers
2010-02-20 Todd C. MillerRework source layout in preparation for modular sudo.