Todd C. Miller
84e6e6ccf9
Update copyright year on some files where it was out of date.
2020-08-31 14:09:36 -06:00
Todd C. Miller
985af422d2
Rename __dso_public -> sudo_dso_public and move to config.h.
2020-08-12 09:57:42 -06:00
Robert Manner
f387cdf53f
plugins/python: make show_version display the plugin in verbose mode
...
Before it only displayed the plugin version, now it also displays
which python plugin is loaded to be more useful.
2020-02-26 13:15:52 -07:00
Robert Manner
38fc37b214
plugins/python/approval: fix show_version crash when it is not implemented
...
For approval plugins show_version is not optional.
2020-02-26 13:15:52 -07:00
Robert Manner
efa97b5b97
plugins/python/python_plugin_approval: fix negative ref count
...
The python_plugin_api_rc_call function already decrements the
refcount of py_args.
Python avoids the double free, but the error gets shown if using python
debug build.
2020-02-14 09:25:37 -07:00
Robert Manner
23af39b005
plugins/python: add python approval plugin wrapper
2020-02-12 11:16:00 -07:00