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