Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/krb4 import krb4 1.2



details:   https://anonhg.NetBSD.org/src/rev/d863251c72e7
branches:  trunk
changeset: 536252:d863251c72e7
user:      joda <joda%NetBSD.org@localhost>
date:      Thu Sep 12 12:22:01 2002 +0000

description:
import krb4 1.2

diffstat:

 crypto/dist/krb4/ChangeLog                          |    206 +-
 crypto/dist/krb4/Makefile.am                        |      3 +-
 crypto/dist/krb4/Makefile.am.common                 |     34 +-
 crypto/dist/krb4/Makefile.in                        |    531 +-
 crypto/dist/krb4/NEWS                               |     29 +
 crypto/dist/krb4/README                             |      2 +-
 crypto/dist/krb4/acconfig.h                         |      2 +-
 crypto/dist/krb4/acinclude.m4                       |      3 +-
 crypto/dist/krb4/aclocal.m4                         |   4629 +-
 crypto/dist/krb4/admin/Makefile.am                  |      3 +-
 crypto/dist/krb4/admin/Makefile.in                  |    558 +-
 crypto/dist/krb4/admin/adm_locl.h                   |      3 +-
 crypto/dist/krb4/admin/ext_srvtab.8                 |     74 +-
 crypto/dist/krb4/admin/kdb_destroy.8                |     41 +-
 crypto/dist/krb4/admin/kdb_destroy.c                |      3 +-
 crypto/dist/krb4/admin/kdb_edit.8                   |     52 +-
 crypto/dist/krb4/admin/kdb_edit.c                   |      3 +-
 crypto/dist/krb4/admin/kdb_init.8                   |     47 +-
 crypto/dist/krb4/admin/kdb_init.c                   |      3 +-
 crypto/dist/krb4/admin/kdb_util.8                   |     79 +-
 crypto/dist/krb4/admin/kstash.8                     |      3 +-
 crypto/dist/krb4/appl/Makefile.am                   |      3 +-
 crypto/dist/krb4/appl/Makefile.in                   |    378 +-
 crypto/dist/krb4/appl/afsutil/Makefile.am           |      3 +-
 crypto/dist/krb4/appl/afsutil/Makefile.in           |    497 +-
 crypto/dist/krb4/appl/afsutil/afslog.1              |      5 +-
 crypto/dist/krb4/appl/afsutil/aklog.c               |      3 +-
 crypto/dist/krb4/appl/afsutil/kstring2key.c         |      3 +-
 crypto/dist/krb4/appl/afsutil/pagsh.1               |      5 +-
 crypto/dist/krb4/appl/afsutil/pagsh.c               |      5 +-
 crypto/dist/krb4/appl/bsd/Makefile.am               |      5 +-
 crypto/dist/krb4/appl/bsd/Makefile.in               |    743 +-
 crypto/dist/krb4/appl/bsd/bsd_locl.h                |      4 +-
 crypto/dist/krb4/appl/bsd/encrypt.c                 |      3 +-
 crypto/dist/krb4/appl/bsd/forkpty.c                 |      3 +-
 crypto/dist/krb4/appl/bsd/klogin.c                  |      5 +-
 crypto/dist/krb4/appl/bsd/krcmd.c                   |      3 +-
 crypto/dist/krb4/appl/bsd/login_access.c            |      3 +-
 crypto/dist/krb4/appl/bsd/login_fbtab.c             |      3 +-
 crypto/dist/krb4/appl/bsd/osfc2.c                   |      3 +-
 crypto/dist/krb4/appl/bsd/rcmd_util.c               |      3 +-
 crypto/dist/krb4/appl/bsd/rcp.c                     |      3 +-
 crypto/dist/krb4/appl/bsd/rcp_util.c                |      3 +-
 crypto/dist/krb4/appl/bsd/rlogin.c                  |      5 +-
 crypto/dist/krb4/appl/bsd/rsh.c                     |      3 +-
 crypto/dist/krb4/appl/bsd/rshd.c                    |      3 +-
 crypto/dist/krb4/appl/bsd/stty_default.c            |      3 +-
 crypto/dist/krb4/appl/bsd/sysv_default.c            |      3 +-
 crypto/dist/krb4/appl/bsd/sysv_default.h            |      3 +-
 crypto/dist/krb4/appl/bsd/sysv_environ.c            |      3 +-
 crypto/dist/krb4/appl/bsd/sysv_shadow.c             |      3 +-
 crypto/dist/krb4/appl/bsd/sysv_shadow.h             |      3 +-
 crypto/dist/krb4/appl/bsd/tty.c                     |      3 +-
 crypto/dist/krb4/appl/bsd/utmp_login.c              |      3 +-
 crypto/dist/krb4/appl/bsd/utmpx_login.c             |      3 +-
 crypto/dist/krb4/appl/ftp/ChangeLog                 |     54 +
 crypto/dist/krb4/appl/ftp/Makefile.am               |      3 +-
 crypto/dist/krb4/appl/ftp/Makefile.in               |    372 +-
 crypto/dist/krb4/appl/ftp/common/Makefile.am        |      3 +-
 crypto/dist/krb4/appl/ftp/common/Makefile.in        |    408 +-
 crypto/dist/krb4/appl/ftp/common/buffer.c           |      3 +-
 crypto/dist/krb4/appl/ftp/common/common.h           |      3 +-
 crypto/dist/krb4/appl/ftp/common/sockbuf.c          |      3 +-
 crypto/dist/krb4/appl/ftp/ftp/Makefile.am           |      3 +-
 crypto/dist/krb4/appl/ftp/ftp/Makefile.in           |    493 +-
 crypto/dist/krb4/appl/ftp/ftp/cmds.c                |      3 +-
 crypto/dist/krb4/appl/ftp/ftp/domacro.c             |      3 +-
 crypto/dist/krb4/appl/ftp/ftp/extern.h              |      3 +-
 crypto/dist/krb4/appl/ftp/ftp/ftp.1                 |     10 +-
 crypto/dist/krb4/appl/ftp/ftp/ftp.c                 |     50 +-
 crypto/dist/krb4/appl/ftp/ftp/ftp_locl.h            |      3 +-
 crypto/dist/krb4/appl/ftp/ftp/globals.c             |      3 +-
 crypto/dist/krb4/appl/ftp/ftp/gssapi.c              |     38 +-
 crypto/dist/krb4/appl/ftp/ftp/kauth.c               |      3 +-
 crypto/dist/krb4/appl/ftp/ftp/krb4.c                |      3 +-
 crypto/dist/krb4/appl/ftp/ftp/main.c                |     96 +-
 crypto/dist/krb4/appl/ftp/ftp/ruserpass.c           |      3 +-
 crypto/dist/krb4/appl/ftp/ftp/security.c            |      7 +-
 crypto/dist/krb4/appl/ftp/ftp/security.h            |      3 +-
 crypto/dist/krb4/appl/ftp/ftpd/Makefile.am          |      3 +-
 crypto/dist/krb4/appl/ftp/ftpd/Makefile.in          |    554 +-
 crypto/dist/krb4/appl/ftp/ftpd/extern.h             |      2 +-
 crypto/dist/krb4/appl/ftp/ftpd/ftpcmd.y             |      5 +-
 crypto/dist/krb4/appl/ftp/ftpd/ftpd.8               |     82 +-
 crypto/dist/krb4/appl/ftp/ftpd/ftpd.c               |     20 +-
 crypto/dist/krb4/appl/ftp/ftpd/ftpd_locl.h          |      3 +-
 crypto/dist/krb4/appl/ftp/ftpd/ftpusers.5           |      6 +-
 crypto/dist/krb4/appl/ftp/ftpd/gss_userok.c         |      3 +-
 crypto/dist/krb4/appl/ftp/ftpd/kauth.c              |      3 +-
 crypto/dist/krb4/appl/ftp/ftpd/logwtmp.c            |      3 +-
 crypto/dist/krb4/appl/ftp/ftpd/ls.c                 |     49 +-
 crypto/dist/krb4/appl/ftp/ftpd/pathnames.h          |     12 +-
 crypto/dist/krb4/appl/ftp/ftpd/popen.c              |      7 +-
 crypto/dist/krb4/appl/kauth/ChangeLog               |      6 +
 crypto/dist/krb4/appl/kauth/Makefile.am             |      5 +-
 crypto/dist/krb4/appl/kauth/Makefile.in             |    558 +-
 crypto/dist/krb4/appl/kauth/encdata.c               |      3 +-
 crypto/dist/krb4/appl/kauth/kauth.1                 |     14 +-
 crypto/dist/krb4/appl/kauth/kauth.h                 |      3 +-
 crypto/dist/krb4/appl/kauth/kauthd.8                |      5 +-
 crypto/dist/krb4/appl/kauth/kauthd.c                |      3 +-
 crypto/dist/krb4/appl/kauth/ksrvtgt.1               |      3 +-
 crypto/dist/krb4/appl/kauth/ksrvtgt.in              |      3 +-
 crypto/dist/krb4/appl/kauth/marshall.c              |      3 +-
 crypto/dist/krb4/appl/kip/Makefile.am               |      5 +-
 crypto/dist/krb4/appl/kip/Makefile.in               |    504 +-
 crypto/dist/krb4/appl/kip/common.c                  |      3 +-
 crypto/dist/krb4/appl/kip/kip-join-network.in       |      3 +-
 crypto/dist/krb4/appl/kip/kip.c                     |      3 +-
 crypto/dist/krb4/appl/kip/kip.h                     |      3 +-
 crypto/dist/krb4/appl/kip/kipd-control.in           |      3 +-
 crypto/dist/krb4/appl/kx/ChangeLog                  |     16 +
 crypto/dist/krb4/appl/kx/Makefile.am                |      3 +-
 crypto/dist/krb4/appl/kx/Makefile.in                |    615 +-
 crypto/dist/krb4/appl/kx/common.c                   |      7 +-
 crypto/dist/krb4/appl/kx/context.c                  |      3 +-
 crypto/dist/krb4/appl/kx/krb5.c                     |     23 +-
 crypto/dist/krb4/appl/kx/kx.1                       |      5 +-
 crypto/dist/krb4/appl/kx/kx.c                       |      3 +-
 crypto/dist/krb4/appl/kx/kx.h                       |      3 +-
 crypto/dist/krb4/appl/kx/kxd.8                      |      5 +-
 crypto/dist/krb4/appl/kx/kxd.c                      |      3 +-
 crypto/dist/krb4/appl/kx/rxtelnet.1                 |      5 +-
 crypto/dist/krb4/appl/kx/rxtelnet.in                |      6 +-
 crypto/dist/krb4/appl/kx/rxterm.1                   |      5 +-
 crypto/dist/krb4/appl/kx/rxterm.in                  |      6 +-
 crypto/dist/krb4/appl/kx/tenletxr.1                 |      5 +-
 crypto/dist/krb4/appl/kx/tenletxr.in                |      3 +-
 crypto/dist/krb4/appl/kx/writeauth.c                |      3 +-
 crypto/dist/krb4/appl/movemail/Makefile.am          |      3 +-
 crypto/dist/krb4/appl/movemail/Makefile.in          |    459 +-
 crypto/dist/krb4/appl/movemail/movemail.8           |      5 +-
 crypto/dist/krb4/appl/movemail/movemail.c           |      2 +
 crypto/dist/krb4/appl/movemail/pop.c                |      2 +-
 crypto/dist/krb4/appl/otp/Makefile.am               |      3 +-
 crypto/dist/krb4/appl/otp/Makefile.in               |    474 +-
 crypto/dist/krb4/appl/otp/otp.1                     |      5 +-
 crypto/dist/krb4/appl/otp/otp_locl.h                |      3 +-
 crypto/dist/krb4/appl/otp/otpprint.1                |      5 +-
 crypto/dist/krb4/appl/otp/otpprint.c                |      3 +-
 crypto/dist/krb4/appl/popper/ChangeLog              |     18 +
 crypto/dist/krb4/appl/popper/Makefile.am            |      3 +-
 crypto/dist/krb4/appl/popper/Makefile.in            |    507 +-
 crypto/dist/krb4/appl/popper/maildir.c              |      3 +-
 crypto/dist/krb4/appl/popper/pop_auth.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_debug.c            |      9 +-
 crypto/dist/krb4/appl/popper/pop_dele.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_dropcopy.c         |      6 +-
 crypto/dist/krb4/appl/popper/pop_dropinfo.c         |      3 +-
 crypto/dist/krb4/appl/popper/pop_get_command.c      |     38 +-
 crypto/dist/krb4/appl/popper/pop_init.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_last.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_list.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_log.c              |      3 +-
 crypto/dist/krb4/appl/popper/pop_msg.c              |      3 +-
 crypto/dist/krb4/appl/popper/pop_parse.c            |      3 +-
 crypto/dist/krb4/appl/popper/pop_pass.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_quit.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_rset.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_send.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_stat.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_uidl.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_updt.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_user.c             |      3 +-
 crypto/dist/krb4/appl/popper/pop_xover.c            |      3 +-
 crypto/dist/krb4/appl/popper/popper.8               |     17 +-
 crypto/dist/krb4/appl/popper/popper.c               |      6 +-
 crypto/dist/krb4/appl/popper/popper.h               |      5 +-
 crypto/dist/krb4/appl/popper/version.h              |      3 +-
 crypto/dist/krb4/appl/push/Makefile.am              |      3 +-
 crypto/dist/krb4/appl/push/Makefile.in              |    505 +-
 crypto/dist/krb4/appl/push/pfrom.1                  |      5 +-
 crypto/dist/krb4/appl/push/pfrom.in                 |      3 +-
 crypto/dist/krb4/appl/push/push.8                   |     23 +-
 crypto/dist/krb4/appl/push/push.c                   |      3 +-
 crypto/dist/krb4/appl/push/push_locl.h              |      3 +-
 crypto/dist/krb4/appl/sample/Makefile.am            |      5 +-
 crypto/dist/krb4/appl/sample/Makefile.in            |    537 +-
 crypto/dist/krb4/appl/sample/sample.h               |      3 +-
 crypto/dist/krb4/appl/sample/sample_client.c        |      3 +-
 crypto/dist/krb4/appl/sample/sample_server.c        |      3 +-
 crypto/dist/krb4/appl/sample/simple_client.c        |      3 +-
 crypto/dist/krb4/appl/sample/simple_server.c        |      3 +-
 crypto/dist/krb4/appl/telnet/ChangeLog              |     47 +
 crypto/dist/krb4/appl/telnet/Makefile.am            |      3 +-
 crypto/dist/krb4/appl/telnet/Makefile.in            |    372 +-
 crypto/dist/krb4/appl/telnet/libtelnet/Makefile.am  |      3 +-
 crypto/dist/krb4/appl/telnet/libtelnet/Makefile.in  |    412 +-
 crypto/dist/krb4/appl/telnet/libtelnet/auth-proto.h |      5 +-
 crypto/dist/krb4/appl/telnet/libtelnet/auth.c       |      6 +-
 crypto/dist/krb4/appl/telnet/libtelnet/auth.h       |      3 +-
 crypto/dist/krb4/appl/telnet/libtelnet/enc-proto.h  |      4 +-
 crypto/dist/krb4/appl/telnet/libtelnet/enc_des.c    |      3 +-
 crypto/dist/krb4/appl/telnet/libtelnet/encrypt.c    |     10 +-
 crypto/dist/krb4/appl/telnet/libtelnet/encrypt.h    |      3 +-
 crypto/dist/krb4/appl/telnet/libtelnet/genget.c     |      3 +-
 crypto/dist/krb4/appl/telnet/libtelnet/kerberos.c   |      3 +-
 crypto/dist/krb4/appl/telnet/libtelnet/kerberos5.c  |     33 +-
 crypto/dist/krb4/appl/telnet/libtelnet/krb4encpwd.c |      3 +-
 crypto/dist/krb4/appl/telnet/libtelnet/misc-proto.h |      3 +-
 crypto/dist/krb4/appl/telnet/libtelnet/misc.c       |      3 +-
 crypto/dist/krb4/appl/telnet/libtelnet/rsaencpwd.c  |      5 +-
 crypto/dist/krb4/appl/telnet/libtelnet/spx.c        |      3 +-
 crypto/dist/krb4/appl/telnet/telnet/Makefile.am     |      3 +-
 crypto/dist/krb4/appl/telnet/telnet/Makefile.in     |    481 +-
 crypto/dist/krb4/appl/telnet/telnet/authenc.c       |     12 +-
 crypto/dist/krb4/appl/telnet/telnet/commands.c      |     34 +-
 crypto/dist/krb4/appl/telnet/telnet/externs.h       |      8 +-
 crypto/dist/krb4/appl/telnet/telnet/main.c          |     87 +-
 crypto/dist/krb4/appl/telnet/telnet/network.c       |      3 +-
 crypto/dist/krb4/appl/telnet/telnet/ring.c          |      3 +-
 crypto/dist/krb4/appl/telnet/telnet/ring.h          |      3 +-
 crypto/dist/krb4/appl/telnet/telnet/sys_bsd.c       |     15 +-
 crypto/dist/krb4/appl/telnet/telnet/telnet.1        |     96 +-
 crypto/dist/krb4/appl/telnet/telnet/telnet.c        |     76 +-
 crypto/dist/krb4/appl/telnet/telnet/telnet_locl.h   |      7 +-
 crypto/dist/krb4/appl/telnet/telnet/terminal.c      |      3 +-
 crypto/dist/krb4/appl/telnet/telnet/utilities.c     |      3 +-
 crypto/dist/krb4/appl/telnet/telnetd/Makefile.am    |      3 +-
 crypto/dist/krb4/appl/telnet/telnetd/Makefile.in    |    483 +-
 crypto/dist/krb4/appl/telnet/telnetd/authenc.c      |      3 +-
 crypto/dist/krb4/appl/telnet/telnetd/ext.h          |      3 +-
 crypto/dist/krb4/appl/telnet/telnetd/global.c       |      3 +-
 crypto/dist/krb4/appl/telnet/telnetd/slc.c          |      3 +-
 crypto/dist/krb4/appl/telnet/telnetd/state.c        |      3 +-
 crypto/dist/krb4/appl/telnet/telnetd/sys_term.c     |      3 +-
 crypto/dist/krb4/appl/telnet/telnetd/telnetd.8      |     10 +-
 crypto/dist/krb4/appl/telnet/telnetd/telnetd.c      |     12 +-
 crypto/dist/krb4/appl/telnet/telnetd/termstat.c     |      3 +-
 crypto/dist/krb4/appl/telnet/telnetd/utility.c      |      3 +-
 crypto/dist/krb4/appl/voodoo/AuthOption.cpp         |      3 +-
 crypto/dist/krb4/appl/voodoo/CharStream.cpp         |      3 +-
 crypto/dist/krb4/appl/voodoo/CryptoEngine.cpp       |      3 +-
 crypto/dist/krb4/appl/voodoo/DenyAllOption.cpp      |      3 +-
 crypto/dist/krb4/appl/voodoo/EmulatorEngine.cpp     |      3 +-
 crypto/dist/krb4/appl/voodoo/EncryptOption.cpp      |      3 +-
 crypto/dist/krb4/appl/voodoo/Negotiator.cpp         |      3 +-
 crypto/dist/krb4/appl/voodoo/Option.cpp             |      3 +-
 crypto/dist/krb4/appl/voodoo/TelnetApp.cpp          |      3 +-
 crypto/dist/krb4/appl/voodoo/TelnetEngine.cpp       |      3 +-
 crypto/dist/krb4/appl/voodoo/TelnetSession.cpp      |      3 +-
 crypto/dist/krb4/appl/voodoo/TerminalEngine.cpp     |      3 +-
 crypto/dist/krb4/appl/voodoo/WinSizeOption.cpp      |      3 +-
 crypto/dist/krb4/appl/voodoo/YesNoOptions.cpp       |      3 +-
 crypto/dist/krb4/appl/xnlock/ChangeLog              |      4 +
 crypto/dist/krb4/appl/xnlock/Makefile.am            |      3 +-
 crypto/dist/krb4/appl/xnlock/Makefile.in            |    480 +-
 crypto/dist/krb4/appl/xnlock/xnlock.c               |      6 +-
 crypto/dist/krb4/cf/ChangeLog                       |    205 +
 crypto/dist/krb4/cf/Makefile.am.common              |     45 +-
 crypto/dist/krb4/cf/aix.m4                          |     47 +-
 crypto/dist/krb4/cf/auth-modules.m4                 |     37 +-
 crypto/dist/krb4/cf/broken-getaddrinfo.m4           |      5 +-
 crypto/dist/krb4/cf/broken-getnameinfo.m4           |      3 +-
 crypto/dist/krb4/cf/broken-glob.m4                  |      3 +-
 crypto/dist/krb4/cf/broken-realloc.m4               |      3 +-
 crypto/dist/krb4/cf/broken-snprintf.m4              |      3 +-
 crypto/dist/krb4/cf/broken.m4                       |     21 +-
 crypto/dist/krb4/cf/broken2.m4                      |     30 +-
 crypto/dist/krb4/cf/c-attribute.m4                  |      3 +-
 crypto/dist/krb4/cf/c-function.m4                   |      3 +-
 crypto/dist/krb4/cf/capabilities.m4                 |      3 +-
 crypto/dist/krb4/cf/check-compile-et.m4             |      3 +-
 crypto/dist/krb4/cf/check-declaration.m4            |      3 +-
 crypto/dist/krb4/cf/check-getpwnam_r-posix.m4       |      3 +-
 crypto/dist/krb4/cf/check-man.m4                    |      3 +-
 crypto/dist/krb4/cf/check-netinet-ip-and-tcp.m4     |      3 +-
 crypto/dist/krb4/cf/check-type-extra.m4             |      3 +-
 crypto/dist/krb4/cf/check-var.m4                    |      3 +-
 crypto/dist/krb4/cf/check-x.m4                      |      3 +-
 crypto/dist/krb4/cf/check-xau.m4                    |      3 +-
 crypto/dist/krb4/cf/crypto.m4                       |    160 +-
 crypto/dist/krb4/cf/db.m4                           |     84 +-
 crypto/dist/krb4/cf/destdirs.m4                     |     19 +
 crypto/dist/krb4/cf/dlopen.m4                       |      9 +
 crypto/dist/krb4/cf/find-func-no-libs.m4            |      3 +-
 crypto/dist/krb4/cf/find-func-no-libs2.m4           |      3 +-
 crypto/dist/krb4/cf/find-func.m4                    |      3 +-
 crypto/dist/krb4/cf/find-if-not-broken.m4           |      8 +-
 crypto/dist/krb4/cf/grok-type.m4                    |      2 +-
 crypto/dist/krb4/cf/have-pragma-weak.m4             |      3 +-
 crypto/dist/krb4/cf/have-struct-field.m4            |      3 +-
 crypto/dist/krb4/cf/have-type.m4                    |      3 +-
 crypto/dist/krb4/cf/have-types.m4                   |      3 +-
 crypto/dist/krb4/cf/install-catman.sh               |      5 +-
 crypto/dist/krb4/cf/irix.m4                         |     27 +
 crypto/dist/krb4/cf/krb-bigendian.m4                |     16 +-
 crypto/dist/krb4/cf/krb-func-getcwd-broken.m4       |      6 +-
 crypto/dist/krb4/cf/krb-func-getlogin.m4            |      3 +-
 crypto/dist/krb4/cf/krb-ipv6.m4                     |     14 +-
 crypto/dist/krb4/cf/krb-irix.m4                     |      2 +-
 crypto/dist/krb4/cf/krb-prog-ln-s.m4                |      3 +-
 crypto/dist/krb4/cf/krb-prog-ranlib.m4              |      3 +-
 crypto/dist/krb4/cf/krb-prog-yacc.m4                |      3 +-
 crypto/dist/krb4/cf/krb-readline.m4                 |     13 +-
 crypto/dist/krb4/cf/krb-struct-spwd.m4              |      3 +-
 crypto/dist/krb4/cf/krb-struct-winsize.m4           |      3 +-
 crypto/dist/krb4/cf/krb-sys-aix.m4                  |      3 +-
 crypto/dist/krb4/cf/krb-sys-nextstep.m4             |      6 +-
 crypto/dist/krb4/cf/krb-version.m4                  |     10 +-
 crypto/dist/krb4/cf/make-proto.pl                   |     69 +-
 crypto/dist/krb4/cf/mips-abi.m4                     |      5 +-
 crypto/dist/krb4/cf/misc.m4                         |     21 +-
 crypto/dist/krb4/cf/need-proto.m4                   |      8 +-
 crypto/dist/krb4/cf/osfc2.m4                        |      5 +-
 crypto/dist/krb4/cf/otp.m4                          |     28 +
 crypto/dist/krb4/cf/proto-compat.m4                 |      3 +-
 crypto/dist/krb4/cf/retsigtype.m4                   |      3 +-
 crypto/dist/krb4/cf/roken-frag.m4                   |    116 +-
 crypto/dist/krb4/cf/roken.m4                        |      5 +-
 crypto/dist/krb4/cf/sunos.m4                        |     26 +
 crypto/dist/krb4/cf/telnet.m4                       |     79 +
 crypto/dist/krb4/cf/test-package.m4                 |    157 +-
 crypto/dist/krb4/cf/wflags.m4                       |      3 +-
 crypto/dist/krb4/cf/with-all.m4                     |      3 +-
 crypto/dist/krb4/compile                            |     99 +
 crypto/dist/krb4/config.guess                       |    258 +-
 crypto/dist/krb4/config.sub                         |    150 +-
 crypto/dist/krb4/configure                          |  43370 +++++++++++------
 crypto/dist/krb4/configure.in                       |    448 +-
 crypto/dist/krb4/doc/Makefile.am                    |     10 +-
 crypto/dist/krb4/doc/Makefile.in                    |    438 +-
 crypto/dist/krb4/etc/inetd.conf.changes.in          |      3 +-
 crypto/dist/krb4/etc/services.append                |      3 +-
 crypto/dist/krb4/include/Makefile.am                |     14 +-
 crypto/dist/krb4/include/Makefile.in                |    464 +-
 crypto/dist/krb4/include/bits.c                     |      5 +-
 crypto/dist/krb4/include/config.h.in                |    922 +-
 crypto/dist/krb4/include/sys/Makefile.am            |      3 +-
 crypto/dist/krb4/include/sys/Makefile.in            |    316 +-
 crypto/dist/krb4/include/win32/roken.h              |      3 +-
 crypto/dist/krb4/include/win32/winconf.sh           |      3 +-
 crypto/dist/krb4/install-sh                         |     37 +-
 crypto/dist/krb4/kadmin/Makefile.am                 |      3 +-
 crypto/dist/krb4/kadmin/Makefile.in                 |    601 +-
 crypto/dist/krb4/kadmin/admin_server.c              |     33 +-
 crypto/dist/krb4/kadmin/kadm_funcs.c                |      3 +-
 crypto/dist/krb4/kadmin/kadm_locl.h                 |      5 +-
 crypto/dist/krb4/kadmin/kadm_ser_wrap.c             |     19 +-
 crypto/dist/krb4/kadmin/kadm_server.c               |      3 +-
 crypto/dist/krb4/kadmin/kadm_server.h               |      3 +-
 crypto/dist/krb4/kadmin/kadmin.8                    |      5 +-
 crypto/dist/krb4/kadmin/kadmin.c                    |      5 +-
 crypto/dist/krb4/kadmin/kadmind.8                   |     12 +-
 crypto/dist/krb4/kadmin/kpasswd.1                   |      3 +-
 crypto/dist/krb4/kadmin/kpasswd.c                   |      3 +-
 crypto/dist/krb4/kadmin/ksrvutil.8                  |      7 +-
 crypto/dist/krb4/kadmin/new_pwd.c                   |      3 +-
 crypto/dist/krb4/kadmin/pw_check.c                  |      3 +-
 crypto/dist/krb4/kadmin/random_password.c           |      3 +-
 crypto/dist/krb4/kuser/Makefile.am                  |      5 +-
 crypto/dist/krb4/kuser/Makefile.in                  |    489 +-
 crypto/dist/krb4/kuser/kdestroy.1                   |      3 +-
 crypto/dist/krb4/kuser/kdestroy.c                   |      3 +-
 crypto/dist/krb4/kuser/kinit.1                      |      3 +-
 crypto/dist/krb4/kuser/kinit.c                      |      3 +-
 crypto/dist/krb4/kuser/klist.1                      |      3 +-
 crypto/dist/krb4/kuser/klist.c                      |     10 +-
 crypto/dist/krb4/kuser/kuser_locl.h                 |      3 +-
 crypto/dist/krb4/lib/Makefile.am                    |      3 +-
 crypto/dist/krb4/lib/Makefile.in                    |    378 +-
 crypto/dist/krb4/lib/acl/Makefile.am                |      7 +-
 crypto/dist/krb4/lib/acl/Makefile.in                |    461 +-
 crypto/dist/krb4/lib/acl/acl.h                      |      3 +-
 crypto/dist/krb4/lib/acl/acl_check.3                |      3 +-
 crypto/dist/krb4/lib/acl/acl_files.c                |      3 +-
 crypto/dist/krb4/lib/auth/ChangeLog                 |      8 +
 crypto/dist/krb4/lib/auth/Makefile.am               |      3 +-
 crypto/dist/krb4/lib/auth/Makefile.in               |    370 +-
 crypto/dist/krb4/lib/auth/afskauthlib/Makefile.am   |      3 +-
 crypto/dist/krb4/lib/auth/afskauthlib/Makefile.in   |    330 +-
 crypto/dist/krb4/lib/auth/afskauthlib/verify.c      |      3 +-
 crypto/dist/krb4/lib/auth/pam/Makefile.am           |     63 +-
 crypto/dist/krb4/lib/auth/pam/Makefile.in           |    385 +-
 crypto/dist/krb4/lib/auth/sia/Makefile.am           |      5 +-
 crypto/dist/krb4/lib/auth/sia/Makefile.in           |    350 +-
 crypto/dist/krb4/lib/auth/sia/krb4+c2_matrix.conf   |      3 +-
 crypto/dist/krb4/lib/auth/sia/krb4_matrix.conf      |      3 +-
 crypto/dist/krb4/lib/auth/sia/krb5+c2_matrix.conf   |      3 +-
 crypto/dist/krb4/lib/auth/sia/krb5_matrix.conf      |      3 +-
 crypto/dist/krb4/lib/auth/sia/make-rpath            |      3 +-
 crypto/dist/krb4/lib/auth/sia/posix_getpw.c         |      3 +-
 crypto/dist/krb4/lib/auth/sia/sia.c                 |      3 +-
 crypto/dist/krb4/lib/auth/sia/sia_locl.h            |      3 +-
 crypto/dist/krb4/lib/com_err/ChangeLog              |     17 +
 crypto/dist/krb4/lib/com_err/Makefile.am            |      5 +-
 crypto/dist/krb4/lib/com_err/Makefile.in            |    560 +-
 crypto/dist/krb4/lib/com_err/com_err.c              |     13 +-
 crypto/dist/krb4/lib/com_err/com_err.h              |      3 +-
 crypto/dist/krb4/lib/com_err/com_right.h            |      3 +-
 crypto/dist/krb4/lib/com_err/compile_et.c           |     27 +-
 crypto/dist/krb4/lib/com_err/compile_et.h           |      3 +-
 crypto/dist/krb4/lib/com_err/error.c                |      3 +-
 crypto/dist/krb4/lib/com_err/lex.h                  |      3 +-
 crypto/dist/krb4/lib/com_err/lex.l                  |      3 +-
 crypto/dist/krb4/lib/com_err/parse.y                |      3 +-
 crypto/dist/krb4/lib/com_err/roken_rename.h         |      3 +-
 crypto/dist/krb4/lib/des/ChangeLog                  |      4 +
 crypto/dist/krb4/lib/des/Makefile.am                |      3 +-
 crypto/dist/krb4/lib/des/Makefile.in                |    649 +-
 crypto/dist/krb4/lib/des/des.1                      |      4 +-
 crypto/dist/krb4/lib/des/des_crypt.3                |      3 +-
 crypto/dist/krb4/lib/des/dllmain.c                  |      3 +-
 crypto/dist/krb4/lib/des/hash.h                     |      3 +-
 crypto/dist/krb4/lib/des/md4.c                      |      3 +-
 crypto/dist/krb4/lib/des/md4.h                      |      3 +-
 crypto/dist/krb4/lib/des/md5.c                      |      3 +-
 crypto/dist/krb4/lib/des/md5.h                      |      3 +-
 crypto/dist/krb4/lib/des/md5crypt_test.c            |      3 +-
 crypto/dist/krb4/lib/des/mdtest.c                   |    324 +-
 crypto/dist/krb4/lib/des/passwd_dlg.c               |      3 +-
 crypto/dist/krb4/lib/des/passwd_dlg.h               |      3 +-
 crypto/dist/krb4/lib/des/rc4.h                      |      3 +-
 crypto/dist/krb4/lib/des/rc4_enc.c                  |      3 +-
 crypto/dist/krb4/lib/des/rc4_skey.c                 |      3 +-
 crypto/dist/krb4/lib/des/read_pwd.c                 |      4 +
 crypto/dist/krb4/lib/des/rnd_keys.c                 |      3 +-
 crypto/dist/krb4/lib/des/sha.c                      |      3 +-
 crypto/dist/krb4/lib/des/sha.h                      |      3 +-
 crypto/dist/krb4/lib/editline/ChangeLog             |      5 +
 crypto/dist/krb4/lib/editline/Makefile.am           |      6 +-
 crypto/dist/krb4/lib/editline/Makefile.in           |    533 +-
 crypto/dist/krb4/lib/editline/complete.c            |      3 +-
 crypto/dist/krb4/lib/editline/edit_compat.c         |      3 +-
 crypto/dist/krb4/lib/editline/edit_compat.h         |      3 +-
 crypto/dist/krb4/lib/editline/editline.c            |      3 +-
 crypto/dist/krb4/lib/editline/roken_rename.h        |      3 +-
 crypto/dist/krb4/lib/editline/sysunix.c             |      3 +-
 crypto/dist/krb4/lib/editline/testit.c              |     50 +-
 crypto/dist/krb4/lib/kadm/Makefile.am               |      7 +-
 crypto/dist/krb4/lib/kadm/Makefile.in               |    436 +-
 crypto/dist/krb4/lib/kadm/check_password.c          |      3 +-
 crypto/dist/krb4/lib/kadm/kadm_err.et               |      5 +-
 crypto/dist/krb4/lib/kadm/kadm_stream.c             |      3 +-
 crypto/dist/krb4/lib/kadm/kadm_supp.c               |      3 +-
 crypto/dist/krb4/lib/kafs/ChangeLog                 |     41 +
 crypto/dist/krb4/lib/kafs/Makefile.am               |     18 +-
 crypto/dist/krb4/lib/kafs/Makefile.in               |    872 +-
 crypto/dist/krb4/lib/kafs/afskrb.c                  |      9 +-
 crypto/dist/krb4/lib/kafs/afskrb5.c                 |      3 +-
 crypto/dist/krb4/lib/kafs/afslib.c                  |      3 +-
 crypto/dist/krb4/lib/kafs/afssys.c                  |      3 +-
 crypto/dist/krb4/lib/kafs/afssysdefs.h              |      3 +-
 crypto/dist/krb4/lib/kafs/common.c                  |     10 +-
 crypto/dist/krb4/lib/kafs/kafs.h                    |      3 +-
 crypto/dist/krb4/lib/kafs/kafs_locl.h               |      3 +-
 crypto/dist/krb4/lib/kafs/roken_rename.h            |     27 +-
 crypto/dist/krb4/lib/kclient/KClient.c              |      3 +-
 crypto/dist/krb4/lib/kclient/KClient.h              |      3 +-
 crypto/dist/krb4/lib/kclient/passwd_dlg.c           |      3 +-
 crypto/dist/krb4/lib/kclient/passwd_dlg.h           |      3 +-
 crypto/dist/krb4/lib/kdb/Makefile.am                |     24 +-
 crypto/dist/krb4/lib/kdb/Makefile.in                |    455 +-
 crypto/dist/krb4/lib/kdb/copykey.c                  |      3 +-
 crypto/dist/krb4/lib/kdb/krb_cache.c                |      3 +-
 crypto/dist/krb4/lib/kdb/krb_dbm.c                  |      6 +-
 crypto/dist/krb4/lib/kdb/krb_lib.c                  |      3 +-
 crypto/dist/krb4/lib/kdb/print_princ.c              |      3 +-
 crypto/dist/krb4/lib/krb/Makefile.am                |     18 +-
 crypto/dist/krb4/lib/krb/Makefile.in                |    613 +-
 crypto/dist/krb4/lib/krb/check_time.c               |      3 +-
 crypto/dist/krb4/lib/krb/cr_err_reply.c             |      3 +-
 crypto/dist/krb4/lib/krb/create_auth_reply.c        |      3 +-
 crypto/dist/krb4/lib/krb/create_ciph.c              |      3 +-
 crypto/dist/krb4/lib/krb/create_death_packet.c      |      3 +-
 crypto/dist/krb4/lib/krb/create_ticket.c            |      3 +-
 crypto/dist/krb4/lib/krb/debug_decl.c               |      3 +-
 crypto/dist/krb4/lib/krb/defaults.c                 |      3 +-
 crypto/dist/krb4/lib/krb/dest_tkt.c                 |      3 +-
 crypto/dist/krb4/lib/krb/dllmain.c                  |      3 +-
 crypto/dist/krb4/lib/krb/get_ad_tkt.c               |      3 +-
 crypto/dist/krb4/lib/krb/get_cred.c                 |      3 +-
 crypto/dist/krb4/lib/krb/get_default_principal.c    |      3 +-
 crypto/dist/krb4/lib/krb/get_host.c                 |      6 +-
 crypto/dist/krb4/lib/krb/get_in_tkt.c               |      7 +-
 crypto/dist/krb4/lib/krb/get_svc_in_tkt.c           |      3 +-
 crypto/dist/krb4/lib/krb/get_tf_fullname.c          |      3 +-
 crypto/dist/krb4/lib/krb/get_tf_realm.c             |      3 +-
 crypto/dist/krb4/lib/krb/getaddrs.c                 |      3 +-
 crypto/dist/krb4/lib/krb/getfile.c                  |      3 +-
 crypto/dist/krb4/lib/krb/getrealm.c                 |      3 +-
 crypto/dist/krb4/lib/krb/getst.c                    |      3 +-
 crypto/dist/krb4/lib/krb/k_getport.c                |      3 +-
 crypto/dist/krb4/lib/krb/k_getsockinst.c            |      3 +-
 crypto/dist/krb4/lib/krb/k_localtime.c              |      3 +-
 crypto/dist/krb4/lib/krb/kerberos.1                 |      3 +-
 crypto/dist/krb4/lib/krb/kerberos.3                 |      3 +-
 crypto/dist/krb4/lib/krb/kntoln.c                   |      3 +-
 crypto/dist/krb4/lib/krb/krb.conf.5                 |      5 +-
 crypto/dist/krb4/lib/krb/krb.extra.5                |      5 +-
 crypto/dist/krb4/lib/krb/krb.realms.5               |      3 +-
 crypto/dist/krb4/lib/krb/krb_check_auth.c           |      3 +-
 crypto/dist/krb4/lib/krb/krb_equiv.c                |      3 +-
 crypto/dist/krb4/lib/krb/krb_err_txt.c              |      3 +-
 crypto/dist/krb4/lib/krb/krb_get_in_tkt.c           |      3 +-
 crypto/dist/krb4/lib/krb/krb_ip_realm.c             |      3 +-
 crypto/dist/krb4/lib/krb/krb_log.h                  |      3 +-
 crypto/dist/krb4/lib/krb/krb_net_read.c             |      3 +-
 crypto/dist/krb4/lib/krb/krb_net_write.c            |      3 +-
 crypto/dist/krb4/lib/krb/krb_realmofhost.3          |      3 +-
 crypto/dist/krb4/lib/krb/krb_sendauth.3             |      3 +-
 crypto/dist/krb4/lib/krb/krb_set_tkt_string.3       |      3 +-
 crypto/dist/krb4/lib/krb/kuserok.3                  |      3 +-
 crypto/dist/krb4/lib/krb/kuserok.c                  |      3 +-
 crypto/dist/krb4/lib/krb/lifetime.c                 |      3 +-
 crypto/dist/krb4/lib/krb/lsb_addr_comp.c            |      3 +-
 crypto/dist/krb4/lib/krb/mk_auth.c                  |      3 +-
 crypto/dist/krb4/lib/krb/mk_err.c                   |      3 +-
 crypto/dist/krb4/lib/krb/mk_req.c                   |      3 +-
 crypto/dist/krb4/lib/krb/month_sname.c              |      3 +-
 crypto/dist/krb4/lib/krb/name2name.c                |      3 +-
 crypto/dist/krb4/lib/krb/parse_name.c               |      3 +-
 crypto/dist/krb4/lib/krb/quad_cksum.c               |    148 +
 crypto/dist/krb4/lib/krb/random_block.c             |      3 +-
 crypto/dist/krb4/lib/krb/rd_err.c                   |      3 +-
 crypto/dist/krb4/lib/krb/rd_req.c                   |      3 +-
 crypto/dist/krb4/lib/krb/read_service_key.c         |      9 +-
 crypto/dist/krb4/lib/krb/realm_parse.c              |      3 +-
 crypto/dist/krb4/lib/krb/recvauth.c                 |      3 +-
 crypto/dist/krb4/lib/krb/roken_rename.h             |     21 +-
 crypto/dist/krb4/lib/krb/save_credentials.c         |      3 +-
 crypto/dist/krb4/lib/krb/sendauth.c                 |      3 +-
 crypto/dist/krb4/lib/krb/sizetest.c                 |      3 +-
 crypto/dist/krb4/lib/krb/solaris_compat.c           |      3 +-
 crypto/dist/krb4/lib/krb/stime.c                    |      5 +-
 crypto/dist/krb4/lib/krb/tf_util.3                  |      3 +-
 crypto/dist/krb4/lib/krb/ticket_memory.c            |      3 +-
 crypto/dist/krb4/lib/krb/ticket_memory.h            |      3 +-
 crypto/dist/krb4/lib/krb/time.c                     |      3 +-
 crypto/dist/krb4/lib/krb/tkt_string.c               |      3 +-
 crypto/dist/krb4/lib/krb/unparse_name.c             |      3 +-
 crypto/dist/krb4/lib/krb/verify_user.c              |      3 +-
 crypto/dist/krb4/lib/otp/ChangeLog                  |     10 +
 crypto/dist/krb4/lib/otp/Makefile.am                |     36 +-
 crypto/dist/krb4/lib/otp/Makefile.in                |    522 +-
 crypto/dist/krb4/lib/otp/otp.c                      |      3 +-
 crypto/dist/krb4/lib/otp/otp.h                      |      3 +-
 crypto/dist/krb4/lib/otp/otp_challenge.c            |      3 +-
 crypto/dist/krb4/lib/otp/otp_db.c                   |      7 +-
 crypto/dist/krb4/lib/otp/otp_locl.h                 |      7 +-
 crypto/dist/krb4/lib/otp/otp_md.c                   |      3 +-
 crypto/dist/krb4/lib/otp/otp_md.h                   |      3 +-
 crypto/dist/krb4/lib/otp/otp_parse.c                |      3 +-
 crypto/dist/krb4/lib/otp/otp_print.c                |      3 +-
 crypto/dist/krb4/lib/otp/otp_verify.c               |      3 +-
 crypto/dist/krb4/lib/otp/otptest.c                  |      3 +-
 crypto/dist/krb4/lib/otp/roken_rename.h             |      3 +-
 crypto/dist/krb4/lib/roken/ChangeLog                |    138 +
 crypto/dist/krb4/lib/roken/Makefile.am              |     24 +-
 crypto/dist/krb4/lib/roken/Makefile.in              |    761 +-
 crypto/dist/krb4/lib/roken/acinclude.m4             |      3 +-
 crypto/dist/krb4/lib/roken/base64-test.c            |      3 +-
 crypto/dist/krb4/lib/roken/base64.c                 |      3 +-
 crypto/dist/krb4/lib/roken/base64.h                 |      3 +-
 crypto/dist/krb4/lib/roken/bswap.c                  |      3 +-
 crypto/dist/krb4/lib/roken/chown.c                  |      3 +-
 crypto/dist/krb4/lib/roken/concat.c                 |      3 +-
 crypto/dist/krb4/lib/roken/copyhostent.c            |      3 +-
 crypto/dist/krb4/lib/roken/daemon.c                 |      3 +-
 crypto/dist/krb4/lib/roken/ecalloc.c                |      3 +-
 crypto/dist/krb4/lib/roken/emalloc.c                |      3 +-
 crypto/dist/krb4/lib/roken/environment.c            |      3 +-
 crypto/dist/krb4/lib/roken/eread.c                  |      3 +-
 crypto/dist/krb4/lib/roken/erealloc.c               |      3 +-
 crypto/dist/krb4/lib/roken/err.c                    |      3 +-
 crypto/dist/krb4/lib/roken/err.hin                  |      3 +-
 crypto/dist/krb4/lib/roken/errx.c                   |      3 +-
 crypto/dist/krb4/lib/roken/esetenv.c                |      3 +-
 crypto/dist/krb4/lib/roken/estrdup.c                |      3 +-
 crypto/dist/krb4/lib/roken/ewrite.c                 |      3 +-
 crypto/dist/krb4/lib/roken/fchown.c                 |      3 +-
 crypto/dist/krb4/lib/roken/flock.c                  |      3 +-
 crypto/dist/krb4/lib/roken/freeaddrinfo.c           |      3 +-
 crypto/dist/krb4/lib/roken/freehostent.c            |      3 +-
 crypto/dist/krb4/lib/roken/gai_strerror.c           |      3 +-
 crypto/dist/krb4/lib/roken/get_default_username.c   |      3 +-
 crypto/dist/krb4/lib/roken/get_window_size.c        |      3 +-
 crypto/dist/krb4/lib/roken/getaddrinfo-test.c       |      3 +-
 crypto/dist/krb4/lib/roken/getaddrinfo.c            |      3 +-
 crypto/dist/krb4/lib/roken/getaddrinfo_hostspec.c   |      3 +-
 crypto/dist/krb4/lib/roken/getarg.3                 |     69 +-
 crypto/dist/krb4/lib/roken/getarg.c                 |     84 +-
 crypto/dist/krb4/lib/roken/getarg.h                 |     11 +-
 crypto/dist/krb4/lib/roken/getcap.c                 |      5 +-
 crypto/dist/krb4/lib/roken/getcwd.c                 |      3 +-
 crypto/dist/krb4/lib/roken/getdtablesize.c          |      3 +-
 crypto/dist/krb4/lib/roken/getegid.c                |      3 +-
 crypto/dist/krb4/lib/roken/geteuid.c                |      3 +-
 crypto/dist/krb4/lib/roken/getgid.c                 |      3 +-
 crypto/dist/krb4/lib/roken/getifaddrs.c             |    921 +-
 crypto/dist/krb4/lib/roken/getipnodebyaddr.c        |      3 +-
 crypto/dist/krb4/lib/roken/getipnodebyname.c        |      3 +-
 crypto/dist/krb4/lib/roken/getnameinfo.c            |      3 +-
 crypto/dist/krb4/lib/roken/getnameinfo_verified.c   |     18 +-
 crypto/dist/krb4/lib/roken/getprogname.c            |      3 +-
 crypto/dist/krb4/lib/roken/gettimeofday.c           |      3 +-
 crypto/dist/krb4/lib/roken/getuid.c                 |      3 +-
 crypto/dist/krb4/lib/roken/getusershell.c           |      3 +-
 crypto/dist/krb4/lib/roken/h_errno.c                |      3 +-
 crypto/dist/krb4/lib/roken/hostent_find_fqdn.c      |      3 +-
 crypto/dist/krb4/lib/roken/hstrerror.c              |      3 +-
 crypto/dist/krb4/lib/roken/ifaddrs.hin              |      3 +-
 crypto/dist/krb4/lib/roken/inet_aton.c              |      3 +-
 crypto/dist/krb4/lib/roken/inet_ntop.c              |      3 +-
 crypto/dist/krb4/lib/roken/inet_pton.c              |      3 +-
 crypto/dist/krb4/lib/roken/initgroups.c             |      3 +-
 crypto/dist/krb4/lib/roken/innetgr.c                |      3 +-
 crypto/dist/krb4/lib/roken/iruserok.c               |      3 +-
 crypto/dist/krb4/lib/roken/issuid.c                 |      3 +-
 crypto/dist/krb4/lib/roken/k_getpwnam.c             |      3 +-
 crypto/dist/krb4/lib/roken/k_getpwuid.c             |      3 +-
 crypto/dist/krb4/lib/roken/localtime_r.c            |     58 +
 crypto/dist/krb4/lib/roken/lstat.c                  |      3 +-
 crypto/dist/krb4/lib/roken/memmove.c                |      3 +-
 crypto/dist/krb4/lib/roken/mini_inetd.c             |     47 +-
 crypto/dist/krb4/lib/roken/mkinstalldirs            |      3 +-
 crypto/dist/krb4/lib/roken/mkstemp.c                |      3 +-
 crypto/dist/krb4/lib/roken/ndbm_wrap.c              |    212 +
 crypto/dist/krb4/lib/roken/ndbm_wrap.h              |     84 +
 crypto/dist/krb4/lib/roken/net_read.c               |      3 +-
 crypto/dist/krb4/lib/roken/net_write.c              |      3 +-
 crypto/dist/krb4/lib/roken/parse_bytes-test.c       |      3 +-
 crypto/dist/krb4/lib/roken/parse_bytes.c            |      3 +-
 crypto/dist/krb4/lib/roken/parse_bytes.h            |      3 +-
 crypto/dist/krb4/lib/roken/parse_reply-test.c       |    130 +
 crypto/dist/krb4/lib/roken/parse_time.c             |      3 +-
 crypto/dist/krb4/lib/roken/parse_time.h             |      3 +-
 crypto/dist/krb4/lib/roken/parse_units.c            |      3 +-
 crypto/dist/krb4/lib/roken/parse_units.h            |      3 +-
 crypto/dist/krb4/lib/roken/print_version.c          |      3 +-
 crypto/dist/krb4/lib/roken/putenv.c                 |      3 +-
 crypto/dist/krb4/lib/roken/rcmd.c                   |      3 +-
 crypto/dist/krb4/lib/roken/readv.c                  |      3 +-
 crypto/dist/krb4/lib/roken/recvmsg.c                |      3 +-
 crypto/dist/krb4/lib/roken/resolve.h                |     23 +-
 crypto/dist/krb4/lib/roken/roken-common.h           |     14 +-
 crypto/dist/krb4/lib/roken/roken.awk                |      3 +-
 crypto/dist/krb4/lib/roken/roken.h.in               |     56 +-
 crypto/dist/krb4/lib/roken/roken_gethostby.c        |      3 +-
 crypto/dist/krb4/lib/roken/rtbl.c                   |      6 +-
 crypto/dist/krb4/lib/roken/sendmsg.c                |      3 +-
 crypto/dist/krb4/lib/roken/setegid.c                |      3 +-
 crypto/dist/krb4/lib/roken/setenv.c                 |      3 +-
 crypto/dist/krb4/lib/roken/seteuid.c                |      3 +-
 crypto/dist/krb4/lib/roken/setprogname.c            |      3 +-
 crypto/dist/krb4/lib/roken/signal.c                 |      3 +-
 crypto/dist/krb4/lib/roken/simple_exec.c            |      3 +-
 crypto/dist/krb4/lib/roken/snprintf-test.c          |      3 +-
 crypto/dist/krb4/lib/roken/snprintf-test.h          |      3 +-
 crypto/dist/krb4/lib/roken/socket.c                 |      3 +-
 crypto/dist/krb4/lib/roken/strcasecmp.c             |      3 +-
 crypto/dist/krb4/lib/roken/strcollect.c             |      3 +-
 crypto/dist/krb4/lib/roken/strdup.c                 |      3 +-
 crypto/dist/krb4/lib/roken/strerror.c               |      3 +-
 crypto/dist/krb4/lib/roken/strftime.c               |      7 +-
 crypto/dist/krb4/lib/roken/strlcat.c                |     11 +-
 crypto/dist/krb4/lib/roken/strlcpy.c                |     33 +-
 crypto/dist/krb4/lib/roken/strlwr.c                 |      3 +-
 crypto/dist/krb4/lib/roken/strncasecmp.c            |      3 +-
 crypto/dist/krb4/lib/roken/strndup.c                |      3 +-
 crypto/dist/krb4/lib/roken/strnlen.c                |      3 +-
 crypto/dist/krb4/lib/roken/strpftime-test.c         |      3 +-
 crypto/dist/krb4/lib/roken/strptime.c               |      3 +-
 crypto/dist/krb4/lib/roken/strsep.c                 |      3 +-
 crypto/dist/krb4/lib/roken/strsep_copy.c            |     11 +-
 crypto/dist/krb4/lib/roken/strtok_r.c               |      3 +-
 crypto/dist/krb4/lib/roken/strupr.c                 |      3 +-
 crypto/dist/krb4/lib/roken/swab.c                   |      3 +-
 crypto/dist/krb4/lib/roken/timeval.c                |      3 +-
 crypto/dist/krb4/lib/roken/tm2time.c                |      3 +-
 crypto/dist/krb4/lib/roken/unsetenv.c               |      3 +-
 crypto/dist/krb4/lib/roken/unvis.c                  |      7 +-
 crypto/dist/krb4/lib/roken/verify.c                 |      3 +-
 crypto/dist/krb4/lib/roken/verr.c                   |      3 +-
 crypto/dist/krb4/lib/roken/verrx.c                  |      3 +-
 crypto/dist/krb4/lib/roken/vis.c                    |      7 +-
 crypto/dist/krb4/lib/roken/vsyslog.c                |      3 +-
 crypto/dist/krb4/lib/roken/vwarn.c                  |      3 +-
 crypto/dist/krb4/lib/roken/vwarnx.c                 |      3 +-
 crypto/dist/krb4/lib/roken/warn.c                   |      3 +-
 crypto/dist/krb4/lib/roken/warnerr.c                |      3 +-
 crypto/dist/krb4/lib/roken/warnx.c                  |      3 +-
 crypto/dist/krb4/lib/roken/write_pid.c              |      3 +-
 crypto/dist/krb4/lib/roken/writev.c                 |      3 +-
 crypto/dist/krb4/lib/roken/xdbm.h                   |     30 +-
 crypto/dist/krb4/lib/rxkad/Makefile.am              |      3 +-
 crypto/dist/krb4/lib/rxkad/Makefile.in              |    481 +-
 crypto/dist/krb4/lib/rxkad/compat.c                 |      3 +-
 crypto/dist/krb4/lib/rxkad/osi_alloc.c              |      3 +-
 crypto/dist/krb4/lib/rxkad/rxk_clnt.c               |      3 +-
 crypto/dist/krb4/lib/rxkad/rxk_crpt.c               |      3 +-
 crypto/dist/krb4/lib/rxkad/rxk_info.c               |      3 +-
 crypto/dist/krb4/lib/rxkad/rxk_locl.c               |      3 +-
 crypto/dist/krb4/lib/rxkad/rxk_serv.c               |      3 +-
 crypto/dist/krb4/lib/sl/ChangeLog                   |      5 +
 crypto/dist/krb4/lib/sl/Makefile.am                 |      9 +-
 crypto/dist/krb4/lib/sl/Makefile.in                 |    604 +-
 crypto/dist/krb4/lib/sl/lex.l                       |      3 +-
 crypto/dist/krb4/lib/sl/make_cmds.c                 |      3 +-
 crypto/dist/krb4/lib/sl/make_cmds.h                 |      3 +-
 crypto/dist/krb4/lib/sl/parse.y                     |      3 +-
 crypto/dist/krb4/lib/sl/roken_rename.h              |      3 +-
 crypto/dist/krb4/lib/sl/sl.c                        |      3 +-
 crypto/dist/krb4/lib/sl/sl.h                        |      3 +-
 crypto/dist/krb4/lib/sl/sl_locl.h                   |      3 +-
 crypto/dist/krb4/lib/sl/ss.c                        |      3 +-
 crypto/dist/krb4/lib/sl/ss.h                        |      3 +-
 crypto/dist/krb4/lib/vers/ChangeLog                 |     13 +
 crypto/dist/krb4/lib/vers/Makefile.am               |      5 +-
 crypto/dist/krb4/lib/vers/Makefile.in               |    458 +-
 crypto/dist/krb4/lib/vers/make-print-version.c      |      3 +-
 crypto/dist/krb4/lib/vers/print_version.c           |      8 +-
 crypto/dist/krb4/lib/vers/vers.h                    |      3 +-
 crypto/dist/krb4/ltmain.sh                          |    138 +-
 crypto/dist/krb4/missing                            |     89 +-
 crypto/dist/krb4/mkinstalldirs                      |     74 +-
 crypto/dist/krb4/server/Makefile.am                 |      3 +-
 crypto/dist/krb4/server/Makefile.in                 |    461 +-
 crypto/dist/krb4/server/kerberos.8                  |      5 +-
 crypto/dist/krb4/server/kerberos.c                  |      3 +-
 crypto/dist/krb4/slave/Makefile.am                  |      5 +-
 crypto/dist/krb4/slave/Makefile.in                  |    476 +-
 crypto/dist/krb4/slave/kprop.8                      |      5 +-
 crypto/dist/krb4/slave/kpropd.8                     |      5 +-
 crypto/dist/krb4/slave/kpropd.c                     |      3 +-
 crypto/dist/krb4/slave/slav_locl.h                  |      3 +-
 crypto/dist/krb4/tools/Makefile.am                  |      5 +-
 crypto/dist/krb4/tools/Makefile.in                  |    351 +-
 crypto/dist/krb4/tools/krb4-config.1                |      5 +-
 crypto/dist/krb4/tools/krb4-config.in               |     21 +-
 730 files changed, 49819 insertions(+), 31823 deletions(-)

diffs (truncated from 113655 to 300 lines):

diff -r 5d2a9daea301 -r d863251c72e7 crypto/dist/krb4/ChangeLog
--- a/crypto/dist/krb4/ChangeLog        Thu Sep 12 10:06:51 2002 +0000
+++ b/crypto/dist/krb4/ChangeLog        Thu Sep 12 12:22:01 2002 +0000
@@ -1,3 +1,207 @@
+2002-09-10
+
+       * Release 1.2
+
+2002-09-09
+
+       * configure.in: set sysconfdir to /etc for now
+
+       * lib/krb/Makefile.am: update des_quad build glue
+
+       * lib/krb/krb_locl.h: prototype for _krb_des_quad_cksum
+
+       * lib/krb/quad_cksum.c: include a copy of des_quad_cksum here;
+       it's easier than using the one in ../des
+
+       * configure.in: fix des_quad_cksum test to work with openssl
+
+       * lib/krb/Makefile.am: fix des_quad_cksum filename
+
+       * configure.in: re-add lost readline test
+
+       * lib/krb/mk_safe.c: remove redundant decls (from NetBSD)
+
+       * lib/krb/krb_locl.h: remove redundant decls (from NetBSD)
+
+       * lib/krb/krb-archaeology.h: remove redundant decls (from NetBSD)
+
+       * lib/krb/klog.h: remove redundant decls (from NetBSD)
+
+       * lib/krb/get_krbrlm.c (krb_get_lrealm_f): take file FILE instead
+       of filename;
+       (krb_get_lrealm): add some unifdefed code to bail out if there are no
+       krb.conf files; (krb_get_default_realm): check that there actually
+       is a kdc for the returned realm (all from NetBSD)
+
+       * lib/kdb/kdb_locl.h: remove redundant decls (from NetBSD)
+
+       * lib/kadm/kadm_locl.h: remove redundant decls (from NetBSD)
+
+       * appl/bsd/rlogind.c: don't use LOG_CONS (from NetBSD)
+
+       * lib/krb/krb.equiv.5: remove reference to krb_equiv()
+
+       * lib/acl/Makefile.am: INCLUDE_des
+
+       * kuser/Makefile.am: INCLUDE_des
+
+2002-08-28
+
+       * appl/movemail/pop.c: IRIX == 4 -> IRIX4
+
+       * configure.in: use rk_SUNOS, and define _GNU_SOURCE
+
+       * configure.in: AC_TEST_PACKAGE_NEW -> rk_TEST_PACKAGE
+
+       * configure.in: move some of acconfig.h here, and some other
+       changes
+
+       * appl/bsd/bsd_locl.h: don't define KERBEROS here
+
+       * appl/bsd/klogin.c: KERBEROS -> KRB4
+
+       * appl/bsd/login.c: KERBEROS -> KRB4
+
+2002-08-21
+
+       * lib/krb/roken_rename.h: more renaming
+
+2002-08-20
+
+       * configure.in: use new AC_INIT interface
+
+       * configure.in: test for broken des_quad_cksum
+
+2002-08-15
+
+       * lib/krb/Makefile.am: remove concat.c
+
+       * lib/krb/get_in_tkt.c: use asprintf instead of roken_mconcat
+
+       * lib/krb/get_host.c: use asprintf instead of roken_mconcat
+
+       * kadmin/ksrvutil_get.c: krb_err_base -> ERROR_TABLE_BASE_krb
+
+       * kadmin/kadmin.c: krb_err_base -> ERROR_TABLE_BASE_krb
+
+       * kadmin/kadm_ser_wrap.c: krb_err_base -> ERROR_TABLE_BASE_krb
+
+       * lib/kadm/kadm_cli_wrap.c: krb_err_base -> ERROR_TABLE_BASE_krb
+
+2002-06-28
+
+       * kuser/klist.c (display_tokens): don't bail out before we get
+       EDOM (signaling the end of the tokens), the kernel can also return
+       ENOTCONN, meaning that the index does not exist anymore (for
+       example if the token has expired)
+
+2002-06-07
+
+       * kadmin/ksrvutil.c: fix bogus argument to strlcpy, and some
+       language; from Moritz Jodeit
+
+2002-05-20
+
+       * lib/krb/Makefile.am: version number
+
+       * NEWS: update
+
+       * configure.in: depend on autoconf 2.53
+
+       * lib/kdb/krb_dbm.c: fix ndbm test
+
+2002-05-19
+
+       * admin/kdb_util.8: convert to mdoc
+
+       * admin/kdb_destroy.8: convert to mdoc
+
+       * admin/kdb_init.8: convert to mdoc
+
+       * admin/ext_srvtab.8: convert to mdoc
+
+       * Makefile.am.common: remove stuff that moved to
+       cf/Makefile.am.common
+
+       * configure.in: use AC_HELP_STRING
+
+2002-05-17
+
+       * configure.in: just check for db stuff once
+
+       * tools/Makefile.am: expand DBLIBS
+
+       * tools/krb4-config.in: reconise kdb and krb as library types
+
+       * lib/kdb/Makefile.am: add hooks for ndbm_wrap
+
+       * lib/kdb/krb_dbm.c: use ndbm_wrap
+
+2002-05-02
+
+       * configure.in: remove some duplicate tests
+
+       * include/Makefile.am: if we're using openssl, fake a des.h that
+       includes openssl/des.h
+
+       * lib/kadm/Makefile.am: OBJECTS doesn't seem to be defined by
+       automake anymore
+
+       * lib/acl/Makefile.am: OBJECTS doesn't seem to be defined by
+       automake anymore
+
+2002-04-26
+
+       * slave/Makefile.am: SBINDIR is now defined in config.h
+
+       * appl/bsd/Makefile.am: BINDIR is now defined in config.h
+
+2002-04-25
+
+       * configure.in: use rk_DESTDIRS
+
+2002-02-14
+
+       * configure.in: find inttypes by CHECK_TYPES directly
+
+2002-02-06
+
+       * tools/krb4-config.in: include the flgas to find des.h
+       * tools/Makefile.am (INCLUDE_des): replace
+       * slave/Makefile.am (INCLUDES): add flags to find des.h (if it's
+       not in the standard include path)
+       * lib/krb/Makefile.am (INCLUDES): add flags to find des.h (if it's
+       not in the standard include path)
+       * lib/kdb/Makefile.am (INCLUDES): add flags to find des.h
+       * appl/sample/Makefile.am (INCLUDES): add flags for finding des.h
+       * appl/kip/Makefile.am (INCLUDES): add flags to find des.h
+       * configure.in (INCLUDE_krb4): add the flags for libcrypto
+
+2002-02-04
+
+       * lib/krb/read_service_key.c: don't copy the instance before we
+       know this is the key we're looking for
+
+2002-02-01
+
+       * configure.in: check for tgetent before testing for readline
+
+2002-01-14
+
+       * README: fix typo; from Rich Morin
+
+2001-12-05
+
+       * kadmin/admin_server.c, kadmin/kadm_locl.h,
+       kadmin/kadm_ser_wrap.c, kadmin/kadmind.8: add -p to enable kadmind
+       to use a different port
+
+2001-11-01
+
+       * appl/movemail/movemail.c (mbx_delimit_begin): add a LF here so
+       that the last line before the next From_ is empty.  noted by
+       <marc%mit.edu@localhost>
+
 2001-09-17
 
        * Release 1.1
@@ -4557,7 +4761,7 @@
 
 Fri Jun 7 1996
 
-       * slave/kpropd.c: Add option -m to merge rather then load
+       * slave/kpropd.c: Add option -m to merge rather than load
        database.
 
 Thu Jun 6 1996
diff -r 5d2a9daea301 -r d863251c72e7 crypto/dist/krb4/Makefile.am
--- a/crypto/dist/krb4/Makefile.am      Thu Sep 12 10:06:51 2002 +0000
+++ b/crypto/dist/krb4/Makefile.am      Thu Sep 12 12:22:01 2002 +0000
@@ -1,4 +1,5 @@
-# $Id: Makefile.am,v 1.1.1.1 2001/09/17 12:09:38 assar Exp $
+# $KTH-KRB: Makefile.am,v 1.4 2001/09/13 00:03:58 assar Exp $
+# $NetBSD: Makefile.am,v 1.1.1.2 2002/09/12 12:22:01 joda Exp $
 
 include $(top_srcdir)/Makefile.am.common
 
diff -r 5d2a9daea301 -r d863251c72e7 crypto/dist/krb4/Makefile.am.common
--- a/crypto/dist/krb4/Makefile.am.common       Thu Sep 12 10:06:51 2002 +0000
+++ b/crypto/dist/krb4/Makefile.am.common       Thu Sep 12 12:22:01 2002 +0000
@@ -1,35 +1,5 @@
-# $Id: Makefile.am.common,v 1.1.1.1 2001/09/17 12:09:38 assar Exp $
+# $KTH-KRB: Makefile.am.common,v 1.2 2002/05/19 20:43:54 joda Exp $
+# $NetBSD: Makefile.am.common,v 1.1.1.2 2002/09/12 12:22:01 joda Exp $
 
 include $(top_srcdir)/cf/Makefile.am.common
 
-SUFFIXES += .x
-
-.x.c:
-       @cmp -s $< $@ 2> /dev/null || cp $< $@
-
-CHECK_LOCAL = $(PROGRAMS)
-
-check-local::
-       @foo='$(CHECK_LOCAL)'; \
-         if test "$$foo"; then \
-         failed=0; all=0; \
-         for i in $$foo; do \
-           all=`expr $$all + 1`; \
-           if ./$$i --version > /dev/null 2>&1; then \
-             echo "PASS: $$i"; \
-           else \
-             echo "FAIL: $$i"; \
-             failed=`expr $$failed + 1`; \
-           fi; \
-         done; \
-         if test "$$failed" -eq 0; then \
-           banner="All $$all tests passed"; \
-         else \
-           banner="$$failed of $$all tests failed"; \
-         fi; \
-         dashes=`echo "$$banner" | sed s/./=/g`; \
-         echo "$$dashes"; \
-         echo "$$banner"; \
-         echo "$$dashes"; \
-         test "$$failed" -eq 0; \
-       fi
diff -r 5d2a9daea301 -r d863251c72e7 crypto/dist/krb4/Makefile.in
--- a/crypto/dist/krb4/Makefile.in      Thu Sep 12 10:06:51 2002 +0000
+++ b/crypto/dist/krb4/Makefile.in      Thu Sep 12 12:22:01 2002 +0000
@@ -1,6 +1,7 @@
-# Makefile.in generated automatically by automake 1.4b from Makefile.am
+# Makefile.in generated by automake 1.6.1 from Makefile.am.
+# @configure_input@
 
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -11,6 +12,16 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+@SET_MAKE@
+
+# $KTH-KRB: Makefile.am,v 1.4 2001/09/13 00:03:58 assar Exp $
+# $NetBSD: Makefile.in,v 1.1.1.4 2002/09/12 12:22:02 joda Exp $
+
+# $KTH-KRB: Makefile.am.common,v 1.2 2002/05/19 20:43:54 joda Exp $
+# $NetBSD: Makefile.in,v 1.1.1.4 2002/09/12 12:22:02 joda Exp $
+
+# $KTH-KRB: Makefile.am.common,v 1.36 2002/08/19 16:10:25 joda Exp $
+# $NetBSD: Makefile.in,v 1.1.1.4 2002/09/12 12:22:02 joda Exp $
 SHELL = @SHELL@
 



Home | Main Index | Thread Index | Old Index