[sudo-commits] sudo changeset 7233:12b9a2bf8dba

Todd C. Miller Todd.Miller at courtesan.com
Mon Aug 29 14:10:25 EDT 2011


changeset:	7233:12b9a2bf8dba in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/12b9a2bf8dba
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Aug 29 14:10:18 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