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
Include a carriage return when printing warning messages.
millert
as Todd C. Miller
More... over 4 years ago
make audit server openssl dependency optional; tls layer is compiled only if sudo is built with --enable-openssl feature switch More... over 4 years ago
Add sudo_parse_host_port_v1 and sudo_pow2_roundup_v1 to exports file.
millert
as Todd C. Miller
More... over 4 years ago
fixed segfault when connection_closure_free() tries to remove a non-existent connection object from the list More... over 4 years ago
Fix typo in closefrom emulation.
millert
as Todd C. Miller
More... over 4 years ago
Do not warn about a missing /etc/environment file on Linux without PAM.
millert
as Todd C. Miller
More... over 4 years ago
Transparently handle the "sudo sudoedit" problem.
millert
as Todd C. Miller
More... over 4 years ago
Rename cwd -> submitcwd to match man page.
millert
as Todd C. Miller
More... over 4 years ago
verify server/client certs with CA certificate chain file More... over 4 years ago
Add unit test for parse_host_port and make an empty port an error.
millert
as Todd C. Miller
More... over 4 years ago
Fill in host and port pointers on success.
millert
as Todd C. Miller
More... over 4 years ago
fix copy-paste mistake More... over 4 years ago
Split out code to parse host:port into a utility function.
millert
as Todd C. Miller
More... over 4 years ago
Move bufsize_roundup() -> sudo_pow2_roundup() in libsudo_util.
millert
as Todd C. Miller
More... over 4 years ago
Add missing depend target
millert
as Todd C. Miller
More... over 4 years ago
We haven't needed -I$(top_srcdir) for a long time.
millert
as Todd C. Miller
More... over 4 years ago
In closefrom_fallback() use the interval [OPEN_MAX, INT_MAX].
millert
as Todd C. Miller
More... over 4 years ago
Use dup3() instead of dup2().
millert
as Todd C. Miller
More... over 4 years ago
Add dup3() emulation.
millert
as Todd C. Miller
More... over 4 years ago
Open all pipes using pipe2() with O_CLOEXEC.
millert
as Todd C. Miller
More... over 4 years ago
Call closefrom() before we change to a non-root UID.
millert
as Todd C. Miller
More... over 4 years ago
Regenerate Makefile and sort MANIFEST
millert
as Todd C. Miller
More... over 4 years ago
Reference timestamp_type and timestamp_timeout in sudoers.
millert
as Todd C. Miller
More... over 4 years ago
process tls config params in the audit server and establish TLS connection accordingly More... over 4 years ago
macOS does not allow rlim_cur to be set to RLIM_INFINITY for RLIMIT_NOFILE.
millert
as Todd C. Miller
More... over 4 years ago
Fix ChangeLog generation on a branch.
millert
as Todd C. Miller
More... over 4 years ago
Remove unused copy of iolog_seekto().
millert
as Todd C. Miller
More... over 4 years ago
add configuration options for TLS More... over 4 years ago
regen
millert
as Todd C. Miller
More... over 4 years ago
Simplify expand_iolog_path()
millert
as Todd C. Miller
More... over 4 years ago