]> granicus.if.org Git - sudo/history - plugins/sample/sample_plugin.c
Add SPDX-License-Identifier to files.
[sudo] / plugins / sample / sample_plugin.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-09-08 Todd C. MillerBe consistent with the naming of the variable used...
2016-05-06 Todd C. MillerFix compilation error and export sample_policy struct.
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. MillerWe require ANSI C so stop using the obsolete STDC_HEADERS.
2015-06-19 Todd C. MillerUse strtok_r() instead of strtok()
2015-06-19 Todd C. MillerRemove obsolete memory.h include.
2015-05-14 Todd C. MillerNo need to cast malloc() return value.
2015-02-09 Todd C. MillerFix compilation on systems w/o __dso_public
2014-08-26 Todd C. MillerAdd trivial dirty word check to the sample output loggi...
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-06-26 Todd C. MillerRename fmt_string -> sudo_new_key_val to better describ...
2014-01-31 Todd C. MillerMove ctim_get and mtim_get to sudo_util.h
2013-12-02 Todd C. MillerInstead of setprogname(), add initprogname() which...
2013-04-24 Todd C. MillerUpdate copyright years.
2013-02-06 Todd C. MillerFix memory leak in error path; found by llvm checker
2013-02-06 Todd C. MillerAdd missing __dso_public to plugin structs so they...
2012-12-04 Todd C. MillerDon't include <sys/param.h>. We only needed it for...
2012-08-07 Todd C. MillerFix memory leak found by clang checker-267
2012-03-29 Todd C. MillerFix compiler warnings on some platforms and provide...
2012-03-15 Todd C. MillerAdd explicit NULL entries for init_session, register_ho...
2012-03-02 Todd C. MillerAdd support for plugin args at the end of a Plugin...
2011-12-02 Todd C. MillerUse stdbool.h instead of rolling our own TRUE/FALSE...
2011-03-11 Todd C. MillerUpdate copyright years.
2011-01-24 Todd C. Millerstandardize on "return foo;" rather than "return(foo...
2010-12-20 Todd C. MillerAdapt plugins to version I/O logging ABI 1.1
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-29 Todd C. MillerSet usrinfo for AIX
2010-05-21 Todd C. MillerThe sample plugin doesn't support being run with no...
2010-05-17 Todd C. MillerAdd argc and argv to I/O logger open function.
2010-05-17 Todd C. MillerRemove check_sudoedit function pointer in struct sudo_p...
2010-05-16 Todd C. MillerIf plugin sets "sudoedit=true" in the command info...
2010-05-15 Todd C. MillerRefactor common bits of check_policy and check_edit
2010-05-15 Todd C. MillerAdd sudoedit support
2010-05-13 Todd C. MillerWork in progress support for sudoedit. The actual...
2010-05-05 Todd C. MillerAdd separate I/O logging functions for tty in/out and...
2010-05-04 Todd C. MillerAdd pointer to a printf like function to plugin open...
2010-04-30 Todd C. MillerUse angle brackets when including headers that can...
2010-04-09 Todd C. MillerMerge fb4d571495fa from the 1.7 branch to trunk.
2010-03-22 Todd C. MillerMerge 5177a284b9ff 549f8f7c2463 88f3181692fe from 1...
2010-03-19 Todd C. MillerRewrite compat/getprogname.c and add setprogname().
2010-03-12 Todd C. MillerNeed to include compat.h before missing.h
2010-03-10 Todd C. Millerconversation function no longer puts a newline at the...
2010-03-06 Todd C. MillerAdd support to -u and -g flags
2010-03-05 Todd C. MillerHandle NULL reply from conversation function
2010-03-05 Todd C. Millerrunas_user is in settings not user_info
2010-02-22 Todd C. Millerinclude missing,h for vasprintf
2010-02-22 Todd C. MillerNeed to include limits.h
2010-02-21 Todd C. MillerLog input and output to temp files for proof of concept.
2010-02-20 Todd C. MillerSample plugin demonstrating the sudo plugin API