[sudo-commits] sudo changeset 8063:b935e0f0a49e

Todd C. Miller Todd.Miller at courtesan.com
Wed May 16 09:53:06 EDT 2012


changeset:	8063:b935e0f0a49e in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/b935e0f0a49e
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue May 15 12:24:40 2012 -0400

Log Message:
	Merge sudo 1.8.5 from trunk

diffstat:

 MANIFEST                              |    27 +-
 Makefile.in                           |     8 +-
 NEWS                                  |    78 +
 aclocal.m4                            |    18 +
 common/Makefile.in                    |    16 +-
 common/alloc.c                        |    61 +-
 common/secure_path.c                  |    84 +
 common/setgroups.c                    |     4 +-
 common/sudo_conf.c                    |    95 +-
 common/sudo_debug.c                   |   270 +++-
 common/ttysize.c                      |    87 +
 compat/Makefile.in                    |     6 +-
 compat/dlopen.c                       |    29 +-
 compat/fnmatch.c                      |    18 +-
 compat/pw_dup.c                       |    10 +-
 compat/regress/glob/globtest.c        |     2 +-
 compat/setenv.c                       |    83 -
 compat/unsetenv.c                     |    76 -
 config.h.in                           |    57 +-
 configure                             |   422 +++++--
 configure.in                          |   100 +-
 doc/CONTRIBUTORS                      |     9 +-
 doc/LICENSE                           |     2 +-
 doc/TROUBLESHOOTING                   |    55 +-
 doc/sample.sudo.conf                  |     5 +-
 doc/sudo.cat                          |    11 +-
 doc/sudo.man.in                       |    12 +-
 doc/sudo.pod                          |    10 +-
 doc/sudo_plugin.cat                   |   341 ++++++-
 doc/sudo_plugin.man.in                |   381 ++++++-
 doc/sudo_plugin.pod                   |   386 ++++++-
 doc/sudoers.cat                       |   227 ++-
 doc/sudoers.ldap.cat                  |    10 +-
 doc/sudoers.ldap.man.in               |     2 +-
 doc/sudoers.man.in                    |   257 +++-
 doc/sudoers.pod                       |   304 +++--
 doc/sudoreplay.cat                    |    11 +-
 doc/sudoreplay.man.in                 |     9 +-
 doc/sudoreplay.pod                    |     7 +-
 doc/visudo.cat                        |     2 +-
 doc/visudo.man.in                     |     2 +-
 include/alloc.h                       |     2 +
 include/error.h                       |    28 +-
 include/missing.h                     |    20 +-
 include/secure_path.h                 |    31 +
 include/sudo_conf.h                   |     1 +
 include/sudo_debug.h                  |    73 +-
 include/sudo_plugin.h                 |    71 +-
 mkdep.pl                              |     2 +-
 mkpkg                                 |    18 +-
 plugins/sample/sample_plugin.c        |    13 +-
 plugins/sample_group/Makefile.in      |     5 +-
 plugins/sudoers/Makefile.in           |     8 +-
 plugins/sudoers/alias.c               |     4 +-
 plugins/sudoers/auth/aix_auth.c       |     2 +-
 plugins/sudoers/auth/bsdauth.c        |    10 +-
 plugins/sudoers/auth/kerb5.c          |    18 +-
 plugins/sudoers/auth/pam.c            |    93 +-
 plugins/sudoers/auth/sia.c            |     2 +-
 plugins/sudoers/auth/sudo_auth.c      |    10 +-
 plugins/sudoers/auth/sudo_auth.h      |     4 +-
 plugins/sudoers/bsm_audit.c           |    45 +-
 plugins/sudoers/check.c               |    54 +-
 plugins/sudoers/defaults.c            |     6 +-
 plugins/sudoers/env.c                 |   579 ++++++++--
 plugins/sudoers/getdate.c             |     4 +-
 plugins/sudoers/gram.c                |    44 +-
 plugins/sudoers/gram.y                |    38 +-
 plugins/sudoers/interfaces.c          |     2 +-
 plugins/sudoers/iolog.c               |    54 +-
 plugins/sudoers/ldap.c                |   376 ++++---
 plugins/sudoers/logging.c             |    51 +-
 plugins/sudoers/logging.h             |     6 +-
 plugins/sudoers/match.c               |    11 +-
 plugins/sudoers/mon_systrace.c        |   985 ------------------
 plugins/sudoers/parse.c               |     4 +-
 plugins/sudoers/po/da.mo              |   Bin 
 plugins/sudoers/po/da.po              |   457 ++++----
 plugins/sudoers/po/eo.mo              |   Bin 
 plugins/sudoers/po/eo.po              |   839 ++++++++-------
 plugins/sudoers/po/fi.mo              |   Bin 
 plugins/sudoers/po/fi.po              |   850 ++++++++-------
 plugins/sudoers/po/hr.mo              |   Bin 
 plugins/sudoers/po/hr.po              |  1731 +++++++++++++++++++++++++++++++++
 plugins/sudoers/po/ja.mo              |   Bin 
 plugins/sudoers/po/ja.po              |  1098 ++++++++++----------
 plugins/sudoers/po/lt.mo              |   Bin 
 plugins/sudoers/po/lt.po              |  1681 ++++++++++++++++++++++++++++++++
 plugins/sudoers/po/pl.mo              |   Bin 
 plugins/sudoers/po/pl.po              |   835 ++++++++-------
 plugins/sudoers/po/sudoers.pot        |   831 ++++++++-------
 plugins/sudoers/po/sv.mo              |   Bin 
 plugins/sudoers/po/sv.po              |  1694 ++++++++++++++++++++++++++++++++
 plugins/sudoers/po/uk.mo              |   Bin 
 plugins/sudoers/po/uk.po              |   847 ++++++++-------
 plugins/sudoers/po/zh_CN.mo           |   Bin 
 plugins/sudoers/po/zh_CN.po           |   862 ++++++++-------
 plugins/sudoers/pwutil.c              |   180 +-
 plugins/sudoers/set_perms.c           |   923 ++++++++++++++---
 plugins/sudoers/sudoers.c             |   283 +++--
 plugins/sudoers/sudoers.h             |    22 +-
 plugins/sudoers/sudoreplay.c          |   254 +++-
 plugins/sudoers/toke.c                |   183 ++-
 plugins/sudoers/toke.h                |     5 -
 plugins/sudoers/toke.l                |    49 +-
 plugins/sudoers/visudo.c              |    28 +-
 plugins/system_group/Makefile.in      |   127 ++
 plugins/system_group/system_group.c   |   171 +++
 plugins/system_group/system_group.sym |     1 +
 pp                                    |   218 +++-
 src/Makefile.in                       |    39 +-
 src/conversation.c                    |     2 +-
 src/env_hooks.c                       |   310 +++++
 src/exec.c                            |    46 +-
 src/exec_common.c                     |    95 +-
 src/exec_pty.c                        |   118 +-
 src/hooks.c                           |   280 +++++
 src/load_plugins.c                    |    16 +-
 src/parse_args.c                      |     2 +-
 src/po/da.mo                          |   Bin 
 src/po/da.po                          |   396 ++++---
 src/po/de.mo                          |   Bin 
 src/po/de.po                          |   786 ++++++++++++++
 src/po/eo.mo                          |   Bin 
 src/po/eo.po                          |   472 ++++----
 src/po/es.mo                          |   Bin 
 src/po/es.po                          |   256 ++-
 src/po/fi.mo                          |   Bin 
 src/po/fi.po                          |   494 +++++----
 src/po/gl.mo                          |   Bin 
 src/po/gl.po                          |   730 +++++++++++++
 src/po/hr.mo                          |   Bin 
 src/po/hr.po                          |   774 ++++++++++++++
 src/po/it.mo                          |   Bin 
 src/po/it.po                          |   394 ++++---
 src/po/ja.mo                          |   Bin 
 src/po/ja.po                          |   474 ++++----
 src/po/pl.mo                          |   Bin 
 src/po/pl.po                          |   471 ++++----
 src/po/ru.mo                          |   Bin 
 src/po/ru.po                          |   475 ++++----
 src/po/sr.mo                          |   Bin 
 src/po/sr.po                          |   476 ++++----
 src/po/sudo.pot                       |   316 +++--
 src/po/sv.mo                          |   Bin 
 src/po/sv.po                          |   757 ++++++++++++++
 src/po/uk.mo                          |   Bin 
 src/po/uk.po                          |   492 +++++----
 src/po/vi.mo                          |   Bin 
 src/po/vi.po                          |   787 +++++++++++++++
 src/po/zh_CN.mo                       |   Bin 
 src/po/zh_CN.po                       |   483 +++++----
 src/selinux.c                         |     1 +
 src/sudo.c                            |   188 ++-
 src/sudo.h                            |    19 +-
 src/sudo_edit.c                       |     4 +-
 src/sudo_noexec.c                     |    22 +
 src/sudo_plugin_int.h                 |    37 +-
 src/tgetpass.c                        |    14 +-
 src/ttyname.c                         |   391 ++++++-
 src/ttysize.c                         |    87 -
 src/utmp.c                            |     4 +-
 sudo.pp                               |     4 +-
 zlib/adler32.c                        |    70 +-
 zlib/crc32.c                          |    33 +-
 zlib/crc32.h                          |     2 +-
 zlib/deflate.c                        |   257 +++-
 zlib/deflate.h                        |    10 +-
 zlib/gzguts.h                         |    80 +-
 zlib/gzlib.c                          |    77 +-
 zlib/gzread.c                         |   413 +++----
 zlib/gzwrite.c                        |   150 ++-
 zlib/infback.c                        |    14 +-
 zlib/inffixed.h                       |     6 +-
 zlib/inflate.c                        |    71 +-
 zlib/inftrees.c                       |    46 +-
 zlib/trees.c                          |    40 +-
 zlib/zconf.h.in                       |   146 +-
 zlib/zlib.h                           |   277 +++-
 zlib/zutil.c                          |    31 +-
 zlib/zutil.h                          |    92 +-
 181 files changed, 23354 insertions(+), 9610 deletions(-)



More information about the sudo-commits mailing list