summaryrefslogtreecommitdiff
path: root/include/sudo_plugin.h
Commit message (Expand)AuthorAgeFilesLines
...
* Change I/O log API to pass in command info to the I/O log open function.Todd C. Miller2010-12-201-4/+5
* Replace built-in non-unix group support with a sudoers group plugin.Todd C. Miller2010-07-021-0/+29
* Fix visiblepw sudoers option; the plugin API portion still needs documentingTodd C. Miller2010-06-101-5/+6
* Add SUDO_CONV_PROMPT_MASK define which corresponds to the "pwfeedback"Todd C. Miller2010-06-091-4/+5
* Add init_session function to struct policy_plugin that gets calledTodd C. Miller2010-05-271-0/+2
* Add argc and argv to I/O logger open function.Todd C. Miller2010-05-171-1/+2
* Remove check_sudoedit function pointer in struct sudo_policy.Todd C. Miller2010-05-171-3/+0
* Work in progress support for sudoedit. The actual interface used by theTodd C. Miller2010-05-131-0/+3
* Add separate I/O logging functions for tty in/out and stdin/stdout/stderr.Todd C. Miller2010-05-051-2/+5
* Add pointer to a printf like function to plugin open functon.Todd C. Miller2010-05-041-4/+5
* Sudo plugin APITodd C. Miller2010-02-201-0/+98