[sudo-commits] sudo changeset 10072:35a5a680e5fe

Todd C. Miller Todd.Miller at courtesan.com
Fri Jun 19 14:29:31 MDT 2015


changeset:	10072:35a5a680e5fe in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/35a5a680e5fe
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jun 19 14:29:27 2015 -0600

Log Message:
	We require ANSI C so stop using the obsolete STDC_HEADERS.

diffstat:

 configure                                             |  112 --------
 configure.ac                                          |    1 -
 include/sudo_compat.h                                 |    4 +-
 lib/util/aix.c                                        |   10 +-
 lib/util/closefrom.c                                  |   10 +-
 lib/util/event.c                                      |   10 +-
 lib/util/event_poll.c                                 |   10 +-
 lib/util/event_select.c                               |   10 +-
 lib/util/getaddrinfo.c                                |   10 +-
 lib/util/getcwd.c                                     |   10 +-
 lib/util/getgrouplist.c                               |   10 +-
 lib/util/gethostname.c                                |   10 +-
 lib/util/getline.c                                    |   10 +-
 lib/util/getopt_long.c                                |   10 +-
 lib/util/gettime.c                                    |   10 +-
 lib/util/gidlist.c                                    |   10 +-
 lib/util/glob.c                                       |   10 +-
 lib/util/key_val.c                                    |   10 +-
 lib/util/lbuf.c                                       |   10 +-
 lib/util/locking.c                                    |   10 +-
 lib/util/mksiglist.c                                  |   10 +-
 lib/util/mksigname.c                                  |   10 +-
 lib/util/parseln.c                                    |   10 +-
 lib/util/progname.c                                   |   10 +-
 lib/util/pw_dup.c                                     |   10 +-
 lib/util/reallocarray.c                               |   10 +-
 lib/util/regress/atofoo/atofoo_test.c                 |   10 +-
 lib/util/regress/parse_gids/parse_gids_test.c         |   10 +-
 lib/util/regress/progname/progname_test.c             |   10 +-
 lib/util/regress/strsplit/strsplit_test.c             |   10 +-
 lib/util/regress/sudo_conf/conf_test.c                |   10 +-
 lib/util/regress/sudo_parseln/parseln_test.c          |   10 +-
 lib/util/regress/tailq/hltq_test.c                    |   10 +-
 lib/util/setgroups.c                                  |   10 +-
 lib/util/sha2.c                                       |   10 +-
 lib/util/sig2str.c                                    |   10 +-
 lib/util/snprintf.c                                   |   10 +-
 lib/util/strndup.c                                    |   10 +-
 lib/util/strsplit.c                                   |   10 +-
 lib/util/strtobool.c                                  |   10 +-
 lib/util/strtoid.c                                    |   10 +-
 lib/util/strtomode.c                                  |   10 +-
 lib/util/strtonum.c                                   |   10 +-
 lib/util/sudo_conf.c                                  |   10 +-
 lib/util/sudo_debug.c                                 |   10 +-
 lib/util/sudo_dso.c                                   |   10 +-
 lib/util/term.c                                       |   10 +-
 lib/util/ttysize.c                                    |   10 +-
 plugins/group_file/getgrent.c                         |   10 +-
 plugins/group_file/group_file.c                       |   10 +-
 plugins/sample/sample_plugin.c                        |   10 +-
 plugins/sudoers/alias.c                               |   10 +-
 plugins/sudoers/audit.c                               |   10 +-
 plugins/sudoers/auth/afs.c                            |   10 +-
 plugins/sudoers/auth/aix_auth.c                       |   10 +-
 plugins/sudoers/auth/bsdauth.c                        |   10 +-
 plugins/sudoers/auth/dce.c                            |   10 +-
 plugins/sudoers/auth/fwtk.c                           |   10 +-
 plugins/sudoers/auth/kerb5.c                          |   10 +-
 plugins/sudoers/auth/pam.c                            |   10 +-
 plugins/sudoers/auth/passwd.c                         |   10 +-
 plugins/sudoers/auth/rfc1938.c                        |   10 +-
 plugins/sudoers/auth/secureware.c                     |   10 +-
 plugins/sudoers/auth/securid5.c                       |   10 +-
 plugins/sudoers/auth/sia.c                            |   10 +-
 plugins/sudoers/auth/sudo_auth.c                      |   10 +-
 plugins/sudoers/base64.c                              |   10 +-
 plugins/sudoers/boottime.c                            |   10 +-
 plugins/sudoers/check.c                               |   10 +-
 plugins/sudoers/defaults.c                            |   10 +-
 plugins/sudoers/editor.c                              |   10 +-
 plugins/sudoers/env.c                                 |   10 +-
 plugins/sudoers/find_path.c                           |   10 +-
 plugins/sudoers/getdate.c                             |   94 +++---
 plugins/sudoers/getdate.y                             |   10 +-
 plugins/sudoers/getspwuid.c                           |   10 +-
 plugins/sudoers/gram.c                                |  228 ++++++++---------
 plugins/sudoers/gram.y                                |   10 +-
 plugins/sudoers/group_plugin.c                        |   10 +-
 plugins/sudoers/interfaces.c                          |   10 +-
 plugins/sudoers/iolog.c                               |   10 +-
 plugins/sudoers/iolog_path.c                          |   10 +-
 plugins/sudoers/ldap.c                                |   10 +-
 plugins/sudoers/linux_audit.c                         |   10 +-
 plugins/sudoers/locale.c                              |   10 +-
 plugins/sudoers/logging.c                             |   10 +-
 plugins/sudoers/logwrap.c                             |   10 +-
 plugins/sudoers/match.c                               |   10 +-
 plugins/sudoers/match_addr.c                          |   10 +-
 plugins/sudoers/parse.c                               |   10 +-
 plugins/sudoers/policy.c                              |   10 +-
 plugins/sudoers/prompt.c                              |   10 +-
 plugins/sudoers/pwutil.c                              |   10 +-
 plugins/sudoers/pwutil_impl.c                         |   10 +-
 plugins/sudoers/redblack.c                            |   10 +-
 plugins/sudoers/regress/check_symbols/check_symbols.c |   10 +-
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |   10 +-
 plugins/sudoers/regress/logging/check_wrap.c          |   10 +-
 plugins/sudoers/regress/parser/check_addr.c           |   10 +-
 plugins/sudoers/regress/parser/check_base64.c         |   10 +-
 plugins/sudoers/regress/parser/check_digest.c         |   10 +-
 plugins/sudoers/regress/parser/check_fill.c           |   10 +-
 plugins/sudoers/regress/parser/check_hexchar.c        |   10 +-
 plugins/sudoers/set_perms.c                           |   10 +-
 plugins/sudoers/sssd.c                                |   10 +-
 plugins/sudoers/sudo_nss.c                            |   10 +-
 plugins/sudoers/sudo_printf.c                         |   10 +-
 plugins/sudoers/sudoers.c                             |   10 +-
 plugins/sudoers/sudoers_debug.c                       |   10 +-
 plugins/sudoers/sudoreplay.c                          |   10 +-
 plugins/sudoers/testsudoers.c                         |   10 +-
 plugins/sudoers/timestamp.c                           |   10 +-
 plugins/sudoers/timestr.c                             |   10 +-
 plugins/sudoers/toke.c                                |   10 +-
 plugins/sudoers/toke.l                                |   10 +-
 plugins/sudoers/toke_util.c                           |   10 +-
 plugins/sudoers/tsgetgrpw.c                           |   10 +-
 plugins/sudoers/visudo.c                              |   10 +-
 plugins/sudoers/visudo_json.c                         |   10 +-
 plugins/system_group/system_group.c                   |   10 +-
 src/conversation.c                                    |   10 +-
 src/env_hooks.c                                       |   10 +-
 src/exec.c                                            |   10 +-
 src/exec_common.c                                     |   10 +-
 src/exec_pty.c                                        |   10 +-
 src/get_pty.c                                         |   10 +-
 src/hooks.c                                           |   10 +-
 src/load_plugins.c                                    |   10 +-
 src/net_ifs.c                                         |   10 +-
 src/openbsd.c                                         |   10 +-
 src/parse_args.c                                      |   10 +-
 src/preserve_fds.c                                    |   10 +-
 src/regress/ttyname/check_ttyname.c                   |   10 +-
 src/signal.c                                          |   10 +-
 src/solaris.c                                         |   10 +-
 src/sudo.c                                            |   10 +-
 src/sudo_edit.c                                       |   10 +-
 src/tgetpass.c                                        |   10 +-
 src/ttyname.c                                         |   10 +-
 src/utmp.c                                            |   10 +-
 140 files changed, 426 insertions(+), 1363 deletions(-)


More information about the sudo-commits mailing list