]> granicus.if.org Git - sudo/history - plugins/sudoers/sudoers_debug.c
Add SPDX-License-Identifier to files.
[sudo] / plugins / sudoers / sudoers_debug.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-11-21 Todd C. MillerAdd SUDO_DEBUG_INSTANCE_ERROR return value for sudo_deb...
2016-10-31 Todd C. Millersudoers_debug_register() was not setting the active...
2016-06-23 Todd C. MillerAdd definition of nitems for those without it and use...
2015-07-02 Todd C. MillerThere's no need to conditionalize the #include <unistd...
2015-06-20 Todd C. MillerOnly include stddef.h where it is needed.
2015-06-19 Todd C. MillerAdd function name to "unable to allocate memory" warnings.
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.
2015-02-01 Todd C. MillerGo back to a 2 args debug_decl and just use the "defaul...
2014-10-27 Todd C. MillerAdd sudoers_debug_deregister() and use it instead of...
2014-10-26 Todd C. MillerAdd a flag argument to sudo_conf_read() so we can decid...
2014-10-23 Todd C. MillerUse generic bitmap macros instead of select-style fd_set.
2014-10-23 Todd C. MillerWhen registering with the debug subsystem, the caller...
2014-10-22 Todd C. MillerThe sudoers plugin now defines its own list of debuggin...
2014-10-22 Todd C. MillerAdd support for multiple Debug lines per program. ...