[sudo-commits] sudo changeset 5116:af2a2c59a952

Todd C. Miller Todd.Miller at courtesan.com
Sun Mar 14 19:59:00 EDT 2010


changeset:	5116:af2a2c59a952 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/af2a2c59a952
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Mar 14 19:58:47 2010 -0400

Log Message:
	Initial bits of sudoers plugin; still needs work.

diffstat:

 plugins/sudoers/Makefile.in       |   605 ++++---------------
 plugins/sudoers/alias.c           |     2 +-
 plugins/sudoers/auth/afs.c        |     2 +-
 plugins/sudoers/auth/aix_auth.c   |     4 +-
 plugins/sudoers/auth/bsdauth.c    |    10 +-
 plugins/sudoers/auth/dce.c        |     2 +-
 plugins/sudoers/auth/fwtk.c       |    15 +-
 plugins/sudoers/auth/kerb4.c      |     2 +-
 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/securid.c    |     2 +-
 plugins/sudoers/auth/securid5.c   |    10 +-
 plugins/sudoers/auth/sia.c        |     2 +-
 plugins/sudoers/auth/sudo_auth.c  |    91 ++-
 plugins/sudoers/auth/sudo_auth.h  |     6 +
 plugins/sudoers/check.c           |    49 +-
 plugins/sudoers/defaults.c        |     2 +-
 plugins/sudoers/env.c             |    52 +-
 plugins/sudoers/error.c           |    93 +++
 plugins/sudoers/find_path.c       |     2 +-
 plugins/sudoers/getspwuid.c       |    36 +-
 plugins/sudoers/goodpath.c        |     2 +-
 plugins/sudoers/gram.c            |   175 ++---
 plugins/sudoers/gram.y            |     3 +-
 plugins/sudoers/interfaces.c      |     2 +-
 plugins/sudoers/ldap.c            |     2 +-
 plugins/sudoers/logging.c         |    63 +-
 plugins/sudoers/match.c           |     2 +-
 plugins/sudoers/mon_systrace.c    |     2 +-
 plugins/sudoers/parse.c           |     2 +-
 plugins/sudoers/pwutil.c          |     2 +-
 plugins/sudoers/redblack.c        |     2 +-
 plugins/sudoers/set_perms.c       |     2 +-
 plugins/sudoers/sudo_nss.c        |     2 +-
 plugins/sudoers/sudoers.c         |  1101 ++++++++++++++----------------------
 plugins/sudoers/sudoers.h         |    42 +-
 plugins/sudoers/testsudoers.c     |     2 +-
 plugins/sudoers/toke.c            |     2 +-
 plugins/sudoers/tsgetgrpw.c       |     2 +-
 plugins/sudoers/vasgroups.c       |     2 +-
 plugins/sudoers/visudo.c          |     2 +-
 44 files changed, 1027 insertions(+), 1392 deletions(-)



More information about the sudo-commits mailing list