summaryrefslogtreecommitdiff
path: root/include/sudo_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Pass back the number of files to edit when using sudoedit.Todd C. Miller2023-01-181-2/+2
* Avoid a -Wshadow warning on Solaris 9.Todd C. Miller2022-10-071-7/+8
* Bump the sudo plugin minor version.Todd C. Miller2022-08-021-1/+1
* Bump plugin minor version and document new intercept-related settings.Todd C. Miller2022-05-261-2/+2
* Document resource limit support in command_info[] and Bump plugin API minor.Todd C. Miller2021-11-091-1/+1
* Add event_alloc to the audit plugin API.Todd C. Miller2020-11-021-1/+2
* Pass resource limits values to the plugin in user_info[]Todd C. Miller2020-08-311-1/+1
* Switch from memset_s() -> explicit_bzero().Todd C. Miller2020-08-101-3/+1
* Add support for "accept" audit events sent by the sudo front-end.Todd C. Miller2020-06-021-0/+3
* Disable -Wstrict-prototypes for sudo_hook_fn_t typedef.Todd C. Miller2020-04-061-0/+4
* Add open and close functions to the approval plugin API.Todd C. Miller2020-02-101-6/+6
* Add an approval plugin type that runs after the policy plugin.Todd C. Miller2020-02-061-0/+16
* Change audit close arguments to a type and value.Todd C. Miller2020-01-301-1/+7
* Define a new plugin type that receives accept and reject messages.Todd C. Miller2020-01-301-15/+44
* Bump SUDO_CONV_REPL_MAX from 255 to 1023Todd C. Miller2019-12-131-1/+1
* Replace timeleft with pending in sudo plugin event API.Todd C. Miller2019-12-071-1/+1
* Add a plugin interface to sudo main event loop.Todd C. Miller2019-11-151-3/+30
* Change how the umask is handled with PAM and login.conf.Todd C. Miller2019-10-181-1/+1
* Refer to number of terminal lines, not rows, for consistency.Todd C. Miller2019-09-181-1/+1
* Add SPDX-License-Identifier to files.Todd C. Miller2019-04-291-0/+2
* Add a suspend event type to the I/O log to log suspend/resume ofTodd C. Miller2018-10-051-2/+3
* Add SUDO_CONV_PREFER_TTY flag for conversation function to tellTodd C. Miller2018-06-131-0/+1
* Fix typo.Todd C. Miller2018-06-011-2/+2
* update my email to Todd.Miller@sudo.wsTodd C. Miller2017-12-031-1/+1
* Pass window size change events to the plugin.Todd C. Miller2017-07-121-2/+3
* Bump version to 1.11 for timeout entry in settings[]Todd C. Miller2017-02-161-1/+1
* Bump plugin minor version to 10 for sudo_mode, sudo_group and sudo_user.Todd C. Miller2016-11-081-1/+1
* Add support for using fexecve() if supported on commands that areTodd C. Miller2016-01-041-2/+2
* Explicitly mark large hex constants unsigned.Todd C. Miller2015-09-241-4/+4
* No need to have version macros for hooks, callbacks and the sudoersTodd C. Miller2015-09-091-25/+9
* Add a struct sudo_conv_callback that contains on_suspend and on_resumeTodd C. Miller2015-09-071-1/+20
* Make hook_version and hook_type unsigned.Todd C. Miller2015-09-021-2/+2
* Do not follow symbolic links in sudoedit by default. This behaviorTodd C. Miller2015-08-061-2/+2
* Avoid using a leading underbar in defines as they are reserved inTodd C. Miller2015-05-211-3/+3
* Pass plugin path in the settings array.Todd C. Miller2014-10-221-2/+2
* SUDO_CONV_DEBUG_MSG is no longer supported.Todd C. Miller2014-09-081-1/+0
* Change behavior when plugin I/O logging function returns 0 or -1.Todd C. Miller2014-08-261-1/+1
* Add support for preventing fds from getting clobbered by closefrom().Todd C. Miller2013-12-201-1/+1
* Implement memset_s() and use it instead of zero_bytes().Todd C. Miller2013-08-031-0/+11
* Overload -h option to specify an optional hostname for remote access.Todd C. Miller2013-07-161-1/+1
* Update copyright years.Todd C. Miller2013-04-241-1/+1
* Move signal code into its own source file and add sudo_sigaction()Todd C. Miller2013-01-171-1/+1
* Rename plugin "args" to "options"Todd C. Miller2012-03-151-2/+2
* Pass a pointer to user_env in to the init_session policy pluginTodd C. Miller2012-03-151-1/+1
* Use sudo_hook_fn_t in struct sudo_hook.Todd C. Miller2012-03-131-13/+12
* Initial cut at a hooks implementation. The plugin can registerTodd C. Miller2012-03-071-2/+60
* Add support for plugin args at the end of a Plugin line in sudo.conf.Todd C. Miller2012-03-021-3/+5
* New debug framework for sudo and plugins using /etc/sudo.conf thatTodd C. Miller2011-10-221-0/+1
* Update copyright years.Todd C. Miller2011-03-111-1/+1
* Move struct generic_plugin to sudo_plugin_int.hTodd C. Miller2011-02-231-12/+0