Todd C. Miller
|
55ef027d88
|
Add argc and argv to I/O logger open function.
|
2010-05-17 10:38:56 -04:00 |
|
Todd C. Miller
|
fa717176b2
|
Remove check_sudoedit function pointer in struct sudo_policy.
Instead, sudo will set sudoedit=true in the settings array.
The plugin should check for this and modify argv_out as appropriate
in check_policy.
|
2010-05-17 10:25:27 -04:00 |
|
Todd C. Miller
|
fdd28d411f
|
Work in progress support for sudoedit. The actual interface used by the
plugin for sudoedit is likely to change.
|
2010-05-13 14:09:21 -04:00 |
|
Todd C. Miller
|
782f494003
|
Add separate I/O logging functions for tty in/out and stdin/stdout/stderr.
NOTE: stdin logging does not currently work and is disabled for now.
|
2010-05-05 07:29:28 -04:00 |
|
Todd C. Miller
|
9fbec34fed
|
Add pointer to a printf like function to plugin open functon.
This can be used instead of the conversation function to display
info and error messages.
|
2010-05-04 19:17:31 -04:00 |
|
Todd C. Miller
|
90c06ad7f2
|
Sudo plugin API
|
2010-02-20 09:30:27 -05:00 |
|