[sudo-commits] sudo changeset 10208:8c52bb83f991

Todd C. Miller Todd.Miller at courtesan.com
Wed Sep 9 14:56:56 MDT 2015


changeset:	10208:8c52bb83f991 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/8c52bb83f991
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Sep 09 14:56:52 2015 -0600

Log Message:
	No need to have version macros for hooks, callbacks and the sudoers
	group plugin.  We can just use the main sudo API macros.  The sudoers
	group plugin macros are preserved for source compatibility but are
	not documented.

diffstat:

 doc/sudo_plugin.cat                 |  64 ++++++++++------------------
 doc/sudo_plugin.man.in              |  81 ++++++++++++++++--------------------
 doc/sudo_plugin.mdoc.in             |  78 +++++++++++++++--------------------
 include/sudo_plugin.h               |  34 ++++-----------
 plugins/group_file/group_file.c     |   4 +-
 plugins/group_file/plugin_test.c    |   4 +-
 plugins/sudoers/group_plugin.c      |   4 +-
 plugins/sudoers/policy.c            |   4 +-
 plugins/system_group/system_group.c |   4 +-
 src/hooks.c                         |   4 +-
 10 files changed, 115 insertions(+), 166 deletions(-)


More information about the sudo-commits mailing list