]> granicus.if.org Git - sudo/commit
Add a struct sudo_conv_callback that contains on_suspend and on_resume
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 2015 12:06:08 +0000 (06:06 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 2015 12:06:08 +0000 (06:06 -0600)
commit98a15d9879455ae5fe91578b1465d3e5735f29fa
treeff5b87962202d1d748462174ba8f4ee643b340e9
parentaf4729380005c63fa9988f75427c85a6854fb1f9
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.
28 files changed:
doc/sudo_plugin.cat
doc/sudo_plugin.man.in
doc/sudo_plugin.mdoc.in
include/sudo_fatal.h
include/sudo_plugin.h
lib/util/fatal.c
plugins/sudoers/auth/afs.c
plugins/sudoers/auth/aix_auth.c
plugins/sudoers/auth/bsdauth.c
plugins/sudoers/auth/dce.c
plugins/sudoers/auth/fwtk.c
plugins/sudoers/auth/kerb5.c
plugins/sudoers/auth/pam.c
plugins/sudoers/auth/passwd.c
plugins/sudoers/auth/rfc1938.c
plugins/sudoers/auth/secureware.c
plugins/sudoers/auth/securid5.c
plugins/sudoers/auth/sia.c
plugins/sudoers/auth/sudo_auth.c
plugins/sudoers/auth/sudo_auth.h
plugins/sudoers/check.c
plugins/sudoers/sudo_nss.c
plugins/sudoers/sudoers.h
src/conversation.c
src/sudo.c
src/sudo.h
src/sudo_plugin_int.h
src/tgetpass.c