[sudo-commits] sudo changeset 9485:5cf7101479b8

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


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

Log Message:
	Prefix all libc replacements with sudo_ and #define the real name
	to the sudo_ version.  That way we don't pollute the libc namespace.

diffstat:

 config.h.in                  |    3 -
 configure                    |    3 +-
 configure.ac                 |    4 +-
 include/compat/fnmatch.h     |    4 +-
 include/compat/getaddrinfo.h |   14 +++-
 include/compat/getopt.h      |   19 ++++-
 include/compat/glob.h        |    8 +-
 include/missing.h            |  141 ++++++++++++++++++++++++++----------------
 lib/util/clock_gettime.c     |    2 +-
 lib/util/closefrom.c         |   10 +-
 lib/util/fnmatch.c           |    2 +-
 lib/util/getaddrinfo.c       |    6 +-
 lib/util/getcwd.c            |    2 +-
 lib/util/getgrouplist.c      |    6 +-
 lib/util/getline.c           |    6 +-
 lib/util/getopt_long.c       |    6 +-
 lib/util/glob.c              |    6 +-
 lib/util/inet_pton.c         |    2 +-
 lib/util/memrchr.c           |    4 +-
 lib/util/memset_s.c          |    4 +-
 lib/util/mktemp.c            |    6 +-
 lib/util/pw_dup.c            |    4 +-
 lib/util/sig2str.c           |    4 +-
 lib/util/snprintf.c          |   10 +-
 lib/util/strlcat.c           |    4 +-
 lib/util/strlcpy.c           |    4 +-
 lib/util/strsignal.c         |    4 +-
 lib/util/strtonum.c          |    6 +-
 lib/util/utimes.c            |    6 +-
 29 files changed, 173 insertions(+), 127 deletions(-)


More information about the sudo-commits mailing list