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.4e
details: https://anonhg.NetBSD.org/src/rev/a781e75c9e35
branches: trunk
changeset: 515135:a781e75c9e35
user: assar <assar%NetBSD.org@localhost>
date: Mon Sep 17 12:24:30 2001 +0000
description:
import of heimdal 0.4e
diffstat:
crypto/dist/heimdal/ChangeLog | 519 +
crypto/dist/heimdal/Makefile.in | 67 +-
crypto/dist/heimdal/NEWS | 71 +
crypto/dist/heimdal/TODO | 23 +-
crypto/dist/heimdal/TODO-1.0 | 12 +
crypto/dist/heimdal/TODO-shadow | 6 +
crypto/dist/heimdal/acconfig.h | 8 -
crypto/dist/heimdal/aclocal.m4 | 3575 +-
crypto/dist/heimdal/admin/Makefile.am | 22 +-
crypto/dist/heimdal/admin/Makefile.in | 47 +-
crypto/dist/heimdal/admin/add.c | 19 +-
crypto/dist/heimdal/admin/change.c | 19 +-
crypto/dist/heimdal/admin/get.c | 112 +-
crypto/dist/heimdal/admin/ktutil_locl.h | 8 +-
crypto/dist/heimdal/admin/list.c | 4 +-
crypto/dist/heimdal/admin/purge.c | 19 +-
crypto/dist/heimdal/admin/remove.c | 19 +-
crypto/dist/heimdal/admin/rename.c | 133 +
crypto/dist/heimdal/appl/Makefile.in | 25 +-
crypto/dist/heimdal/appl/afsutil/Makefile.in | 25 +-
crypto/dist/heimdal/appl/ftp/ChangeLog | 33 +
crypto/dist/heimdal/appl/ftp/Makefile.in | 25 +-
crypto/dist/heimdal/appl/ftp/common/Makefile.in | 25 +-
crypto/dist/heimdal/appl/ftp/ftp/Makefile.am | 4 +-
crypto/dist/heimdal/appl/ftp/ftp/Makefile.in | 27 +-
crypto/dist/heimdal/appl/ftp/ftp/cmds.c | 20 +-
crypto/dist/heimdal/appl/ftp/ftp/ftp.1 | 6 +-
crypto/dist/heimdal/appl/ftp/ftp/ftp_locl.h | 6 +-
crypto/dist/heimdal/appl/ftp/ftp/gssapi.c | 48 +-
crypto/dist/heimdal/appl/ftp/ftpd/Makefile.am | 9 +-
crypto/dist/heimdal/appl/ftp/ftpd/Makefile.in | 36 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpcmd.y | 12 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpd.8 | 14 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpd.c | 16 +-
crypto/dist/heimdal/appl/ftp/ftpd/gss_userok.c | 5 +-
crypto/dist/heimdal/appl/ftp/ftpd/ls.c | 268 +-
crypto/dist/heimdal/appl/ftp/ftpd/popen.c | 10 +-
crypto/dist/heimdal/appl/kf/Makefile.in | 25 +-
crypto/dist/heimdal/appl/kx/ChangeLog | 19 +
crypto/dist/heimdal/appl/kx/Makefile.in | 25 +-
crypto/dist/heimdal/appl/kx/common.c | 28 +-
crypto/dist/heimdal/appl/kx/rxtelnet.1 | 22 +-
crypto/dist/heimdal/appl/kx/rxtelnet.in | 13 +-
crypto/dist/heimdal/appl/kx/rxterm.1 | 21 +-
crypto/dist/heimdal/appl/kx/rxterm.in | 9 +-
crypto/dist/heimdal/appl/kx/tenletxr.1 | 8 +-
crypto/dist/heimdal/appl/login/ChangeLog | 19 +
crypto/dist/heimdal/appl/login/Makefile.in | 25 +-
crypto/dist/heimdal/appl/login/login.c | 35 +-
crypto/dist/heimdal/appl/login/login_access.c | 18 +-
crypto/dist/heimdal/appl/login/login_locl.h | 8 +-
crypto/dist/heimdal/appl/login/utmpx_login.c | 18 +-
crypto/dist/heimdal/appl/otp/Makefile.am | 9 +-
crypto/dist/heimdal/appl/otp/Makefile.in | 32 +-
crypto/dist/heimdal/appl/otp/otp_locl.h | 6 +-
crypto/dist/heimdal/appl/popper/ChangeLog | 4 +
crypto/dist/heimdal/appl/popper/Makefile.am | 4 +-
crypto/dist/heimdal/appl/popper/Makefile.in | 95 +-
crypto/dist/heimdal/appl/popper/popper.8 | 267 +-
crypto/dist/heimdal/appl/popper/popper.cat8 | 54 +
crypto/dist/heimdal/appl/push/Makefile.in | 25 +-
crypto/dist/heimdal/appl/push/push.8 | 8 +-
crypto/dist/heimdal/appl/rsh/ChangeLog | 23 +
crypto/dist/heimdal/appl/rsh/Makefile.am | 4 +-
crypto/dist/heimdal/appl/rsh/Makefile.in | 133 +-
crypto/dist/heimdal/appl/rsh/rsh.1 | 218 +
crypto/dist/heimdal/appl/rsh/rsh.c | 148 +-
crypto/dist/heimdal/appl/rsh/rsh.cat1 | 121 +
crypto/dist/heimdal/appl/rsh/rshd.8 | 130 +
crypto/dist/heimdal/appl/rsh/rshd.c | 13 +-
crypto/dist/heimdal/appl/rsh/rshd.cat8 | 78 +
crypto/dist/heimdal/appl/su/ChangeLog | 4 +
crypto/dist/heimdal/appl/su/Makefile.am | 4 +-
crypto/dist/heimdal/appl/su/Makefile.in | 27 +-
crypto/dist/heimdal/appl/su/su.c | 32 +-
crypto/dist/heimdal/appl/telnet/ChangeLog | 22 +
crypto/dist/heimdal/appl/telnet/Makefile.in | 25 +-
crypto/dist/heimdal/appl/telnet/libtelnet/Makefile.am | 4 +-
crypto/dist/heimdal/appl/telnet/libtelnet/Makefile.in | 27 +-
crypto/dist/heimdal/appl/telnet/libtelnet/auth.c | 4 +-
crypto/dist/heimdal/appl/telnet/libtelnet/enc_des.c | 8 +-
crypto/dist/heimdal/appl/telnet/libtelnet/encrypt.h | 4 +-
crypto/dist/heimdal/appl/telnet/libtelnet/kerberos.c | 13 +-
crypto/dist/heimdal/appl/telnet/libtelnet/kerberos5.c | 10 +-
crypto/dist/heimdal/appl/telnet/telnet/Makefile.am | 4 +-
crypto/dist/heimdal/appl/telnet/telnet/Makefile.in | 27 +-
crypto/dist/heimdal/appl/telnet/telnet/commands.c | 10 +-
crypto/dist/heimdal/appl/telnet/telnet/externs.h | 7 +-
crypto/dist/heimdal/appl/telnet/telnet/main.c | 11 +-
crypto/dist/heimdal/appl/telnet/telnet/sys_bsd.c | 5 +-
crypto/dist/heimdal/appl/telnet/telnet/utilities.c | 4 +-
crypto/dist/heimdal/appl/telnet/telnetd/Makefile.am | 6 +-
crypto/dist/heimdal/appl/telnet/telnetd/Makefile.in | 29 +-
crypto/dist/heimdal/appl/telnet/telnetd/defs.h | 2 +-
crypto/dist/heimdal/appl/telnet/telnetd/ext.h | 7 +-
crypto/dist/heimdal/appl/telnet/telnetd/global.c | 6 +-
crypto/dist/heimdal/appl/telnet/telnetd/sys_term.c | 9 +-
crypto/dist/heimdal/appl/telnet/telnetd/telnetd.8 | 8 +-
crypto/dist/heimdal/appl/telnet/telnetd/telnetd.c | 7 +-
crypto/dist/heimdal/appl/telnet/telnetd/termstat.c | 6 +-
crypto/dist/heimdal/appl/telnet/telnetd/utility.c | 7 +-
crypto/dist/heimdal/appl/test/Makefile.in | 25 +-
crypto/dist/heimdal/appl/xnlock/ChangeLog | 8 +
crypto/dist/heimdal/appl/xnlock/Makefile.in | 25 +-
crypto/dist/heimdal/appl/xnlock/xnlock.c | 5 +-
crypto/dist/heimdal/cf/ChangeLog | 127 +
crypto/dist/heimdal/cf/Makefile.am.common | 10 +-
crypto/dist/heimdal/cf/auth-modules.m4 | 6 +-
crypto/dist/heimdal/cf/broken-getaddrinfo.m4 | 24 +
crypto/dist/heimdal/cf/broken-glob.m4 | 10 +-
crypto/dist/heimdal/cf/broken-snprintf.m4 | 10 +-
crypto/dist/heimdal/cf/check-compile-et.m4 | 77 +
crypto/dist/heimdal/cf/check-var.m4 | 4 +-
crypto/dist/heimdal/cf/crypto.m4 | 119 +
crypto/dist/heimdal/cf/db.m4 | 148 +-
crypto/dist/heimdal/cf/find-func-no-libs2.m4 | 14 +-
crypto/dist/heimdal/cf/install-catman.sh | 34 +-
crypto/dist/heimdal/cf/krb-ipv6.m4 | 29 +-
crypto/dist/heimdal/cf/krb-struct-winsize.m4 | 6 +-
crypto/dist/heimdal/cf/make-proto.pl | 6 +-
crypto/dist/heimdal/cf/with-all.m4 | 42 +
crypto/dist/heimdal/configure | 21571 ++++++---
crypto/dist/heimdal/configure.in | 88 +-
crypto/dist/heimdal/doc/Makefile.in | 25 +-
crypto/dist/heimdal/doc/install.texi | 10 +-
crypto/dist/heimdal/doc/kerberos4.texi | 12 +-
crypto/dist/heimdal/doc/standardisation/draft-ietf-krb-wg-krb-dns-locate-02.txt | 339 +
crypto/dist/heimdal/doc/win2k.texi | 8 +-
crypto/dist/heimdal/etc/services.append | 4 +-
crypto/dist/heimdal/include/Makefile.in | 25 +-
crypto/dist/heimdal/include/config.h.in | 110 +-
crypto/dist/heimdal/include/kadm5/Makefile.in | 25 +-
crypto/dist/heimdal/kadmin/ChangeLog | 44 +
crypto/dist/heimdal/kadmin/Makefile.am | 12 +-
crypto/dist/heimdal/kadmin/Makefile.in | 35 +-
crypto/dist/heimdal/kadmin/ank.c | 16 +-
crypto/dist/heimdal/kadmin/cpw.c | 4 +-
crypto/dist/heimdal/kadmin/ext.c | 18 +-
crypto/dist/heimdal/kadmin/kadmin_locl.h | 11 +-
crypto/dist/heimdal/kadmin/load.c | 59 +-
crypto/dist/heimdal/kadmin/server.c | 6 +-
crypto/dist/heimdal/kadmin/util.c | 94 +-
crypto/dist/heimdal/kdc/Makefile.am | 16 +-
crypto/dist/heimdal/kdc/Makefile.in | 45 +-
crypto/dist/heimdal/kdc/headers.h | 9 +-
crypto/dist/heimdal/kdc/hprop.c | 174 +-
crypto/dist/heimdal/kdc/hpropd.c | 6 +-
crypto/dist/heimdal/kdc/kaserver.c | 29 +-
crypto/dist/heimdal/kdc/kerberos4.c | 42 +-
crypto/dist/heimdal/kpasswd/Makefile.am | 4 +-
crypto/dist/heimdal/kpasswd/Makefile.in | 27 +-
crypto/dist/heimdal/kpasswd/kpasswd_locl.h | 9 +-
crypto/dist/heimdal/kuser/Makefile.am | 22 +-
crypto/dist/heimdal/kuser/Makefile.in | 73 +-
crypto/dist/heimdal/kuser/kverify.c | 36 +-
crypto/dist/heimdal/lib/45/Makefile.in | 25 +-
crypto/dist/heimdal/lib/45/get_ad_tkt.c | 4 +-
crypto/dist/heimdal/lib/Makefile.am | 4 +-
crypto/dist/heimdal/lib/Makefile.in | 31 +-
crypto/dist/heimdal/lib/asn1/Makefile.am | 9 +-
crypto/dist/heimdal/lib/asn1/Makefile.in | 37 +-
crypto/dist/heimdal/lib/asn1/asn1_print.c | 8 +-
crypto/dist/heimdal/lib/auth/ChangeLog | 21 +
crypto/dist/heimdal/lib/auth/Makefile.in | 25 +-
crypto/dist/heimdal/lib/auth/afskauthlib/Makefile.am | 10 +-
crypto/dist/heimdal/lib/auth/afskauthlib/Makefile.in | 33 +-
crypto/dist/heimdal/lib/auth/afskauthlib/verify.c | 4 +-
crypto/dist/heimdal/lib/auth/pam/Makefile.in | 25 +-
crypto/dist/heimdal/lib/auth/sia/Makefile.am | 32 +-
crypto/dist/heimdal/lib/auth/sia/Makefile.in | 55 +-
crypto/dist/heimdal/lib/auth/sia/krb5_matrix.conf | 14 +-
crypto/dist/heimdal/lib/auth/sia/make-rpath | 34 +
crypto/dist/heimdal/lib/com_err/Makefile.am | 4 +-
crypto/dist/heimdal/lib/com_err/Makefile.in | 27 +-
crypto/dist/heimdal/lib/des/Makefile.am | 4 +-
crypto/dist/heimdal/lib/des/Makefile.in | 116 +-
crypto/dist/heimdal/lib/des/des.cat1 | 132 +
crypto/dist/heimdal/lib/des/des_crypt.cat3 | 264 +
crypto/dist/heimdal/lib/editline/Makefile.in | 25 +-
crypto/dist/heimdal/lib/editline/edit_compat.c | 8 +-
crypto/dist/heimdal/lib/editline/edit_compat.h | 44 +
crypto/dist/heimdal/lib/gssapi/ChangeLog | 66 +
crypto/dist/heimdal/lib/gssapi/Makefile.am | 7 +-
crypto/dist/heimdal/lib/gssapi/Makefile.in | 33 +-
crypto/dist/heimdal/lib/gssapi/accept_sec_context.c | 106 +-
crypto/dist/heimdal/lib/gssapi/decapsulate.c | 9 +-
crypto/dist/heimdal/lib/gssapi/display_status.c | 22 +-
crypto/dist/heimdal/lib/gssapi/encapsulate.c | 9 +-
crypto/dist/heimdal/lib/gssapi/gssapi_locl.h | 26 +-
crypto/dist/heimdal/lib/gssapi/init.c | 13 +-
crypto/dist/heimdal/lib/hdb/Makefile.am | 15 +-
crypto/dist/heimdal/lib/hdb/Makefile.in | 44 +-
crypto/dist/heimdal/lib/hdb/common.c | 20 +-
crypto/dist/heimdal/lib/hdb/db.c | 39 +-
crypto/dist/heimdal/lib/hdb/hdb-ldap.c | 264 +-
crypto/dist/heimdal/lib/hdb/hdb.asn1 | 13 +-
crypto/dist/heimdal/lib/hdb/hdb.c | 14 +-
crypto/dist/heimdal/lib/hdb/hdb_locl.h | 16 +-
crypto/dist/heimdal/lib/hdb/keytab.c | 9 +-
crypto/dist/heimdal/lib/hdb/ndbm.c | 60 +-
crypto/dist/heimdal/lib/hdb/print.c | 222 +-
crypto/dist/heimdal/lib/kadm5/ChangeLog | 39 +-
crypto/dist/heimdal/lib/kadm5/Makefile.am | 17 +-
crypto/dist/heimdal/lib/kadm5/Makefile.in | 46 +-
crypto/dist/heimdal/lib/kadm5/acl.c | 97 +-
crypto/dist/heimdal/lib/kadm5/context_s.c | 3 +-
crypto/dist/heimdal/lib/kadm5/init_c.c | 11 +-
crypto/dist/heimdal/lib/kadm5/ipropd_master.c | 3 +-
crypto/dist/heimdal/lib/kadm5/ipropd_slave.c | 13 +-
crypto/dist/heimdal/lib/kadm5/set_keys.c | 45 +-
crypto/dist/heimdal/lib/kafs/ChangeLog | 25 +
crypto/dist/heimdal/lib/kafs/Makefile.am | 11 +-
crypto/dist/heimdal/lib/kafs/Makefile.in | 35 +-
crypto/dist/heimdal/lib/kafs/afskrb5.c | 6 +-
crypto/dist/heimdal/lib/kafs/common.c | 65 +-
crypto/dist/heimdal/lib/kafs/kafs.h | 9 +-
crypto/dist/heimdal/lib/kafs/roken_rename.h | 3 +-
crypto/dist/heimdal/lib/krb5/Makefile.am | 42 +-
crypto/dist/heimdal/lib/krb5/Makefile.in | 124 +-
crypto/dist/heimdal/lib/krb5/addr_families.c | 386 +-
crypto/dist/heimdal/lib/krb5/auth_context.c | 46 +-
crypto/dist/heimdal/lib/krb5/convert_creds.c | 159 +-
crypto/dist/heimdal/lib/krb5/get_default_realm.c | 6 +-
crypto/dist/heimdal/lib/krb5/get_for_creds.c | 52 +-
crypto/dist/heimdal/lib/krb5/get_in_tkt.c | 10 +-
crypto/dist/heimdal/lib/krb5/heim_err.et | 4 +-
crypto/dist/heimdal/lib/krb5/init_creds.c | 75 +-
crypto/dist/heimdal/lib/krb5/init_creds_pw.c | 65 +-
crypto/dist/heimdal/lib/krb5/k524_err.et | 20 +
crypto/dist/heimdal/lib/krb5/kerberos.cat8 | 55 +
crypto/dist/heimdal/lib/krb5/krb5.conf.cat5 | 404 +
crypto/dist/heimdal/lib/krb5/krb5.h | 33 +-
crypto/dist/heimdal/lib/krb5/krb5_425_conv_principal.cat3 | 137 +
crypto/dist/heimdal/lib/krb5/krb5_appdefault.cat3 | 54 +
crypto/dist/heimdal/lib/krb5/krb5_auth_context.cat3 | 166 +
crypto/dist/heimdal/lib/krb5/krb5_build_principal.cat3 | 57 +
crypto/dist/heimdal/lib/krb5/krb5_config.cat3 | 56 +
crypto/dist/heimdal/lib/krb5/krb5_context.cat3 | 19 +
crypto/dist/heimdal/lib/krb5/krb5_create_checksum.cat3 | 51 +
crypto/dist/heimdal/lib/krb5/krb5_crypto_init.cat3 | 31 +
crypto/dist/heimdal/lib/krb5/krb5_encrypt.cat3 | 43 +
crypto/dist/heimdal/lib/krb5/krb5_free_principal.cat3 | 22 +
crypto/dist/heimdal/lib/krb5/krb5_get_all_client_addrs.3 | 39 +
crypto/dist/heimdal/lib/krb5/krb5_get_all_client_addrs.cat3 | 36 +
crypto/dist/heimdal/lib/krb5/krb5_get_krbhst.3 | 58 +
crypto/dist/heimdal/lib/krb5/krb5_get_krbhst.cat3 | 57 +
crypto/dist/heimdal/lib/krb5/krb5_init_context.cat3 | 33 +
crypto/dist/heimdal/lib/krb5/krb5_keytab.3 | 6 +-
crypto/dist/heimdal/lib/krb5/krb5_keytab.cat3 | 202 +
crypto/dist/heimdal/lib/krb5/krb5_krbhst_init.3 | 120 +
crypto/dist/heimdal/lib/krb5/krb5_krbhst_init.cat3 | 104 +
crypto/dist/heimdal/lib/krb5/krb5_locl.h | 24 +-
crypto/dist/heimdal/lib/krb5/krb5_openlog.cat3 | 156 +
crypto/dist/heimdal/lib/krb5/krb5_parse_name.cat3 | 29 +
crypto/dist/heimdal/lib/krb5/krb5_principal_get_realm.3 | 48 +
crypto/dist/heimdal/lib/krb5/krb5_principal_get_realm.cat3 | 41 +
crypto/dist/heimdal/lib/krb5/krb5_sname_to_principal.cat3 | 35 +
crypto/dist/heimdal/lib/krb5/krb5_timeofday.3 | 23 +
crypto/dist/heimdal/lib/krb5/krb5_timeofday.cat3 | 24 +
crypto/dist/heimdal/lib/krb5/krb5_unparse_name.cat3 | 23 +
crypto/dist/heimdal/lib/krb5/krb5_verify_user.3 | 85 +
crypto/dist/heimdal/lib/krb5/krb5_verify_user.cat3 | 69 +
crypto/dist/heimdal/lib/krb5/krb5_warn.cat3 | 59 +
crypto/dist/heimdal/lib/krb5/krbhst-test.c | 64 +
crypto/dist/heimdal/lib/krb5/krbhst.c | 812 +-
crypto/dist/heimdal/lib/krb5/mk_priv.c | 4 +-
crypto/dist/heimdal/lib/krb5/mk_req.c | 16 +-
crypto/dist/heimdal/lib/krb5/mk_safe.c | 12 +-
crypto/dist/heimdal/lib/krb5/rd_cred.c | 8 +-
crypto/dist/heimdal/lib/krb5/rd_priv.c | 10 +-
crypto/dist/heimdal/lib/krb5/rd_rep.c | 7 +-
crypto/dist/heimdal/lib/krb5/rd_req.c | 17 +-
crypto/dist/heimdal/lib/krb5/rd_safe.c | 12 +-
crypto/dist/heimdal/lib/krb5/replay.c | 4 +-
crypto/dist/heimdal/lib/krb5/sock_principal.c | 50 +-
crypto/dist/heimdal/lib/krb5/store_fd.c | 10 +-
crypto/dist/heimdal/lib/krb5/verify_krb5_conf.c | 270 +-
crypto/dist/heimdal/lib/krb5/verify_krb5_conf.cat8 | 58 +
crypto/dist/heimdal/lib/krb5/write_message.c | 3 +-
crypto/dist/heimdal/lib/otp/ChangeLog | 4 +
crypto/dist/heimdal/lib/otp/Makefile.am | 14 +-
crypto/dist/heimdal/lib/otp/Makefile.in | 68 +-
crypto/dist/heimdal/lib/otp/otp_md.c | 14 +-
crypto/dist/heimdal/lib/roken/ChangeLog | 162 +
crypto/dist/heimdal/lib/roken/Makefile.am | 51 +-
crypto/dist/heimdal/lib/roken/Makefile.in | 400 +-
crypto/dist/heimdal/lib/roken/base64-test.c | 99 +
crypto/dist/heimdal/lib/roken/base64.c | 198 +-
crypto/dist/heimdal/lib/roken/compile | 82 +
crypto/dist/heimdal/lib/roken/ecalloc.c | 56 +
crypto/dist/heimdal/lib/roken/emalloc.c | 6 +-
crypto/dist/heimdal/lib/roken/erealloc.c | 6 +-
crypto/dist/heimdal/lib/roken/estrdup.c | 6 +-
crypto/dist/heimdal/lib/roken/getaddrinfo.c | 42 +-
crypto/dist/heimdal/lib/roken/getarg.c | 13 +-
crypto/dist/heimdal/lib/roken/getarg.cat3 | 233 +
crypto/dist/heimdal/lib/roken/getdtablesize.c | 6 +-
crypto/dist/heimdal/lib/roken/getnameinfo.c | 4 +-
crypto/dist/heimdal/lib/roken/getprogname.c | 58 +
crypto/dist/heimdal/lib/roken/glob.c | 4 +
crypto/dist/heimdal/lib/roken/h_errno.c | 41 +
crypto/dist/heimdal/lib/roken/hostent_find_fqdn.c | 59 +
crypto/dist/heimdal/lib/roken/hstrerror.c | 6 +-
crypto/dist/heimdal/lib/roken/issuid.c | 7 +-
crypto/dist/heimdal/lib/roken/mini_inetd.c | 21 +-
crypto/dist/heimdal/lib/roken/resolve.c | 118 +-
crypto/dist/heimdal/lib/roken/resolve.h | 5 +-
crypto/dist/heimdal/lib/roken/roken.h.in | 18 +-
crypto/dist/heimdal/lib/roken/setprogname.c | 67 +
crypto/dist/heimdal/lib/roken/simple_exec.c | 99 +-
crypto/dist/heimdal/lib/roken/snprintf-test.c | 238 +
crypto/dist/heimdal/lib/roken/snprintf-test.h | 52 +
crypto/dist/heimdal/lib/roken/snprintf.c | 311 +-
crypto/dist/heimdal/lib/roken/socket.c | 27 +-
crypto/dist/heimdal/lib/roken/vis.c | 138 +-
crypto/dist/heimdal/lib/roken/warnerr.c | 44 +-
crypto/dist/heimdal/lib/roken/xdbm.h | 22 +-
crypto/dist/heimdal/lib/sl/ChangeLog | 5 +
crypto/dist/heimdal/lib/sl/Makefile.am | 12 +-
crypto/dist/heimdal/lib/sl/Makefile.in | 42 +-
crypto/dist/heimdal/ltconfig | 7 +-
crypto/dist/heimdal/ltmain.sh | 805 +-
322 files changed, 30973 insertions(+), 10910 deletions(-)
diffs (truncated from 62632 to 300 lines):
diff -r fc2f94a571c6 -r a781e75c9e35 crypto/dist/heimdal/ChangeLog
--- a/crypto/dist/heimdal/ChangeLog Mon Sep 17 12:21:41 2001 +0000
+++ b/crypto/dist/heimdal/ChangeLog Mon Sep 17 12:24:30 2001 +0000
@@ -1,3 +1,514 @@
+2001-09-03 Assar Westerlund <assar%sics.se@localhost>
+
+ * Release 0.4e
+
+2001-09-02 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * kuser/Makefile.am: install kauth as a symlink to kinit
+
+ * kuser/kinit.c: get v4_tickets by default
+
+ * lib/asn1/Makefile.am: fix for broken automake
+
+2001-08-31 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * lib/hdb/hdb-ldap.c: some pretty much untested changes from Luke
+ Howard
+
+ * kuser/kinit.1: remove references to kauth
+
+ * kuser/Makefile.am: kauth is no more
+
+ * kuser/kinit.c: use appdefaults for everything. defaults are now
+ as in kauth.
+
+ * lib/krb5/appdefault.c: also check libdefaults, and realms/realm
+
+ * lib/krb5/context.c (krb5_free_context): free more stuff
+
+2001-08-30 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * lib/krb5/verify_krb5_conf.c: do some checks of the values in the
+ file
+
+ * lib/krb5/krb5.conf.5: remove srv_try_txt, fix spelling
+
+ * lib/krb5/context.c: don't init srv_try_txt, since it isn't used
+ anymore
+
+2001-08-29 Jacques Vidrine <n%nectar.com@localhost>
+
+ * configure.in: Check for already-installed com_err.
+
+2001-08-28 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/Makefile.am (libkrb5_la_LDFLAGS): set versoin to 18:2:1
+
+2001-08-24 Assar Westerlund <assar%sics.se@localhost>
+
+ * kuser/Makefile.am: remove CHECK_LOCAL - non bin programs require
+ no special treatment now
+
+ * kuser/generate-requests.c: parse arguments in a useful way
+ * kuser/kverify.c: add --help/--verify
+
+2001-08-22 Assar Westerlund <assar%sics.se@localhost>
+
+ * configure.in: bump prereq to 2.52 remove unused test_LIB_KRB4
+
+ * configure.in: re-write the handling of crypto libraries. try to
+ use the one of openssl's libcrypto or krb4's libdes that has all
+ the required functionality (md4, md5, sha1, des, rc4). if there
+ is no such library, the included lib/des is built.
+
+ * kdc/headers.h: include libutil.h if it exists
+ * kpasswd/kpasswd_locl.h: include libutil.h if it exists
+ * kdc/kerberos4.c (get_des_key): check for null keys even if
+ is_server
+
+2001-08-21 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/asn1/asn1_print.c: print some size_t correctly
+ * configure.in: remove extra space after -L check for libutil.h
+
+2001-08-17 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * kdc/kdc_locl.h: fix prototype for get_des_key
+
+ * kdc/kaserver.c: fix call to get_des_key
+
+ * kdc/524.c: fix call to get_des_key
+
+ * kdc/kerberos4.c (get_des_key): if getting a key for a server,
+ return any des-key not just keys that can be string-to-keyed by
+ the client
+
+2001-08-10 Assar Westerlund <assar%sics.se@localhost>
+
+ * Release 0.4d
+
+2001-08-10 Assar Westerlund <assar%sics.se@localhost>
+
+ * configure.in: check for openpty
+ * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): update to 7:4:0
+
+2001-08-08 Assar Westerlund <assar%sics.se@localhost>
+
+ * configure.in: just add -L (if required) from krb4 when testing
+ for libdes/libcrypto
+
+2001-08-04 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/Makefile.am (man_MANS): add some missing man pages
+ * fix-export: fix the sed expression for finding the man pages
+
+2001-07-31 Assar Westerlund <assar%sics.se@localhost>
+
+ * kpasswd/kpasswd-generator.c (main): implement --version and
+ --help
+
+ * lib/krb5/Makefile.am (libkrb5_la_LDFLAGS): update version to
+ 18:1:1
+
+2001-07-27 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/context.c (init_context_from_config_file): check
+ parsing of addresses
+
+2001-07-26 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/sock_principal.c (krb5_sock_to_principal): rename
+ sa_len -> salen to avoid the macro that's defined on irix. noted
+ by "Jacques A. Vidrine" <n%nectar.com@localhost>
+
+2001-07-24 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * lib/krb5/addr_families.c: add support for type
+ KRB5_ADDRESS_ADDRPORT
+
+ * lib/krb5/addr_families.c (krb5_address_order): complain about
+ unsuppored address types
+
+2001-07-23 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * admin/get.c: don't open connection to server until we loop over
+ the principals, at that time we know the realm of the (first)
+ principal and we can default to that admin server
+
+ * admin: add a rename command
+
+2001-07-19 Assar Westerlund <assar%sics.se@localhost>
+
+ * kdc/hprop.c (usage): clarify a tiny bit
+
+2001-07-19 Assar Westerlund <assar%sics.se@localhost>
+
+ * Release 0.4c
+
+2001-07-19 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/Makefile.am (libkrb5_la_LDFLAGS): bump version to
+ 18:0:1
+
+ * lib/krb5/get_for_creds.c (krb5_fwd_tgt_creds): make it behave
+ the same way as the MIT function
+
+ * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): update to 7:3:0
+ * lib/krb5/sock_principal.c (krb5_sock_to_principal): use
+ getnameinfo
+
+ * lib/krb5/krbhst.c (srv_find_realm): handle port numbers
+ consistenly in local byte order
+
+ * lib/krb5/get_default_realm.c (krb5_get_default_realm): set an
+ error string
+
+ * kuser/kinit.c (renew_validate): invert condition correctly. get
+ v4 tickets if we succeed renewing
+ * lib/krb5/principal.c (krb5_principal_get_type): add
+ (default_v4_name_convert): add "smtp"
+
+2001-07-13 Assar Westerlund <assar%sics.se@localhost>
+
+ * configure.in: remove make-print-version from LIBOBJS, it's no
+ longer in lib/roken but always built in lib/vers
+
+2001-07-12 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * lib/hdb/mkey.c: more set_error_string
+
+2001-07-12 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/hdb/Makefile.am (libhdb_la_LIBADD): add required library
+ dependencies
+
+ * lib/asn1/Makefile.am (libasn1_la_LIBADD): add required library
+ dependencies
+
+2001-07-11 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * kdc/hprop.c: remove v4 master key handling; remove old v4-db and
+ ka-db flags; add defaults for v4_realm and afs_cell
+
+2001-07-09 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/sock_principal.c (krb5_sock_to_principal): copy hname
+ before calling krb5_sname_to_principal. from "Jacques A. Vidrine"
+ <n%nectar.com@localhost>
+
+2001-07-08 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * lib/krb5/context.c: use krb5_copy_addresses instead of
+ copy_HostAddresses
+
+2001-07-06 Assar Westerlund <assar%sics.se@localhost>
+
+ * configure.in (LIB_des_a, LIB_des_so): add these so that they can
+ be used by lib/auth/sia
+
+ * kuser/kinit.c: re-do some of the v4 fallbacks: look at
+ get-tokens flag do not print extra errors do not try to do 524 if
+ we got tickets from a v4 server
+
+2001-07-03 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/replay.c (krb5_get_server_rcache): cast argument to
+ printf
+
+ * lib/krb5/get_addrs.c (find_all_addresses): call free_addresses
+ on ignore_addresses correctly
+ * lib/krb5/init_creds.c
+ (krb5_get_init_creds_opt_set_default_flags): change to take a
+ const realm
+
+ * lib/krb5/principal.c (krb5_425_conv_principal_ext): if the
+ instance is the first component of the local hostname, the
+ converted host should be the long hostname. from
+ <shadow%dementia.org@localhost>
+
+2001-07-02 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * lib/krb5/Makefile.am: address.c is no more; add a couple of
+ manpages
+
+ * lib/krb5/krb5_timeofday.3: new manpage
+
+ * lib/krb5/krb5_get_all_client_addrs.3: new manpage
+
+ * lib/krb5/get_in_tkt.c (init_as_req): treat no addresses as
+ wildcard
+
+ * lib/krb5/get_cred.c (get_cred_kdc_la): treat no addresses as
+ wildcard
+
+ * lib/krb5/get_addrs.c: don't include client addresses that match
+ ignore_addresses
+
+ * lib/krb5/context.c: initialise ignore_addresses
+
+ * lib/krb5/addr_families.c: add new `arange' fake address type,
+ that matches more than one address; this required some internal
+ changes to many functions, so all of address.c got moved here
+ (wasn't much left there)
+
+ * lib/krb5/krb5.h: add list of ignored addresses to context
+
+2001-07-03 Assar Westerlund <assar%sics.se@localhost>
+
+ * Release 0.4b
+
+2001-07-03 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/Makefile.am (libkrb5_la_LDFLAGS): set version to 17:0:0
+ * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): set version to 7:2:0
+
+2001-07-03 Assar Westerlund <assar%sics.se@localhost>
+
+ * Release 0.4a
+
+2001-07-02 Johan Danielsson <joda%pdc.kth.se@localhost>
+
+ * kuser/kinit.c: make this compile without krb4 support
+
+ * lib/krb5/write_message.c: remove priv parameter from
+ write_safe_message; don't know why it was there in the first place
+
+ * doc/install.texi: remove kaserver switches, it's always compiled
+ in now
+
+ * kdc/hprop.c: always include kadb support
+
+ * kdc/kaserver.c: always include kaserver support
+
+2001-07-02 Assar Westerlund <assar%sics.se@localhost>
+
+ * kpasswd/kpasswdd.c (doit): make failing to bind a socket a
+ non-fatal error, and abort if no sockets were bound
+
+2001-07-01 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/krbhst.c: remember the real port number when falling
+ back from kpasswd -> kadmin, and krb524 -> kdc
+
+2001-06-29 Assar Westerlund <assar%sics.se@localhost>
+
+ * lib/krb5/get_for_creds.c (krb5_get_forwarded_creds): if
+ no_addresses is set, do not add any local addresses to KRB_CRED
Home |
Main Index |
Thread Index |
Old Index