[sudo-commits] sudo changeset 9492:7859e3c22fb9

Todd C. Miller Todd.Miller at courtesan.com
Thu Jun 26 16:05:48 MDT 2014


changeset:	9492:7859e3c22fb9 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/7859e3c22fb9
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jun 26 15:51:15 2014 -0600

Log Message:
	Don't pollute the namespace with lbuf struct and functions

diffstat:

 MANIFEST                    |    2 +-
 Makefile.in                 |    4 +-
 include/lbuf.h              |   41 -----------
 include/sudo_lbuf.h         |   42 +++++++++++
 lib/util/Makefile.in        |    5 +-
 lib/util/lbuf.c             |   42 +++++-----
 lib/util/util.exp           |   10 +-
 plugins/sudoers/Makefile.in |   32 ++++----
 plugins/sudoers/ldap.c      |   72 ++++++++++----------
 plugins/sudoers/parse.c     |  155 ++++++++++++++++++++++---------------------
 plugins/sudoers/sssd.c      |   70 +++++++++---------
 plugins/sudoers/sudo_nss.c  |   28 +++---
 plugins/sudoers/sudo_nss.h  |    8 +-
 plugins/sudoers/sudoers.h   |    8 +-
 plugins/sudoers/toke.c      |    8 +-
 plugins/sudoers/toke.l      |    8 +-
 src/Makefile.in             |    4 +-
 src/parse_args.c            |   82 +++++++++++-----------
 18 files changed, 312 insertions(+), 309 deletions(-)


More information about the sudo-commits mailing list