[sudo-commits] sudo changeset 5139:63601e6cb171

Todd C. Miller Todd.Miller at courtesan.com
Wed Mar 17 19:56:33 EDT 2010


changeset:	5139:63601e6cb171 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/63601e6cb171
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Mar 17 19:56:27 2010 -0400

Log Message:
	Kill __P in sudoers

diffstat:

 plugins/sudoers/alias.c          |    2 +-
 plugins/sudoers/auth/dce.c       |    2 +-
 plugins/sudoers/auth/kerb5.c     |    2 +-
 plugins/sudoers/auth/pam.c       |    4 +-
 plugins/sudoers/auth/sia.c       |    2 +-
 plugins/sudoers/auth/sudo_auth.h |   68 ++++++++--------
 plugins/sudoers/check.c          |   10 +-
 plugins/sudoers/defaults.c       |   24 +++---
 plugins/sudoers/defaults.h       |   12 +-
 plugins/sudoers/env.c            |    5 +-
 plugins/sudoers/getdate.c        |   98 +++++++++++-------------
 plugins/sudoers/getdate.y        |    6 +-
 plugins/sudoers/gram.c           |   10 +-
 plugins/sudoers/gram.y           |   10 +-
 plugins/sudoers/interfaces.h     |    4 +-
 plugins/sudoers/logging.c        |   12 +-
 plugins/sudoers/logging.h        |   13 +-
 plugins/sudoers/match.c          |    8 +-
 plugins/sudoers/mon_systrace.h   |   46 +++++------
 plugins/sudoers/parse.c          |    4 +-
 plugins/sudoers/parse.h          |   44 +++++-----
 plugins/sudoers/pwutil.c         |   22 ++--
 plugins/sudoers/redblack.c       |   17 ++--
 plugins/sudoers/redblack.h       |   17 ++--
 plugins/sudoers/set_perms.c      |    6 +-
 plugins/sudoers/sudo_nss.h       |   20 ++--
 plugins/sudoers/sudoers.c        |   24 +++---
 plugins/sudoers/sudoers.h        |  154 +++++++++++++++++++-------------------
 plugins/sudoers/sudoreplay.c     |   22 ++--
 plugins/sudoers/testsudoers.c    |   40 +++++-----
 plugins/sudoers/timestr.c        |    2 +-
 plugins/sudoers/toke.c           |  138 +++++++++++++++++-----------------
 plugins/sudoers/toke.l           |   20 ++--
 plugins/sudoers/tsgetgrpw.c      |   24 +++---
 plugins/sudoers/visudo.c         |   34 ++++----
 35 files changed, 455 insertions(+), 471 deletions(-)



More information about the sudo-commits mailing list