]> granicus.if.org Git - sudo/commit
Add an approval function to the sudo auth API which is run after
authorTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 16 Jan 2018 17:27:58 +0000 (10:27 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 16 Jan 2018 17:27:58 +0000 (10:27 -0700)
commit594c2d4efd5c5492ef39125456bb30e2a5c8a250
tree137941d51370c5221adba011f60ec2504fb29210
parentf7896025ea3c0b16651995081cc73c894ba99a43
Add an approval function to the sudo auth API which is run after
the user's password has been verified.  The approval function is
run even if no password is required.  This is currently only used
for PAM (use pam_acct_mgmt) and BSD auth (auth_approval).
plugins/sudoers/auth/API
plugins/sudoers/auth/bsdauth.c
plugins/sudoers/auth/pam.c
plugins/sudoers/auth/sudo_auth.c
plugins/sudoers/auth/sudo_auth.h
plugins/sudoers/check.c
plugins/sudoers/sudoers.h