I Use This!
Activity Not Available

Commits : Listings

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