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
Use json functions from libsudo_util in cvtsudoers.
millert
as Todd C. Miller
More... about 4 years ago
Check localtime() return value; coverity CID 208156
millert
as Todd C. Miller
More... about 4 years ago
Check fseeko() return value; coverity CID 207993
millert
as Todd C. Miller
More... about 4 years ago
Make restart and elapsed members of the closure structs not pointers.
millert
as Todd C. Miller
More... about 4 years ago
Check return value of sudo_lock_file(); coverity CID 207991
millert
as Todd C. Miller
More... about 4 years ago
Only keepalive if accept() succeeded; coverity CID 207990
millert
as Todd C. Miller
More... about 4 years ago
Move some scripts from the top level src dir to a scripts dir.
millert
as Todd C. Miller
More... about 4 years ago
Add sample approval plugin that simply tests for "business hours"
millert
as Todd C. Miller
More... about 4 years ago
Add sample approval plugin that simply tests for "business hours"
millert
as Todd C. Miller
More... about 4 years ago
Refactor code to alloc and insert a new plugin_container.
millert
as Todd C. Miller
More... about 4 years ago
Tech audit_json about approval plugin accept/reject
millert
as Todd C. Miller
More... about 4 years ago
Add an approval plugin type that runs after the policy plugin.
millert
as Todd C. Miller
More... about 4 years ago
plugin documentation fixes:
millert
as Todd C. Miller
More... about 4 years ago
Exported symbol is audit_json
millert
as Todd C. Miller
More... about 4 years ago
Silence lint warning.
millert
as Todd C. Miller
More... about 4 years ago
Add runas_user and runas_group (if set) to command_info for audit plugin.
millert
as Todd C. Miller
More... about 4 years ago
Only enable pwfeedback when reading password from /dev/tty.
millert
as Todd C. Miller
More... about 4 years ago
fixed compiler error when sudo is configured without --enable-openssl More... about 4 years ago
Regenerate .man.in files from .mdoc.in
millert
as Todd C. Miller
More... about 4 years ago
Update documentation for setbase when the given base is NULL.
millert
as Todd C. Miller
More... about 4 years ago
For plugin events, set the sudo event base for setbase(NULL).
millert
as Todd C. Miller
More... about 4 years ago
Don't display "error in event loop" on loop break reading ServerHello.
millert
as Todd C. Miller
More... about 4 years ago
Read ServerHello message synchronously before the command is executed.
millert
as Todd C. Miller
More... about 4 years ago
Document audit plugin in the sudo_plugin manual.
millert
as Todd C. Miller
More... about 4 years ago
Change audit close arguments to a type and value.
millert
as Todd C. Miller
More... about 4 years ago
Example audit plugin that writes JSON output to a log file.
millert
as Todd C. Miller
More... about 4 years ago
Adapt python plugin to new plugin API changes
millert
as Todd C. Miller
More... about 4 years ago
Pass back a failure or error string to the front end.
millert
as Todd C. Miller
More... about 4 years ago
Define a new plugin type that receives accept and reject messages.
millert
as Todd C. Miller
More... about 4 years ago
Add tests for arc4random_buf() and an implementation for those without.
millert
as Todd C. Miller
More... about 4 years ago