[sudo-commits] sudo changeset 9496:361ea81e88d9

Todd C. Miller Todd.Miller at courtesan.com
Fri Jun 27 09:46:34 MDT 2014


changeset:	9496:361ea81e88d9 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/361ea81e88d9
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jun 27 09:46:24 2014 -0600

Log Message:
	Split fileops.c into parseln.c and locking.c

diffstat:

 MANIFEST                                     |    4 +-
 include/fileops.h                            |   33 -
 include/sudo_util.h                          |   13 +-
 lib/util/Makefile.in                         |   31 +-
 lib/util/fileops.c                           |  203 ----------
 lib/util/locking.c                           |  127 ++++++
 lib/util/parseln.c                           |  129 ++++++
 lib/util/regress/sudo_parseln/parseln_test.c |    1 -
 lib/util/sudo_conf.c                         |    1 -
 plugins/sudoers/Makefile.in                  |  510 ++++++++++++--------------
 plugins/sudoers/sudoers.h                    |    1 -
 src/Makefile.in                              |  145 +++---
 src/sudo.h                                   |    1 -
 13 files changed, 600 insertions(+), 599 deletions(-)


More information about the sudo-commits mailing list