Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/crypto/dist/heimdal Pull up revisions 1.1.1.2-1.1.1.3 (...
details: https://anonhg.NetBSD.org/src/rev/85a2144a2142
branches: netbsd-1-5
changeset: 491137:85a2144a2142
user: he <he%NetBSD.org@localhost>
date: Thu Apr 05 23:22:38 2001 +0000
description:
Pull up revisions 1.1.1.2-1.1.1.3 (requested by assar):
Upgrade Heimdal to version 0.3e.
diffstat:
crypto/dist/heimdal/ChangeLog | 5894 +---
crypto/dist/heimdal/Makefile.am | 7 +-
crypto/dist/heimdal/Makefile.in | 313 +-
crypto/dist/heimdal/NEWS | 90 +
crypto/dist/heimdal/TODO | 65 +-
crypto/dist/heimdal/aclocal.m4 | 3109 +-
crypto/dist/heimdal/admin/Makefile.am | 8 +-
crypto/dist/heimdal/admin/Makefile.in | 291 +-
crypto/dist/heimdal/admin/copy.c | 198 +-
crypto/dist/heimdal/admin/get.c | 22 +-
crypto/dist/heimdal/admin/ktutil.8 | 46 +-
crypto/dist/heimdal/appl/Makefile.am | 8 +-
crypto/dist/heimdal/appl/Makefile.in | 258 +-
crypto/dist/heimdal/appl/afsutil/Makefile.am | 4 +-
crypto/dist/heimdal/appl/afsutil/Makefile.in | 295 +-
crypto/dist/heimdal/appl/afsutil/afslog.c | 14 +-
crypto/dist/heimdal/appl/afsutil/pagsh.c | 6 +-
crypto/dist/heimdal/appl/ftp/ChangeLog | 127 +
crypto/dist/heimdal/appl/ftp/Makefile.in | 234 +-
crypto/dist/heimdal/appl/ftp/common/Makefile.in | 262 +-
crypto/dist/heimdal/appl/ftp/common/buffer.c | 6 +-
crypto/dist/heimdal/appl/ftp/ftp/Makefile.am | 4 +-
crypto/dist/heimdal/appl/ftp/ftp/Makefile.in | 324 +-
crypto/dist/heimdal/appl/ftp/ftp/extern.h | 5 +-
crypto/dist/heimdal/appl/ftp/ftp/ftp.1 | 7 +-
crypto/dist/heimdal/appl/ftp/ftp/ftp.c | 27 +-
crypto/dist/heimdal/appl/ftp/ftp/ftp_var.h | 2 +
crypto/dist/heimdal/appl/ftp/ftp/globals.c | 4 +-
crypto/dist/heimdal/appl/ftp/ftp/gssapi.c | 32 +-
crypto/dist/heimdal/appl/ftp/ftp/main.c | 40 +-
crypto/dist/heimdal/appl/ftp/ftp/security.c | 6 +-
crypto/dist/heimdal/appl/ftp/ftp/security.h | 16 +-
crypto/dist/heimdal/appl/ftp/ftpd/Makefile.am | 6 +-
crypto/dist/heimdal/appl/ftp/ftpd/Makefile.in | 335 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpcmd.y | 17 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpd.8 | 11 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpd.c | 133 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpd_locl.h | 11 +-
crypto/dist/heimdal/appl/ftp/ftpd/ftpusers.5 | 4 +-
crypto/dist/heimdal/appl/ftp/ftpd/gss_userok.c | 62 +-
crypto/dist/heimdal/appl/ftp/ftpd/logwtmp.c | 5 +-
crypto/dist/heimdal/appl/ftp/ftpd/ls.c | 197 +-
crypto/dist/heimdal/appl/ftp/ftpd/popen.c | 19 +-
crypto/dist/heimdal/appl/kf/Makefile.am | 10 +-
crypto/dist/heimdal/appl/kf/Makefile.in | 453 +-
crypto/dist/heimdal/appl/kf/kf.c | 6 +-
crypto/dist/heimdal/appl/kf/kfd.c | 6 +-
crypto/dist/heimdal/appl/kx/ChangeLog | 25 +
crypto/dist/heimdal/appl/kx/Makefile.am | 31 +-
crypto/dist/heimdal/appl/kx/Makefile.in | 386 +-
crypto/dist/heimdal/appl/kx/common.c | 9 +-
crypto/dist/heimdal/appl/kx/krb4.c | 9 +-
crypto/dist/heimdal/appl/kx/krb5.c | 14 +-
crypto/dist/heimdal/appl/kx/kx.c | 13 +-
crypto/dist/heimdal/appl/kx/kxd.8 | 3 +-
crypto/dist/heimdal/appl/kx/kxd.c | 26 +-
crypto/dist/heimdal/appl/kx/rxtelnet.1 | 4 +-
crypto/dist/heimdal/appl/login/ChangeLog | 49 +
crypto/dist/heimdal/appl/login/Makefile.am | 31 +-
crypto/dist/heimdal/appl/login/Makefile.in | 302 +-
crypto/dist/heimdal/appl/login/login.c | 200 +-
crypto/dist/heimdal/appl/login/login_locl.h | 19 +-
crypto/dist/heimdal/appl/otp/Makefile.am | 6 +-
crypto/dist/heimdal/appl/otp/Makefile.in | 348 +-
crypto/dist/heimdal/appl/popper/ChangeLog | 13 +
crypto/dist/heimdal/appl/popper/Makefile.am | 4 +-
crypto/dist/heimdal/appl/popper/Makefile.in | 315 +-
crypto/dist/heimdal/appl/popper/pop_debug.c | 6 +-
crypto/dist/heimdal/appl/popper/pop_init.c | 67 +-
crypto/dist/heimdal/appl/push/Makefile.am | 4 +-
crypto/dist/heimdal/appl/push/Makefile.in | 301 +-
crypto/dist/heimdal/appl/push/pfrom.1 | 5 +-
crypto/dist/heimdal/appl/push/push.8 | 22 +-
crypto/dist/heimdal/appl/push/push.c | 90 +-
crypto/dist/heimdal/appl/rsh/ChangeLog | 69 +
crypto/dist/heimdal/appl/rsh/Makefile.am | 5 +-
crypto/dist/heimdal/appl/rsh/Makefile.in | 324 +-
crypto/dist/heimdal/appl/rsh/rsh.c | 134 +-
crypto/dist/heimdal/appl/rsh/rshd.c | 148 +-
crypto/dist/heimdal/appl/su/ChangeLog | 25 +
crypto/dist/heimdal/appl/su/Makefile.am | 8 +-
crypto/dist/heimdal/appl/su/Makefile.in | 320 +-
crypto/dist/heimdal/appl/su/su.c | 91 +-
crypto/dist/heimdal/appl/telnet/ChangeLog | 70 +
crypto/dist/heimdal/appl/telnet/Makefile.in | 234 +-
crypto/dist/heimdal/appl/telnet/libtelnet/Makefile.in | 272 +-
crypto/dist/heimdal/appl/telnet/libtelnet/kerberos.c | 9 +-
crypto/dist/heimdal/appl/telnet/libtelnet/kerberos5.c | 92 +-
crypto/dist/heimdal/appl/telnet/libtelnet/misc-proto.h | 4 +-
crypto/dist/heimdal/appl/telnet/telnet/Makefile.am | 4 +-
crypto/dist/heimdal/appl/telnet/telnet/Makefile.in | 287 +-
crypto/dist/heimdal/appl/telnet/telnet/authenc.c | 4 +-
crypto/dist/heimdal/appl/telnet/telnet/commands.c | 13 +-
crypto/dist/heimdal/appl/telnet/telnet/externs.h | 4 +-
crypto/dist/heimdal/appl/telnet/telnet/main.c | 8 +-
crypto/dist/heimdal/appl/telnet/telnet/network.c | 4 +-
crypto/dist/heimdal/appl/telnet/telnet/sys_bsd.c | 15 +-
crypto/dist/heimdal/appl/telnet/telnet/telnet.c | 24 +-
crypto/dist/heimdal/appl/telnet/telnet/utilities.c | 5 +-
crypto/dist/heimdal/appl/telnet/telnetd/Makefile.am | 4 +-
crypto/dist/heimdal/appl/telnet/telnetd/Makefile.in | 291 +-
crypto/dist/heimdal/appl/telnet/telnetd/authenc.c | 5 +-
crypto/dist/heimdal/appl/telnet/telnetd/ext.h | 4 +-
crypto/dist/heimdal/appl/telnet/telnetd/state.c | 8 +-
crypto/dist/heimdal/appl/telnet/telnetd/sys_term.c | 48 +-
crypto/dist/heimdal/appl/telnet/telnetd/telnetd.c | 16 +-
crypto/dist/heimdal/appl/telnet/telnetd/utility.c | 7 +-
crypto/dist/heimdal/appl/test/Makefile.am | 4 +-
crypto/dist/heimdal/appl/test/Makefile.in | 378 +-
crypto/dist/heimdal/appl/test/common.c | 13 +-
crypto/dist/heimdal/appl/test/gss_common.c | 28 +-
crypto/dist/heimdal/appl/test/gssapi_client.c | 38 +-
crypto/dist/heimdal/appl/test/gssapi_server.c | 55 +-
crypto/dist/heimdal/appl/test/nt_gss_client.c | 4 +-
crypto/dist/heimdal/appl/test/nt_gss_server.c | 4 +-
crypto/dist/heimdal/appl/test/test_locl.h | 3 +-
crypto/dist/heimdal/appl/test/uu_client.c | 8 +-
crypto/dist/heimdal/appl/test/uu_server.c | 4 +-
crypto/dist/heimdal/appl/xnlock/Makefile.am | 19 +-
crypto/dist/heimdal/appl/xnlock/Makefile.in | 362 +-
crypto/dist/heimdal/appl/xnlock/xnlock.c | 17 +-
crypto/dist/heimdal/cf/ChangeLog | 142 +
crypto/dist/heimdal/cf/Makefile.am.common | 110 +-
crypto/dist/heimdal/cf/check-man.m4 | 7 +-
crypto/dist/heimdal/cf/check-var.m4 | 34 +-
crypto/dist/heimdal/cf/krb-bigendian.m4 | 30 +-
crypto/dist/heimdal/cf/krb-find-db.m4 | 4 +-
crypto/dist/heimdal/cf/krb-ipv6.m4 | 12 +-
crypto/dist/heimdal/cf/krb-version.m4 | 6 +-
crypto/dist/heimdal/cf/shared-libs.m4 | 9 +-
crypto/dist/heimdal/cf/test-package.m4 | 11 +-
crypto/dist/heimdal/configure | 28775 ++++++++++----
crypto/dist/heimdal/configure.in | 557 +-
crypto/dist/heimdal/doc/Makefile.in | 233 +-
crypto/dist/heimdal/doc/heimdal.texi | 10 +-
crypto/dist/heimdal/doc/install.texi | 18 +
crypto/dist/heimdal/doc/misc.texi | 42 +-
crypto/dist/heimdal/doc/win2k.texi | 202 +-
crypto/dist/heimdal/include/Makefile.in | 330 +-
crypto/dist/heimdal/include/bits.c | 65 +-
crypto/dist/heimdal/include/config.h.in | 1971 +-
crypto/dist/heimdal/include/kadm5/Makefile.in | 191 +-
crypto/dist/heimdal/kadmin/ChangeLog | 209 +
crypto/dist/heimdal/kadmin/Makefile.am | 26 +-
crypto/dist/heimdal/kadmin/Makefile.in | 500 +-
crypto/dist/heimdal/kadmin/ank.c | 6 +-
crypto/dist/heimdal/kadmin/del.c | 31 +-
crypto/dist/heimdal/kadmin/del_enctype.c | 34 +-
crypto/dist/heimdal/kadmin/get.c | 92 +-
crypto/dist/heimdal/kadmin/init.c | 22 +-
crypto/dist/heimdal/kadmin/kadmin_locl.h | 26 +-
crypto/dist/heimdal/kadmin/load.c | 70 +-
crypto/dist/heimdal/kadmin/rename.c | 30 +-
crypto/dist/heimdal/kadmin/server.c | 124 +-
crypto/dist/heimdal/kadmin/util.c | 65 +-
crypto/dist/heimdal/kadmin/version4.c | 99 +-
crypto/dist/heimdal/kdc/Makefile.am | 16 +-
crypto/dist/heimdal/kdc/Makefile.in | 387 +-
crypto/dist/heimdal/kdc/headers.h | 9 +-
crypto/dist/heimdal/kdc/hprop.8 | 181 +-
crypto/dist/heimdal/kdc/hprop.c | 501 +-
crypto/dist/heimdal/kdc/hprop.h | 34 +-
crypto/dist/heimdal/kdc/hpropd.8 | 58 +-
crypto/dist/heimdal/kdc/hpropd.c | 67 +-
crypto/dist/heimdal/kdc/kaserver.c | 52 +-
crypto/dist/heimdal/kdc/kerberos4.c | 168 +-
crypto/dist/heimdal/kdc/kerberos5.c | 272 +-
crypto/dist/heimdal/kdc/kstash.8 | 56 +-
crypto/dist/heimdal/kdc/kstash.c | 186 +-
crypto/dist/heimdal/kdc/log.c | 4 +-
crypto/dist/heimdal/kdc/misc.c | 31 +-
crypto/dist/heimdal/kpasswd/Makefile.am | 7 +-
crypto/dist/heimdal/kpasswd/Makefile.in | 360 +-
crypto/dist/heimdal/kpasswd/kpasswd_locl.h | 12 +-
crypto/dist/heimdal/kpasswd/kpasswdd.8 | 28 +-
crypto/dist/heimdal/kuser/Makefile.am | 10 +-
crypto/dist/heimdal/kuser/Makefile.in | 383 +-
crypto/dist/heimdal/kuser/kdecode_ticket.c | 10 +-
crypto/dist/heimdal/kuser/kdestroy.c | 6 +-
crypto/dist/heimdal/kuser/kgetcred.c | 6 +-
crypto/dist/heimdal/kuser/kinit.1 | 72 +-
crypto/dist/heimdal/kuser/klist.c | 163 +-
crypto/dist/heimdal/kuser/kverify.c | 8 +-
crypto/dist/heimdal/lib/45/Makefile.in | 262 +-
crypto/dist/heimdal/lib/Makefile.am | 9 +-
crypto/dist/heimdal/lib/Makefile.in | 246 +-
crypto/dist/heimdal/lib/asn1/Makefile.am | 100 +-
crypto/dist/heimdal/lib/asn1/Makefile.in | 493 +-
crypto/dist/heimdal/lib/asn1/asn1_print.c | 7 +-
crypto/dist/heimdal/lib/asn1/der.h | 6 +-
crypto/dist/heimdal/lib/asn1/der_put.c | 13 +-
crypto/dist/heimdal/lib/asn1/gen_decode.c | 417 +-
crypto/dist/heimdal/lib/asn1/k5.asn1 | 158 +-
crypto/dist/heimdal/lib/auth/ChangeLog | 31 +
crypto/dist/heimdal/lib/auth/Makefile.in | 234 +-
crypto/dist/heimdal/lib/auth/afskauthlib/Makefile.am | 25 +-
crypto/dist/heimdal/lib/auth/afskauthlib/Makefile.in | 226 +-
crypto/dist/heimdal/lib/auth/afskauthlib/verify.c | 27 +-
crypto/dist/heimdal/lib/auth/pam/Makefile.in | 191 +-
crypto/dist/heimdal/lib/auth/sia/Makefile.am | 54 +-
crypto/dist/heimdal/lib/auth/sia/Makefile.in | 281 +-
crypto/dist/heimdal/lib/auth/sia/sia.c | 10 +-
crypto/dist/heimdal/lib/com_err/Makefile.am | 4 +-
crypto/dist/heimdal/lib/com_err/Makefile.in | 302 +-
crypto/dist/heimdal/lib/com_err/com_right.h | 4 +-
crypto/dist/heimdal/lib/des/Makefile.am | 4 +-
crypto/dist/heimdal/lib/des/Makefile.in | 481 +-
crypto/dist/heimdal/lib/des/md4.c | 12 +-
crypto/dist/heimdal/lib/des/md4.h | 10 +-
crypto/dist/heimdal/lib/des/md5.c | 12 +-
crypto/dist/heimdal/lib/des/md5.h | 10 +-
crypto/dist/heimdal/lib/des/mdtest.c | 24 +-
crypto/dist/heimdal/lib/des/sha.c | 14 +-
crypto/dist/heimdal/lib/des/sha.h | 14 +-
crypto/dist/heimdal/lib/editline/Makefile.am | 41 +-
crypto/dist/heimdal/lib/editline/Makefile.in | 431 +-
crypto/dist/heimdal/lib/gssapi/ChangeLog | 87 +
crypto/dist/heimdal/lib/gssapi/Makefile.am | 10 +-
crypto/dist/heimdal/lib/gssapi/Makefile.in | 322 +-
crypto/dist/heimdal/lib/gssapi/accept_sec_context.c | 122 +-
crypto/dist/heimdal/lib/gssapi/decapsulate.c | 10 +-
crypto/dist/heimdal/lib/gssapi/encapsulate.c | 7 +-
crypto/dist/heimdal/lib/gssapi/get_mic.c | 304 +-
crypto/dist/heimdal/lib/gssapi/gssapi_locl.h | 17 +-
crypto/dist/heimdal/lib/gssapi/init.c | 12 +-
crypto/dist/heimdal/lib/hdb/Makefile.am | 26 +-
crypto/dist/heimdal/lib/hdb/Makefile.in | 307 +-
crypto/dist/heimdal/lib/hdb/common.c | 21 +-
crypto/dist/heimdal/lib/hdb/convert_db.c | 28 +-
crypto/dist/heimdal/lib/hdb/db.c | 24 +-
crypto/dist/heimdal/lib/hdb/hdb-ldap.c | 29 +-
crypto/dist/heimdal/lib/hdb/hdb.c | 173 +-
crypto/dist/heimdal/lib/hdb/hdb_err.et | 3 +-
crypto/dist/heimdal/lib/hdb/hdb_locl.h | 6 +-
crypto/dist/heimdal/lib/hdb/keytab.c | 122 +-
crypto/dist/heimdal/lib/hdb/ndbm.c | 25 +-
crypto/dist/heimdal/lib/hdb/print.c | 50 +-
crypto/dist/heimdal/lib/kadm5/ChangeLog | 164 +
crypto/dist/heimdal/lib/kadm5/Makefile.am | 111 +-
crypto/dist/heimdal/lib/kadm5/Makefile.in | 449 +-
crypto/dist/heimdal/lib/kadm5/acl.c | 139 +-
crypto/dist/heimdal/lib/kadm5/admin.h | 477 +-
crypto/dist/heimdal/lib/kadm5/chpass_s.c | 127 +-
crypto/dist/heimdal/lib/kadm5/create_s.c | 14 +-
crypto/dist/heimdal/lib/kadm5/delete_s.c | 8 +-
crypto/dist/heimdal/lib/kadm5/init_c.c | 117 +-
crypto/dist/heimdal/lib/kadm5/init_s.c | 16 +-
crypto/dist/heimdal/lib/kadm5/ipropd_master.c | 193 +-
crypto/dist/heimdal/lib/kadm5/ipropd_slave.c | 208 +-
crypto/dist/heimdal/lib/kadm5/modify_s.c | 8 +-
crypto/dist/heimdal/lib/kadm5/randkey_s.c | 13 +-
crypto/dist/heimdal/lib/kadm5/rename_s.c | 10 +-
crypto/dist/heimdal/lib/kadm5/set_keys.c | 344 +-
crypto/dist/heimdal/lib/kafs/Makefile.am | 4 +-
crypto/dist/heimdal/lib/kafs/Makefile.in | 610 +-
crypto/dist/heimdal/lib/kafs/afssysdefs.h | 8 +-
crypto/dist/heimdal/lib/kafs/kafs.3 | 57 +-
crypto/dist/heimdal/lib/krb5/Makefile.am | 53 +-
crypto/dist/heimdal/lib/krb5/Makefile.in | 653 +-
crypto/dist/heimdal/lib/krb5/auth_context.c | 112 +-
crypto/dist/heimdal/lib/krb5/build_auth.c | 11 +-
crypto/dist/heimdal/lib/krb5/cache.c | 8 +-
crypto/dist/heimdal/lib/krb5/config_file.c | 19 +-
crypto/dist/heimdal/lib/krb5/context.c | 46 +-
crypto/dist/heimdal/lib/krb5/crc.c | 6 +-
crypto/dist/heimdal/lib/krb5/fcache.c | 11 +-
crypto/dist/heimdal/lib/krb5/get_addrs.c | 289 +-
crypto/dist/heimdal/lib/krb5/get_for_creds.c | 57 +-
crypto/dist/heimdal/lib/krb5/get_in_tkt.c | 22 +-
crypto/dist/heimdal/lib/krb5/get_port.c | 6 +-
crypto/dist/heimdal/lib/krb5/init_creds.c | 46 +-
crypto/dist/heimdal/lib/krb5/keytab_krb4.c | 8 +-
crypto/dist/heimdal/lib/krb5/krb5.h | 85 +-
crypto/dist/heimdal/lib/krb5/krb5_425_conv_principal.3 | 11 +-
crypto/dist/heimdal/lib/krb5/krb5_build_principal.3 | 12 +-
crypto/dist/heimdal/lib/krb5/krb5_create_checksum.3 | 8 +-
crypto/dist/heimdal/lib/krb5/krb5_crypto_init.3 | 6 +-
crypto/dist/heimdal/lib/krb5/krb5_encrypt.3 | 8 +-
crypto/dist/heimdal/lib/krb5/krb5_free_principal.3 | 7 +-
crypto/dist/heimdal/lib/krb5/krb5_locl.h | 27 +-
crypto/dist/heimdal/lib/krb5/krb5_openlog.3 | 25 +-
crypto/dist/heimdal/lib/krb5/krb5_parse_name.3 | 6 +-
crypto/dist/heimdal/lib/krb5/krb5_sname_to_principal.3 | 8 +-
crypto/dist/heimdal/lib/krb5/krb5_unparse_name.3 | 8 +-
crypto/dist/heimdal/lib/krb5/krb5_warn.3 | 14 +-
crypto/dist/heimdal/lib/krb5/krbhst.c | 38 +-
crypto/dist/heimdal/lib/krb5/log.c | 18 +-
crypto/dist/heimdal/lib/krb5/mk_priv.c | 15 +-
crypto/dist/heimdal/lib/krb5/mk_rep.c | 28 +-
crypto/dist/heimdal/lib/krb5/mk_req.c | 84 +-
crypto/dist/heimdal/lib/krb5/mk_req_ext.c | 25 +-
crypto/dist/heimdal/lib/krb5/mk_safe.c | 18 +-
crypto/dist/heimdal/lib/krb5/rd_cred.c | 142 +-
crypto/dist/heimdal/lib/krb5/rd_priv.c | 26 +-
crypto/dist/heimdal/lib/krb5/rd_rep.c | 6 +-
crypto/dist/heimdal/lib/krb5/rd_req.c | 103 +-
crypto/dist/heimdal/lib/krb5/rd_safe.c | 21 +-
crypto/dist/heimdal/lib/krb5/recvauth.c | 6 +-
crypto/dist/heimdal/lib/krb5/replay.c | 47 +-
crypto/dist/heimdal/lib/krb5/sock_principal.c | 20 +-
crypto/dist/heimdal/lib/krb5/store_fd.c | 10 +-
crypto/dist/heimdal/lib/krb5/string-to-key-test.c | 11 +-
crypto/dist/heimdal/lib/krb5/verify_user.c | 10 +-
crypto/dist/heimdal/lib/otp/ChangeLog | 21 +
crypto/dist/heimdal/lib/otp/Makefile.am | 8 +-
crypto/dist/heimdal/lib/otp/Makefile.in | 297 +-
crypto/dist/heimdal/lib/otp/otp_md.c | 104 +-
crypto/dist/heimdal/lib/roken/ChangeLog | 218 +
crypto/dist/heimdal/lib/roken/Makefile.am | 113 +-
crypto/dist/heimdal/lib/roken/Makefile.in | 810 +-
crypto/dist/heimdal/lib/roken/getarg.3 | 18 +-
crypto/dist/heimdal/lib/roken/getarg.c | 9 +-
crypto/dist/heimdal/lib/roken/mini_inetd.c | 32 +-
crypto/dist/heimdal/lib/roken/print_version.c | 6 +-
crypto/dist/heimdal/lib/roken/resolve.h | 47 +-
crypto/dist/heimdal/lib/roken/roken.awk | 6 +-
crypto/dist/heimdal/lib/roken/roken.h.in | 41 +-
crypto/dist/heimdal/lib/roken/simple_exec.c | 19 +-
crypto/dist/heimdal/lib/roken/snprintf.c | 49 +-
crypto/dist/heimdal/lib/roken/verr.c | 7 +-
crypto/dist/heimdal/lib/roken/verrx.c | 7 +-
crypto/dist/heimdal/lib/roken/vwarn.c | 7 +-
crypto/dist/heimdal/lib/roken/vwarnx.c | 7 +-
crypto/dist/heimdal/lib/roken/xdbm.h | 6 +-
crypto/dist/heimdal/lib/sl/ChangeLog | 29 +
crypto/dist/heimdal/lib/sl/Makefile.am | 13 +-
crypto/dist/heimdal/lib/sl/Makefile.in | 325 +-
crypto/dist/heimdal/lib/sl/sl.c | 38 +-
crypto/dist/heimdal/lib/sl/sl.h | 8 +-
crypto/dist/heimdal/ltconfig | 2950 +-
330 files changed, 40452 insertions(+), 31852 deletions(-)
diffs (truncated from 99918 to 300 lines):
diff -r 2c8786feaa67 -r 85a2144a2142 crypto/dist/heimdal/ChangeLog
--- a/crypto/dist/heimdal/ChangeLog Thu Apr 05 19:22:10 2001 +0000
+++ b/crypto/dist/heimdal/ChangeLog Thu Apr 05 23:22:38 2001 +0000
@@ -1,5843 +1,157 @@
-2000-05-16 Assar Westerlund <assar%assaris.sics.se@localhost>
-
- * Release 0.2t
-
-2000-05-16 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/Makefile.am (libkrb5_la_LDFLAGS): set version to 11:1:0
- * lib/krb5/fcache.c: fix second lseek
- * lib/krb5/principal.c (krb5_524_conv_principal): fix typo
-
-2000-05-15 Assar Westerlund <assar%sics.se@localhost>
-
- * Release 0.2s
-
-2000-05-15 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/Makefile.am (libkrb5_la_LDFLAGS): set version to 11:0:0
- * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): set version to 4:2:1
- * lib/asn1/Makefile.am (libasn1_la_LDFLAGS): bump to 2:0:0
- * lib/krb5/principal.c (krb5_524_conv_principal): comment-ize, and
- simplify string copying
-
-2000-05-12 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/fcache.c (scrub_file): new function
- (erase_file): re-write, use scrub_file
- * lib/krb5/krb5.h (KRB5_DEFAULT_CCFILE_ROOT): add
-
- * configure.in (dbopen): add header files
-
- * lib/krb5/krb5.h (krb5_key_usage): add some more
- * lib/krb5/fcache.c (erase_file): try to detect symlink games.
- also call revoke.
- * lib/krb5/changepw.c (krb5_change_password): remember to close
- the socket on error
-
- * kdc/main.c (main): also call sigterm on SIGTERM
-
-2000-05-06 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/config_file.c (krb5_config_vget_string_default,
- krb5_config_get_string_default): add
-
-2000-04-25 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/fcache.c (fcc_initialize): just forget about
- over-writing the old cred cache. it's too much of a hazzle trying
- to do this safely.
-
-2000-04-11 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/crypto.c (krb5_get_wrapped_length): rewrite into
- different parts for the derived and non-derived cases
- * lib/krb5/crypto.c (krb5_get_wrapped_length): the padding should
- be done after having added confounder and checksum
-
-2000-04-09 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/get_addrs.c (find_all_addresses): apperently solaris
- can return EINVAL when the buffer is too small. cope.
- * lib/asn1/Makefile.am (gen_files): add asn1_UNSIGNED.x
- * lib/asn1/gen_locl.h (filename): add prototype
- (init_generate): const-ize
- * lib/asn1/gen.c (filename): new function clean-up a little bit.
- * lib/asn1/parse.y: be more tolerant in ranges
- * lib/asn1/lex.l: count lines correctly.
- (error_message): print filename in messages
-
-2000-04-08 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/rd_safe.c (krb5_rd_safe): increment sequence number
- after comparing
- * lib/krb5/rd_priv.c (krb5_rd_priv): increment sequence number
- after comparing
- * lib/krb5/mk_safe.c (krb5_mk_safe): make `tmp_seq' unsigned
- * lib/krb5/mk_priv.c (krb5_mk_priv): make `tmp_seq' unsigned
- * lib/krb5/generate_seq_number.c (krb5_generate_seq_number): make
- `seqno' be unsigned
- * lib/krb5/mk_safe.c (krb5_mk_safe): increment local sequence
- number after the fact and only increment it if we were successful
- * lib/krb5/mk_priv.c (krb5_mk_priv): increment local sequence
- number after the fact and only increment it if we were successful
- * lib/krb5/krb5.h (krb5_auth_context_data): make sequence number
- unsigned
-
- * lib/krb5/init_creds_pw.c (krb5_get_init_creds_password):
- `in_tkt_service' can be NULL
-
-2000-04-06 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/asn1/parse.y: regonize INTEGER (0..UNIT_MAX).
- (DOTDOT): add
- * lib/asn1/lex.l (DOTDOT): add
- * lib/asn1/k5.asn1 (UNSIGNED): add. use UNSIGNED for all sequence
- numbers.
- * lib/asn1/gen_length.c (length_type): add TUInteger
- * lib/asn1/gen_free.c (free_type): add TUInteger
- * lib/asn1/gen_encode.c (encode_type, generate_type_encode): add
- TUInteger
- * lib/asn1/gen_decode.c (decode_type, generate_type_decode): add
- TUInteger
- * lib/asn1/gen_copy.c (copy_type): add TUInteger
- * lib/asn1/gen.c (define_asn1): add TUInteger
- * lib/asn1/der_put.c (encode_unsigned): add
- * lib/asn1/der_length.c (length_unsigned): add
- * lib/asn1/der_get.c (decode_unsigned): add
- * lib/asn1/der.h (decode_unsigned, encode_unsigned,
- length_unsigned): add prototypes
-
- * lib/asn1/k5.asn1: update pre-authentication types
- * lib/krb5/krb5_err.et: add some error codes from pkinit
-
-2000-04-05 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/hdb/hdb.c: add support for hdb methods (aka back-ends).
- include ldap.
- * lib/hdb/hdb-ldap.c: tweak the ifdef to OPENLDAP
- * lib/hdb/Makefile.am: add hdb-ldap.c and openldap
- * kdc/Makefile.am, kpasswd/Makefile.am, kadmin/Makefile.am: add
- * configure.in: bump version to 0.2s-pre add options and testing
- for (open)ldap
-
-2000-04-04 Assar Westerlund <assar%sics.se@localhost>
-
- * configure.in (krb4): fix the krb_mk_req test
-
-2000-04-03 Assar Westerlund <assar%sics.se@localhost>
-
- * configure.in (krb4): add test for const arguments to krb_mk_req
- * lib/45/mk_req.c (krb_mk_req): conditionalize const-ness of
- arguments
-
-2000-04-03 Assar Westerlund <assar%sics.se@localhost>
-
- * Release 0.2r
-
-2000-04-03 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/Makefile.am: set version to 10:0:0
- * lib/45/mk_req.c (krb_mk_req): const-ize the arguments
-
-2000-03-30 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/principal.c (krb5_425_conv_principal_ext): add some
- comments. add fall-back on adding the realm name in lower case.
-
-2000-03-29 Assar Westerlund <assar%sics.se@localhost>
-
- * kdc/connect.c: remember to repoint all descr->sa to _ss after
- realloc as this might have moved the memory around. problem
- discovered and diagnosed by Brandon S. Allbery
-
-2000-03-27 Assar Westerlund <assar%sics.se@localhost>
-
- * configure.in: recognize solaris 2.8
- * config.guess, config.sub: update to current version from
- :pserver:anoncvs%subversions.gnu.org@localhost:/home/cvs
-
- * lib/krb5/init_creds_pw.c (print_expire): do not assume anything
- about the size of time_t, i.e. make it 64-bit happy
-
-2000-03-13 Assar Westerlund <assar%sics.se@localhost>
-
- * kuser/klist.c: add support for display v4 tickets
-
-2000-03-11 Assar Westerlund <assar%sics.se@localhost>
-
- * kdc/kaserver.c (do_authenticate, do_getticket): call check_flags
- * kdc/kerberos4.c (do_version4): call check_flags.
- * kdc/kerberos5.c (check_flags): make global
-
-2000-03-10 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/init_creds_pw.c (krb5_get_init_creds_password): evil
- hack to avoid recursion
+2001-02-05 Assar Westerlund <assar%assaris.sics.se@localhost>
-2000-03-04 Assar Westerlund <assar%sics.se@localhost>
-
- * kuser/kinit.c: add `krb4_get_tickets' per realm. add --anonymous
- * lib/krb5/krb5.h (krb5_get_init_creds_opt): add `anonymous' and
- KRB5_GET_INIT_CREDS_OPT_ANONYMOUS
- * lib/krb5/init_creds_pw.c (get_init_creds_common): set
- request_anonymous flag appropriatly
- * lib/krb5/init_creds.c (krb5_get_init_creds_opt_set_anonymous):
- add
-
- * lib/krb5/get_in_tkt.c (_krb5_extract_ticket): new parameter to
- determine whetever to ignore client name of not. always copy
- client name from kdc. fix callers.
-
- * kdc: add support for anonymous tickets
-
- * kdc/string2key.8: add man-page for string2key
-
-2000-03-03 Assar Westerlund <assar%sics.se@localhost>
-
- * kdc/hpropd.c (dump_krb4): get expiration date from `valid_end'
- and not `pw_end'
-
- * kdc/kadb.h (ka_entry): fix name pw_end -> valid_end. add some
- more fields
-
- * kdc/hprop.c (v4_prop): set the `valid_end' from the v4
- expiration date instead of the `pw_expire'
- (ka_convert): set `valid_end' from ka expiration data and `pw_expire'
- from pw_change + pw_expire
- (main): add a default database for ka dumping
-
-2000-02-28 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/context.c (init_context_from_config_file): change
- rfc2052 default to no. 2782 says that underscore should be used.
-
-2000-02-24 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/fcache.c (fcc_initialize, fcc_store_cred): verify that
- stores and close succeed
- * lib/krb5/store.c (krb5_store_creds): check to see that the
- stores are succesful.
-
-2000-02-23 Assar Westerlund <assar%sics.se@localhost>
-
- * Release 0.2q
-
-2000-02-22 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/Makefile.am: set version to 9:2:0
-
- * lib/krb5/expand_hostname.c (krb5_expand_hostname_realms): copy
- the correct hostname
-
- * kdc/connect.c (add_new_tcp): use the correct entries in the
- descriptor table
- * kdc/connect.c: initialize `descr' uniformly and correctly
-
-2000-02-20 Assar Westerlund <assar%sics.se@localhost>
-
- * Release 0.2p
-
-2000-02-19 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/Makefile.am: set version to 9:1:0
-
- * lib/krb5/expand_hostname.c (krb5_expand_hostname): make sure
- that realms is filled in even when getaddrinfo fails or does not
- return any canonical name
-
- * kdc/connect.c (descr): add sockaddr and string representation
- (*): re-write to use the above mentioned
-
-2000-02-16 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/addr_families.c (krb5_parse_address): use
- krb5_sockaddr2address to copy the result from getaddrinfo.
-
-2000-02-14 Assar Westerlund <assar%sics.se@localhost>
-
- * Release 0.2o
-
-2000-02-13 Assar Westerlund <assar%sics.se@localhost>
-
- * lib/krb5/Makefile.am: set version to 9:0:0
+ * Release 0.3e
- * kdc/kaserver.c (do_authenticate): return the kvno of the server
- and not the client. Thanks to Brandon S. Allbery KF8NH
- <allbery%kf8nh.apk.net@localhost> and Chaskiel M Grundman
- <cg2v%andrew.cmu.edu@localhost> for debugging.
-
- * kdc/kerberos4.c (do_version4): if an tgs-req is received with an
- old kvno, return an error reply and write a message in the log.
-
-2000-02-12 Assar Westerlund <assar%sics.se@localhost>
-
- * appl/test/gssapi_server.c (proto): with `--fork', create a child
- and send over/receive creds with export/import_sec_context
- * appl/test/gssapi_client.c (proto): with `--fork', create a child
- and send over/receive creds with export/import_sec_context
- * appl/test/common.c: add `--fork' / `-f' (only used by gssapi)
-
-2000-02-11 Assar Westerlund <assar%sics.se@localhost>
-
- * kdc/kdc_locl.h: remove keyfile add explicit_addresses
- * kdc/connect.c (init_sockets): pay attention to
- explicit_addresses some more comments. better error messages.
- * kdc/config.c: add some comments.
- remove --key-file.
- add --addresses.
-
- * lib/krb5/context.c (krb5_set_extra_addresses): const-ize and use
- proper abstraction
-
-2000-02-07 Johan Danielsson <joda%pdc.kth.se@localhost>
-
- * lib/krb5/changepw.c: use roken_getaddrinfo_hostspec
Home |
Main Index |
Thread Index |
Old Index