Only deregister the sudoers debug instance on last close. |
|
More...
|
almost 5 years ago
|
Add reference counting to debug register/deregister. |
|
More...
|
almost 5 years ago
|
Only deregister the sudoers debug instance on last close. |
|
More...
|
almost 5 years ago
|
plugins/python: add ImportBlocker which forbids loading unsafe python modules |
|
More...
|
almost 5 years ago
|
implement tls layer in iolog plugin |
|
More...
|
almost 5 years ago
|
process tls config options |
|
More...
|
almost 5 years ago
|
add audit server tls related configuration options to sudoers |
|
More...
|
almost 5 years ago
|
optionally link sudoers with openssl libs |
|
More...
|
almost 5 years ago
|
Merge pull request #11 from sudo-project/audit-server-tls-async |
|
More...
|
almost 5 years ago
|
disable timeout for the reader after ServerHello message |
|
More...
|
almost 5 years ago
|
Exit if the first call to logsrvd_conf_read() fails. |
|
More...
|
almost 5 years ago
|
Add some missing files to "make clean" and "make distclean" |
|
More...
|
almost 5 years ago
|
Update .hgignore and convert to .gitignore |
|
More...
|
almost 5 years ago
|
use event timeout instead of socket timeout |
|
More...
|
about 5 years ago
|
adapt sudo sendlog (async communication, unencrypted ServerHello message) |
|
More...
|
about 5 years ago
|
ServerHello message is now unencrypted, TLS communication has been refactored to full async |
|
More...
|
about 5 years ago
|
extend ServerHello message with two fields (tls, tls_checkpeer) |
|
More...
|
about 5 years ago
|
Makefile.in: fix calling log2cl when doing out of source build |
|
More...
|
about 5 years ago
|
plugins/python: add a sudo python module |
|
More...
|
about 5 years ago
|
For plugin API 1.15 and up, always call the plugin close function. |
|
More...
|
about 5 years ago
|
Avoid NULL deref on an error path if calloc() fails. |
|
More...
|
about 5 years ago
|
Fix potential fd leak when converting trailing newline to cr + nl. |
|
More...
|
about 5 years ago
|
Document the process of creating self-signed certificates for sudo_logsrvd. |
|
More...
|
about 5 years ago
|
Sync with argument handling in group_plugin.c |
|
More...
|
about 5 years ago
|
If a group plugin has optional arguments, NULL terminate the vector. |
|
More...
|
about 5 years ago
|
plugins/python: add example python group plugin |
|
More...
|
about 5 years ago
|
plugins/python: add example python policy plugin |
|
More...
|
about 5 years ago
|
plugins/python: add example io python plugin |
|
More...
|
about 5 years ago
|
If there is no session or terminal group ID, pass the plugin a value of 0. |
|
More...
|
about 5 years ago
|
Don't touch the local iolog sequence file if we are logging remotely |
|
More...
|
about 5 years ago
|