[sudo-commits] sudo changeset 6299:89a97bd51618

Todd C. Miller Todd.Miller at courtesan.com
Sat Jan 8 15:42:45 EST 2011


changeset:	6299:89a97bd51618 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/89a97bd51618
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sat Jan 08 15:42:39 2011 -0500

Log Message:
	Split tokenizer utility functions out into toke_util.c

diffstat:

 MANIFEST                    |    2 +
 plugins/sudoers/Makefile.in |    6 +-
 plugins/sudoers/toke.c      |  323 ++++++++-----------------------------------
 plugins/sudoers/toke.h      |   30 ++++
 plugins/sudoers/toke.l      |  197 +--------------------------
 plugins/sudoers/toke_util.c |  240 ++++++++++++++++++++++++++++++++
 6 files changed, 343 insertions(+), 455 deletions(-)



More information about the sudo-commits mailing list