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.1



details:   https://anonhg.NetBSD.org/src/rev/61baee91744d
branches:  trunk
changeset: 515133:61baee91744d
user:      assar <assar%NetBSD.org@localhost>
date:      Mon Sep 17 12:09:38 2001 +0000

description:
import krb4-1.1

diffstat:

 crypto/dist/krb4/ChangeLog                          |    310 +-
 crypto/dist/krb4/Makefile.am                        |     10 +
 crypto/dist/krb4/Makefile.am.common                 |     35 +
 crypto/dist/krb4/Makefile.in                        |    684 +-
 crypto/dist/krb4/NEWS                               |     68 +
 crypto/dist/krb4/PROBLEMS                           |     10 +-
 crypto/dist/krb4/TODO                               |      4 +-
 crypto/dist/krb4/acconfig.h                         |     56 +-
 crypto/dist/krb4/aclocal.m4                         |   6133 ++-
 crypto/dist/krb4/admin/Makefile.am                  |     16 +
 crypto/dist/krb4/admin/Makefile.in                  |    716 +-
 crypto/dist/krb4/admin/adm_locl.h                   |     16 +-
 crypto/dist/krb4/admin/ext_srvtab.8                 |     62 +
 crypto/dist/krb4/admin/ext_srvtab.c                 |     10 +-
 crypto/dist/krb4/admin/ext_srvtab.cat8              |     66 +
 crypto/dist/krb4/admin/kdb_destroy.8                |     32 +
 crypto/dist/krb4/admin/kdb_destroy.c                |      4 +-
 crypto/dist/krb4/admin/kdb_destroy.cat8             |     66 +
 crypto/dist/krb4/admin/kdb_edit.8                   |     54 +
 crypto/dist/krb4/admin/kdb_edit.c                   |      8 +-
 crypto/dist/krb4/admin/kdb_edit.cat8                |     66 +
 crypto/dist/krb4/admin/kdb_init.8                   |     37 +
 crypto/dist/krb4/admin/kdb_init.c                   |      6 +-
 crypto/dist/krb4/admin/kdb_init.cat8                |     66 +
 crypto/dist/krb4/admin/kdb_util.8                   |     68 +
 crypto/dist/krb4/admin/kdb_util.c                   |    109 +-
 crypto/dist/krb4/admin/kdb_util.cat8                |     66 +
 crypto/dist/krb4/admin/kstash.8                     |     40 +
 crypto/dist/krb4/admin/kstash.c                     |      4 +-
 crypto/dist/krb4/admin/kstash.cat8                  |     66 +
 crypto/dist/krb4/appl/Makefile.am                   |     22 +
 crypto/dist/krb4/appl/Makefile.in                   |    598 +-
 crypto/dist/krb4/appl/afsutil/Makefile.am           |     17 +
 crypto/dist/krb4/appl/afsutil/Makefile.in           |    686 +-
 crypto/dist/krb4/appl/afsutil/afslog.1              |     71 +
 crypto/dist/krb4/appl/afsutil/afslog.cat1           |     39 +
 crypto/dist/krb4/appl/afsutil/aklog.c               |     15 +-
 crypto/dist/krb4/appl/afsutil/kstring2key.c         |     10 +-
 crypto/dist/krb4/appl/afsutil/pagsh.1               |     25 +
 crypto/dist/krb4/appl/afsutil/pagsh.c               |      8 +-
 crypto/dist/krb4/appl/afsutil/pagsh.cat1            |     17 +
 crypto/dist/krb4/appl/bsd/Makefile.am               |     50 +
 crypto/dist/krb4/appl/bsd/Makefile.in               |    920 +-
 crypto/dist/krb4/appl/bsd/bsd_locl.h                |     21 +-
 crypto/dist/krb4/appl/bsd/encrypt.c                 |     18 +-
 crypto/dist/krb4/appl/bsd/forkpty.c                 |     13 +-
 crypto/dist/krb4/appl/bsd/kcmd.c                    |      6 +-
 crypto/dist/krb4/appl/bsd/login.1                   |    160 +
 crypto/dist/krb4/appl/bsd/login.access.5            |     50 +
 crypto/dist/krb4/appl/bsd/login.access.cat5         |     44 +
 crypto/dist/krb4/appl/bsd/login.c                   |      8 +-
 crypto/dist/krb4/appl/bsd/login.cat1                |     73 +
 crypto/dist/krb4/appl/bsd/login_access.c            |     18 +-
 crypto/dist/krb4/appl/bsd/login_fbtab.c             |     11 +-
 crypto/dist/krb4/appl/bsd/osfc2.c                   |      4 +-
 crypto/dist/krb4/appl/bsd/rcmd_util.c               |      8 +-
 crypto/dist/krb4/appl/bsd/rcp.1                     |    161 +
 crypto/dist/krb4/appl/bsd/rcp.c                     |     37 +-
 crypto/dist/krb4/appl/bsd/rcp.cat1                  |     66 +
 crypto/dist/krb4/appl/bsd/rcp_util.c                |      4 +-
 crypto/dist/krb4/appl/bsd/rlogin.1                  |    190 +
 crypto/dist/krb4/appl/bsd/rlogin.c                  |     12 +-
 crypto/dist/krb4/appl/bsd/rlogin.cat1               |     92 +
 crypto/dist/krb4/appl/bsd/rlogind.8                 |    178 +
 crypto/dist/krb4/appl/bsd/rlogind.cat8              |    103 +
 crypto/dist/krb4/appl/bsd/rsh.1                     |    182 +
 crypto/dist/krb4/appl/bsd/rsh.c                     |     12 +-
 crypto/dist/krb4/appl/bsd/rsh.cat1                  |     75 +
 crypto/dist/krb4/appl/bsd/rshd.8                    |    221 +
 crypto/dist/krb4/appl/bsd/rshd.c                    |     27 +-
 crypto/dist/krb4/appl/bsd/su.1                      |    191 +
 crypto/dist/krb4/appl/bsd/sysv_default.c            |     18 +-
 crypto/dist/krb4/appl/bsd/sysv_default.h            |     18 +-
 crypto/dist/krb4/appl/bsd/sysv_environ.c            |     42 +-
 crypto/dist/krb4/appl/bsd/sysv_shadow.c             |     18 +-
 crypto/dist/krb4/appl/bsd/utmp_login.c              |     45 +-
 crypto/dist/krb4/appl/bsd/utmpx_login.c             |     20 +-
 crypto/dist/krb4/appl/ftp/ChangeLog                 |    247 +
 crypto/dist/krb4/appl/ftp/Makefile.in               |    582 +-
 crypto/dist/krb4/appl/ftp/common/Makefile.in        |    578 +-
 crypto/dist/krb4/appl/ftp/common/buffer.c           |      6 +-
 crypto/dist/krb4/appl/ftp/ftp/Makefile.am           |      8 +-
 crypto/dist/krb4/appl/ftp/ftp/Makefile.in           |    722 +-
 crypto/dist/krb4/appl/ftp/ftp/cmds.c                |     56 +-
 crypto/dist/krb4/appl/ftp/ftp/extern.h              |      5 +-
 crypto/dist/krb4/appl/ftp/ftp/ftp.1                 |   1198 +
 crypto/dist/krb4/appl/ftp/ftp/ftp.c                 |    101 +-
 crypto/dist/krb4/appl/ftp/ftp/ftp.cat1              |    652 +
 crypto/dist/krb4/appl/ftp/ftp/ftp_locl.h            |     12 +-
 crypto/dist/krb4/appl/ftp/ftp/ftp_var.h             |      2 +
 crypto/dist/krb4/appl/ftp/ftp/globals.c             |      4 +-
 crypto/dist/krb4/appl/ftp/ftp/gssapi.c              |     97 +-
 crypto/dist/krb4/appl/ftp/ftp/krb4.c                |     10 +-
 crypto/dist/krb4/appl/ftp/ftp/main.c                |     40 +-
 crypto/dist/krb4/appl/ftp/ftp/ruserpass.c           |     37 +-
 crypto/dist/krb4/appl/ftp/ftp/security.c            |     36 +-
 crypto/dist/krb4/appl/ftp/ftp/security.h            |     16 +-
 crypto/dist/krb4/appl/ftp/ftpd/Makefile.am          |     13 +-
 crypto/dist/krb4/appl/ftp/ftpd/Makefile.in          |    788 +-
 crypto/dist/krb4/appl/ftp/ftpd/extern.h             |     20 +-
 crypto/dist/krb4/appl/ftp/ftpd/ftpcmd.y             |     23 +-
 crypto/dist/krb4/appl/ftp/ftpd/ftpd.8               |    492 +
 crypto/dist/krb4/appl/ftp/ftpd/ftpd.c               |    191 +-
 crypto/dist/krb4/appl/ftp/ftpd/ftpd.cat8            |    304 +
 crypto/dist/krb4/appl/ftp/ftpd/ftpd_locl.h          |     11 +-
 crypto/dist/krb4/appl/ftp/ftpd/ftpusers.5           |     37 +
 crypto/dist/krb4/appl/ftp/ftpd/ftpusers.cat5        |     27 +
 crypto/dist/krb4/appl/ftp/ftpd/gss_userok.c         |     63 +-
 crypto/dist/krb4/appl/ftp/ftpd/logwtmp.c            |      5 +-
 crypto/dist/krb4/appl/ftp/ftpd/ls.c                 |    453 +-
 crypto/dist/krb4/appl/ftp/ftpd/popen.c              |     28 +-
 crypto/dist/krb4/appl/kauth/ChangeLog               |     22 +
 crypto/dist/krb4/appl/kauth/Makefile.am             |     18 +-
 crypto/dist/krb4/appl/kauth/Makefile.in             |    808 +-
 crypto/dist/krb4/appl/kauth/kauth.1                 |     66 +
 crypto/dist/krb4/appl/kauth/kauth.c                 |      9 +-
 crypto/dist/krb4/appl/kauth/kauth.cat1              |     47 +
 crypto/dist/krb4/appl/kauth/kauthd.8                |     26 +
 crypto/dist/krb4/appl/kauth/kauthd.c                |     21 +-
 crypto/dist/krb4/appl/kauth/kauthd.cat8             |     22 +
 crypto/dist/krb4/appl/kauth/ksrvtgt.1               |     50 +
 crypto/dist/krb4/appl/kauth/ksrvtgt.cat1            |     66 +
 crypto/dist/krb4/appl/kauth/rkinit.c                |      4 +-
 crypto/dist/krb4/appl/kip/Makefile.am               |     27 +
 crypto/dist/krb4/appl/kip/Makefile.in               |    699 +-
 crypto/dist/krb4/appl/kip/common.c                  |      6 +-
 crypto/dist/krb4/appl/kip/kip.c                     |      8 +-
 crypto/dist/krb4/appl/kip/kip.h                     |      5 +-
 crypto/dist/krb4/appl/kx/ChangeLog                  |     98 +
 crypto/dist/krb4/appl/kx/Makefile.am                |     33 +-
 crypto/dist/krb4/appl/kx/Makefile.in                |    857 +-
 crypto/dist/krb4/appl/kx/common.c                   |    100 +-
 crypto/dist/krb4/appl/kx/krb4.c                     |      9 +-
 crypto/dist/krb4/appl/kx/krb5.c                     |     18 +-
 crypto/dist/krb4/appl/kx/kx.1                       |     62 +
 crypto/dist/krb4/appl/kx/kx.c                       |     95 +-
 crypto/dist/krb4/appl/kx/kx.cat1                    |     39 +
 crypto/dist/krb4/appl/kx/kx.h                       |     19 +-
 crypto/dist/krb4/appl/kx/kxd.8                      |     53 +
 crypto/dist/krb4/appl/kx/kxd.c                      |     39 +-
 crypto/dist/krb4/appl/kx/kxd.cat8                   |     37 +
 crypto/dist/krb4/appl/kx/rxtelnet.1                 |     94 +
 crypto/dist/krb4/appl/kx/rxtelnet.cat1              |     49 +
 crypto/dist/krb4/appl/kx/rxtelnet.in                |     13 +-
 crypto/dist/krb4/appl/kx/rxterm.1                   |     90 +
 crypto/dist/krb4/appl/kx/rxterm.cat1                |     47 +
 crypto/dist/krb4/appl/kx/rxterm.in                  |      9 +-
 crypto/dist/krb4/appl/kx/tenletxr.1                 |     61 +
 crypto/dist/krb4/appl/kx/tenletxr.cat1              |     37 +
 crypto/dist/krb4/appl/movemail/Makefile.am          |     17 +
 crypto/dist/krb4/appl/movemail/Makefile.in          |    656 +-
 crypto/dist/krb4/appl/movemail/movemail.8           |     38 +
 crypto/dist/krb4/appl/movemail/movemail.c           |     81 +-
 crypto/dist/krb4/appl/movemail/movemail.cat8        |     27 +
 crypto/dist/krb4/appl/movemail/pop.c                |      4 +
 crypto/dist/krb4/appl/otp/ChangeLog                 |      6 +
 crypto/dist/krb4/appl/otp/Makefile.am               |     11 +-
 crypto/dist/krb4/appl/otp/Makefile.in               |    670 +-
 crypto/dist/krb4/appl/otp/otp.1                     |     60 +
 crypto/dist/krb4/appl/otp/otp.c                     |      4 +-
 crypto/dist/krb4/appl/otp/otp.cat1                  |     43 +
 crypto/dist/krb4/appl/otp/otp_locl.h                |      8 +-
 crypto/dist/krb4/appl/otp/otpprint.1                |     52 +
 crypto/dist/krb4/appl/otp/otpprint.c                |      4 +-
 crypto/dist/krb4/appl/otp/otpprint.cat1             |     36 +
 crypto/dist/krb4/appl/popper/ChangeLog              |     37 +
 crypto/dist/krb4/appl/popper/Makefile.am            |      6 +-
 crypto/dist/krb4/appl/popper/Makefile.in            |    718 +-
 crypto/dist/krb4/appl/popper/maildir.c              |     10 +-
 crypto/dist/krb4/appl/popper/pop_auth.c             |    220 +
 crypto/dist/krb4/appl/popper/pop_debug.c            |     65 +-
 crypto/dist/krb4/appl/popper/pop_init.c             |    158 +-
 crypto/dist/krb4/appl/popper/pop_pass.c             |      2 +-
 crypto/dist/krb4/appl/popper/popper.8               |     90 +
 crypto/dist/krb4/appl/popper/popper.cat8            |     54 +
 crypto/dist/krb4/appl/popper/popper.h               |     11 +-
 crypto/dist/krb4/appl/push/ChangeLog                |     48 +
 crypto/dist/krb4/appl/push/Makefile.am              |      6 +-
 crypto/dist/krb4/appl/push/Makefile.in              |    733 +-
 crypto/dist/krb4/appl/push/pfrom.1                  |     24 +
 crypto/dist/krb4/appl/push/pfrom.cat1               |     17 +
 crypto/dist/krb4/appl/push/push.8                   |     39 +-
 crypto/dist/krb4/appl/push/push.c                   |    153 +-
 crypto/dist/krb4/appl/sample/Makefile.am            |     11 +
 crypto/dist/krb4/appl/sample/Makefile.in            |    666 +-
 crypto/dist/krb4/appl/sample/sample_client.c        |      8 +-
 crypto/dist/krb4/appl/sample/sample_server.c        |     10 +-
 crypto/dist/krb4/appl/sample/simple_client.c        |     15 +-
 crypto/dist/krb4/appl/sample/simple_server.c        |      8 +-
 crypto/dist/krb4/appl/telnet/ChangeLog              |    208 +
 crypto/dist/krb4/appl/telnet/Makefile.in            |    588 +-
 crypto/dist/krb4/appl/telnet/libtelnet/Makefile.am  |      4 +-
 crypto/dist/krb4/appl/telnet/libtelnet/Makefile.in  |    593 +-
 crypto/dist/krb4/appl/telnet/libtelnet/auth-proto.h |      4 +-
 crypto/dist/krb4/appl/telnet/libtelnet/auth.c       |      8 +-
 crypto/dist/krb4/appl/telnet/libtelnet/enc-proto.h  |      4 +-
 crypto/dist/krb4/appl/telnet/libtelnet/enc_des.c    |     10 +-
 crypto/dist/krb4/appl/telnet/libtelnet/encrypt.c    |      6 +-
 crypto/dist/krb4/appl/telnet/libtelnet/encrypt.h    |      9 +-
 crypto/dist/krb4/appl/telnet/libtelnet/genget.c     |      4 +-
 crypto/dist/krb4/appl/telnet/libtelnet/kerberos.c   |     23 +-
 crypto/dist/krb4/appl/telnet/libtelnet/kerberos5.c  |    124 +-
 crypto/dist/krb4/appl/telnet/libtelnet/krb4encpwd.c |      3 +-
 crypto/dist/krb4/appl/telnet/libtelnet/misc-proto.h |      8 +-
 crypto/dist/krb4/appl/telnet/libtelnet/misc.c       |     11 +-
 crypto/dist/krb4/appl/telnet/libtelnet/misc.h       |      4 +-
 crypto/dist/krb4/appl/telnet/telnet/Makefile.am     |      9 +-
 crypto/dist/krb4/appl/telnet/telnet/Makefile.in     |    672 +-
 crypto/dist/krb4/appl/telnet/telnet/authenc.c       |      4 +-
 crypto/dist/krb4/appl/telnet/telnet/commands.c      |    560 +-
 crypto/dist/krb4/appl/telnet/telnet/externs.h       |     19 +-
 crypto/dist/krb4/appl/telnet/telnet/main.c          |     17 +-
 crypto/dist/krb4/appl/telnet/telnet/network.c       |      2 +-
 crypto/dist/krb4/appl/telnet/telnet/ring.c          |      4 +-
 crypto/dist/krb4/appl/telnet/telnet/ring.h          |      4 +-
 crypto/dist/krb4/appl/telnet/telnet/sys_bsd.c       |     12 +-
 crypto/dist/krb4/appl/telnet/telnet/telnet.1        |   1367 +
 crypto/dist/krb4/appl/telnet/telnet/telnet.c        |     45 +-
 crypto/dist/krb4/appl/telnet/telnet/telnet.cat1     |    718 +
 crypto/dist/krb4/appl/telnet/telnet/telnet_locl.h   |      7 +-
 crypto/dist/krb4/appl/telnet/telnet/terminal.c      |      6 +-
 crypto/dist/krb4/appl/telnet/telnet/utilities.c     |      4 +-
 crypto/dist/krb4/appl/telnet/telnetd/Makefile.am    |     11 +-
 crypto/dist/krb4/appl/telnet/telnetd/Makefile.in    |    678 +-
 crypto/dist/krb4/appl/telnet/telnetd/authenc.c      |      5 +-
 crypto/dist/krb4/appl/telnet/telnetd/defs.h         |      2 +-
 crypto/dist/krb4/appl/telnet/telnetd/ext.h          |     16 +-
 crypto/dist/krb4/appl/telnet/telnetd/global.c       |      6 +-
 crypto/dist/krb4/appl/telnet/telnetd/state.c        |      8 +-
 crypto/dist/krb4/appl/telnet/telnetd/sys_term.c     |     52 +-
 crypto/dist/krb4/appl/telnet/telnetd/telnetd.8      |    532 +
 crypto/dist/krb4/appl/telnet/telnetd/telnetd.c      |    127 +-
 crypto/dist/krb4/appl/telnet/telnetd/telnetd.cat8   |    299 +
 crypto/dist/krb4/appl/telnet/telnetd/telnetd.h      |      1 -
 crypto/dist/krb4/appl/telnet/telnetd/termstat.c     |      6 +-
 crypto/dist/krb4/appl/telnet/telnetd/utility.c      |     19 +-
 crypto/dist/krb4/appl/xnlock/ChangeLog              |     22 +
 crypto/dist/krb4/appl/xnlock/Makefile.am            |     19 +-
 crypto/dist/krb4/appl/xnlock/Makefile.in            |    681 +-
 crypto/dist/krb4/appl/xnlock/xnlock.1               |    123 +
 crypto/dist/krb4/appl/xnlock/xnlock.c               |     82 +-
 crypto/dist/krb4/appl/xnlock/xnlock.cat1            |    132 +
 crypto/dist/krb4/cf/ChangeLog                       |    325 +
 crypto/dist/krb4/cf/Makefile.am.common              |    122 +-
 crypto/dist/krb4/cf/aix.m4                          |     39 +
 crypto/dist/krb4/cf/auth-modules.m4                 |      6 +-
 crypto/dist/krb4/cf/broken-getaddrinfo.m4           |     24 +
 crypto/dist/krb4/cf/broken-getnameinfo.m4           |     28 +
 crypto/dist/krb4/cf/broken-glob.m4                  |     13 +-
 crypto/dist/krb4/cf/broken-realloc.m4               |     26 +
 crypto/dist/krb4/cf/broken-snprintf.m4              |     10 +-
 crypto/dist/krb4/cf/broken.m4                       |      9 +-
 crypto/dist/krb4/cf/broken2.m4                      |     35 +
 crypto/dist/krb4/cf/check-compile-et.m4             |     77 +
 crypto/dist/krb4/cf/check-man.m4                    |      7 +-
 crypto/dist/krb4/cf/check-netinet-ip-and-tcp.m4     |     23 +-
 crypto/dist/krb4/cf/check-var.m4                    |     34 +-
 crypto/dist/krb4/cf/crypto.m4                       |    119 +
 crypto/dist/krb4/cf/db.m4                           |    183 +
 crypto/dist/krb4/cf/find-func-no-libs2.m4           |     24 +-
 crypto/dist/krb4/cf/have-type.m4                    |     19 +-
 crypto/dist/krb4/cf/have-types.m4                   |     10 +-
 crypto/dist/krb4/cf/install-catman.sh               |     53 +
 crypto/dist/krb4/cf/krb-bigendian.m4                |     53 +
 crypto/dist/krb4/cf/krb-ipv6.m4                     |    212 +-
 crypto/dist/krb4/cf/krb-irix.m4                     |     12 +
 crypto/dist/krb4/cf/krb-prog-yacc.m4                |      8 +-
 crypto/dist/krb4/cf/krb-readline.m4                 |     43 +
 crypto/dist/krb4/cf/krb-struct-winsize.m4           |      6 +-
 crypto/dist/krb4/cf/krb-sys-nextstep.m4             |     16 +-
 crypto/dist/krb4/cf/krb-version.m4                  |      6 +-
 crypto/dist/krb4/cf/make-proto.pl                   |      6 +-
 crypto/dist/krb4/cf/mips-abi.m4                     |     10 +-
 crypto/dist/krb4/cf/misc.m4                         |     28 +-
 crypto/dist/krb4/cf/retsigtype.m4                   |     18 +
 crypto/dist/krb4/cf/roken-frag.m4                   |    626 +
 crypto/dist/krb4/cf/roken.m4                        |     64 +
 crypto/dist/krb4/cf/test-package.m4                 |     11 +-
 crypto/dist/krb4/cf/with-all.m4                     |     42 +
 crypto/dist/krb4/config.guess                       |    586 +-
 crypto/dist/krb4/config.sub                         |    251 +-
 crypto/dist/krb4/configure                          |  34095 +++++++++++++----
 crypto/dist/krb4/configure.in                       |    680 +-
 crypto/dist/krb4/doc/Makefile.am                    |     17 +
 crypto/dist/krb4/doc/Makefile.in                    |    624 +-
 crypto/dist/krb4/doc/dir                            |      3 +-
 crypto/dist/krb4/doc/install.texi                   |     76 +-
 crypto/dist/krb4/doc/kth-krb.texi                   |      6 +-
 crypto/dist/krb4/doc/problems.texi                  |      4 +-
 crypto/dist/krb4/doc/setup.texi                     |      9 +-
 crypto/dist/krb4/etc/krb.conf                       |     13 +-
 crypto/dist/krb4/etc/krb.realms                     |      1 +
 crypto/dist/krb4/etc/services.append                |      4 +-
 crypto/dist/krb4/include/Makefile.am                |     57 +
 crypto/dist/krb4/include/Makefile.in                |    769 +-
 crypto/dist/krb4/include/config.h.in                |   2273 +-
 crypto/dist/krb4/include/protos.hin                 |      2 +-
 crypto/dist/krb4/include/sys/Makefile.am            |      8 +
 crypto/dist/krb4/include/sys/Makefile.in            |    464 +-
 crypto/dist/krb4/include/win32/roken.h              |      4 +-
 crypto/dist/krb4/kadmin/Makefile.am                 |     41 +
 crypto/dist/krb4/kadmin/Makefile.in                 |    761 +-
 crypto/dist/krb4/kadmin/admin_server.c              |     18 +-
 crypto/dist/krb4/kadmin/kadm_locl.h                 |     12 +-
 crypto/dist/krb4/kadmin/kadmin.8                    |    139 +
 crypto/dist/krb4/kadmin/kadmin.c                    |     53 +-
 crypto/dist/krb4/kadmin/kadmind.8                   |    134 +
 crypto/dist/krb4/kadmin/kpasswd.1                   |     85 +
 crypto/dist/krb4/kadmin/kpasswd.c                   |      4 +-
 crypto/dist/krb4/kadmin/ksrvutil.8                  |     99 +
 crypto/dist/krb4/kadmin/ksrvutil.c                  |      8 +-
 crypto/dist/krb4/kadmin/ksrvutil_get.c              |     14 +-
 crypto/dist/krb4/kadmin/random_password.c           |     11 +-
 crypto/dist/krb4/kuser/Makefile.am                  |     20 +
 crypto/dist/krb4/kuser/Makefile.in                  |    686 +-
 crypto/dist/krb4/kuser/kdestroy.1                   |     96 +
 crypto/dist/krb4/kuser/kdestroy.c                   |     31 +-
 crypto/dist/krb4/kuser/kdestroy.cat1                |     66 +
 crypto/dist/krb4/kuser/kinit.1                      |    130 +
 crypto/dist/krb4/kuser/kinit.c                      |      6 +-
 crypto/dist/krb4/kuser/kinit.cat1                   |    132 +
 crypto/dist/krb4/kuser/klist.1                      |     83 +
 crypto/dist/krb4/kuser/klist.c                      |     22 +-
 crypto/dist/krb4/kuser/klist.cat1                   |     66 +
 crypto/dist/krb4/kuser/kuser_locl.h                 |      7 +-
 crypto/dist/krb4/lib/Makefile.am                    |     10 +
 crypto/dist/krb4/lib/Makefile.in                    |    591 +-
 crypto/dist/krb4/lib/acl/Makefile.am                |     23 +
 crypto/dist/krb4/lib/acl/Makefile.in                |    681 +-
 crypto/dist/krb4/lib/acl/acl_check.3                |    182 +
 crypto/dist/krb4/lib/acl/acl_check.cat3             |    132 +
 crypto/dist/krb4/lib/auth/ChangeLog                 |     76 +
 crypto/dist/krb4/lib/auth/Makefile.in               |    593 +-
 crypto/dist/krb4/lib/auth/afskauthlib/Makefile.am   |     27 +-
 crypto/dist/krb4/lib/auth/afskauthlib/Makefile.in   |    558 +-
 crypto/dist/krb4/lib/auth/afskauthlib/verify.c      |     29 +-
 crypto/dist/krb4/lib/auth/pam/Makefile.in           |    496 +-
 crypto/dist/krb4/lib/auth/pam/README                |     51 +-
 crypto/dist/krb4/lib/auth/pam/pam.conf.add          |     64 +-
 crypto/dist/krb4/lib/auth/sia/Makefile.am           |     76 +-
 crypto/dist/krb4/lib/auth/sia/Makefile.in           |    617 +-
 crypto/dist/krb4/lib/auth/sia/README                |      9 +-
 crypto/dist/krb4/lib/auth/sia/krb5_matrix.conf      |     14 +-
 crypto/dist/krb4/lib/auth/sia/make-rpath            |     34 +
 crypto/dist/krb4/lib/auth/sia/sia.c                 |     14 +-
 crypto/dist/krb4/lib/auth/sia/sia_locl.h            |      7 +-
 crypto/dist/krb4/lib/com_err/ChangeLog              |     43 +
 crypto/dist/krb4/lib/com_err/Makefile.am            |      6 +-
 crypto/dist/krb4/lib/com_err/Makefile.in            |    751 +-
 crypto/dist/krb4/lib/com_err/com_err.c              |     22 +-
 crypto/dist/krb4/lib/com_err/com_err.h              |     17 +-
 crypto/dist/krb4/lib/com_err/com_right.h            |      4 +-
 crypto/dist/krb4/lib/com_err/compile_et.c           |      4 +-
 crypto/dist/krb4/lib/com_err/compile_et.h           |      5 +-
 crypto/dist/krb4/lib/com_err/error.c                |     12 +-
 crypto/dist/krb4/lib/com_err/lex.h                  |     39 +
 crypto/dist/krb4/lib/com_err/lex.l                  |     16 +-
 crypto/dist/krb4/lib/com_err/parse.y                |     11 +-
 crypto/dist/krb4/lib/des/ChangeLog                  |     56 +
 crypto/dist/krb4/lib/des/Makefile.am                |      6 +-
 crypto/dist/krb4/lib/des/Makefile.in                |   1025 +-
 crypto/dist/krb4/lib/des/des.1                      |    186 +
 crypto/dist/krb4/lib/des/des.cat1                   |    132 +
 crypto/dist/krb4/lib/des/des_crypt.3                |    379 +
 crypto/dist/krb4/lib/des/des_crypt.cat3             |    264 +
 crypto/dist/krb4/lib/des/fcrypt.c                   |     42 +-
 crypto/dist/krb4/lib/des/md4.c                      |     53 +-
 crypto/dist/krb4/lib/des/md4.h                      |     15 +-
 crypto/dist/krb4/lib/des/md5.c                      |     76 +-
 crypto/dist/krb4/lib/des/md5.h                      |     41 +-
 crypto/dist/krb4/lib/des/md5crypt_test.c            |      2 +-
 crypto/dist/krb4/lib/des/mdtest.c                   |     32 +-
 crypto/dist/krb4/lib/des/rnd_keys.c                 |      8 +-
 crypto/dist/krb4/lib/des/rpw.c                      |      1 +
 crypto/dist/krb4/lib/des/set_key.c                  |     11 +-
 crypto/dist/krb4/lib/des/sha.c                      |     51 +-
 crypto/dist/krb4/lib/des/sha.h                      |     15 +-
 crypto/dist/krb4/lib/des/speed.c                    |      1 +
 crypto/dist/krb4/lib/des/str2key.c                  |      6 +
 crypto/dist/krb4/lib/editline/ChangeLog             |     21 +
 crypto/dist/krb4/lib/editline/Makefile.am           |     41 +-
 crypto/dist/krb4/lib/editline/Makefile.in           |    771 +-
 crypto/dist/krb4/lib/editline/edit_compat.c         |      8 +-
 crypto/dist/krb4/lib/editline/edit_compat.h         |     44 +
 crypto/dist/krb4/lib/editline/editline.c            |    108 +-
 crypto/dist/krb4/lib/editline/testit.c              |     43 +-
 crypto/dist/krb4/lib/kadm/Makefile.am               |     30 +
 crypto/dist/krb4/lib/kadm/Makefile.in               |    669 +-
 crypto/dist/krb4/lib/kadm/kadm.h                    |      4 +-
 crypto/dist/krb4/lib/kafs/ChangeLog                 |     76 +
 crypto/dist/krb4/lib/kafs/Makefile.am               |     32 +-
 crypto/dist/krb4/lib/kafs/Makefile.in               |   1108 +-
 crypto/dist/krb4/lib/kafs/afskrb.c                  |      2 +-
 crypto/dist/krb4/lib/kafs/afskrb5.c                 |      6 +-
 crypto/dist/krb4/lib/kafs/afssys.c                  |      6 +-
 crypto/dist/krb4/lib/kafs/afssysdefs.h              |      8 +-
 crypto/dist/krb4/lib/kafs/common.c                  |     68 +-
 crypto/dist/krb4/lib/kafs/kafs.3                    |    157 +
 crypto/dist/krb4/lib/kafs/kafs.cat3                 |     95 +
 crypto/dist/krb4/lib/kafs/kafs.h                    |     14 +-
 crypto/dist/krb4/lib/kafs/roken_rename.h            |     51 +
 crypto/dist/krb4/lib/kdb/Makefile.am                |     26 +
 crypto/dist/krb4/lib/kdb/Makefile.in                |    649 +-
 crypto/dist/krb4/lib/kdb/krb_dbm.c                  |     25 +-
 crypto/dist/krb4/lib/krb/Makefile.am                |    177 +
 crypto/dist/krb4/lib/krb/Makefile.in                |    982 +-
 crypto/dist/krb4/lib/krb/dest_tkt.c                 |      2 +-
 crypto/dist/krb4/lib/krb/get_ad_tkt.c               |     70 +-
 crypto/dist/krb4/lib/krb/get_cred.c                 |      8 +-
 crypto/dist/krb4/lib/krb/get_default_principal.c    |      2 +-
 crypto/dist/krb4/lib/krb/getaddrs.c                 |      2 +-
 crypto/dist/krb4/lib/krb/getfile.c                  |      2 +-
 crypto/dist/krb4/lib/krb/k_getsockinst.c            |      6 +-
 crypto/dist/krb4/lib/krb/kerberos.1                 |    258 +
 crypto/dist/krb4/lib/krb/kerberos.3                 |    460 +
 crypto/dist/krb4/lib/krb/kerberos.cat1              |    132 +
 crypto/dist/krb4/lib/krb/kerberos.cat3              |    330 +
 crypto/dist/krb4/lib/krb/krb.conf.5                 |     51 +
 crypto/dist/krb4/lib/krb/krb.equiv.5                |     27 +
 crypto/dist/krb4/lib/krb/krb.extra.5                |     53 +
 crypto/dist/krb4/lib/krb/krb.h.in                   |    359 +
 crypto/dist/krb4/lib/krb/krb.realms.5               |     38 +
 crypto/dist/krb4/lib/krb/krb_ip_realm.c             |      2 +-
 crypto/dist/krb4/lib/krb/krb_realmofhost.3          |    160 +
 crypto/dist/krb4/lib/krb/krb_realmofhost.cat3       |    132 +
 crypto/dist/krb4/lib/krb/krb_sendauth.3             |    347 +
 crypto/dist/krb4/lib/krb/krb_sendauth.cat3          |    198 +
 crypto/dist/krb4/lib/krb/krb_set_tkt_string.3       |     42 +
 crypto/dist/krb4/lib/krb/kuserok.3                  |     66 +
 crypto/dist/krb4/lib/krb/lsb_addr_comp.c            |      7 +-
 crypto/dist/krb4/lib/krb/mk_req.c                   |     53 +-
 crypto/dist/krb4/lib/krb/random_block.c             |    128 +
 crypto/dist/krb4/lib/krb/rd_req.c                   |      4 +-
 crypto/dist/krb4/lib/krb/recvauth.c                 |      5 +-
 crypto/dist/krb4/lib/krb/roken_rename.h             |      8 +-
 crypto/dist/krb4/lib/krb/save_credentials.c         |     11 +-
 crypto/dist/krb4/lib/krb/tf_util.3                  |    150 +
 crypto/dist/krb4/lib/krb/verify_user.c              |      2 +-
 crypto/dist/krb4/lib/otp/ChangeLog                  |     35 +
 crypto/dist/krb4/lib/otp/Makefile.am                |     14 +-
 crypto/dist/krb4/lib/otp/Makefile.in                |    710 +-
 crypto/dist/krb4/lib/otp/otp.c                      |      4 +-
 crypto/dist/krb4/lib/otp/otp.h                      |     20 +-
 crypto/dist/krb4/lib/otp/otp_md.c                   |    128 +-
 crypto/dist/krb4/lib/otp/otp_md.h                   |     16 +-
 crypto/dist/krb4/lib/otp/otp_parse.c                |     27 +-
 crypto/dist/krb4/lib/otp/otp_verify.c               |      8 +-
 crypto/dist/krb4/lib/roken/ChangeLog                |    664 +
 crypto/dist/krb4/lib/roken/Makefile.am              |    136 +-
 crypto/dist/krb4/lib/roken/Makefile.in              |   1188 +-
 crypto/dist/krb4/lib/roken/acconfig.h               |     36 +
 crypto/dist/krb4/lib/roken/acinclude.m4             |      9 +
 crypto/dist/krb4/lib/roken/base64-test.c            |     99 +
 crypto/dist/krb4/lib/roken/base64.c                 |    198 +-
 crypto/dist/krb4/lib/roken/bswap.c                  |     61 +
 crypto/dist/krb4/lib/roken/config.h.in              |      1 +
 crypto/dist/krb4/lib/roken/ecalloc.c                |     56 +
 crypto/dist/krb4/lib/roken/emalloc.c                |      6 +-
 crypto/dist/krb4/lib/roken/environment.c            |    103 +
 crypto/dist/krb4/lib/roken/erealloc.c               |      6 +-
 crypto/dist/krb4/lib/roken/err.hin                  |     68 +
 crypto/dist/krb4/lib/roken/esetenv.c                |     48 +
 crypto/dist/krb4/lib/roken/estrdup.c                |      6 +-
 crypto/dist/krb4/lib/roken/fnmatch.hin              |     49 +
 crypto/dist/krb4/lib/roken/freeaddrinfo.c           |     57 +
 crypto/dist/krb4/lib/roken/gai_strerror.c           |     73 +
 crypto/dist/krb4/lib/roken/getaddrinfo-test.c       |    144 +
 crypto/dist/krb4/lib/roken/getaddrinfo.c            |    417 +
 crypto/dist/krb4/lib/roken/getaddrinfo_hostspec.c   |    104 +
 crypto/dist/krb4/lib/roken/getarg.3                 |     18 +-
 crypto/dist/krb4/lib/roken/getarg.c                 |     71 +-
 crypto/dist/krb4/lib/roken/getarg.cat3              |    233 +
 crypto/dist/krb4/lib/roken/getarg.h                 |      6 +-
 crypto/dist/krb4/lib/roken/getdtablesize.c          |      6 +-
 crypto/dist/krb4/lib/roken/getifaddrs.c             |    270 +
 crypto/dist/krb4/lib/roken/getnameinfo.c            |    127 +
 crypto/dist/krb4/lib/roken/getnameinfo_verified.c   |     83 +
 crypto/dist/krb4/lib/roken/getprogname.c            |     58 +
 crypto/dist/krb4/lib/roken/getusershell.c           |    145 +-
 crypto/dist/krb4/lib/roken/glob.c                   |     65 +-
 crypto/dist/krb4/lib/roken/glob.hin                 |     85 +
 crypto/dist/krb4/lib/roken/h_errno.c                |     41 +
 crypto/dist/krb4/lib/roken/hostent_find_fqdn.c      |     59 +
 crypto/dist/krb4/lib/roken/hstrerror.c              |     14 +-
 crypto/dist/krb4/lib/roken/ifaddrs.hin              |     64 +
 crypto/dist/krb4/lib/roken/inet_aton.c              |     25 +-
 crypto/dist/krb4/lib/roken/inet_ntop.c              |     28 +-
 crypto/dist/krb4/lib/roken/inet_pton.c              |     21 +-
 crypto/dist/krb4/lib/roken/install-sh               |    251 +
 crypto/dist/krb4/lib/roken/iruserok.c               |      9 +-
 crypto/dist/krb4/lib/roken/issuid.c                 |      7 +-
 crypto/dist/krb4/lib/roken/mini_inetd.c             |    186 +-
 crypto/dist/krb4/lib/roken/missing                  |    190 +
 crypto/dist/krb4/lib/roken/mkinstalldirs            |     40 +
 crypto/dist/krb4/lib/roken/parse_bytes-test.c       |      4 +-
 crypto/dist/krb4/lib/roken/parse_bytes.c            |      6 +-
 crypto/dist/krb4/lib/roken/parse_bytes.h            |      8 +-
 crypto/dist/krb4/lib/roken/parse_units.c            |     19 +-
 crypto/dist/krb4/lib/roken/parse_units.h            |     10 +-
 crypto/dist/krb4/lib/roken/print_version.c          |      8 +-
 crypto/dist/krb4/lib/roken/putenv.c                 |     24 +-
 crypto/dist/krb4/lib/roken/resolve.c                |    242 +-
 crypto/dist/krb4/lib/roken/resolve.h                |     48 +-
 crypto/dist/krb4/lib/roken/roken-common.h           |    112 +-
 crypto/dist/krb4/lib/roken/roken.awk                |     15 +-
 crypto/dist/krb4/lib/roken/roken.h.in               |    149 +-
 crypto/dist/krb4/lib/roken/roken_gethostby.c        |      8 +-
 crypto/dist/krb4/lib/roken/rtbl.c                   |    278 +
 crypto/dist/krb4/lib/roken/rtbl.h                   |     57 +
 crypto/dist/krb4/lib/roken/setprogname.c            |     67 +
 crypto/dist/krb4/lib/roken/signal.c                 |      7 +-
 crypto/dist/krb4/lib/roken/simple_exec.c            |    141 +-
 crypto/dist/krb4/lib/roken/snprintf-test.c          |    238 +
 crypto/dist/krb4/lib/roken/snprintf-test.h          |     52 +
 crypto/dist/krb4/lib/roken/snprintf.c               |    350 +-
 crypto/dist/krb4/lib/roken/socket.c                 |     49 +-
 crypto/dist/krb4/lib/roken/strcollect.c             |      2 +-
 crypto/dist/krb4/lib/roken/strftime.c               |      8 +-
 crypto/dist/krb4/lib/roken/strsep_copy.c            |     67 +
 crypto/dist/krb4/lib/roken/timeval.c                |     84 +
 crypto/dist/krb4/lib/roken/unvis.c                  |    288 +
 crypto/dist/krb4/lib/roken/verr.c                   |      7 +-
 crypto/dist/krb4/lib/roken/verrx.c                  |      7 +-
 crypto/dist/krb4/lib/roken/vis.c                    |    303 +
 crypto/dist/krb4/lib/roken/vis.hin                  |     86 +
 crypto/dist/krb4/lib/roken/vsyslog.c                |     72 +-
 crypto/dist/krb4/lib/roken/vwarn.c                  |      7 +-
 crypto/dist/krb4/lib/roken/vwarnx.c                 |      7 +-
 crypto/dist/krb4/lib/roken/warnerr.c                |     30 +-
 crypto/dist/krb4/lib/roken/write_pid.c              |     99 +
 crypto/dist/krb4/lib/roken/xdbm.h                   |     24 +-
 crypto/dist/krb4/lib/rxkad/ChangeLog                |      9 +
 crypto/dist/krb4/lib/rxkad/Makefile.am              |     28 +
 crypto/dist/krb4/lib/rxkad/Makefile.in              |    678 +-
 crypto/dist/krb4/lib/rxkad/rxk_clnt.c               |      2 +-
 crypto/dist/krb4/lib/rxkad/rxkad_locl.h             |      8 +-
 crypto/dist/krb4/lib/sl/ChangeLog                   |     75 +
 crypto/dist/krb4/lib/sl/Makefile.am                 |     44 +-
 crypto/dist/krb4/lib/sl/Makefile.in                 |    791 +-
 crypto/dist/krb4/lib/sl/lex.l                       |     17 +-
 crypto/dist/krb4/lib/sl/make_cmds.c                 |      4 +-
 crypto/dist/krb4/lib/sl/make_cmds.h                 |     11 +-
 crypto/dist/krb4/lib/sl/parse.y                     |     35 +-
 crypto/dist/krb4/lib/sl/roken_rename.h              |     10 +-
 crypto/dist/krb4/lib/sl/sl.c                        |    133 +-
 crypto/dist/krb4/lib/sl/sl.h                        |     11 +-
 crypto/dist/krb4/lib/sl/ss.c                        |     49 +-
 crypto/dist/krb4/lib/sl/ss.h                        |      6 +-
 crypto/dist/krb4/lib/vers/ChangeLog                 |     22 +
 crypto/dist/krb4/lib/vers/Makefile.am               |     28 +
 crypto/dist/krb4/lib/vers/Makefile.in               |    595 +
 crypto/dist/krb4/lib/vers/make-print-version.c      |     68 +
 crypto/dist/krb4/lib/vers/print_version.c           |     78 +
 crypto/dist/krb4/lib/vers/vers.h                    |     41 +
 crypto/dist/krb4/ltmain.sh                          |   4946 ++
 crypto/dist/krb4/missing                            |    265 +
 crypto/dist/krb4/server/Makefile.am                 |     16 +
 crypto/dist/krb4/server/Makefile.in                 |    649 +-
 crypto/dist/krb4/server/kerberos.8                  |    189 +
 crypto/dist/krb4/server/kerberos.c                  |     46 +-
 crypto/dist/krb4/server/kerberos.cat8               |    144 +
 crypto/dist/krb4/slave/Makefile.am                  |     14 +
 crypto/dist/krb4/slave/Makefile.in                  |    660 +-
 crypto/dist/krb4/slave/kprop.8                      |     55 +
 crypto/dist/krb4/slave/kprop.c                      |     13 +-
 crypto/dist/krb4/slave/kprop.cat8                   |     42 +
 crypto/dist/krb4/slave/kpropd.8                     |     61 +
 crypto/dist/krb4/slave/kpropd.c                     |     16 +-
 crypto/dist/krb4/slave/kpropd.cat8                  |     41 +
 crypto/dist/krb4/tools/Makefile.am                  |     23 +
 crypto/dist/krb4/tools/Makefile.in                  |    538 +
 crypto/dist/krb4/tools/krb4-config.1                |     55 +
 crypto/dist/krb4/tools/krb4-config.cat1             |     47 +
 crypto/dist/krb4/tools/krb4-config.in               |     98 +
 574 files changed, 100179 insertions(+), 17874 deletions(-)

diffs (truncated from 135658 to 300 lines):

diff -r a1f156425a6d -r 61baee91744d crypto/dist/krb4/ChangeLog
--- a/crypto/dist/krb4/ChangeLog        Mon Sep 17 12:07:32 2001 +0000
+++ b/crypto/dist/krb4/ChangeLog        Mon Sep 17 12:09:38 2001 +0000
@@ -1,6 +1,197 @@
-2000-12-25
-
-       * configure.in (VERSION): bump to 1.0.5
+2001-09-17
+
+       * Release 1.1
+
+
+       * lib/krb/*: adjust to openssl's des prototypes
+
+2001-09-13
+
+       * lib/krb/Makefile.am (libkrb_la_LDFLAGS): set version to 2:0:1
+       (new interfaces added)
+       * lib/kdb/Makefile.am (libkdb_la_LDFLAGS): set version to 1:10:0
+       (newer than any from 1.0-branch)
+       * lib/kadm/Makefile.am (libkadm_la_LDFLAGS): set version to 1:10:0
+       (newer than any from 1.0-branch)
+
+       * admin/kdb_destroy.c, lib/kdb/krb_dbm.c: test for the ndbm
+       database really being a .db one and use it when moving/removing
+       database files
+
+       * tools/krb4-config.in: add
+
+2001-09-10
+
+       * lib/kdb/Makefile.am: correct dependency on config.h,
+       roken_rename.h
+
+       * configure.in: add a prereq so it's clear this requires autoconf
+       2.52 use the macros for testing for compile_et and lib/auth
+
+2001-09-04
+
+       * appl/bsd/rcp.c (allocbuf): do not leak memory on failure and
+       zero re-used memory, from Markus Friedl <markus%openbsd.org@localhost>
+
+2001-09-03
+
+       * admin/ext_srvtab.c (main): handle atexit or on_exit
+
+2001-08-28
+
+       * lib/krb/get_krbrlm.c (krb_get_lrealm_f): only set result if not
+       an error
+
+       * appl/bsd/su.c (kerberos): make sure krb_get_lrealm returns
+       success
+
+2001-08-26
+
+       * appl/afsutil/aklog.c: call krb_get_default_principal correctly
+
+       * lib/krb/Makefile.am: always link libkrb against libdes (or
+       libcrypto) add random_block.c
+
+       * *: use socklen_t
+
+       * appl/bsd/Makefile.am (rlogind_LDADD): remember logwtmp
+
+       * lib/krb/krb.h: made it into a generated file
+
+       * server/kerberos.c: adopt to new KRB_CRYPTO.  remove variables
+       that are just set and never used
+
+       * configure.in: adopt to new rk_DB and new KRB_CRYPTO also
+       generate lib/krb/krb.h
+
+2001-07-19
+
+       * appl/bsd/rshd.c (error): use vsnprintf correctly
+
+2001-06-19
+
+       * appl/bsd/rcp.c (run_err): call va_start - va_end for every use
+       of va_list.  from markus%openbsd.org@localhost
+
+2001-06-04
+
+       * update copyright messages on Wietse Venema's code.
+
+2001-05-04
+
+       * lib/krb/Makefile.am (libkrb_la_LIBADD): add a dependency on
+       libdes on solaris
+       * configure.in (arc4random, srandomdev): test for SOLARIS_LIBDES:
+       set on solaris to add a dependency to libkrb
+
+2001-05-03
+
+       * lib/krb/lsb_addr_comp.c (lsb_time): have the nat_in_use override
+       firewall_address.  from Ake Sandgren <ake%cs.umu.se@localhost>
+
+2001-04-25
+
+       * kadmin/kadmin.c: remove non-used code for not converting the key
+       to network byte order
+
+2001-03-13
+
+       * lib/kadm/kadm_cli_wrap.c: initialize pointers to NULL and sizes
+       to 0 to avoid freeing invalid memory
+
+2001-02-26
+
+       * configure.in: no DCE here
+
+2001-02-08
+
+       * appl/bsd/utmp_login.c, appl/bsd/utmpx_login.c: shrink hostname
+       to be written into utmp in the same way as telnetd
+
+2000-12-29
+
+       * lib/krb/krb-protos.h (krb_get_our_ip_for_realm): add prototype
+       * lib/krb/logging.c (log_tty, log_with_timestamp_and_nl): add
+       printf attributes, from sommerfeld%netbsd.org@localhost
+
+2000-12-15
+
+       * lib/krb/verify_user.c (krb_verify_user_srvtab_exact): iterate
+       over local relams when looking for a srvtab key to verify against
+
+2000-12-13
+
+       * include/Makefile.am: rename protos.H -> protos.hin
+
+2000-12-07
+
+       * configure.in (streamspty): try quoting glob pattern properly
+       * lib/krb/getfile.c (get_file): do not support reading KRBCONFDIR
+       for uid == 0
+
+       * lib/krb/extra.c: remove (obsolete) support for reading from
+       environment variables
+
+       * appl/bsd/su.c (kerberos): loop over all the local realms to find
+       (the) one where the local rcmd exists
+
+2000-12-04
+
+       * lib/krb/kdc_reply.c (kdc_reply_cipher): check the len for being
+       sane.  noted by Jouko Pynnönen <jouko%solutions.fi@localhost>
+
+2000-11-30
+
+       * appl/bsd/su.c: add support for multiple local realms
+
+       * lib/krb/krb-protos.h (krb_get_our_ip_for_realm): add prototype
+       * lib/krb/tf_util.c (tf_store_addr): remove unused variables
+       * lib/krb/send_to_kdc.c (send_to_kdc): remove unused variable
+       * lib/krb/krb-protos.h (krb_get_credentials): add prototype
+       * lib/krb/mk_req.c (krb_get_credentials): removed unused variable
+
+
+       * configure.in: use rk_CHECK_MAN
+
+       * configure.in: remove more roken duplicates
+
+2000-11-29
+
+       * configure.in: don't test for glob and syslog here
+
+       * configure.in: add roken/Makefile here, since it can't live in
+       rk_ROKEN
+
+       * admin/kdb_util.c: make it possible to change to a new master
+       password without knowing the old
+
+2000-11-15
+
+       * configure.in (LIB_des): set. fix users.
+
+2000-11-05
+
+       * configure.in: switch to automake
+
+       * acconfig.h: remove some automagically defined things
+
+2000-10-23
+
+       * lib/krb/str2key.c: cast to des_cblock*
+
+       * lib/krb/roken_rename.h: add more functions
+
+       * lib/krb/rd_priv.c: cast to des_cblock*
+
+       * lib/krb/mk_priv.c: cast to des_cblock*
+
+       * lib/krb/krb.h: fix constness of krb4_version
+
+       * lib/krb/encrypt_ktext.c: cast to des_cblock*
+
+       * lib/krb/decomp_ticket.c: cast to des_cblock*
+
+       * appl/bsd/rcp.c: HAVE_ST_BLKSIZE -> HAVE_STRUCT_STAT_ST_BLKSIZE
 
 2000-10-19
 
@@ -54,7 +245,8 @@
 
 2000-08-16
 
-       * configure.in (getmsg): re-do so it possibly works on redhat 7.0
+       * configure.in (VERSION): up to 1.0.3pre
+       (getmsg): re-do so it possibly works on redhat 7.0
 
 2000-08-09
 
@@ -64,6 +256,14 @@
        * appl/bsd/rshd.c (doit): do not call warnx with a variable as
        format string
 
+2000-08-04
+
+       * kadmin/kadmin.c: add support for reading key in hex for ckey
+
+2000-07-31
+
+       * configure.in: check for uint*_t
+       
 2000-07-30
 
        * doc/install.texi: say something about siacfg
@@ -86,6 +286,7 @@
 
        * lib/krb/rw.c (krb_get_nir): add explicit lengths to the
        parameters.  before this the function `knew'.  change callers.
+       * appl/afsutil/aklog.c (__attribute__): remove, now in roken
 
 2000-05-14
 
@@ -108,6 +309,10 @@
        * config.guess, config.sub: update to current version from
        :pserver:anoncvs%subversions.gnu.org@localhost:/home/cvs
 
+       * lib/krb/mk_req.c (krb_get_credentials): fill in `cred->pname'
+       and `cred->pinst' from the ticket file.  do not try again if the
+       cred is expired - this produced a loop
+
        * appl/bsd/rlogind.c (rlogind_logout, logwtmp): make sure to
        always call time and ctime with `time_t's.  there were some types
        (like in lastlog) that we believed to always be time_t.  this has
@@ -119,6 +324,11 @@
 
        * configure.in: add solaris2.8
 
+2000-03-16
+
+       * lib/krb/get_default_principal.c (krb_get_default_principal): use
+       tkt_string instead of getenv
+
 2000-03-15
 
        * configure.in: on all versions of aix, add `-bnolibpath' to the
@@ -126,16 +336,94 @@
        to find shared libraries and looking in ../../foo is a bad idea.
        bug report from Niklas Edmundsson <nikke%ing.umu.se@localhost>
 
-2000-03-09
-
-       *  Release 1.0.1
-
+2000-03-04
+
+       * man/Makefile.in: add pfrom.  move cat-page of push to correct
+       directory
+
+2000-02-28
+
+       * appl/bsd/rshd.c (doit): send in home directory to kafs so that
+       we can find out the cell where it's located and read the
+       .TheseCells file
+
+2000-01-09
+
+       * configure.in (APPL_KIP_DIR): remove setting.  always build kip
+       (sig_atomic_t): check for
+       * appl/Makefile.in (SUBDIRS): always build kip
+
+       * appl/kip/common.c (kip_exec): change to return error
+       * appl/kip/Makefile.in (kip-join-network, kipd-control): add
+       * appl/kip/kipd.c: rewrite.
+       (main): use getarg
+       (doit): run scripts when interface going up and down.
+       * appl/kip/kip.h: make it work on all systems add new prototypes
+       * appl/kip/kip.c: rewrite.
+       (main): use getarg
+       (doit): run scripts when interface going up and down.
+       * appl/kip/common.c (copy_packets): allow termination.  handle
+       EINTR correctly.  handle error messages.
+       (tunnel_open): return if name
+       (kip_exec): new function for runnning scripts
+       (fatal): generic failing function
+       based on patches from Love <lha%s3.kth.se@localhost>




Home | Main Index | Thread Index | Old Index