[sudo-commits] sudo changeset 9552:c6d6eba95bb4

Todd C. Miller Todd.Miller at courtesan.com
Tue Jul 22 14:17:02 MDT 2014


changeset:	9552:c6d6eba95bb4 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/c6d6eba95bb4
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Jul 22 11:26:17 2014 -0600

Log Message:
	Version the functions in libsudo_util

diffstat:

 include/secure_path.h    |    8 +-
 include/sudo_alloc.h     |   31 ++++++---
 include/sudo_conf.h      |   33 ++++++---
 include/sudo_dso.h       |   16 +++-
 include/sudo_event.h     |   39 +++++++---
 include/sudo_fatal.h     |   77 +++++++++++++---------
 include/sudo_lbuf.h      |   16 +++-
 include/sudo_util.h      |   63 ++++++++++++------
 lib/util/aix.c           |    6 +-
 lib/util/alloc.c         |   20 +++---
 lib/util/event.c         |   26 +++---
 lib/util/fatal.c         |   20 +++---
 lib/util/gidlist.c       |    2 +-
 lib/util/key_val.c       |    2 +-
 lib/util/lbuf.c          |   10 +-
 lib/util/locking.c       |    6 +-
 lib/util/parseln.c       |    2 +-
 lib/util/secure_path.c   |    6 +-
 lib/util/setgroups.c     |    2 +-
 lib/util/strtobool.c     |    2 +-
 lib/util/strtoid.c       |    2 +-
 lib/util/strtomode.c     |    2 +-
 lib/util/sudo_conf.c     |   22 +++---
 lib/util/sudo_dso.c      |   26 +++---
 lib/util/term.c          |   10 +-
 lib/util/ttysize.c       |    2 +-
 lib/util/util.exp        |  155 +++++++++++++++++++++++-----------------------
 plugins/sudoers/locale.c |    4 +-
 src/locale_stub.c        |    4 +-
 29 files changed, 346 insertions(+), 268 deletions(-)


More information about the sudo-commits mailing list