]> granicus.if.org Git - sudo/history - plugins/sudoers/regress/iolog_path/check_iolog_path.c
Add SPDX-License-Identifier to files.
[sudo] / plugins / sudoers / regress / iolog_path / check_iolog_path.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
2016-01-29 Todd C. MillerPlug some memory leaks in the tests.
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-19 Todd C. MillerRemove obsolete memory.h include.
2015-06-17 Todd C. MillerRemove remaining SUDO_MAIN remnants.
2015-06-17 Todd C. MillerUse non-exiting allocatings in the sudoers plugin.
2015-05-21 Todd C. MillerAvoid using a leading underbar in defines as they are...
2014-06-27 Todd C. Milleratobool -> sudo_strtobool
2014-06-27 Todd C. MillerRename warning/fatal -> sudo_warn/sudo_fatal to avoid...
2014-04-04 Todd C. MillerRemove calls to log_fatal() in I/O log functions and...
2014-01-21 Todd C. MillerDo not assume localtime(), gmtime() and ctime() always...
2013-12-05 Todd C. MillerUse atoid() not atoi() when parsing uids/gids.
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...
2012-12-04 Todd C. MillerRemove obsolete sudoers_cleanup() stubs.
2012-11-25 Todd C. MillerMove _sudo_printf from src/conversation.c to common...
2012-11-12 Todd C. MillerAlways include locale.h from gettext.h so we no longer...
2012-10-02 Todd C. MillerExplicitly mark main() as public in executables to...
2012-06-15 Todd C. MillerUse the expanded io log dir when updating the sequence...
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. MillerAdd calls to setprogname() for test programs.
2011-04-11 Todd C. MillerCorrect sizeof() to fix test failure.
2011-03-14 Todd C. MillerAdapt check_iolog_path to sessid changes
2011-01-19 Todd C. Millerfix copyright year
2011-01-06 Todd C. MillerAdd regression tests for iolog_path()