[sudo-commits] sudo changeset 9554:ddcc945a0f87

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


changeset:	9554:ddcc945a0f87 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/ddcc945a0f87
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Jul 22 14:25:16 2014 -0600

Log Message:
	Rename missing.h -> sudo_compat.h

diffstat:

 MANIFEST                                              |    8 +-
 include/missing.h                                     |  481 ------------------
 include/sudo_compat.h                                 |  481 ++++++++++++++++++
 lib/util/Makefile.in                                  |  177 +++---
 lib/util/aix.c                                        |    4 +-
 lib/util/alloc.c                                      |    4 +-
 lib/util/clock_gettime.c                              |    2 +-
 lib/util/closefrom.c                                  |    2 +-
 lib/util/event.c                                      |    2 +-
 lib/util/event_poll.c                                 |    2 +-
 lib/util/event_select.c                               |    2 +-
 lib/util/fatal.c                                      |    4 +-
 lib/util/fnmatch.c                                    |    2 +-
 lib/util/getaddrinfo.c                                |    2 +-
 lib/util/getcwd.c                                     |    2 +-
 lib/util/getgrouplist.c                               |    2 +-
 lib/util/getline.c                                    |    2 +-
 lib/util/getopt_long.c                                |    2 +-
 lib/util/gidlist.c                                    |    4 +-
 lib/util/glob.c                                       |    2 +-
 lib/util/inet_pton.c                                  |    2 +-
 lib/util/isblank.c                                    |    2 +-
 lib/util/key_val.c                                    |    2 +-
 lib/util/lbuf.c                                       |    2 +-
 lib/util/locking.c                                    |    2 +-
 lib/util/memrchr.c                                    |    2 +-
 lib/util/memset_s.c                                   |    2 +-
 lib/util/mksiglist.c                                  |    4 +-
 lib/util/mksigname.c                                  |    4 +-
 lib/util/mktemp.c                                     |    2 +-
 lib/util/parseln.c                                    |    2 +-
 lib/util/progname.c                                   |    2 +-
 lib/util/pw_dup.c                                     |    2 +-
 lib/util/regress/atofoo/atofoo_test.c                 |    2 +-
 lib/util/regress/fnmatch/fnm_test.c                   |    2 +-
 lib/util/regress/glob/globtest.c                      |    2 +-
 lib/util/regress/sudo_conf/conf_test.c                |    2 +-
 lib/util/regress/sudo_parseln/parseln_test.c          |    2 +-
 lib/util/regress/tailq/hltq_test.c                    |    2 +-
 lib/util/secure_path.c                                |    2 +-
 lib/util/setgroups.c                                  |    2 +-
 lib/util/sha2.c                                       |    2 +-
 lib/util/sig2str.c                                    |    2 +-
 lib/util/snprintf.c                                   |    2 +-
 lib/util/strlcat.c                                    |    2 +-
 lib/util/strlcpy.c                                    |    2 +-
 lib/util/strsignal.c                                  |    4 +-
 lib/util/strtobool.c                                  |    2 +-
 lib/util/strtoid.c                                    |    4 +-
 lib/util/strtomode.c                                  |    4 +-
 lib/util/strtonum.c                                   |    4 +-
 lib/util/sudo_conf.c                                  |    4 +-
 lib/util/sudo_debug.c                                 |    4 +-
 lib/util/sudo_dso.c                                   |    2 +-
 lib/util/sudo_printf.c                                |    2 +-
 lib/util/term.c                                       |    2 +-
 lib/util/ttysize.c                                    |    2 +-
 lib/util/utimes.c                                     |    2 +-
 plugins/group_file/Makefile.in                        |    5 +-
 plugins/group_file/getgrent.c                         |    2 +-
 plugins/group_file/group_file.c                       |    2 +-
 plugins/sample/Makefile.in                            |    2 +-
 plugins/sample/sample_plugin.c                        |    2 +-
 plugins/sudoers/Makefile.in                           |  340 ++++++------
 plugins/sudoers/audit.c                               |    4 +-
 plugins/sudoers/base64.c                              |    2 +-
 plugins/sudoers/boottime.c                            |    2 +-
 plugins/sudoers/bsm_audit.c                           |    4 +-
 plugins/sudoers/getdate.c                             |    2 +-
 plugins/sudoers/getdate.y                             |    2 +-
 plugins/sudoers/hexchar.c                             |    2 +-
 plugins/sudoers/linux_audit.c                         |    4 +-
 plugins/sudoers/locale.c                              |    4 +-
 plugins/sudoers/redblack.c                            |    2 +-
 plugins/sudoers/regress/check_symbols/check_symbols.c |    2 +-
 plugins/sudoers/regress/logging/check_wrap.c          |    2 +-
 plugins/sudoers/regress/parser/check_base64.c         |    2 +-
 plugins/sudoers/regress/parser/check_digest.c         |    2 +-
 plugins/sudoers/regress/parser/check_fill.c           |    2 +-
 plugins/sudoers/sudoers.h                             |    4 +-
 plugins/sudoers/sudoreplay.c                          |    4 +-
 plugins/sudoers/timestr.c                             |    2 +-
 plugins/system_group/Makefile.in                      |    2 +-
 plugins/system_group/system_group.c                   |    2 +-
 src/Makefile.in                                       |  151 ++--
 src/locale_stub.c                                     |    4 +-
 src/net_ifs.c                                         |    4 +-
 src/preload.c                                         |    2 +-
 src/regress/ttyname/check_ttyname.c                   |    2 +-
 src/sesh.c                                            |    4 +-
 src/sudo.h                                            |    4 +-
 src/sudo_noexec.c                                     |    2 +-
 92 files changed, 939 insertions(+), 918 deletions(-)


More information about the sudo-commits mailing list