[sudo-commits] sudo changeset 9957:48fe8a3d7537

Todd C. Miller Todd.Miller at courtesan.com
Fri Mar 20 10:52:46 MDT 2015


changeset:	9957:48fe8a3d7537 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/48fe8a3d7537
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Feb 09 11:55:07 2015 -0700

Log Message:
	Merge sudo 1.8.12 from trunk.

diffstat:

 INSTALL                                 |    32 +-
 MANIFEST                                |    22 +-
 Makefile.in                             |    14 +-
 NEWS                                    |    76 +-
 README.LDAP                             |     2 +-
 config.h.in                             |   102 +-
 configure                               |  1808 +++++++++++++++++++++++++-----
 configure.ac                            |   375 ++++--
 doc/CONTRIBUTORS                        |     6 +-
 doc/LICENSE                             |     4 +-
 doc/Makefile.in                         |    20 +-
 doc/TROUBLESHOOTING                     |    10 +-
 doc/UPGRADE                             |     6 +-
 doc/sample.pam                          |    30 -
 doc/sample.sudo.conf                    |    72 -
 doc/sample.sudoers                      |   133 --
 doc/sample.syslog.conf                  |    26 -
 doc/sudo.cat                            |    34 +-
 doc/sudo.conf.cat                       |    23 +-
 doc/sudo.conf.man.in                    |    38 +-
 doc/sudo.conf.mdoc.in                   |    50 +-
 doc/sudo.man.in                         |    32 +-
 doc/sudo.mdoc.in                        |   134 +-
 doc/sudo_plugin.cat                     |    57 +-
 doc/sudo_plugin.man.in                  |    69 +-
 doc/sudo_plugin.mdoc.in                 |    51 +-
 doc/sudoers.cat                         |   100 +-
 doc/sudoers.ldap.cat                    |   308 +++--
 doc/sudoers.ldap.man.in                 |   557 +++++---
 doc/sudoers.ldap.mdoc.in                |   514 +++++---
 doc/sudoers.man.in                      |   104 +-
 doc/sudoers.mdoc.in                     |   125 +-
 doc/sudoreplay.cat                      |    24 +-
 doc/sudoreplay.man.in                   |    31 +-
 doc/sudoreplay.mdoc.in                  |    58 +-
 doc/visudo.cat                          |    52 +-
 doc/visudo.man.in                       |    74 +-
 doc/visudo.mdoc.in                      |   108 +-
 examples/Makefile.in                    |    94 +
 examples/pam.conf                       |    30 +
 examples/sudo.conf                      |    72 +
 examples/sudoers                        |   133 ++
 examples/syslog.conf                    |    26 +
 include/compat/glob.h                   |     8 +-
 include/sudo_compat.h                   |    68 +-
 include/sudo_conf.h                     |    30 +-
 include/sudo_debug.h                    |   159 +-
 include/sudo_fatal.h                    |     5 +
 include/sudo_plugin.h                   |     4 +-
 lib/util/Makefile.in                    |    78 +-
 lib/util/aix.c                          |    10 +-
 lib/util/alloc.c                        |     4 +-
 lib/util/closefrom.c                    |     1 -
 lib/util/event.c                        |     2 +-
 lib/util/event_poll.c                   |     2 +-
 lib/util/event_select.c                 |     2 +-
 lib/util/fatal.c                        |    63 +-
 lib/util/fnmatch.c                      |     4 -
 lib/util/gidlist.c                      |     2 +-
 lib/util/glob.c                         |   175 ++-
 lib/util/inet_ntop.c                    |   229 +++
 lib/util/inet_pton.c                    |     1 -
 lib/util/key_val.c                      |     2 +-
 lib/util/lbuf.c                         |     2 +-
 lib/util/locking.c                      |     2 +-
 lib/util/mktemp.c                       |    62 +-
 lib/util/parseln.c                      |     2 +-
 lib/util/progname.c                     |    23 +-
 lib/util/regress/sudo_conf/conf_test.c  |    16 +-
 lib/util/regress/sudo_conf/test4.err.ok |     1 +
 lib/util/regress/sudo_conf/test7.in     |     4 +
 lib/util/regress/sudo_conf/test7.out.ok |     7 +
 lib/util/secure_path.c                  |     2 +-
 lib/util/setgroups.c                    |     2 +-
 lib/util/strlcat.c                      |    44 +-
 lib/util/strlcpy.c                      |    37 +-
 lib/util/strtobool.c                    |     2 +-
 lib/util/strtoid.c                      |     2 +-
 lib/util/strtomode.c                    |     2 +-
 lib/util/sudo_conf.c                    |   444 ++++--
 lib/util/sudo_debug.c                   |   653 +++++++---
 lib/util/sudo_printf.c                  |    62 -
 lib/util/term.c                         |     2 +-
 lib/util/ttysize.c                      |     6 +-
 lib/util/util.exp.in                    |    46 +-
 lib/zlib/Makefile.in                    |   103 +-
 lib/zlib/compress.c                     |     2 +-
 lib/zlib/crc32.c                        |    74 +-
 lib/zlib/crc32.h                        |     2 +-
 lib/zlib/deflate.c                      |    12 +-
 lib/zlib/deflate.h                      |     2 +-
 lib/zlib/gzguts.h                       |    33 +-
 lib/zlib/gzlib.c                        |   130 +-
 lib/zlib/gzread.c                       |    38 +-
 lib/zlib/gzwrite.c                      |   124 +-
 lib/zlib/infback.c                      |     2 +-
 lib/zlib/inffast.c                      |     6 +-
 lib/zlib/inflate.c                      |    85 +-
 lib/zlib/inftrees.c                     |    14 +-
 lib/zlib/trees.c                        |    14 +-
 lib/zlib/uncompr.c                      |     2 +-
 lib/zlib/zconf.h.in                     |   107 +-
 lib/zlib/zlib.exp                       |    78 +
 lib/zlib/zlib.h                         |   102 +-
 lib/zlib/zutil.c                        |    35 +-
 lib/zlib/zutil.h                        |    15 +-
 ltmain.sh                               |   418 ++++--
 m4/libtool.m4                           |   463 ++++++-
 m4/ltoptions.m4                         |    57 +-
 m4/ltsugar.m4                           |     2 +-
 m4/ltversion.m4                         |    12 +-
 m4/lt~obsolete.m4                       |     2 +-
 m4/sudo.m4                              |    91 +-
 pathnames.h.in                          |     4 +
 plugins/group_file/Makefile.in          |     7 +-
 plugins/sample/Makefile.in              |     7 +-
 plugins/sample/sample_plugin.c          |     2 +-
 plugins/sudoers/Makefile.in             |   607 ++++++----
 plugins/sudoers/alias.c                 |    24 +-
 plugins/sudoers/audit.c                 |    19 +-
 plugins/sudoers/auth/afs.c              |     4 +-
 plugins/sudoers/auth/aix_auth.c         |     6 +-
 plugins/sudoers/auth/bsdauth.c          |     8 +-
 plugins/sudoers/auth/dce.c              |     6 +-
 plugins/sudoers/auth/fwtk.c             |     8 +-
 plugins/sudoers/auth/kerb5.c            |    14 +-
 plugins/sudoers/auth/pam.c              |    68 +-
 plugins/sudoers/auth/passwd.c           |     8 +-
 plugins/sudoers/auth/rfc1938.c          |     6 +-
 plugins/sudoers/auth/secureware.c       |    10 +-
 plugins/sudoers/auth/securid5.c         |     8 +-
 plugins/sudoers/auth/sia.c              |    18 +-
 plugins/sudoers/auth/sudo_auth.c        |    20 +-
 plugins/sudoers/base64.c                |     7 +-
 plugins/sudoers/boottime.c              |    21 +-
 plugins/sudoers/bsm_audit.c             |    15 +-
 plugins/sudoers/check.c                 |    14 +-
 plugins/sudoers/defaults.c              |    36 +-
 plugins/sudoers/env.c                   |   100 +-
 plugins/sudoers/find_path.c             |     4 +-
 plugins/sudoers/getdate.c               |    88 +-
 plugins/sudoers/getdate.y               |     4 +-
 plugins/sudoers/getspwuid.c             |     8 +-
 plugins/sudoers/goodpath.c              |     4 +-
 plugins/sudoers/gram.c                  |   223 +-
 plugins/sudoers/gram.y                  |    27 +-
 plugins/sudoers/group_plugin.c          |    14 +-
 plugins/sudoers/hexchar.c               |     7 +-
 plugins/sudoers/interfaces.c            |     6 +-
 plugins/sudoers/iolog.c                 |    46 +-
 plugins/sudoers/iolog_path.c            |    25 +-
 plugins/sudoers/ldap.c                  |   562 +++++++--
 plugins/sudoers/linux_audit.c           |    20 +-
 plugins/sudoers/logging.c               |    44 +-
 plugins/sudoers/logwrap.c               |     4 +-
 plugins/sudoers/match.c                 |    94 +-
 plugins/sudoers/match_addr.c            |    20 +-
 plugins/sudoers/parse.c                 |    47 +-
 plugins/sudoers/parse.h                 |     1 +
 plugins/sudoers/po/cs.mo                |   Bin 
 plugins/sudoers/po/cs.po                |   298 ++--
 plugins/sudoers/po/da.mo                |   Bin 
 plugins/sudoers/po/da.po                |   615 +++++----
 plugins/sudoers/po/de.mo                |   Bin 
 plugins/sudoers/po/de.po                |   300 ++--
 plugins/sudoers/po/eo.mo                |   Bin 
 plugins/sudoers/po/eo.po                |   298 ++--
 plugins/sudoers/po/fi.mo                |   Bin 
 plugins/sudoers/po/fi.po                |   310 ++--
 plugins/sudoers/po/fr.mo                |   Bin 
 plugins/sudoers/po/fr.po                |  1853 +++++++++++++++++++++++++++++++
 plugins/sudoers/po/it.mo                |   Bin 
 plugins/sudoers/po/it.po                |   300 ++--
 plugins/sudoers/po/nb.mo                |   Bin 
 plugins/sudoers/po/nb.po                |   298 ++--
 plugins/sudoers/po/nl.mo                |   Bin 
 plugins/sudoers/po/nl.po                |   976 ++++++++-------
 plugins/sudoers/po/pl.mo                |   Bin 
 plugins/sudoers/po/pl.po                |   298 ++--
 plugins/sudoers/po/pt_BR.mo             |   Bin 
 plugins/sudoers/po/pt_BR.po             |   306 ++--
 plugins/sudoers/po/ru.mo                |   Bin 
 plugins/sudoers/po/ru.po                |  1712 ++++++++++++++++++++++++++++
 plugins/sudoers/po/sudoers.pot          |   388 +++---
 plugins/sudoers/po/uk.mo                |   Bin 
 plugins/sudoers/po/uk.po                |   304 ++--
 plugins/sudoers/po/vi.mo                |   Bin 
 plugins/sudoers/po/vi.po                |   333 ++--
 plugins/sudoers/po/zh_CN.mo             |   Bin 
 plugins/sudoers/po/zh_CN.po             |   306 ++--
 plugins/sudoers/policy.c                |    54 +-
 plugins/sudoers/prompt.c                |     4 +-
 plugins/sudoers/pwutil.c                |   136 +-
 plugins/sudoers/pwutil_impl.c           |     8 +-
 plugins/sudoers/redblack.c              |    28 +-
 plugins/sudoers/set_perms.c             |    34 +-
 plugins/sudoers/solaris_audit.c         |     1 -
 plugins/sudoers/sssd.c                  |    69 +-
 plugins/sudoers/sudo_nss.c              |    14 +-
 plugins/sudoers/sudo_printf.c           |    62 +
 plugins/sudoers/sudoers.c               |    80 +-
 plugins/sudoers/sudoers.h               |    17 +-
 plugins/sudoers/sudoers_debug.c         |   145 ++
 plugins/sudoers/sudoers_debug.h         |    46 +
 plugins/sudoers/sudoreplay.c            |   122 +-
 plugins/sudoers/testsudoers.c           |    27 +-
 plugins/sudoers/timestamp.c             |    24 +-
 plugins/sudoers/toke.c                  |    16 +-
 plugins/sudoers/toke.l                  |    16 +-
 plugins/sudoers/toke_util.c             |    12 +-
 plugins/sudoers/visudo.c                |   159 +-
 plugins/sudoers/visudo_json.c           |    30 +-
 plugins/system_group/Makefile.in        |     7 +-
 po/cs.mo                                |   Bin 
 po/cs.po                                |   291 ++--
 po/da.mo                                |   Bin 
 po/da.po                                |   398 +++--
 po/de.mo                                |   Bin 
 po/de.po                                |   291 ++--
 po/eo.mo                                |   Bin 
 po/eo.po                                |   303 ++--
 po/fi.mo                                |   Bin 
 po/fi.po                                |   291 ++--
 po/it.mo                                |   Bin 
 po/it.po                                |   394 +++--
 po/nb.mo                                |   Bin 
 po/nb.po                                |   291 ++--
 po/nl.mo                                |   Bin 
 po/nl.po                                |   549 ++++----
 po/pl.mo                                |   Bin 
 po/pl.po                                |   285 ++--
 po/pt_BR.mo                             |   Bin 
 po/pt_BR.po                             |   295 ++--
 po/ru.mo                                |   Bin 
 po/ru.po                                |   291 ++--
 po/sudo.pot                             |   293 ++--
 po/uk.mo                                |   Bin 
 po/uk.po                                |   291 ++--
 po/vi.mo                                |   Bin 
 po/vi.po                                |   295 ++--
 po/zh_CN.mo                             |   Bin 
 po/zh_CN.po                             |   291 ++--
 src/Makefile.in                         |     5 +-
 src/conversation.c                      |    26 +
 src/exec.c                              |    37 +-
 src/exec_common.c                       |     2 +-
 src/exec_pty.c                          |    43 +-
 src/get_pty.c                           |     3 +-
 src/hooks.c                             |    56 +-
 src/load_plugins.c                      |    33 +-
 src/net_ifs.c                           |    75 +-
 src/parse_args.c                        |    94 +-
 src/preserve_fds.c                      |    16 +-
 src/regress/ttyname/check_ttyname.c     |     2 +
 src/selinux.c                           |     2 +-
 src/sesh.c                              |    10 +-
 src/signal.c                            |     2 +-
 src/solaris.c                           |     2 +-
 src/sudo.c                              |   178 ++-
 src/sudo.h                              |    11 +-
 src/sudo_edit.c                         |     4 +-
 src/sudo_plugin_int.h                   |     7 +-
 src/tgetpass.c                          |    16 +-
 src/ttyname.c                           |     8 +-
 src/utmp.c                              |     2 +-
 sudo.pp                                 |     8 +-
 266 files changed, 18398 insertions(+), 9327 deletions(-)


More information about the sudo-commits mailing list