[sudo-commits] sudo changeset 9044:c31bc2d99082

Todd C. Miller Todd.Miller at courtesan.com
Tue Oct 22 09:12:12 MDT 2013


changeset:	9044:c31bc2d99082 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/c31bc2d99082
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Oct 22 09:08:09 2013 -0600

Log Message:
	Use SLIST and STAILQ macros instead of doing headless singly linked
	lists manually.  As a bonus we now use a tail queue for ldap.c and
	sudoreplay.c.

diffstat:

 common/Makefile.in           |    3 +-
 common/fatal.c               |   19 +++--
 plugins/sudoers/Makefile.in  |    6 +-
 plugins/sudoers/defaults.c   |   24 +++---
 plugins/sudoers/defaults.h   |    6 +-
 plugins/sudoers/env.c        |   15 +--
 plugins/sudoers/interfaces.c |   11 +-
 plugins/sudoers/interfaces.h |    6 +-
 plugins/sudoers/ldap.c       |  156 ++++++++++++++++++++----------------------
 plugins/sudoers/match_addr.c |    4 +-
 plugins/sudoers/sudoreplay.c |   85 +++++++++-------------
 plugins/sudoers/toke.c       |   94 +++++++++++++------------
 plugins/sudoers/toke.l       |   94 +++++++++++++------------
 plugins/sudoers/visudo.c     |    1 -
 src/Makefile.in              |    2 +-
 src/exec_pty.c               |   26 +++----
 src/hooks.c                  |   54 ++++++++------
 17 files changed, 297 insertions(+), 309 deletions(-)


More information about the sudo-commits mailing list