[sudo-commits] sudo changeset 7234:863f28589c24

Todd C. Miller Todd.Miller at courtesan.com
Mon Aug 29 14:11:22 EDT 2011


changeset:	7234:863f28589c24 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/863f28589c24
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Aug 29 14:11:17 2011 -0400

Log Message:
	Split out address matching into its own file and add regression
	tests for it.

diffstat:

 MANIFEST                                     |    3 +
 plugins/sudoers/Makefile.in                  |   30 +++-
 plugins/sudoers/match.c                      |  148 --------------------
 plugins/sudoers/match_addr.c                 |  195 +++++++++++++++++++++++++++
 plugins/sudoers/regress/parser/check_addr.c  |  176 ++++++++++++++++++++++++
 plugins/sudoers/regress/parser/check_addr.in |   13 +
 6 files changed, 411 insertions(+), 154 deletions(-)



More information about the sudo-commits mailing list