[sudo-commits] sudo changeset 14272:11aefc2bc3da

Todd C. Miller Todd.Miller at sudo.ws
Mon Oct 31 09:13:34 MDT 2022


changeset:	14272:11aefc2bc3da in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/11aefc2bc3da
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Oct 31 09:11:32 2022 -0600

Log Message:
	Make the second arg to the sudo auth verify function const.
	This may be either a plaintext password or a password prompt.
	Either way it should not be modified by the verify function.

diffstat:

 plugins/sudoers/auth/API          |   2 +-
 plugins/sudoers/auth/afs.c        |   2 +-
 plugins/sudoers/auth/aix_auth.c   |   2 +-
 plugins/sudoers/auth/bsdauth.c    |   2 +-
 plugins/sudoers/auth/dce.c        |   2 +-
 plugins/sudoers/auth/fwtk.c       |   2 +-
 plugins/sudoers/auth/kerb5.c      |   4 ++--
 plugins/sudoers/auth/pam.c        |   2 +-
 plugins/sudoers/auth/passwd.c     |   4 ++--
 plugins/sudoers/auth/rfc1938.c    |   4 ++--
 plugins/sudoers/auth/secureware.c |   2 +-
 plugins/sudoers/auth/securid5.c   |   5 +++--
 plugins/sudoers/auth/sia.c        |   2 +-
 plugins/sudoers/auth/sudo_auth.h  |  26 +++++++++++++-------------
 14 files changed, 31 insertions(+), 30 deletions(-)



More information about the sudo-commits mailing list