[sudo-commits] sudo changeset 7078:0ae1c7aa9ef1

Todd C. Miller Todd.Miller at courtesan.com
Mon Jul 11 15:40:53 EDT 2011


changeset:	7078:0ae1c7aa9ef1 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/0ae1c7aa9ef1
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jul 11 15:40:47 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