[sudo-commits] sudo changeset 7489:049ea2995793

Todd C. Miller Todd.Miller at courtesan.com
Wed Jan 4 13:05:48 EST 2012


changeset:	7489:049ea2995793 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/049ea2995793
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jan 04 12:47:58 2012 -0500

Log Message:
	Prefix authentication functions with a "sudo_" prefix to avoid
	namespace problems.

diffstat:

 plugins/sudoers/auth/afs.c        |   4 +-
 plugins/sudoers/auth/aix_auth.c   |   8 ++--
 plugins/sudoers/auth/dce.c        |   4 +-
 plugins/sudoers/auth/fwtk.c       |  12 +++---
 plugins/sudoers/auth/kerb5.c      |  20 ++++++------
 plugins/sudoers/auth/pam.c        |  20 ++++++------
 plugins/sudoers/auth/passwd.c     |  12 +++---
 plugins/sudoers/auth/rfc1938.c    |   8 ++--
 plugins/sudoers/auth/secureware.c |  12 +++---
 plugins/sudoers/auth/securid5.c   |  12 +++---
 plugins/sudoers/auth/sia.c        |  12 +++---
 plugins/sudoers/auth/sudo_auth.c  |  24 +++++++-------
 plugins/sudoers/auth/sudo_auth.h  |  60 +++++++++++++++++++-------------------
 13 files changed, 104 insertions(+), 104 deletions(-)



More information about the sudo-commits mailing list