[sudo-commits] sudo changeset 7077:52ed277f6690

Todd C. Miller Todd.Miller at courtesan.com
Mon Jul 11 15:22:35 EDT 2011


changeset:	7077:52ed277f6690 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/52ed277f6690
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jul 11 15:22:25 2011 -0400

Log Message:
	Split out log file word wrap code into its own file and add unit
	tests.  Fixes an off-by one in the word wrap when the log line
	length matches loglinelen.

diffstat:

 MANIFEST                                          |    4 +
 plugins/sudoers/Makefile.in                       |   34 +++-
 plugins/sudoers/logging.c                         |   34 +---
 plugins/sudoers/logging.h                         |    6 +
 plugins/sudoers/regress/logging/check_wrap.c      |  103 ++++++++++++
 plugins/sudoers/regress/logging/check_wrap.in     |    4 +
 plugins/sudoers/regress/logging/check_wrap.out.ok |  175 ++++++++++++++++++++++
 7 files changed, 324 insertions(+), 36 deletions(-)



More information about the sudo-commits mailing list