[sudo-commits] sudo changeset 10189:5608cb4c18f2

Todd C. Miller Todd.Miller at courtesan.com
Mon Sep 7 06:06:15 MDT 2015


changeset:	10189:5608cb4c18f2 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/5608cb4c18f2
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Sep 07 06:06:08 2015 -0600

Log Message:
	Add a struct sudo_conv_callback that contains on_suspend and on_resume
	function pointer args plus a closure pointer and at it to the
	conversation function.

diffstat:

 doc/sudo_plugin.cat               |  49 +++++++++++++++++++++++++++++++-------
 doc/sudo_plugin.man.in            |  49 +++++++++++++++++++++++++++++++++++++-
 doc/sudo_plugin.mdoc.in           |  49 +++++++++++++++++++++++++++++++++++++-
 include/sudo_fatal.h              |   4 +-
 include/sudo_plugin.h             |  21 +++++++++++++++-
 lib/util/fatal.c                  |   2 +-
 plugins/sudoers/auth/afs.c        |   2 +-
 plugins/sudoers/auth/aix_auth.c   |   6 ++--
 plugins/sudoers/auth/bsdauth.c    |   8 +++---
 plugins/sudoers/auth/dce.c        |   2 +-
 plugins/sudoers/auth/fwtk.c       |  10 +++---
 plugins/sudoers/auth/kerb5.c      |   2 +-
 plugins/sudoers/auth/pam.c        |  10 ++++---
 plugins/sudoers/auth/passwd.c     |   2 +-
 plugins/sudoers/auth/rfc1938.c    |   2 +-
 plugins/sudoers/auth/secureware.c |   2 +-
 plugins/sudoers/auth/securid5.c   |   6 ++--
 plugins/sudoers/auth/sia.c        |   2 +-
 plugins/sudoers/auth/sudo_auth.c  |  12 +++++---
 plugins/sudoers/auth/sudo_auth.h  |  31 ++++++++++++-----------
 plugins/sudoers/check.c           |   6 ++--
 plugins/sudoers/sudo_nss.c        |   2 +-
 plugins/sudoers/sudoers.h         |   2 +-
 src/conversation.c                |  11 +++++++-
 src/sudo.c                        |   6 ++--
 src/sudo.h                        |   3 +-
 src/sudo_plugin_int.h             |  11 ++++++--
 src/tgetpass.c                    |  13 +++++++++-
 28 files changed, 247 insertions(+), 78 deletions(-)


More information about the sudo-commits mailing list