summaryrefslogtreecommitdiff
path: root/plugins/python/sudo_python_module.c
Commit message (Expand)AuthorAgeFilesLines
* Make sudo pass -Wwrite-stringsTodd C. Miller2022-06-281-4/+4
* Make sudo pass -Wmissing-prototypesTodd C. Miller2022-06-271-3/+3
* Remove Py_SSIZE2SIZE to quiet cppcheck warnings.Todd C. Miller2021-01-261-1/+2
* Update copyright year on some files where it was out of date.Todd C. Miller2020-08-311-1/+1
* Fix some warnings from pvs-studioTodd C. Miller2020-08-121-0/+2
* Add support for "accept" audit events sent by the sudo front-end.Todd C. Miller2020-06-021-1/+2
* Python dictionaries are sparse so we cannot use pos as an index.Todd C. Miller2020-04-091-4/+3
* plugins/python/sudo_module: add sudo.LogHandlerRobert Manner2020-02-271-43/+11
* Use C99 __func__ instead of gcc-specific __PRETTY_FUNCTION__Todd C. Miller2020-02-271-3/+3
* plugins/python/sudo_python_module.c: remove unused declarationRobert Manner2020-02-191-3/+0
* plugins/python: add missing annotations to help cpycheckerRobert Manner2020-02-131-0/+1
* plugins/python: add python approval plugin wrapperRobert Manner2020-02-111-0/+1
* plugins/python/sudo_module: let a reject also supply error messageRobert Manner2020-02-111-1/+7
* plugins/python: add python audit plugin wrapperRobert Manner2020-02-031-1/+16
* plugins/python: add support for callback errstr argumentsRobert Manner2020-02-051-0/+3
* plugins/python/sudo_python_module.c: fix options_as_dict if no equal signRobert Manner2020-02-061-0/+1
* plugins/python/sudo_python_module.c: use IntEnums instead of constantsRobert Manner2020-02-041-28/+72
* plugins/sudo_python_module: Fix double free in sudo.options_as_dict functionRobert Manner2020-01-281-1/+0
* plugins/python/pyhelpers: have a default sudo_printf functionRobert Manner2020-01-231-5/+0
* plugins/python: add a sudo python moduleRobert Manner2019-11-211-0/+579