summaryrefslogtreecommitdiff
path: root/plugins/python/python_plugin_policy.c
Commit message (Expand)AuthorAgeFilesLines
* Make sudo pass -Wmissing-prototypesTodd C. Miller2022-06-271-3/+3
* Quiet -Wshadow warnings from gcc.Todd C. Miller2021-05-071-2/+2
* Update copyright year on some files where it was out of date.Todd C. Miller2020-08-311-1/+1
* Rename __dso_public -> sudo_dso_public and move to config.h.Todd C. Miller2020-08-121-1/+1
* Use C99 __func__ instead of gcc-specific __PRETTY_FUNCTION__Todd C. Miller2020-02-271-1/+1
* plugins/python: make show_version display the plugin in verbose modeRobert Manner2020-02-261-8/+2
* plugins/python: make storing errstr more explicitRobert Manner2020-02-121-12/+5
* plugins/python: add support for callback errstr argumentsRobert Manner2020-02-051-2/+17
* plugins/python/python_plugin_common: close can get custom argumentsRobert Manner2020-02-061-1/+2
* plugins/python_plugin_io,policy: fix version display in verbose modeRobert Manner2020-02-051-1/+1
* plugins/python/python_plugin_policy: add missing debug returnRobert Manner2020-02-031-0/+1
* Adapt python plugin to new plugin API changesTodd C. Miller2020-01-301-5/+5
* plugins/python: use separate python interpreter for each pluginRobert Manner2020-01-241-0/+9
* plugins/python/python_plugin_policy: fix validate() callRobert Manner2020-01-091-2/+1
* plugins/python: fix confusing version displayRobert Manner2020-01-091-0/+6
* plugins/python: a plugin which can load policy/io plugin written in pythonRobert Manner2019-10-221-0/+272