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
regen
millert
as Todd C. Miller
More... over 4 years ago
Add python module files to MANIFEST
millert
as Todd C. Miller
More... over 4 years ago
Update SUDO_CONV_REPL_MAX in docs.
millert
as Todd C. Miller
More... over 4 years ago
Remove uncrustify.files in clean target
millert
as Todd C. Miller
More... over 4 years ago
Add uncrustify config file for new sudo code style.
millert
as Todd C. Miller
More... over 4 years ago
Bump SUDO_CONV_REPL_MAX from 255 to 1023
millert
as Todd C. Miller
More... over 4 years ago
Minor style cleanups.
millert
as Todd C. Miller
More... over 4 years ago
Save/restore the raw form of the file context in case mctrans is not available.
millert
as Todd C. Miller
More... over 4 years ago
plugins/python: make group plugin able to debug More... over 4 years ago
src/load_plugins, plugins/sudoers: added developer_mode sudo.conf option More... over 4 years ago
Add runas_check_shell flag to require a runas user to have a valid shell.
millert
as Todd C. Miller
More... over 4 years ago
Add a new flag "allow_unknown_runas_id" to control matching of unknown IDs.
millert
as Todd C. Miller
More... over 4 years ago
Use cfmakeraw() in sudo_term_raw() instead of doing it manually.
millert
as Todd C. Miller
More... over 4 years ago
Fix event loop called via I/O log close function.
millert
as Todd C. Miller
More... over 4 years ago
Replace timeleft with pending in sudo plugin event API.
millert
as Todd C. Miller
More... over 4 years ago
Use sudo_ev_pending() instead of the deprecated sudo_ev_timeleft().
millert
as Todd C. Miller
More... over 4 years ago
Add sudo_ev_pending(), used to check whether an event is pending.
millert
as Todd C. Miller
More... over 4 years ago
Add TLS libs when linking check_iolog_plugin
millert
as Todd C. Miller
More... over 4 years ago
Remove extraneous newlines in some sudo_warnx() calls.
millert
as Todd C. Miller
More... over 4 years ago
Document log_server_cabundle, log_server_peer_cert and log_server_peer_key
millert
as Todd C. Miller
More... over 4 years ago
Merge pull request #16 from laczau/master
millert
as Todd C. Miller
More... over 4 years ago
cert files can contain the full chain of trust, so load all certs in every case for verification More... over 4 years ago
Sync init_session() prototype with sudo_plugin.h and fix a typo.
millert
as Todd C. Miller
More... over 4 years ago
plugins/python: example plugin demonstrating conversation and debug API More... over 4 years ago
lib/util/sudo_debug.c: add a function for querying if debugging is needed More... over 4 years ago
Only update the time stamp entry after the approval function has succeeded.
millert
as Todd C. Miller
More... over 4 years ago
plugins/python: add sudo debug helpers More... over 4 years ago
Merge pull request #14 from sudo-project/tls-config-default-values
millert
as Todd C. Miller
More... over 4 years ago
add default values for cert paths More... over 4 years ago
Add reference counting to debug register/deregister.
millert
as Todd C. Miller
More... over 4 years ago