index
:
delta/sudo.git
1.6
1.7
1.7.2
1.8
1.9
LDAP
baserock/morph
master
www.sudo.ws: repos/sudo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
python
/
python_plugin_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sudo pass -Wwrite-strings
Todd C. Miller
2022-06-28
1
-1
/
+1
*
Make sudo pass -Wmissing-prototypes
Todd C. Miller
2022-06-27
1
-3
/
+3
*
Deinit python subinterpreters in reverse order (last to first).
Todd C. Miller
2022-03-06
1
-2
/
+3
*
Only emulate Py_FinalizeEx for Python 3.[0-5].
Todd C. Miller
2022-01-12
1
-1
/
+1
*
Check that the python module we actually loaded is what we intended.
Todd C. Miller
2021-07-08
1
-2
/
+18
*
Back out regex use in python tests, filter the output instead.
Todd C. Miller
2020-11-11
1
-0
/
+1
*
Update copyright year on some files where it was out of date.
Todd C. Miller
2020-08-31
1
-1
/
+1
*
Make most python tests pass with Python 3.4
Todd C. Miller
2020-04-07
1
-2
/
+2
*
Sort the list of possible plugins before printing it.
Todd C. Miller
2020-04-07
1
-0
/
+3
*
Fall back to using Py_Finalize() for Python version < 3.6
Todd C. Miller
2020-04-06
1
-0
/
+5
*
plugins/python/sudo_module: add sudo.LogHandler
Robert Manner
2020-02-27
1
-0
/
+3
*
plugins/python: autodetect ClassName field
Robert Manner
2020-02-26
1
-18
/
+79
*
plugins/python/plugin_common: add a default search path for python plugins
Robert Manner
2020-02-26
1
-12
/
+32
*
plugins/python: make show_version display the plugin in verbose mode
Robert Manner
2020-02-26
1
-1
/
+17
*
plugins/python/approval: fix show_version crash when it is not implemented
Robert Manner
2020-02-26
1
-2
/
+7
*
plugins/python: restore the original python inittab after interpreter deinit
Robert Manner
2020-02-18
1
-0
/
+43
*
plugins/python: only deinit interpreters when sudo unlinks the plugin
Robert Manner
2020-02-17
1
-25
/
+58
*
plugins/python/debug: adapt debug refcount solution of sudoers plugin
Robert Manner
2020-02-17
1
-1
/
+2
*
plugins/python/python_plugin_common.c: release py_args in close
Robert Manner
2020-02-13
1
-0
/
+3
*
plugins/python: add python approval plugin wrapper
Robert Manner
2020-02-11
1
-11
/
+26
*
plugins/python: make storing errstr more explicit
Robert Manner
2020-02-12
1
-6
/
+1
*
plugins/python/sudo_module: let a reject also supply error message
Robert Manner
2020-02-11
1
-4
/
+16
*
plugins/python: add support for callback errstr arguments
Robert Manner
2020-02-05
1
-4
/
+45
*
plugins/python/python_plugin_common: close can get custom arguments
Robert Manner
2020-02-06
1
-9
/
+17
*
plugins/python/sudo_python_module.c: use IntEnums instead of constants
Robert Manner
2020-02-04
1
-0
/
+9
*
plugins/python: use separate python interpreter for each plugin
Robert Manner
2020-01-24
1
-11
/
+26
*
plugins/python/pyhelpers: have a default sudo_printf function
Robert Manner
2020-01-23
1
-1
/
+2
*
plugins/python/python_plugin_policy: fix validate() call
Robert Manner
2020-01-09
1
-1
/
+3
*
plugins/python: fix confusing version display
Robert Manner
2020-01-09
1
-1
/
+0
*
plugins/python/python_plugin_common: raise debug level for module import
Robert Manner
2020-01-07
1
-1
/
+1
*
debug_decl and debug_decl_vars now require a semicolon at the end.
Todd C. Miller
2019-12-22
1
-1
/
+1
*
plugins/python: make group plugin able to debug
Robert Manner
2019-12-10
1
-4
/
+12
*
plugins/python: a plugin which can load policy/io plugin written in python
Robert Manner
2019-10-22
1
-0
/
+444