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
Plug a memory leak found by leak sanitizer
millert
as Todd C. Miller
More... over 4 years ago
Make a shallow copy of user_env in I/O plugin in case it is reallocated.
millert
as Todd C. Miller
More... over 4 years ago
Rename "log_server" in sudoers to "log_servers" to match I/O plugin.
millert
as Todd C. Miller
More... over 4 years ago
Check closure->ssl for non-NULL instead of logsrvd_conf_get_tls_opt().
millert
as Todd C. Miller
More... over 4 years ago
Init iolog_dir_fd and sock in connection_closure before adding to list.
millert
as Todd C. Miller
More... over 4 years ago
Add Laszlo Orban
millert
as Todd C. Miller
More... over 4 years ago
regen
millert
as Todd C. Miller
More... over 4 years ago
Change TLS example file locations to be under /etc/ssl/sudo.
millert
as Todd C. Miller
More... over 4 years ago
Document sudo_logsrvd TLS configuration.
millert
as Todd C. Miller
More... over 4 years ago
Include time.h for struct timespec.
millert
as Todd C. Miller
More... over 4 years ago
Add sudo_ev_set_v1 to the exports file.
millert
as Todd C. Miller
More... over 4 years ago
Document the log_server and log_server_timeout options
millert
as Todd C. Miller
More... over 4 years ago
Add support for logging to the log server
millert
as Todd C. Miller
More... over 4 years ago
Add a plugin interface to sudo main event loop.
millert
as Todd C. Miller
More... over 4 years ago
Move protobuf-c.c, log_server.proto, log_server.pb-c.[ch] to lib/logsrv
millert
as Todd C. Miller
More... over 4 years ago
When freeing an event base, reset ev->base to NULL for associated events.
millert
as Todd C. Miller
More... over 4 years ago
Move cb_timeout() out from under the HAVE_OPENSSL ifdef.
millert
as Todd C. Miller
More... over 4 years ago
LibreSSL and older OpenSSL don't support SSL_CTX_set_ciphersuites().
millert
as Todd C. Miller
More... over 4 years ago
Minor style nits that I missed during review.
millert
as Todd C. Miller
More... over 4 years ago
Avoid calling SSL_CTX_free() on an uninitialized pointer in an error path.
millert
as Todd C. Miller
More... over 4 years ago
Merge pull request #9 from sudo-project/audit-server-tls-support
millert
as Todd C. Miller
More... over 4 years ago
update sudo_sendlog to support openssl tls More... over 4 years ago
Simplify resource limit fallback logic a bit.
millert
as Todd C. Miller
More... over 4 years ago
Add sudo logo designers
millert
as Todd C. Miller
More... over 4 years ago
Don't set the RLIMIT_STACK soft/hard limits to unlimited.
millert
as Todd C. Miller
More... over 4 years ago
Restore resource limits before executing the askpass program.
millert
as Todd C. Miller
More... over 4 years ago
Check for replies pointer being NULL just in case.
millert
as Todd C. Miller
More... over 4 years ago
set timeout value for the socket More... over 4 years ago
Convert trailing newline to carriage return + newline for tty.
millert
as Todd C. Miller
More... over 4 years ago
Only write a carriage return if output is to a tty.
millert
as Todd C. Miller
More... over 4 years ago