Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/heimdal import of heimdal 0.3a
details: https://anonhg.NetBSD.org/src/rev/77fe06baae99
branches: trunk
changeset: 495660:77fe06baae99
user: assar <assar%NetBSD.org@localhost>
date: Wed Aug 02 19:57:59 2000 +0000
description:
import of heimdal 0.3a
diffstat:
crypto/dist/heimdal/ChangeLog | 3623 +-
crypto/dist/heimdal/ChangeLog.1998 | 3201 +
crypto/dist/heimdal/Makefile.am | 5 +-
crypto/dist/heimdal/Makefile.am.common | 2 +-
crypto/dist/heimdal/Makefile.in | 208 +-
crypto/dist/heimdal/NEWS | 25 +
crypto/dist/heimdal/README | 19 +
crypto/dist/heimdal/TODO | 43 +-
crypto/dist/heimdal/acinclude.m4 | 2 +-
crypto/dist/heimdal/aclocal.m4 | 2518 +-
crypto/dist/heimdal/admin/Makefile.am | 2 +-
crypto/dist/heimdal/admin/Makefile.in | 184 +-
crypto/dist/heimdal/admin/add.c | 2 +-
crypto/dist/heimdal/admin/change.c | 4 +-
crypto/dist/heimdal/admin/copy.c | 4 +-
crypto/dist/heimdal/admin/get.c | 2 +-
crypto/dist/heimdal/admin/ktutil.8 | 13 +-
crypto/dist/heimdal/admin/ktutil.c | 8 +-
crypto/dist/heimdal/admin/ktutil_locl.h | 3 +-
crypto/dist/heimdal/admin/list.c | 132 +-
crypto/dist/heimdal/admin/purge.c | 19 +-
crypto/dist/heimdal/admin/remove.c | 2 +-
crypto/dist/heimdal/admin/srvconvert.c | 2 +-
crypto/dist/heimdal/admin/srvcreate.c | 6 +-
crypto/dist/heimdal/appl/Makefile.am | 7 +-
crypto/dist/heimdal/appl/Makefile.in | 153 +-
crypto/dist/heimdal/appl/afsutil/Makefile.am | 2 +-
crypto/dist/heimdal/appl/afsutil/Makefile.in | 188 +-
crypto/dist/heimdal/appl/afsutil/afslog.c | 2 +-
crypto/dist/heimdal/appl/afsutil/pagsh.c | 2 +-
crypto/dist/heimdal/appl/dceutils/ChangeLog | 8 +
crypto/dist/heimdal/appl/dceutils/Makefile.am | 23 +
crypto/dist/heimdal/appl/dceutils/Makefile.in | 663 +
crypto/dist/heimdal/appl/dceutils/README.dcedfs | 59 +
crypto/dist/heimdal/appl/dceutils/README.original | 335 +
crypto/dist/heimdal/appl/dceutils/compile | 82 +
crypto/dist/heimdal/appl/dceutils/dfspag.exp | 3 +
crypto/dist/heimdal/appl/dceutils/dpagaix.c | 23 +
crypto/dist/heimdal/appl/dceutils/k5dce.h | 165 +
crypto/dist/heimdal/appl/dceutils/k5dcecon.c | 791 +
crypto/dist/heimdal/appl/dceutils/testpag.c | 150 +
crypto/dist/heimdal/appl/ftp/ChangeLog | 30 +
crypto/dist/heimdal/appl/ftp/Makefile.am | 2 +-
crypto/dist/heimdal/appl/ftp/Makefile.in | 132 +-
crypto/dist/heimdal/appl/ftp/common/Makefile.am | 2 +-
crypto/dist/heimdal/appl/ftp/common/Makefile.in | 159 +-
crypto/dist/heimdal/appl/ftp/common/buffer.c | 2 +-
crypto/dist/heimdal/appl/ftp/common/common.h | 2 +-
crypto/dist/heimdal/appl/ftp/common/sockbuf.c | 2 +-
crypto/dist/heimdal/appl/ftp/ftp/Makefile.am | 2 +-
crypto/dist/heimdal/appl/ftp/ftp/Makefile.in | 219 +-
crypto/dist/heimdal/appl/ftp/ftp/cmds.c | 13 +-
crypto/dist/heimdal/appl/ftp/ftp/domacro.c | 2 +-
crypto/dist/heimdal/appl/ftp/ftp/extern.h | 2 +-
crypto/dist/heimdal/appl/ftp/ftp/ftp.1 | 2 +-
crypto/dist/heimdal/appl/ftp/ftp/ftp.c | 8 +-
crypto/dist/heimdal/appl/ftp/ftp/ftp_locl.h | 2 +-
crypto/dist/heimdal/appl/ftp/ftp/ftp_var.h | 1 +
crypto/dist/heimdal/appl/ftp/ftp/globals.c | 3 +-
crypto/dist/heimdal/appl/ftp/ftp/gssapi.c | 27 +-
crypto/dist/heimdal/appl/ftp/ftp/kauth.c | 2 +-
crypto/dist/heimdal/appl/ftp/ftp/krb4.c | 10 +-
crypto/dist/heimdal/appl/ftp/ftp/main.c | 12 +-
crypto/dist/heimdal/appl/ftp/ftp/ruserpass.c | 2 +-
crypto/dist/heimdal/appl/ftp/ftp/security.c | 2 +-
crypto/dist/heimdal/appl/ftp/ftp/security.h | 2 +-
crypto/dist/heimdal/appl/ftp/ftpd/Makefile.am | 2 +-
crypto/dist/heimdal/appl/ftp/ftpd/Makefile.in | 228 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpcmd.y | 6 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpd.8 | 2 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpd.c | 109 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpd_locl.h | 10 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpusers.5 | 2 +-
crypto/dist/heimdal/appl/ftp/ftpd/gss_userok.c | 55 +-
crypto/dist/heimdal/appl/ftp/ftpd/kauth.c | 2 +-
crypto/dist/heimdal/appl/ftp/ftpd/logwtmp.c | 2 +-
crypto/dist/heimdal/appl/ftp/ftpd/ls.c | 2 +-
crypto/dist/heimdal/appl/ftp/ftpd/popen.c | 2 +-
crypto/dist/heimdal/appl/kf/Makefile.am | 8 +-
crypto/dist/heimdal/appl/kf/Makefile.in | 346 +-
crypto/dist/heimdal/appl/kf/kf.c | 2 +-
crypto/dist/heimdal/appl/kf/kf_locl.h | 2 +-
crypto/dist/heimdal/appl/kf/kfd.c | 2 +-
crypto/dist/heimdal/appl/kx/ChangeLog | 5 +
crypto/dist/heimdal/appl/kx/Makefile.am | 29 +-
crypto/dist/heimdal/appl/kx/Makefile.in | 275 +-
crypto/dist/heimdal/appl/kx/common.c | 2 +-
crypto/dist/heimdal/appl/kx/context.c | 2 +-
crypto/dist/heimdal/appl/kx/krb4.c | 2 +-
crypto/dist/heimdal/appl/kx/krb5.c | 2 +-
crypto/dist/heimdal/appl/kx/kx.1 | 2 +-
crypto/dist/heimdal/appl/kx/kx.c | 2 +-
crypto/dist/heimdal/appl/kx/kx.h | 2 +-
crypto/dist/heimdal/appl/kx/kxd.8 | 2 +-
crypto/dist/heimdal/appl/kx/kxd.c | 4 +-
crypto/dist/heimdal/appl/kx/rxtelnet.1 | 2 +-
crypto/dist/heimdal/appl/kx/rxtelnet.in | 2 +-
crypto/dist/heimdal/appl/kx/rxterm.1 | 2 +-
crypto/dist/heimdal/appl/kx/rxterm.in | 2 +-
crypto/dist/heimdal/appl/kx/tenletxr.1 | 2 +-
crypto/dist/heimdal/appl/kx/tenletxr.in | 2 +-
crypto/dist/heimdal/appl/kx/writeauth.c | 2 +-
crypto/dist/heimdal/appl/login/ChangeLog | 23 +
crypto/dist/heimdal/appl/login/Makefile.am | 27 +-
crypto/dist/heimdal/appl/login/Makefile.in | 199 +-
crypto/dist/heimdal/appl/login/conf.c | 6 +-
crypto/dist/heimdal/appl/login/env.c | 98 +
crypto/dist/heimdal/appl/login/login.c | 142 +-
crypto/dist/heimdal/appl/login/login_access.c | 2 +-
crypto/dist/heimdal/appl/login/login_locl.h | 15 +-
crypto/dist/heimdal/appl/login/login_protos.h | 14 +
crypto/dist/heimdal/appl/login/osfc2.c | 2 +-
crypto/dist/heimdal/appl/login/read_string.c | 8 +-
crypto/dist/heimdal/appl/login/shadow.c | 2 +-
crypto/dist/heimdal/appl/login/stty_default.c | 2 +-
crypto/dist/heimdal/appl/login/tty.c | 2 +-
crypto/dist/heimdal/appl/login/utmp_login.c | 2 +-
crypto/dist/heimdal/appl/login/utmpx_login.c | 2 +-
crypto/dist/heimdal/appl/otp/Makefile.am | 2 +-
crypto/dist/heimdal/appl/otp/Makefile.in | 171 +-
crypto/dist/heimdal/appl/otp/otp.c | 2 +-
crypto/dist/heimdal/appl/otp/otp_locl.h | 2 +-
crypto/dist/heimdal/appl/otp/otpprint.c | 2 +-
crypto/dist/heimdal/appl/popper/ChangeLog | 6 +
crypto/dist/heimdal/appl/popper/Makefile.am | 2 +-
crypto/dist/heimdal/appl/popper/Makefile.in | 210 +-
crypto/dist/heimdal/appl/popper/maildir.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_auth.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_debug.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_dele.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_dropcopy.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_dropinfo.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_get_command.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_init.c | 53 +-
crypto/dist/heimdal/appl/popper/pop_last.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_list.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_log.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_msg.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_parse.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_pass.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_quit.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_rset.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_send.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_stat.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_uidl.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_updt.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_user.c | 2 +-
crypto/dist/heimdal/appl/popper/pop_xover.c | 2 +-
crypto/dist/heimdal/appl/popper/popper.c | 2 +-
crypto/dist/heimdal/appl/popper/popper.h | 2 +-
crypto/dist/heimdal/appl/popper/version.h | 2 +-
crypto/dist/heimdal/appl/push/Makefile.am | 2 +-
crypto/dist/heimdal/appl/push/Makefile.in | 195 +-
crypto/dist/heimdal/appl/push/pfrom.1 | 2 +-
crypto/dist/heimdal/appl/push/pfrom.in | 2 +-
crypto/dist/heimdal/appl/push/push.8 | 2 +-
crypto/dist/heimdal/appl/push/push.c | 2 +-
crypto/dist/heimdal/appl/push/push_locl.h | 2 +-
crypto/dist/heimdal/appl/rsh/ChangeLog | 35 +
crypto/dist/heimdal/appl/rsh/Makefile.am | 2 +-
crypto/dist/heimdal/appl/rsh/Makefile.in | 214 +-
crypto/dist/heimdal/appl/rsh/common.c | 2 +-
crypto/dist/heimdal/appl/rsh/rsh.c | 63 +-
crypto/dist/heimdal/appl/rsh/rsh_locl.h | 6 +-
crypto/dist/heimdal/appl/rsh/rshd.c | 131 +-
crypto/dist/heimdal/appl/su/ChangeLog | 16 +
crypto/dist/heimdal/appl/su/Makefile.am | 6 +-
crypto/dist/heimdal/appl/su/Makefile.in | 217 +-
crypto/dist/heimdal/appl/su/su.c | 58 +-
crypto/dist/heimdal/appl/telnet/ChangeLog | 5 +
crypto/dist/heimdal/appl/telnet/Makefile.am | 2 +-
crypto/dist/heimdal/appl/telnet/Makefile.in | 132 +-
crypto/dist/heimdal/appl/telnet/libtelnet/Makefile.am | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/Makefile.in | 169 +-
crypto/dist/heimdal/appl/telnet/libtelnet/auth-proto.h | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/auth.c | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/auth.h | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/enc-proto.h | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/enc_des.c | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/encrypt.c | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/encrypt.h | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/genget.c | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/kerberos.c | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/kerberos5.c | 32 +-
crypto/dist/heimdal/appl/telnet/libtelnet/krb4encpwd.c | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/misc-proto.h | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/misc.c | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/rsaencpwd.c | 2 +-
crypto/dist/heimdal/appl/telnet/libtelnet/spx.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnet/Makefile.am | 2 +-
crypto/dist/heimdal/appl/telnet/telnet/Makefile.in | 182 +-
crypto/dist/heimdal/appl/telnet/telnet/authenc.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnet/commands.c | 8 +-
crypto/dist/heimdal/appl/telnet/telnet/externs.h | 2 +-
crypto/dist/heimdal/appl/telnet/telnet/main.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnet/network.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnet/ring.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnet/ring.h | 2 +-
crypto/dist/heimdal/appl/telnet/telnet/sys_bsd.c | 8 +-
crypto/dist/heimdal/appl/telnet/telnet/telnet.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnet/telnet_locl.h | 2 +-
crypto/dist/heimdal/appl/telnet/telnet/terminal.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnet/utilities.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnetd/Makefile.am | 2 +-
crypto/dist/heimdal/appl/telnet/telnetd/Makefile.in | 186 +-
crypto/dist/heimdal/appl/telnet/telnetd/authenc.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnetd/ext.h | 2 +-
crypto/dist/heimdal/appl/telnet/telnetd/global.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnetd/slc.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnetd/state.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnetd/sys_term.c | 6 +-
crypto/dist/heimdal/appl/telnet/telnetd/telnetd.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnetd/termstat.c | 2 +-
crypto/dist/heimdal/appl/telnet/telnetd/utility.c | 2 +-
crypto/dist/heimdal/appl/test/Makefile.am | 2 +-
crypto/dist/heimdal/appl/test/Makefile.in | 275 +-
crypto/dist/heimdal/appl/test/common.c | 2 +-
crypto/dist/heimdal/appl/test/gss_common.c | 2 +-
crypto/dist/heimdal/appl/test/gss_common.h | 2 +-
crypto/dist/heimdal/appl/test/gssapi_client.c | 36 +-
crypto/dist/heimdal/appl/test/gssapi_server.c | 53 +-
crypto/dist/heimdal/appl/test/nt_gss_client.c | 2 +-
crypto/dist/heimdal/appl/test/nt_gss_common.c | 2 +-
crypto/dist/heimdal/appl/test/nt_gss_common.h | 2 +-
crypto/dist/heimdal/appl/test/nt_gss_server.c | 2 +-
crypto/dist/heimdal/appl/test/tcp_client.c | 2 +-
crypto/dist/heimdal/appl/test/tcp_server.c | 2 +-
crypto/dist/heimdal/appl/test/test_locl.h | 2 +-
crypto/dist/heimdal/appl/test/uu_client.c | 2 +-
crypto/dist/heimdal/appl/test/uu_server.c | 2 +-
crypto/dist/heimdal/appl/xnlock/Makefile.am | 15 +-
crypto/dist/heimdal/appl/xnlock/Makefile.in | 187 +-
crypto/dist/heimdal/appl/xnlock/xnlock.c | 11 +-
crypto/dist/heimdal/cf/ChangeLog | 45 +
crypto/dist/heimdal/cf/Makefile.am.common | 10 +-
crypto/dist/heimdal/cf/aix.m4 | 26 +
crypto/dist/heimdal/cf/auth-modules.m4 | 2 +-
crypto/dist/heimdal/cf/broken-glob.m4 | 2 +-
crypto/dist/heimdal/cf/broken-realloc.m4 | 26 +
crypto/dist/heimdal/cf/broken-snprintf.m4 | 2 +-
crypto/dist/heimdal/cf/broken.m4 | 9 +-
crypto/dist/heimdal/cf/c-attribute.m4 | 2 +-
crypto/dist/heimdal/cf/c-function.m4 | 2 +-
crypto/dist/heimdal/cf/capabilities.m4 | 2 +-
crypto/dist/heimdal/cf/check-declaration.m4 | 2 +-
crypto/dist/heimdal/cf/check-getpwnam_r-posix.m4 | 2 +-
crypto/dist/heimdal/cf/check-man.m4 | 2 +-
crypto/dist/heimdal/cf/check-netinet-ip-and-tcp.m4 | 23 +-
crypto/dist/heimdal/cf/check-type-extra.m4 | 2 +-
crypto/dist/heimdal/cf/check-var.m4 | 34 +-
crypto/dist/heimdal/cf/check-x.m4 | 2 +-
crypto/dist/heimdal/cf/check-xau.m4 | 2 +-
crypto/dist/heimdal/cf/db.m4 | 40 +
crypto/dist/heimdal/cf/find-func-no-libs.m4 | 2 +-
crypto/dist/heimdal/cf/find-func-no-libs2.m4 | 12 +-
crypto/dist/heimdal/cf/find-func.m4 | 2 +-
crypto/dist/heimdal/cf/find-if-not-broken.m4 | 2 +-
crypto/dist/heimdal/cf/grok-type.m4 | 2 +-
crypto/dist/heimdal/cf/have-pragma-weak.m4 | 2 +-
crypto/dist/heimdal/cf/have-struct-field.m4 | 2 +-
crypto/dist/heimdal/cf/have-type.m4 | 18 +-
crypto/dist/heimdal/cf/have-types.m4 | 10 +-
crypto/dist/heimdal/cf/krb-bigendian.m4 | 2 +-
crypto/dist/heimdal/cf/krb-find-db.m4 | 2 +-
crypto/dist/heimdal/cf/krb-func-getcwd-broken.m4 | 2 +-
crypto/dist/heimdal/cf/krb-func-getlogin.m4 | 2 +-
crypto/dist/heimdal/cf/krb-ipv6.m4 | 2 +-
crypto/dist/heimdal/cf/krb-prog-ln-s.m4 | 2 +-
crypto/dist/heimdal/cf/krb-prog-ranlib.m4 | 2 +-
crypto/dist/heimdal/cf/krb-prog-yacc.m4 | 2 +-
crypto/dist/heimdal/cf/krb-readline.m4 | 42 +
crypto/dist/heimdal/cf/krb-struct-spwd.m4 | 2 +-
crypto/dist/heimdal/cf/krb-struct-winsize.m4 | 2 +-
crypto/dist/heimdal/cf/krb-sys-aix.m4 | 2 +-
crypto/dist/heimdal/cf/krb-sys-nextstep.m4 | 16 +-
crypto/dist/heimdal/cf/krb-version.m4 | 2 +-
crypto/dist/heimdal/cf/make-proto.pl | 2 +-
crypto/dist/heimdal/cf/mips-abi.m4 | 10 +-
crypto/dist/heimdal/cf/misc.m4 | 28 +-
crypto/dist/heimdal/cf/need-proto.m4 | 2 +-
crypto/dist/heimdal/cf/osfc2.m4 | 2 +-
crypto/dist/heimdal/cf/proto-compat.m4 | 2 +-
crypto/dist/heimdal/cf/retsigtype.m4 | 18 +
crypto/dist/heimdal/cf/roken-frag.m4 | 502 +
crypto/dist/heimdal/cf/roken.m4 | 64 +
crypto/dist/heimdal/cf/shared-libs.m4 | 2 +-
crypto/dist/heimdal/cf/test-package.m4 | 11 +-
crypto/dist/heimdal/cf/wflags.m4 | 2 +-
crypto/dist/heimdal/configure | 22846 ++++++---
crypto/dist/heimdal/configure.in | 478 +-
crypto/dist/heimdal/doc/Makefile.am | 2 +-
crypto/dist/heimdal/doc/Makefile.in | 131 +-
crypto/dist/heimdal/doc/heimdal.texi | 8 +-
crypto/dist/heimdal/doc/install.texi | 16 +
crypto/dist/heimdal/doc/misc.texi | 40 +-
crypto/dist/heimdal/doc/setup.texi | 142 +-
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-06.txt | 7301 +++
crypto/dist/heimdal/doc/standardisation/rc4-hmac.txt | 587 +
crypto/dist/heimdal/doc/win2k.texi | 197 +-
crypto/dist/heimdal/etc/services.append | 4 +-
crypto/dist/heimdal/include/Makefile.am | 3 +-
crypto/dist/heimdal/include/Makefile.in | 229 +-
crypto/dist/heimdal/include/bits.c | 4 +-
crypto/dist/heimdal/include/config.h.in | 1930 +-
crypto/dist/heimdal/include/kadm5/Makefile.am | 2 +-
crypto/dist/heimdal/include/kadm5/Makefile.in | 89 +-
crypto/dist/heimdal/kadmin/ChangeLog | 83 +
crypto/dist/heimdal/kadmin/Makefile.am | 23 +-
crypto/dist/heimdal/kadmin/Makefile.in | 399 +-
crypto/dist/heimdal/kadmin/add-random-users.c | 155 +
crypto/dist/heimdal/kadmin/ank.c | 2 +-
crypto/dist/heimdal/kadmin/cpw.c | 2 +-
crypto/dist/heimdal/kadmin/del.c | 2 +-
crypto/dist/heimdal/kadmin/del_enctype.c | 2 +-
crypto/dist/heimdal/kadmin/dump.c | 2 +-
crypto/dist/heimdal/kadmin/ext.c | 2 +-
crypto/dist/heimdal/kadmin/get.c | 2 +-
crypto/dist/heimdal/kadmin/init.c | 13 +-
crypto/dist/heimdal/kadmin/kadm_conn.c | 282 +
crypto/dist/heimdal/kadmin/kadmin.c | 3 +-
crypto/dist/heimdal/kadmin/kadmin_locl.h | 16 +-
crypto/dist/heimdal/kadmin/kadmind.8 | 133 +
crypto/dist/heimdal/kadmin/kadmind.c | 24 +-
crypto/dist/heimdal/kadmin/load.c | 9 +-
crypto/dist/heimdal/kadmin/mod.c | 11 +-
crypto/dist/heimdal/kadmin/random_password.c | 2 +-
crypto/dist/heimdal/kadmin/rename.c | 2 +-
crypto/dist/heimdal/kadmin/server.c | 91 +-
crypto/dist/heimdal/kadmin/util.c | 24 +-
crypto/dist/heimdal/kadmin/version4.c | 65 +-
crypto/dist/heimdal/kdc/524.c | 19 +-
crypto/dist/heimdal/kdc/Makefile.am | 8 +-
crypto/dist/heimdal/kdc/Makefile.in | 272 +-
crypto/dist/heimdal/kdc/config.c | 19 +-
crypto/dist/heimdal/kdc/headers.h | 6 +-
crypto/dist/heimdal/kdc/hprop.8 | 181 +-
crypto/dist/heimdal/kdc/hprop.c | 300 +-
crypto/dist/heimdal/kdc/hprop.h | 20 +-
crypto/dist/heimdal/kdc/hpropd.8 | 59 +-
crypto/dist/heimdal/kdc/hpropd.c | 57 +-
crypto/dist/heimdal/kdc/kadb.h | 2 +-
crypto/dist/heimdal/kdc/kaserver.c | 13 +-
crypto/dist/heimdal/kdc/kdc.8 | 2 +-
crypto/dist/heimdal/kdc/kdc_locl.h | 6 +-
crypto/dist/heimdal/kdc/kerberos4.c | 73 +-
crypto/dist/heimdal/kdc/kerberos4.h | 2 +-
crypto/dist/heimdal/kdc/kerberos5.c | 38 +-
crypto/dist/heimdal/kdc/kstash.8 | 2 +-
crypto/dist/heimdal/kdc/kstash.c | 182 +-
crypto/dist/heimdal/kdc/log.c | 2 +-
crypto/dist/heimdal/kdc/main.c | 2 +-
crypto/dist/heimdal/kdc/misc.c | 2 +-
crypto/dist/heimdal/kdc/mit_dump.c | 291 +
crypto/dist/heimdal/kdc/rx.h | 2 +-
crypto/dist/heimdal/kdc/string2key.8 | 2 +-
crypto/dist/heimdal/kdc/string2key.c | 2 +-
crypto/dist/heimdal/kdc/v4_dump.c | 135 +
crypto/dist/heimdal/kpasswd/Makefile.am | 4 +-
crypto/dist/heimdal/kpasswd/Makefile.in | 252 +-
crypto/dist/heimdal/kpasswd/kpasswd-generator.c | 191 +
crypto/dist/heimdal/kpasswd/kpasswd.c | 15 +-
crypto/dist/heimdal/kpasswd/kpasswd_locl.h | 6 +-
crypto/dist/heimdal/kpasswd/kpasswdd.8 | 2 +-
crypto/dist/heimdal/kpasswd/kpasswdd.c | 88 +-
crypto/dist/heimdal/kuser/Makefile.am | 8 +-
crypto/dist/heimdal/kuser/Makefile.in | 280 +-
crypto/dist/heimdal/kuser/generate-requests.c | 149 +
crypto/dist/heimdal/kuser/kauth_options.c | 2 +-
crypto/dist/heimdal/kuser/kdecode_ticket.c | 2 +-
crypto/dist/heimdal/kuser/kdestroy.1 | 2 +-
crypto/dist/heimdal/kuser/kdestroy.c | 2 +-
crypto/dist/heimdal/kuser/kgetcred.1 | 2 +-
crypto/dist/heimdal/kuser/kgetcred.c | 2 +-
crypto/dist/heimdal/kuser/kinit.1 | 2 +-
crypto/dist/heimdal/kuser/kinit.c | 170 +-
crypto/dist/heimdal/kuser/kinit_options.c | 2 +-
crypto/dist/heimdal/kuser/klist.1 | 68 +-
crypto/dist/heimdal/kuser/klist.c | 145 +-
crypto/dist/heimdal/kuser/kuser_locl.h | 2 +-
crypto/dist/heimdal/kuser/kverify.c | 2 +-
crypto/dist/heimdal/lib/45/Makefile.am | 2 +-
crypto/dist/heimdal/lib/45/Makefile.in | 159 +-
crypto/dist/heimdal/lib/45/get_ad_tkt.c | 2 +-
crypto/dist/heimdal/lib/45/mk_req.c | 2 +-
crypto/dist/heimdal/lib/Makefile.am | 9 +-
crypto/dist/heimdal/lib/Makefile.in | 144 +-
crypto/dist/heimdal/lib/asn1/Makefile.am | 100 +-
crypto/dist/heimdal/lib/asn1/Makefile.in | 390 +-
crypto/dist/heimdal/lib/asn1/asn1-common.h | 2 +-
crypto/dist/heimdal/lib/asn1/asn1_err.et | 2 +-
crypto/dist/heimdal/lib/asn1/asn1_print.c | 2 +-
crypto/dist/heimdal/lib/asn1/check-der.c | 2 +-
crypto/dist/heimdal/lib/asn1/der.h | 2 +-
crypto/dist/heimdal/lib/asn1/der_copy.c | 2 +-
crypto/dist/heimdal/lib/asn1/der_free.c | 2 +-
crypto/dist/heimdal/lib/asn1/der_get.c | 2 +-
crypto/dist/heimdal/lib/asn1/der_length.c | 2 +-
crypto/dist/heimdal/lib/asn1/der_locl.h | 2 +-
crypto/dist/heimdal/lib/asn1/der_put.c | 2 +-
crypto/dist/heimdal/lib/asn1/gen.c | 20 +-
crypto/dist/heimdal/lib/asn1/gen.h | 2 +-
crypto/dist/heimdal/lib/asn1/gen_copy.c | 2 +-
crypto/dist/heimdal/lib/asn1/gen_decode.c | 414 +-
crypto/dist/heimdal/lib/asn1/gen_encode.c | 302 +-
crypto/dist/heimdal/lib/asn1/gen_free.c | 2 +-
crypto/dist/heimdal/lib/asn1/gen_glue.c | 2 +-
crypto/dist/heimdal/lib/asn1/gen_length.c | 171 +-
crypto/dist/heimdal/lib/asn1/gen_locl.h | 3 +-
crypto/dist/heimdal/lib/asn1/hash.c | 2 +-
crypto/dist/heimdal/lib/asn1/hash.h | 2 +-
crypto/dist/heimdal/lib/asn1/k5.asn1 | 157 +-
crypto/dist/heimdal/lib/asn1/lex.h | 11 +-
crypto/dist/heimdal/lib/asn1/lex.l | 20 +-
crypto/dist/heimdal/lib/asn1/libasn1.h | 2 +-
crypto/dist/heimdal/lib/asn1/main.c | 2 +-
crypto/dist/heimdal/lib/asn1/parse.y | 23 +-
crypto/dist/heimdal/lib/asn1/symbol.c | 2 +-
crypto/dist/heimdal/lib/asn1/symbol.h | 2 +-
crypto/dist/heimdal/lib/asn1/timegm.c | 2 +-
crypto/dist/heimdal/lib/auth/ChangeLog | 4 +
crypto/dist/heimdal/lib/auth/Makefile.am | 2 +-
crypto/dist/heimdal/lib/auth/Makefile.in | 132 +-
crypto/dist/heimdal/lib/auth/afskauthlib/Makefile.am | 2 +-
crypto/dist/heimdal/lib/auth/afskauthlib/Makefile.in | 115 +-
crypto/dist/heimdal/lib/auth/afskauthlib/verify.c | 17 +-
crypto/dist/heimdal/lib/auth/pam/Makefile.am | 2 +-
crypto/dist/heimdal/lib/auth/pam/Makefile.in | 89 +-
crypto/dist/heimdal/lib/auth/pam/pam.c | 2 +-
crypto/dist/heimdal/lib/auth/pam/pam.conf.add | 64 +-
crypto/dist/heimdal/lib/auth/sia/Makefile.am | 2 +-
crypto/dist/heimdal/lib/auth/sia/Makefile.in | 130 +-
crypto/dist/heimdal/lib/auth/sia/krb4+c2_matrix.conf | 2 +-
crypto/dist/heimdal/lib/auth/sia/krb4_matrix.conf | 2 +-
crypto/dist/heimdal/lib/auth/sia/krb5+c2_matrix.conf | 2 +-
crypto/dist/heimdal/lib/auth/sia/krb5_matrix.conf | 2 +-
crypto/dist/heimdal/lib/auth/sia/posix_getpw.c | 2 +-
crypto/dist/heimdal/lib/auth/sia/sia.c | 2 +-
crypto/dist/heimdal/lib/auth/sia/sia_locl.h | 2 +-
crypto/dist/heimdal/lib/com_err/Makefile.am | 2 +-
crypto/dist/heimdal/lib/com_err/Makefile.in | 197 +-
crypto/dist/heimdal/lib/com_err/com_err.c | 2 +-
crypto/dist/heimdal/lib/com_err/com_err.h | 2 +-
crypto/dist/heimdal/lib/com_err/com_right.h | 2 +-
crypto/dist/heimdal/lib/com_err/compile_et.c | 2 +-
crypto/dist/heimdal/lib/com_err/compile_et.h | 7 +-
crypto/dist/heimdal/lib/com_err/error.c | 2 +-
crypto/dist/heimdal/lib/com_err/lex.h | 39 +
crypto/dist/heimdal/lib/com_err/lex.l | 18 +-
crypto/dist/heimdal/lib/com_err/parse.y | 11 +-
crypto/dist/heimdal/lib/com_err/roken_rename.h | 2 +-
crypto/dist/heimdal/lib/des/Makefile.am | 2 +-
crypto/dist/heimdal/lib/des/Makefile.in | 376 +-
crypto/dist/heimdal/lib/des/des_crypt.3 | 2 +-
crypto/dist/heimdal/lib/des/dllmain.c | 2 +-
crypto/dist/heimdal/lib/des/hash.h | 2 +-
crypto/dist/heimdal/lib/des/md4.c | 2 +-
crypto/dist/heimdal/lib/des/md4.h | 2 +-
crypto/dist/heimdal/lib/des/md5.c | 2 +-
crypto/dist/heimdal/lib/des/md5.h | 2 +-
crypto/dist/heimdal/lib/des/md5crypt_test.c | 2 +-
crypto/dist/heimdal/lib/des/mdtest.c | 2 +-
crypto/dist/heimdal/lib/des/passwd_dlg.c | 2 +-
crypto/dist/heimdal/lib/des/passwd_dlg.h | 2 +-
crypto/dist/heimdal/lib/des/rc4.h | 2 +-
crypto/dist/heimdal/lib/des/rc4_enc.c | 2 +-
crypto/dist/heimdal/lib/des/rc4_skey.c | 2 +-
crypto/dist/heimdal/lib/des/rnd_keys.c | 43 +-
crypto/dist/heimdal/lib/des/sha.c | 2 +-
crypto/dist/heimdal/lib/des/sha.h | 2 +-
crypto/dist/heimdal/lib/des/supp.c | 2 +-
crypto/dist/heimdal/lib/editline/Makefile.am | 2 +-
crypto/dist/heimdal/lib/editline/Makefile.in | 192 +-
crypto/dist/heimdal/lib/editline/README | 2 +-
crypto/dist/heimdal/lib/editline/complete.c | 2 +-
crypto/dist/heimdal/lib/editline/edit_compat.c | 2 +-
crypto/dist/heimdal/lib/editline/editline.3 | 2 +-
crypto/dist/heimdal/lib/editline/editline.c | 2 +-
crypto/dist/heimdal/lib/editline/editline.h | 2 +-
crypto/dist/heimdal/lib/editline/roken_rename.h | 2 +-
crypto/dist/heimdal/lib/editline/sysunix.c | 2 +-
crypto/dist/heimdal/lib/editline/testit.c | 2 +-
crypto/dist/heimdal/lib/editline/unix.h | 2 +-
crypto/dist/heimdal/lib/gssapi/8003.c | 81 +-
crypto/dist/heimdal/lib/gssapi/ChangeLog | 15 +
crypto/dist/heimdal/lib/gssapi/Makefile.am | 7 +-
crypto/dist/heimdal/lib/gssapi/Makefile.in | 216 +-
crypto/dist/heimdal/lib/gssapi/accept_sec_context.c | 116 +-
crypto/dist/heimdal/lib/gssapi/acquire_cred.c | 2 +-
crypto/dist/heimdal/lib/gssapi/add_oid_set_member.c | 2 +-
crypto/dist/heimdal/lib/gssapi/address_to_krb5addr.c | 75 +
crypto/dist/heimdal/lib/gssapi/canonicalize_name.c | 2 +-
crypto/dist/heimdal/lib/gssapi/compare_name.c | 2 +-
crypto/dist/heimdal/lib/gssapi/context_time.c | 2 +-
crypto/dist/heimdal/lib/gssapi/create_emtpy_oid_set.c | 2 +-
crypto/dist/heimdal/lib/gssapi/decapsulate.c | 2 +-
crypto/dist/heimdal/lib/gssapi/delete_sec_context.c | 2 +-
crypto/dist/heimdal/lib/gssapi/display_name.c | 2 +-
crypto/dist/heimdal/lib/gssapi/display_status.c | 2 +-
crypto/dist/heimdal/lib/gssapi/duplicate_name.c | 2 +-
crypto/dist/heimdal/lib/gssapi/encapsulate.c | 2 +-
crypto/dist/heimdal/lib/gssapi/export_name.c | 2 +-
crypto/dist/heimdal/lib/gssapi/export_sec_context.c | 2 +-
crypto/dist/heimdal/lib/gssapi/external.c | 37 +-
crypto/dist/heimdal/lib/gssapi/get_mic.c | 14 +-
crypto/dist/heimdal/lib/gssapi/gssapi.h | 41 +-
crypto/dist/heimdal/lib/gssapi/gssapi_locl.h | 12 +-
crypto/dist/heimdal/lib/gssapi/import_name.c | 2 +-
crypto/dist/heimdal/lib/gssapi/import_sec_context.c | 34 +-
crypto/dist/heimdal/lib/gssapi/indicate_mechs.c | 2 +-
crypto/dist/heimdal/lib/gssapi/init.c | 2 +-
crypto/dist/heimdal/lib/gssapi/init_sec_context.c | 187 +-
crypto/dist/heimdal/lib/gssapi/inquire_context.c | 2 +-
crypto/dist/heimdal/lib/gssapi/inquire_cred.c | 2 +-
crypto/dist/heimdal/lib/gssapi/release_buffer.c | 2 +-
crypto/dist/heimdal/lib/gssapi/release_cred.c | 2 +-
crypto/dist/heimdal/lib/gssapi/release_name.c | 2 +-
crypto/dist/heimdal/lib/gssapi/release_oid_set.c | 2 +-
crypto/dist/heimdal/lib/gssapi/test_oid_set_member.c | 2 +-
crypto/dist/heimdal/lib/gssapi/unwrap.c | 16 +-
crypto/dist/heimdal/lib/gssapi/v1.c | 2 +-
crypto/dist/heimdal/lib/gssapi/verify_mic.c | 14 +-
crypto/dist/heimdal/lib/gssapi/wrap.c | 16 +-
crypto/dist/heimdal/lib/hdb/Makefile.am | 24 +-
crypto/dist/heimdal/lib/hdb/Makefile.in | 202 +-
crypto/dist/heimdal/lib/hdb/common.c | 6 +-
crypto/dist/heimdal/lib/hdb/convert_db.c | 21 +-
crypto/dist/heimdal/lib/hdb/db.c | 6 +-
crypto/dist/heimdal/lib/hdb/db3.c | 302 +
crypto/dist/heimdal/lib/hdb/hdb-ldap.c | 8 +-
crypto/dist/heimdal/lib/hdb/hdb-private.h | 12 -
crypto/dist/heimdal/lib/hdb/hdb-protos.h | 41 +-
crypto/dist/heimdal/lib/hdb/hdb.asn1 | 6 +-
crypto/dist/heimdal/lib/hdb/hdb.c | 168 +-
crypto/dist/heimdal/lib/hdb/hdb.h | 13 +-
crypto/dist/heimdal/lib/hdb/hdb_err.et | 2 +-
crypto/dist/heimdal/lib/hdb/hdb_locl.h | 2 +-
crypto/dist/heimdal/lib/hdb/keytab.c | 2 +-
crypto/dist/heimdal/lib/hdb/libasn1.h | 2 +-
crypto/dist/heimdal/lib/hdb/mkey.c | 425 +
crypto/dist/heimdal/lib/hdb/ndbm.c | 4 +-
crypto/dist/heimdal/lib/hdb/print.c | 2 +-
crypto/dist/heimdal/lib/kadm5/ChangeLog | 117 +
crypto/dist/heimdal/lib/kadm5/Makefile.am | 109 +-
crypto/dist/heimdal/lib/kadm5/Makefile.in | 340 +-
crypto/dist/heimdal/lib/kadm5/acl.c | 137 +-
crypto/dist/heimdal/lib/kadm5/admin.h | 473 +-
crypto/dist/heimdal/lib/kadm5/bump_pw_expire.c | 59 +
crypto/dist/heimdal/lib/kadm5/chpass_c.c | 10 +-
crypto/dist/heimdal/lib/kadm5/chpass_s.c | 121 +-
crypto/dist/heimdal/lib/kadm5/client_glue.c | 2 +-
crypto/dist/heimdal/lib/kadm5/common_glue.c | 2 +-
crypto/dist/heimdal/lib/kadm5/context_s.c | 2 +-
crypto/dist/heimdal/lib/kadm5/create_c.c | 6 +-
crypto/dist/heimdal/lib/kadm5/create_s.c | 6 +-
crypto/dist/heimdal/lib/kadm5/delete_c.c | 6 +-
crypto/dist/heimdal/lib/kadm5/delete_s.c | 4 +-
crypto/dist/heimdal/lib/kadm5/destroy_c.c | 2 +-
crypto/dist/heimdal/lib/kadm5/destroy_s.c | 2 +-
crypto/dist/heimdal/lib/kadm5/dump_log.c | 25 +-
crypto/dist/heimdal/lib/kadm5/ent_setup.c | 2 +-
crypto/dist/heimdal/lib/kadm5/error.c | 2 +-
crypto/dist/heimdal/lib/kadm5/flush.c | 2 +-
crypto/dist/heimdal/lib/kadm5/flush_c.c | 2 +-
crypto/dist/heimdal/lib/kadm5/flush_s.c | 2 +-
crypto/dist/heimdal/lib/kadm5/free.c | 2 +-
crypto/dist/heimdal/lib/kadm5/get_c.c | 6 +-
crypto/dist/heimdal/lib/kadm5/get_princs_c.c | 6 +-
crypto/dist/heimdal/lib/kadm5/get_princs_s.c | 2 +-
crypto/dist/heimdal/lib/kadm5/get_s.c | 4 +-
crypto/dist/heimdal/lib/kadm5/init_c.c | 113 +-
crypto/dist/heimdal/lib/kadm5/init_s.c | 2 +-
crypto/dist/heimdal/lib/kadm5/iprop.h | 15 +-
crypto/dist/heimdal/lib/kadm5/ipropd_master.c | 184 +-
crypto/dist/heimdal/lib/kadm5/ipropd_slave.c | 208 +-
crypto/dist/heimdal/lib/kadm5/kadm5-private.h | 245 +
crypto/dist/heimdal/lib/kadm5/kadm5-protos.h | 516 +
crypto/dist/heimdal/lib/kadm5/kadm5_err.et | 2 +-
crypto/dist/heimdal/lib/kadm5/kadm5_locl.h | 4 +-
crypto/dist/heimdal/lib/kadm5/keys.c | 112 +
crypto/dist/heimdal/lib/kadm5/log.c | 173 +-
crypto/dist/heimdal/lib/kadm5/marshall.c | 2 +-
crypto/dist/heimdal/lib/kadm5/modify_c.c | 6 +-
crypto/dist/heimdal/lib/kadm5/modify_s.c | 4 +-
crypto/dist/heimdal/lib/kadm5/password_quality.c | 4 +-
crypto/dist/heimdal/lib/kadm5/private.h | 183 +-
crypto/dist/heimdal/lib/kadm5/privs_c.c | 6 +-
crypto/dist/heimdal/lib/kadm5/privs_s.c | 2 +-
crypto/dist/heimdal/lib/kadm5/randkey_c.c | 6 +-
crypto/dist/heimdal/lib/kadm5/randkey_s.c | 9 +-
crypto/dist/heimdal/lib/kadm5/rename_c.c | 6 +-
crypto/dist/heimdal/lib/kadm5/rename_s.c | 4 +-
crypto/dist/heimdal/lib/kadm5/replay_log.c | 2 +-
crypto/dist/heimdal/lib/kadm5/sample_passwd_check.c | 2 +-
crypto/dist/heimdal/lib/kadm5/send_recv.c | 4 +-
crypto/dist/heimdal/lib/kadm5/server_glue.c | 2 +-
crypto/dist/heimdal/lib/kadm5/set_keys.c | 336 +-
crypto/dist/heimdal/lib/kadm5/set_modifier.c | 2 +-
crypto/dist/heimdal/lib/kadm5/truncate_log.c | 88 +
crypto/dist/heimdal/lib/kafs/Makefile.am | 4 +-
crypto/dist/heimdal/lib/kafs/Makefile.in | 507 +-
crypto/dist/heimdal/lib/kafs/afskrb.c | 2 +-
crypto/dist/heimdal/lib/kafs/afskrb5.c | 2 +-
crypto/dist/heimdal/lib/kafs/afslib.c | 2 +-
crypto/dist/heimdal/lib/kafs/afssys.c | 4 +-
crypto/dist/heimdal/lib/kafs/afssysdefs.h | 2 +-
crypto/dist/heimdal/lib/kafs/common.c | 2 +-
crypto/dist/heimdal/lib/kafs/kafs.3 | 2 +-
crypto/dist/heimdal/lib/kafs/kafs.h | 2 +-
crypto/dist/heimdal/lib/kafs/kafs_locl.h | 2 +-
crypto/dist/heimdal/lib/kdfs/ChangeLog | 7 +
crypto/dist/heimdal/lib/kdfs/Makefile.am | 10 +
crypto/dist/heimdal/lib/kdfs/Makefile.in | 636 +
crypto/dist/heimdal/lib/kdfs/k5dfspag.c | 362 +
crypto/dist/heimdal/lib/krb5/Makefile.am | 24 +-
crypto/dist/heimdal/lib/krb5/Makefile.in | 528 +-
crypto/dist/heimdal/lib/krb5/acl.c | 189 +
crypto/dist/heimdal/lib/krb5/add_et_list.c | 2 +-
crypto/dist/heimdal/lib/krb5/addr_families.c | 4 +-
crypto/dist/heimdal/lib/krb5/address.c | 2 +-
crypto/dist/heimdal/lib/krb5/aname_to_localname.c | 2 +-
crypto/dist/heimdal/lib/krb5/appdefault.c | 106 +
crypto/dist/heimdal/lib/krb5/asn1_glue.c | 2 +-
crypto/dist/heimdal/lib/krb5/auth_context.c | 2 +-
crypto/dist/heimdal/lib/krb5/build_ap_req.c | 2 +-
crypto/dist/heimdal/lib/krb5/build_auth.c | 2 +-
crypto/dist/heimdal/lib/krb5/cache.c | 2 +-
crypto/dist/heimdal/lib/krb5/changepw.c | 78 +-
crypto/dist/heimdal/lib/krb5/codec.c | 2 +-
crypto/dist/heimdal/lib/krb5/config_file.c | 2 +-
crypto/dist/heimdal/lib/krb5/config_file_netinfo.c | 2 +-
crypto/dist/heimdal/lib/krb5/constants.c | 6 +-
crypto/dist/heimdal/lib/krb5/convert_creds.c | 28 +-
crypto/dist/heimdal/lib/krb5/copy_host_realm.c | 2 +-
crypto/dist/heimdal/lib/krb5/crc.c | 2 +-
crypto/dist/heimdal/lib/krb5/creds.c | 2 +-
crypto/dist/heimdal/lib/krb5/crypto.c | 683 +-
crypto/dist/heimdal/lib/krb5/data.c | 2 +-
crypto/dist/heimdal/lib/krb5/dump_config.c | 2 +-
crypto/dist/heimdal/lib/krb5/eai_to_heim_errno.c | 69 +
crypto/dist/heimdal/lib/krb5/expand_hostname.c | 2 +-
crypto/dist/heimdal/lib/krb5/fcache.c | 4 +-
crypto/dist/heimdal/lib/krb5/free.c | 2 +-
crypto/dist/heimdal/lib/krb5/free_host_realm.c | 2 +-
crypto/dist/heimdal/lib/krb5/generate_seq_number.c | 2 +-
crypto/dist/heimdal/lib/krb5/generate_subkey.c | 2 +-
crypto/dist/heimdal/lib/krb5/get_addrs.c | 6 +-
crypto/dist/heimdal/lib/krb5/get_cred.c | 36 +-
crypto/dist/heimdal/lib/krb5/get_default_principal.c | 2 +-
crypto/dist/heimdal/lib/krb5/get_default_realm.c | 2 +-
crypto/dist/heimdal/lib/krb5/get_for_creds.c | 51 +-
crypto/dist/heimdal/lib/krb5/get_host_realm.c | 2 +-
crypto/dist/heimdal/lib/krb5/get_in_tkt.c | 14 +-
crypto/dist/heimdal/lib/krb5/get_in_tkt_pw.c | 2 +-
crypto/dist/heimdal/lib/krb5/get_in_tkt_with_keytab.c | 2 +-
crypto/dist/heimdal/lib/krb5/get_in_tkt_with_skey.c | 2 +-
crypto/dist/heimdal/lib/krb5/get_port.c | 2 +-
crypto/dist/heimdal/lib/krb5/heim_err.et | 20 +-
crypto/dist/heimdal/lib/krb5/init_creds.c | 2 +-
crypto/dist/heimdal/lib/krb5/init_creds_pw.c | 11 +-
crypto/dist/heimdal/lib/krb5/keyblock.c | 2 +-
crypto/dist/heimdal/lib/krb5/keytab.c | 2 +-
crypto/dist/heimdal/lib/krb5/keytab_file.c | 2 +-
crypto/dist/heimdal/lib/krb5/keytab_keyfile.c | 85 +-
crypto/dist/heimdal/lib/krb5/keytab_krb4.c | 2 +-
crypto/dist/heimdal/lib/krb5/keytab_memory.c | 2 +-
crypto/dist/heimdal/lib/krb5/krb5-protos.h | 88 +
crypto/dist/heimdal/lib/krb5/krb5.conf.5 | 55 +-
crypto/dist/heimdal/lib/krb5/krb5.h | 57 +-
crypto/dist/heimdal/lib/krb5/krb5_425_conv_principal.3 | 2 +-
crypto/dist/heimdal/lib/krb5/krb5_appdefault.3 | 57 +
crypto/dist/heimdal/lib/krb5/krb5_build_principal.3 | 2 +-
crypto/dist/heimdal/lib/krb5/krb5_config.3 | 71 +
crypto/dist/heimdal/lib/krb5/krb5_create_checksum.3 | 2 +-
crypto/dist/heimdal/lib/krb5/krb5_crypto_init.3 | 2 +-
crypto/dist/heimdal/lib/krb5/krb5_encrypt.3 | 2 +-
crypto/dist/heimdal/lib/krb5/krb5_err.et | 4 +-
crypto/dist/heimdal/lib/krb5/krb5_free_principal.3 | 2 +-
crypto/dist/heimdal/lib/krb5/krb5_locl.h | 5 +-
crypto/dist/heimdal/lib/krb5/krb5_openlog.3 | 2 +-
crypto/dist/heimdal/lib/krb5/krb5_parse_name.3 | 2 +-
crypto/dist/heimdal/lib/krb5/krb5_sname_to_principal.3 | 2 +-
crypto/dist/heimdal/lib/krb5/krb5_unparse_name.3 | 2 +-
crypto/dist/heimdal/lib/krb5/krb5_warn.3 | 2 +-
crypto/dist/heimdal/lib/krb5/krbhst.c | 27 +-
crypto/dist/heimdal/lib/krb5/kuserok.c | 2 +-
crypto/dist/heimdal/lib/krb5/log.c | 5 +-
crypto/dist/heimdal/lib/krb5/mcache.c | 2 +-
crypto/dist/heimdal/lib/krb5/misc.c | 2 +-
crypto/dist/heimdal/lib/krb5/mk_error.c | 2 +-
crypto/dist/heimdal/lib/krb5/mk_priv.c | 9 +-
crypto/dist/heimdal/lib/krb5/mk_rep.c | 2 +-
crypto/dist/heimdal/lib/krb5/mk_req.c | 6 +-
crypto/dist/heimdal/lib/krb5/mk_req_ext.c | 2 +-
crypto/dist/heimdal/lib/krb5/mk_safe.c | 9 +-
crypto/dist/heimdal/lib/krb5/n-fold-test.c | 2 +-
crypto/dist/heimdal/lib/krb5/n-fold.c | 2 +-
crypto/dist/heimdal/lib/krb5/net_read.c | 2 +-
crypto/dist/heimdal/lib/krb5/net_write.c | 2 +-
crypto/dist/heimdal/lib/krb5/padata.c | 2 +-
crypto/dist/heimdal/lib/krb5/principal.c | 26 +-
crypto/dist/heimdal/lib/krb5/prog_setup.c | 2 +-
crypto/dist/heimdal/lib/krb5/prompter_posix.c | 2 +-
crypto/dist/heimdal/lib/krb5/rd_cred.c | 37 +-
crypto/dist/heimdal/lib/krb5/rd_error.c | 2 +-
crypto/dist/heimdal/lib/krb5/rd_priv.c | 5 +-
crypto/dist/heimdal/lib/krb5/rd_rep.c | 2 +-
crypto/dist/heimdal/lib/krb5/rd_req.c | 2 +-
crypto/dist/heimdal/lib/krb5/rd_safe.c | 5 +-
crypto/dist/heimdal/lib/krb5/read_message.c | 42 +-
crypto/dist/heimdal/lib/krb5/recvauth.c | 2 +-
crypto/dist/heimdal/lib/krb5/replay.c | 12 +-
crypto/dist/heimdal/lib/krb5/send_to_kdc.c | 59 +-
crypto/dist/heimdal/lib/krb5/sendauth.c | 2 +-
crypto/dist/heimdal/lib/krb5/set_default_realm.c | 2 +-
crypto/dist/heimdal/lib/krb5/sock_principal.c | 18 +-
crypto/dist/heimdal/lib/krb5/store.c | 4 +-
crypto/dist/heimdal/lib/krb5/store_emem.c | 6 +-
crypto/dist/heimdal/lib/krb5/store_fd.c | 6 +-
crypto/dist/heimdal/lib/krb5/store_mem.c | 6 +-
crypto/dist/heimdal/lib/krb5/string-to-key-test.c | 7 +-
crypto/dist/heimdal/lib/krb5/test_get_addrs.c | 75 +
crypto/dist/heimdal/lib/krb5/ticket.c | 2 +-
crypto/dist/heimdal/lib/krb5/time.c | 15 +-
crypto/dist/heimdal/lib/krb5/transited.c | 2 +-
crypto/dist/heimdal/lib/krb5/verify_init.c | 2 +-
crypto/dist/heimdal/lib/krb5/verify_krb5_conf.8 | 2 +-
crypto/dist/heimdal/lib/krb5/verify_krb5_conf.c | 2 +-
crypto/dist/heimdal/lib/krb5/verify_user.c | 2 +-
crypto/dist/heimdal/lib/krb5/warn.c | 2 +-
crypto/dist/heimdal/lib/krb5/write_message.c | 40 +-
crypto/dist/heimdal/lib/otp/ChangeLog | 4 +
crypto/dist/heimdal/lib/otp/Makefile.am | 4 +-
crypto/dist/heimdal/lib/otp/Makefile.in | 192 +-
crypto/dist/heimdal/lib/otp/otp.c | 4 +-
crypto/dist/heimdal/lib/otp/otp.h | 20 +-
crypto/dist/heimdal/lib/otp/otp_challenge.c | 2 +-
crypto/dist/heimdal/lib/otp/otp_db.c | 2 +-
crypto/dist/heimdal/lib/otp/otp_locl.h | 2 +-
crypto/dist/heimdal/lib/otp/otp_md.c | 44 +-
crypto/dist/heimdal/lib/otp/otp_md.h | 16 +-
crypto/dist/heimdal/lib/otp/otp_parse.c | 27 +-
crypto/dist/heimdal/lib/otp/otp_print.c | 2 +-
crypto/dist/heimdal/lib/otp/otp_verify.c | 8 +-
crypto/dist/heimdal/lib/otp/otptest.c | 2 +-
crypto/dist/heimdal/lib/otp/roken_rename.h | 2 +-
crypto/dist/heimdal/lib/roken/ChangeLog | 94 +
crypto/dist/heimdal/lib/roken/Makefile.am | 68 +-
crypto/dist/heimdal/lib/roken/Makefile.in | 772 +-
crypto/dist/heimdal/lib/roken/acconfig.h | 36 +
crypto/dist/heimdal/lib/roken/acinclude.m4 | 9 +
crypto/dist/heimdal/lib/roken/base64.c | 2 +-
crypto/dist/heimdal/lib/roken/base64.h | 2 +-
crypto/dist/heimdal/lib/roken/chown.c | 2 +-
crypto/dist/heimdal/lib/roken/concat.c | 2 +-
crypto/dist/heimdal/lib/roken/config.h.in | 1 +
crypto/dist/heimdal/lib/roken/copyhostent.c | 2 +-
crypto/dist/heimdal/lib/roken/daemon.c | 2 +-
crypto/dist/heimdal/lib/roken/emalloc.c | 2 +-
crypto/dist/heimdal/lib/roken/environment.c | 103 +
crypto/dist/heimdal/lib/roken/eread.c | 2 +-
crypto/dist/heimdal/lib/roken/erealloc.c | 2 +-
crypto/dist/heimdal/lib/roken/err.c | 2 +-
crypto/dist/heimdal/lib/roken/err.h | 2 +-
crypto/dist/heimdal/lib/roken/errx.c | 2 +-
crypto/dist/heimdal/lib/roken/estrdup.c | 2 +-
crypto/dist/heimdal/lib/roken/ewrite.c | 2 +-
crypto/dist/heimdal/lib/roken/fchown.c | 2 +-
crypto/dist/heimdal/lib/roken/flock.c | 2 +-
crypto/dist/heimdal/lib/roken/fnmatch.c | 4 +-
crypto/dist/heimdal/lib/roken/fnmatch.h | 2 +-
crypto/dist/heimdal/lib/roken/freeaddrinfo.c | 2 +-
crypto/dist/heimdal/lib/roken/freehostent.c | 2 +-
crypto/dist/heimdal/lib/roken/gai_strerror.c | 2 +-
crypto/dist/heimdal/lib/roken/get_default_username.c | 2 +-
crypto/dist/heimdal/lib/roken/get_window_size.c | 2 +-
crypto/dist/heimdal/lib/roken/getaddrinfo-test.c | 6 +-
crypto/dist/heimdal/lib/roken/getaddrinfo.c | 49 +-
crypto/dist/heimdal/lib/roken/getaddrinfo_hostspec.c | 19 +-
crypto/dist/heimdal/lib/roken/getarg.3 | 2 +-
crypto/dist/heimdal/lib/roken/getarg.c | 4 +-
crypto/dist/heimdal/lib/roken/getarg.h | 2 +-
crypto/dist/heimdal/lib/roken/getcap.c | 4 +-
crypto/dist/heimdal/lib/roken/getcwd.c | 2 +-
crypto/dist/heimdal/lib/roken/getdtablesize.c | 2 +-
crypto/dist/heimdal/lib/roken/getegid.c | 2 +-
crypto/dist/heimdal/lib/roken/geteuid.c | 2 +-
crypto/dist/heimdal/lib/roken/getgid.c | 2 +-
crypto/dist/heimdal/lib/roken/getipnodebyaddr.c | 2 +-
crypto/dist/heimdal/lib/roken/getipnodebyname.c | 2 +-
crypto/dist/heimdal/lib/roken/getnameinfo.c | 2 +-
crypto/dist/heimdal/lib/roken/getnameinfo_verified.c | 9 +-
crypto/dist/heimdal/lib/roken/gettimeofday.c | 2 +-
crypto/dist/heimdal/lib/roken/getuid.c | 2 +-
crypto/dist/heimdal/lib/roken/getusershell.c | 145 +-
crypto/dist/heimdal/lib/roken/hstrerror.c | 2 +-
crypto/dist/heimdal/lib/roken/inet_aton.c | 2 +-
crypto/dist/heimdal/lib/roken/inet_ntop.c | 19 +-
crypto/dist/heimdal/lib/roken/inet_pton.c | 21 +-
crypto/dist/heimdal/lib/roken/initgroups.c | 2 +-
crypto/dist/heimdal/lib/roken/innetgr.c | 2 +-
crypto/dist/heimdal/lib/roken/install-sh | 251 +
crypto/dist/heimdal/lib/roken/iruserok.c | 2 +-
crypto/dist/heimdal/lib/roken/issuid.c | 2 +-
crypto/dist/heimdal/lib/roken/k_getpwnam.c | 2 +-
crypto/dist/heimdal/lib/roken/k_getpwuid.c | 2 +-
crypto/dist/heimdal/lib/roken/lstat.c | 2 +-
crypto/dist/heimdal/lib/roken/memmove.c | 2 +-
crypto/dist/heimdal/lib/roken/mini_inetd.c | 28 +-
crypto/dist/heimdal/lib/roken/missing | 190 +
crypto/dist/heimdal/lib/roken/mkinstalldirs | 40 +
crypto/dist/heimdal/lib/roken/mkstemp.c | 2 +-
crypto/dist/heimdal/lib/roken/net_read.c | 2 +-
crypto/dist/heimdal/lib/roken/net_write.c | 2 +-
crypto/dist/heimdal/lib/roken/parse_bytes-test.c | 2 +-
crypto/dist/heimdal/lib/roken/parse_bytes.c | 2 +-
crypto/dist/heimdal/lib/roken/parse_bytes.h | 2 +-
crypto/dist/heimdal/lib/roken/parse_time.c | 2 +-
crypto/dist/heimdal/lib/roken/parse_time.h | 2 +-
crypto/dist/heimdal/lib/roken/parse_units.c | 2 +-
crypto/dist/heimdal/lib/roken/parse_units.h | 2 +-
crypto/dist/heimdal/lib/roken/print_version.c | 2 +-
crypto/dist/heimdal/lib/roken/putenv.c | 2 +-
crypto/dist/heimdal/lib/roken/rcmd.c | 2 +-
crypto/dist/heimdal/lib/roken/readv.c | 2 +-
crypto/dist/heimdal/lib/roken/recvmsg.c | 2 +-
crypto/dist/heimdal/lib/roken/resolve.c | 124 +-
crypto/dist/heimdal/lib/roken/resolve.h | 47 +-
crypto/dist/heimdal/lib/roken/roken-common.h | 14 +-
crypto/dist/heimdal/lib/roken/roken.awk | 4 +
crypto/dist/heimdal/lib/roken/roken.h.in | 16 +-
crypto/dist/heimdal/lib/roken/roken_gethostby.c | 2 +-
crypto/dist/heimdal/lib/roken/rtbl.c | 278 +
crypto/dist/heimdal/lib/roken/rtbl.h | 57 +
crypto/dist/heimdal/lib/roken/sendmsg.c | 2 +-
crypto/dist/heimdal/lib/roken/setegid.c | 2 +-
crypto/dist/heimdal/lib/roken/setenv.c | 2 +-
crypto/dist/heimdal/lib/roken/seteuid.c | 2 +-
crypto/dist/heimdal/lib/roken/signal.c | 7 +-
crypto/dist/heimdal/lib/roken/simple_exec.c | 2 +-
crypto/dist/heimdal/lib/roken/snprintf.c | 2 +-
crypto/dist/heimdal/lib/roken/socket.c | 24 +-
crypto/dist/heimdal/lib/roken/strcasecmp.c | 2 +-
crypto/dist/heimdal/lib/roken/strcollect.c | 2 +-
crypto/dist/heimdal/lib/roken/strdup.c | 2 +-
crypto/dist/heimdal/lib/roken/strerror.c | 2 +-
crypto/dist/heimdal/lib/roken/strftime.c | 4 +-
crypto/dist/heimdal/lib/roken/strlwr.c | 2 +-
crypto/dist/heimdal/lib/roken/strncasecmp.c | 2 +-
crypto/dist/heimdal/lib/roken/strndup.c | 2 +-
crypto/dist/heimdal/lib/roken/strnlen.c | 2 +-
crypto/dist/heimdal/lib/roken/strpftime-test.c | 2 +-
crypto/dist/heimdal/lib/roken/strptime.c | 2 +-
crypto/dist/heimdal/lib/roken/strsep.c | 2 +-
crypto/dist/heimdal/lib/roken/strsep_copy.c | 67 +
crypto/dist/heimdal/lib/roken/strtok_r.c | 2 +-
crypto/dist/heimdal/lib/roken/strupr.c | 2 +-
crypto/dist/heimdal/lib/roken/swab.c | 2 +-
crypto/dist/heimdal/lib/roken/timeval.c | 2 +-
crypto/dist/heimdal/lib/roken/tm2time.c | 2 +-
crypto/dist/heimdal/lib/roken/unsetenv.c | 2 +-
crypto/dist/heimdal/lib/roken/verify.c | 2 +-
crypto/dist/heimdal/lib/roken/verr.c | 2 +-
crypto/dist/heimdal/lib/roken/verrx.c | 2 +-
crypto/dist/heimdal/lib/roken/vsyslog.c | 72 +-
crypto/dist/heimdal/lib/roken/vwarn.c | 2 +-
crypto/dist/heimdal/lib/roken/vwarnx.c | 2 +-
crypto/dist/heimdal/lib/roken/warn.c | 2 +-
crypto/dist/heimdal/lib/roken/warnerr.c | 8 +-
crypto/dist/heimdal/lib/roken/warnx.c | 2 +-
crypto/dist/heimdal/lib/roken/write_pid.c | 73 +
crypto/dist/heimdal/lib/roken/writev.c | 2 +-
crypto/dist/heimdal/lib/roken/xdbm.h | 4 +-
crypto/dist/heimdal/lib/sl/ChangeLog | 11 +
crypto/dist/heimdal/lib/sl/Makefile.am | 4 +-
crypto/dist/heimdal/lib/sl/Makefile.in | 213 +-
crypto/dist/heimdal/lib/sl/lex.l | 17 +-
crypto/dist/heimdal/lib/sl/make_cmds.c | 2 +-
crypto/dist/heimdal/lib/sl/make_cmds.h | 9 +-
crypto/dist/heimdal/lib/sl/parse.y | 9 +-
crypto/dist/heimdal/lib/sl/roken_rename.h | 7 +-
crypto/dist/heimdal/lib/sl/sl.c | 8 +-
crypto/dist/heimdal/lib/sl/sl.h | 2 +-
crypto/dist/heimdal/lib/sl/sl_locl.h | 2 +-
crypto/dist/heimdal/lib/sl/ss.c | 49 +-
crypto/dist/heimdal/lib/sl/ss.h | 6 +-
crypto/dist/heimdal/lib/vers/ChangeLog | 4 +
crypto/dist/heimdal/lib/vers/Makefile.am | 29 +
crypto/dist/heimdal/lib/vers/Makefile.in | 672 +
crypto/dist/heimdal/lib/vers/make-print-version.c | 68 +
crypto/dist/heimdal/lib/vers/print_version.c | 78 +
crypto/dist/heimdal/lib/vers/vers.h | 41 +
crypto/dist/heimdal/ltconfig | 2953 +-
crypto/dist/heimdal/ltmain.sh | 4386 +-
crypto/dist/heimdal/missing | 265 +-
crypto/dist/heimdal/mkinstalldirs | 2 +-
895 files changed, 58130 insertions(+), 24981 deletions(-)
diffs (truncated from 113456 to 300 lines):
diff -r 8d4faad5f34e -r 77fe06baae99 crypto/dist/heimdal/ChangeLog
--- a/crypto/dist/heimdal/ChangeLog Wed Aug 02 19:44:18 2000 +0000
+++ b/crypto/dist/heimdal/ChangeLog Wed Aug 02 19:57:59 2000 +0000
@@ -1,3 +1,425 @@
+2000-07-28 Assar Westerlund <assar%juguete.sics.se@localhost>
+
+ * Release 0.3a
+
+2000-07-27 Assar Westerlund <assar%sics.se@localhost>
+
+ * kdc/hprop.c (dump_database): write an empty message to signal
+ end of dump
+
+2000-07-26 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/changepw.c (krb5_change_password): try to be more
+ careful when not to resend
+
+ * lib/hdb/db3.c: always create a cursor with db3. From Derrick J
+ Brashear <shadow%dementia.org@localhost>
+
+2000-07-25 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * lib/krb5/Makefile.am: bump version to 12:0:1
+
+ * lib/krb5/krb5_config.3: manpage
+
+ * lib/krb5/krb5_appdefault.3: manpage
+
+ * lib/krb5/appdefault.c: implementation of the krb5_appdefault set
+ of functions
+
+2000-07-23 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/init_creds_pw.c (change_password): reset forwardable
+ and proxiable. copy preauthentication list correctly from
+ supplied options
+
+ * kdc/hpropd.c (main): check that the ticket was for `hprop/' for
+ paranoid reasons
+
+ * lib/krb5/sock_principal.c (krb5_sock_to_principal): look in
+ aliases for the real name
+
+2000-07-22 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * doc/setup.texi: say something about starting kadmind from the
+ command line
+
+2000-07-22 Assar Westerlund <assar%sics.se@localhost>
+
+ * kpasswd/kpasswdd.c: use kadm5_s_chpass_principal_cond instead of
+ mis-doing it here
+
+ * lib/krb5/changepw.c (krb5_change_password): make timeout 1 +
+ 2^{0,1,...}. also keep track if we got an old packet back and
+ then just wait without sending a new packet
+ * lib/krb5/changepw.c: use a datagram socket and remove the
+ sequence numbers
+ * lib/krb5/changepw.c (krb5_change_password): clarify an
+ expression, avoiding a warning
+
+2000-07-22 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * kuser/klist.c: make -a and -n aliases for -v
+
+ * lib/krb5/write_message.c: ws
+
+ * kdc/hprop-common.c: nuke extra definitions of
+ krb5_read_priv_message et.al
+
+ * lib/krb5/read_message.c (krb5_read_message): return error if EOF
+
+2000-07-20 Assar Westerlund <assar%sics.se@localhost>
+
+ * kpasswd/kpasswd.c: print usage consistently
+ * kdc/hprop.h (HPROP_KEYTAB): use HDB for the keytab
+ * kdc/hpropd.c: add --keytab
+ * kdc/hpropd.c: don't care what principal we recvauth as
+
+ * lib/krb5/get_cred.c: be more careful of not returning creds at
+ all when an error is returned
+ * lib/krb5/fcache.c (fcc_gen_new): do mkstemp correctly
+
+2000-07-19 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * fix-export: use autoreconf
+
+ * configure.in: remove stuff that belong in roken, and remove some
+ obsolete constructs
+
+2000-07-18 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * configure.in: fix some typos
+
+ * appl/Makefile.am: dceutil*s*
+
+ * missing: update to missing from automake 1.4a
+
+2000-07-17 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * configure.in: subst AIX compiler flags
+
+2000-07-15 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * configure.in: pass sixth parameter to test-package; use some
+ newer autoconf constructs
+
+ * ltmain.sh: update to libtool 1.3c
+
+ * ltconfig: update to libtool 1.3c
+
+ * configure.in: update this to newer auto*/libtool
+
+ * appl/Makefile.am: use conditional for dce
+
+ * lib/Makefile.am: use conditional for dce
+
+2000-07-11 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * lib/krb5/write_message.c: krb5_write_{priv,save}_message
+ * lib/krb5/read_message.c: krb5_read_{priv,save}_message
+ * lib/krb5/convert_creds.c: try port kerberos/88 if no response on
+ krb524/4444
+
+ * lib/krb5/convert_creds.c: use krb5_sendto
+
+ * lib/krb5/send_to_kdc.c: add more generic krb5_sendto that send
+ to a port at arbitrary list of hosts
+
+2000-07-10 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * doc/misc.texi: language; say something about kadmin del_enctype
+
+2000-07-10 Assar Westerlund <assar%sics.se@localhost>
+
+ * appl/kf/Makefile.am: actually install
+
+2000-07-08 Assar Westerlund <assar%sics.se@localhost>
+
+ * configure.in (AM_INIT_AUTOMAKE): bump to 0.3a-pre
+ (AC_ROKEN): roken is now at 10
+
+ * lib/krb5/string-to-key-test.c: add a arcfour-hmac-md5 test case
+ * kdc/Makefile.am (INCLUDES): add ../lib/krb5
+ * configure.in: update for standalone roken
+ * lib/Makefile.am (SUBDIRS): make roken conditional
+ * kdc/hprop.c: update to new hdb_seal_keys_mkey
+ * lib/hdb/mkey.c (_hdb_unseal_keys_int, _hdb_seal_keys_int):
+ rename and export them
+
+ * kdc/headers.h: add krb5_locl.h (since we just use some stuff
+ from there)
+
+2000-07-08 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * kuser/klist.1: update for -f and add some more text for -v
+
+ * kuser/klist.c: use rtbl to format cred listing, add -f and -s
+
+ * lib/krb5/crypto.c: fix type in des3-cbc-none
+
+ * lib/hdb/mkey.c: add key usage
+
+ * kdc/kstash.c: remove writing of old keyfile, and treat
+ --convert-file as just reading and writing the keyfile without
+ asking for a new key
+
+ * lib/hdb/mkey.c (read_master_encryptionkey): handle old keytype
+ based files, and convert the key to cfb64
+
+ * lib/hdb/mkey.c (hdb_read_master_key): set mkey to NULL before
+ doing anything else
+
+ * lib/krb5/send_to_kdc.c: use krb5_eai_to_heim_errno
+
+ * lib/krb5/get_for_creds.c: use krb5_eai_to_heim_errno
+
+ * lib/krb5/changepw.c: use krb5_eai_to_heim_errno
+
+ * lib/krb5/addr_families.c: use krb5_eai_to_heim_errno
+
+ * lib/krb5/eai_to_heim_errno.c: convert getaddrinfo error codes to
+ something that can be passed to get_err_text
+
+2000-07-07 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/hdb/hdb.c (hdb_next_enctype2key): make sure of skipping
+ `*key'
+
+ * kdc/kerberos4.c (get_des_key): rewrite some, be more careful
+
+2000-07-06 Assar Westerlund <assar%sics.se@localhost>
+
+ * kdc/kerberos5.c (as_rep): be careful as to now overflowing when
+ calculating the end of lifetime of a ticket.
+
+ * lib/krb5/context.c (default_etypes): add ETYPE_ARCFOUR_HMAC_MD5
+
+ * lib/hdb/db3.c: only use a cursor when needed, from Derrick J
+ Brashear <shadow%dementia.org@localhost>
+
+ * lib/krb5/crypto.c: introduce the `special' encryption methods
+ that are not like all other encryption methods and implement
+ arcfour-hmac-md5
+
+2000-07-05 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * kdc/mit_dump.c: set initial master key version number to 0
+ instead of 1; if we lated bump the mkvno we don't risk using the
+ wrong key to decrypt
+
+ * kdc/hprop.c: only get master key if we're actually going to use
+ it; enable reading of MIT krb5 dump files
+
+ * kdc/mit_dump.c: read MIT krb5 dump files
+
+ * lib/hdb/mkey.c (read_master_mit): fix this
+
+ * kdc/kstash.c: make this work with the new mkey code
+
+ * lib/hdb/Makefile.am: add mkey.c, and bump version number
+
+ * lib/hdb/hdb.h: rewrite master key handling
+
+ * lib/hdb/mkey.c: rewrite master key handling
+
+ * lib/krb5/crypto.c: add some more pseudo crypto types
+
+ * lib/krb5/krb5.h: change some funny etypes to use negative
+ numbers, and add some more
+
+2000-07-04 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/krbhst.c (get_krbhst): only try SRV lookup if there are
+ none in the configuration file
+
+2000-07-02 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/keytab_keyfile.c (akf_add_entry): remove unused
+ variable
+
+ * kpasswd/kpasswd-generator.c: new test program
+ * kpasswd/Makefile.am: add kpasswd-generator
+
+ * include/Makefile.am (CLEANFILES): add rc4.h
+
+ * kuser/generate-requests.c: new test program
+ * kuser/Makefile.am (noinst_PROGRAMS): add generate-requests
+
+2000-07-01 Assar Westerlund <assar%sics.se@localhost>
+
+ * configure.in: add --enable-dce and related stuff
+ * appl/Makefile.am (SUBDIRS): add $(APPL_dce)
+
+2000-06-29 Assar Westerlund <assar%sics.se@localhost>
+
+ * kdc/kerberos4.c (get_des_key): fix thinkos/typos
+
+2000-06-29 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * admin/purge.c: use parse_time to parse age
+
+ * lib/krb5/log.c (krb5_vlog_msg): use krb5_format_time
+
+ * admin/list.c: add printing of timestamp and key data; some
+ cleanup
+
+ * lib/krb5/time.c (krb5_format_time): new function to format time
+
+ * lib/krb5/context.c (init_context_from_config_file): init
+ date_fmt, also do some cleanup
+
+ * lib/krb5/krb5.h: add date_fmt to context
+
+2000-06-28 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * kdc/{kerberos4,kaserver,524}.c (get_des_key): change to return
+ v4 or afs keys if possible
+
+2000-06-25 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * kdc/hprop.c (ka_convert): allow using null salt, and treat 0
+ pw_expire as never (from Derrick Brashear)
+
+2000-06-24 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * kdc/connect.c (add_standard_ports): only listen to port 750 if
+ serving v4 requests
+
+2000-06-22 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/asn1/lex.l: fix includes, and lex stuff
+ * lib/asn1/lex.h (error_message): update prototype
+ (yylex): add
+ * lib/asn1/gen_length.c (length_type): fail on malloc error
+ * lib/asn1/gen_decode.c (decode_type): fail on malloc error
+
+2000-06-21 Assar Westerlund <assar%sics.se@localhost>
+
Home |
Main Index |
Thread Index |
Old Index