]> granicus.if.org Git - sudo/history - plugins/sudoers/regress/parser/check_addr.c
Add SPDX-License-Identifier to files.
[sudo] / plugins / sudoers / regress / parser / check_addr.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.
2018-05-14 Todd C. MillerInclude parse.h in sudoers.h since it will soon be...
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
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.
2015-06-17 Todd C. MillerUse non-exiting allocatings in the sudoers plugin.
2014-09-03 Todd C. MillerAvoid division by zero if there was no test data.
2014-06-27 Todd C. MillerRename warning/fatal -> sudo_warn/sudo_fatal to avoid...
2013-12-10 Todd C. MillerUse strtonum() instead of atoi(), strtol() or strtoul...
2013-12-02 Todd C. MillerInstead of setprogname(), add initprogname() which...
2013-04-24 Todd C. MillerUpdate copyright years.
2013-04-18 Todd C. MillerRename error/errorx -> fatal/fatalx and remove the...
2013-03-28 Todd C. MillerNo longer need to declare interfaces
2013-03-28 Todd C. MillerNo longer need to define sudo_printf
2012-12-04 Todd C. MillerRemove obsolete sudoers_cleanup() stubs.
2012-12-04 Todd C. MillerDon't include <sys/param.h>. We only needed it for...
2012-11-25 Todd C. MillerMove _sudo_printf from src/conversation.c to common...
2012-10-02 Todd C. MillerExplicitly mark main() as public in executables to...
2011-12-02 Todd C. MillerFix "make check" fallout from the sudo_conv changes...
2011-10-26 Todd C. MillerDisable warning/error wrapping in regress tests.
2011-08-29 Todd C. MillerOnly print individual check status when there is a...
2011-08-29 Todd C. MillerAdd calls to setprogname() for test programs.
2011-08-29 Todd C. MillerSplit out address matching into its own file and add...