]> granicus.if.org Git - sudo/history - plugins/sudoers/linux_audit.c
Add SPDX-License-Identifier to files.
[sudo] / plugins / sudoers / linux_audit.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-10-19 Todd C. MillerAvoid some PVS-Studio false positives.
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. 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-05-21 Todd C. MillerAdd target for "make splint". A few files need extra...
2015-02-01 Todd C. MillerGo back to a 2 args debug_decl and just use the "defaul...
2014-10-23 Todd C. MillerFix compilation issues, fallout from the debug changes.
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. ...
2014-10-13 Todd C. MillerFix logic bug. We only want to return -1 from linux_au...
2014-08-15 Todd C. MillerFix return value when kernel has no audit support.
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-07-21 Todd C. MillerRename gettext.h -> sudo_gettext.h
2014-07-21 Todd C. MillerRename fatal.h -> sudo_fatal.h
2014-07-10 Todd C. Millerefree -> sudo_efree for consistency
2014-06-27 Todd C. MillerAdd sudo_ prefix to alloc.c functions and rename alloc...
2014-06-27 Todd C. MillerRename warning/fatal -> sudo_warn/sudo_fatal to avoid...
2014-04-01 Todd C. MillerMake "internal error, %s overflow" arguments consistent...
2014-03-26 Todd C. MillerPropagate errors in audit code to caller instead of...
2014-02-11 Todd C. MillerWe must include gettext.h before missing.h as it includ...
2013-11-18 Todd C. MillerAdd warning_gettext() wrapper function that changes...
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...
2012-11-25 Todd C. MillerCall gettext() on parameters for warning()/warningx...
2012-11-08 Todd C. MillerDisplay warning/error messages in the user's locale.
2012-08-10 Todd C. MillerReduce the number of "internal error, foo overflow...
2011-10-22 Todd C. MillerAdd debug_decl/debug_return (almost) everywhere.
2011-05-28 Todd C. MillerInclude gettext.h
2011-05-16 Todd C. MillerPrepare sudoers module messages for translation.
2010-09-21 Todd C. MillerIgnore ECONNREFUSED from audit_log_user_command() which...
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-16 Todd C. MillerAdd Linux audit support.