]> granicus.if.org Git - sudo/history - plugins/sudoers/regress/check_symbols/check_symbols.c
Add SPDX-License-Identifier to files.
[sudo] / plugins / sudoers / regress / check_symbols / check_symbols.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
2015-07-10 Todd C. MillerAvoid calling dlerror() multiple times since it clear...
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-02-19 Todd C. MillerAll modern systems should have LINE_MAX.
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-07-21 Todd C. MillerRename fatal.h -> sudo_fatal.h
2014-06-27 Todd C. MillerRename warning/fatal -> sudo_warn/sudo_fatal to avoid...
2013-12-16 Todd C. MillerAdd missing sudo_util.h
2013-12-02 Todd C. MillerInstead of setprogname(), add initprogname() which...
2013-11-22 Todd C. MillerAdd wrapper functions for dlopen() et al so that we...
2013-11-20 Todd C. MillerDefine RTLD_GLOBAL for older systems without it. Bug...
2013-08-15 Todd C. MillerRename error.h -> fatal.h now that there is no error...
2013-04-24 Todd C. MillerUpdate copyright years.
2013-04-18 Todd C. MillerRename error/errorx -> fatal/fatalx and remove the...
2013-04-18 Todd C. MillerPrint test failures to stdout like the final count...
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-25 Todd C. MillerRename warning2()/error2() -> warning_nodebug()/error_n...
2012-10-02 Todd C. MillerExplicitly mark main() as public in executables to...
2012-06-20 Todd C. MillerDon't check for errorx as an exported symbols as it...
2012-06-18 Todd C. MillerAdd check for exported local symbols. This will cause...
2012-06-18 Todd C. MillerAdd regress test for symbol visibility.