I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 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
Add support for building on OpenSSL 1.0.2.
millert
as Todd C. Miller
More... about 4 years ago
plugins/python/plugin_io: enable loading of multiple io plugins More... about 4 years ago
sudoers: disable SO_KEEPALIVE socket option based on log_server_disable_keepalive flag in sudoers More... about 4 years ago
logserver: enable/disable SO_KEEPALIVE socket option based on tcp_keepalive configuration option in sudo_logsrvd.conf More... about 4 years ago
No need to export the validate_hostname() symbol.
millert
as Todd C. Miller
More... about 4 years ago
Fix a few pointer signedness warnings on Linux.
millert
as Todd C. Miller
More... about 4 years ago
Store the server host name and IP in client_closure_fill().
millert
as Todd C. Miller
More... about 4 years ago
Fix handling of SSL_ERROR_WANT_{READ,WRITE} during normal I/O.
millert
as Todd C. Miller
More... about 4 years ago
Add siglist.c and signame.c as dependencies for depend target.
millert
as Todd C. Miller
More... about 4 years ago
Add abs_top_srcdir and abs_top_builddir and use them.
millert
as Todd C. Miller
More... about 4 years ago
plugins/python/Makefile.in: remove path prefix from examples to make install target work More... about 4 years ago
Rebuild dependencies after hostcheck.c include changes.
millert
as Todd C. Miller
More... about 4 years ago
Add debugging statements to certificate checks.
millert
as Todd C. Miller
More... about 4 years ago
Portability fixes and correct path to hostcheck.h in MANIFEST.
millert
as Todd C. Miller
More... about 4 years ago
Using "libtool --clean" to remove regular files is slow.
millert
as Todd C. Miller
More... about 4 years ago
Add examples/sudo.conf to ignore files.
millert
as Todd C. Miller
More... about 4 years ago
Remove whitespace at the end of the line in example sudo.conf
millert
as Todd C. Miller
More... about 4 years ago
Fix mdoc lint warnings by removing .Pp before and after .Ss.
millert
as Todd C. Miller
More... about 4 years ago
plugins/python/regress: add missing license texts More... about 4 years ago
Fix TLS accept when SSL_accept() returns SSL_ERROR_WANT_WRITE.
millert
as Todd C. Miller
More... over 4 years ago
Fix TLS connect when SSL_connect returns SSL_ERROR_WANT_READ.
millert
as Todd C. Miller
More... over 4 years ago
Store submit time in struct iolog_info.
millert
as Todd C. Miller
More... over 4 years ago
Treat EROFS (like EACCES) as a non-fatal error in dir_is_writable().
millert
as Todd C. Miller
More... over 4 years ago
Really fix flushing of data in client_close().
millert
as Todd C. Miller
More... over 4 years ago
Use SUDOERS_DEBUG_* not SUDO_DEBUG_* in debug_decl() for the sudoers plugin.
millert
as Todd C. Miller
More... over 4 years ago
Wrap calls to plugin event callbacks to use the plugin's debug instance.
millert
as Todd C. Miller
More... over 4 years ago
FreeBSD is missing SIGLWP (aka SIGTHR) in sys_signame[].
millert
as Todd C. Miller
More... over 4 years ago
We want to use DT_RUNPATH in preference to DT_RPATH in ELF binaries.
millert
as Todd C. Miller
More... over 4 years ago
do server identity validation in iolog plugin More... over 4 years ago
do client identity validation in logserver More... over 4 years ago