index
:
delta/sudo.git
1.6
1.7
1.7.2
1.8
1.9
LDAP
baserock/morph
master
www.sudo.ws: repos/sudo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sudo_plugin.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass back the number of files to edit when using sudoedit.
Todd C. Miller
2023-01-18
1
-2
/
+2
*
Avoid a -Wshadow warning on Solaris 9.
Todd C. Miller
2022-10-07
1
-7
/
+8
*
Bump the sudo plugin minor version.
Todd C. Miller
2022-08-02
1
-1
/
+1
*
Bump plugin minor version and document new intercept-related settings.
Todd C. Miller
2022-05-26
1
-2
/
+2
*
Document resource limit support in command_info[] and Bump plugin API minor.
Todd C. Miller
2021-11-09
1
-1
/
+1
*
Add event_alloc to the audit plugin API.
Todd C. Miller
2020-11-02
1
-1
/
+2
*
Pass resource limits values to the plugin in user_info[]
Todd C. Miller
2020-08-31
1
-1
/
+1
*
Switch from memset_s() -> explicit_bzero().
Todd C. Miller
2020-08-10
1
-3
/
+1
*
Add support for "accept" audit events sent by the sudo front-end.
Todd C. Miller
2020-06-02
1
-0
/
+3
*
Disable -Wstrict-prototypes for sudo_hook_fn_t typedef.
Todd C. Miller
2020-04-06
1
-0
/
+4
*
Add open and close functions to the approval plugin API.
Todd C. Miller
2020-02-10
1
-6
/
+6
*
Add an approval plugin type that runs after the policy plugin.
Todd C. Miller
2020-02-06
1
-0
/
+16
*
Change audit close arguments to a type and value.
Todd C. Miller
2020-01-30
1
-1
/
+7
*
Define a new plugin type that receives accept and reject messages.
Todd C. Miller
2020-01-30
1
-15
/
+44
*
Bump SUDO_CONV_REPL_MAX from 255 to 1023
Todd C. Miller
2019-12-13
1
-1
/
+1
*
Replace timeleft with pending in sudo plugin event API.
Todd C. Miller
2019-12-07
1
-1
/
+1
*
Add a plugin interface to sudo main event loop.
Todd C. Miller
2019-11-15
1
-3
/
+30
*
Change how the umask is handled with PAM and login.conf.
Todd C. Miller
2019-10-18
1
-1
/
+1
*
Refer to number of terminal lines, not rows, for consistency.
Todd C. Miller
2019-09-18
1
-1
/
+1
*
Add SPDX-License-Identifier to files.
Todd C. Miller
2019-04-29
1
-0
/
+2
*
Add a suspend event type to the I/O log to log suspend/resume of
Todd C. Miller
2018-10-05
1
-2
/
+3
*
Add SUDO_CONV_PREFER_TTY flag for conversation function to tell
Todd C. Miller
2018-06-13
1
-0
/
+1
*
Fix typo.
Todd C. Miller
2018-06-01
1
-2
/
+2
*
update my email to Todd.Miller@sudo.ws
Todd C. Miller
2017-12-03
1
-1
/
+1
*
Pass window size change events to the plugin.
Todd C. Miller
2017-07-12
1
-2
/
+3
*
Bump version to 1.11 for timeout entry in settings[]
Todd C. Miller
2017-02-16
1
-1
/
+1
*
Bump plugin minor version to 10 for sudo_mode, sudo_group and sudo_user.
Todd C. Miller
2016-11-08
1
-1
/
+1
*
Add support for using fexecve() if supported on commands that are
Todd C. Miller
2016-01-04
1
-2
/
+2
*
Explicitly mark large hex constants unsigned.
Todd C. Miller
2015-09-24
1
-4
/
+4
*
No need to have version macros for hooks, callbacks and the sudoers
Todd C. Miller
2015-09-09
1
-25
/
+9
*
Add a struct sudo_conv_callback that contains on_suspend and on_resume
Todd C. Miller
2015-09-07
1
-1
/
+20
*
Make hook_version and hook_type unsigned.
Todd C. Miller
2015-09-02
1
-2
/
+2
*
Do not follow symbolic links in sudoedit by default. This behavior
Todd C. Miller
2015-08-06
1
-2
/
+2
*
Avoid using a leading underbar in defines as they are reserved in
Todd C. Miller
2015-05-21
1
-3
/
+3
*
Pass plugin path in the settings array.
Todd C. Miller
2014-10-22
1
-2
/
+2
*
SUDO_CONV_DEBUG_MSG is no longer supported.
Todd C. Miller
2014-09-08
1
-1
/
+0
*
Change behavior when plugin I/O logging function returns 0 or -1.
Todd C. Miller
2014-08-26
1
-1
/
+1
*
Add support for preventing fds from getting clobbered by closefrom().
Todd C. Miller
2013-12-20
1
-1
/
+1
*
Implement memset_s() and use it instead of zero_bytes().
Todd C. Miller
2013-08-03
1
-0
/
+11
*
Overload -h option to specify an optional hostname for remote access.
Todd C. Miller
2013-07-16
1
-1
/
+1
*
Update copyright years.
Todd C. Miller
2013-04-24
1
-1
/
+1
*
Move signal code into its own source file and add sudo_sigaction()
Todd C. Miller
2013-01-17
1
-1
/
+1
*
Rename plugin "args" to "options"
Todd C. Miller
2012-03-15
1
-2
/
+2
*
Pass a pointer to user_env in to the init_session policy plugin
Todd C. Miller
2012-03-15
1
-1
/
+1
*
Use sudo_hook_fn_t in struct sudo_hook.
Todd C. Miller
2012-03-13
1
-13
/
+12
*
Initial cut at a hooks implementation. The plugin can register
Todd C. Miller
2012-03-07
1
-2
/
+60
*
Add support for plugin args at the end of a Plugin line in sudo.conf.
Todd C. Miller
2012-03-02
1
-3
/
+5
*
New debug framework for sudo and plugins using /etc/sudo.conf that
Todd C. Miller
2011-10-22
1
-0
/
+1
*
Update copyright years.
Todd C. Miller
2011-03-11
1
-1
/
+1
*
Move struct generic_plugin to sudo_plugin_int.h
Todd C. Miller
2011-02-23
1
-12
/
+0
[next]