Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/minoura-xpg4dl]: src/crypto/dist/heimdal Import Heimdal Kerberos 5 from ...
details: https://anonhg.NetBSD.org/src/rev/a815f3f09cfe
branches: minoura-xpg4dl
changeset: 486682:a815f3f09cfe
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jun 16 18:31:36 2000 +0000
description:
Import Heimdal Kerberos 5 from cryptosrc-intl.
diffstat:
crypto/dist/heimdal/ChangeLog | 5843 ++++
crypto/dist/heimdal/Makefile.am | 9 +
crypto/dist/heimdal/Makefile.am.common | 35 +
crypto/dist/heimdal/Makefile.in | 648 +
crypto/dist/heimdal/NEWS | 348 +
crypto/dist/heimdal/TODO | 107 +
crypto/dist/heimdal/acconfig.h | 96 +
crypto/dist/heimdal/acinclude.m4 | 9 +
crypto/dist/heimdal/aclocal.m4 | 1615 +
crypto/dist/heimdal/admin/Makefile.am | 29 +
crypto/dist/heimdal/admin/Makefile.in | 683 +
crypto/dist/heimdal/admin/add.c | 155 +
crypto/dist/heimdal/admin/change.c | 224 +
crypto/dist/heimdal/admin/copy.c | 119 +
crypto/dist/heimdal/admin/get.c | 162 +
crypto/dist/heimdal/admin/ktutil.8 | 119 +
crypto/dist/heimdal/admin/ktutil.c | 155 +
crypto/dist/heimdal/admin/ktutil_locl.h | 81 +
crypto/dist/heimdal/admin/list.c | 83 +
crypto/dist/heimdal/admin/purge.c | 175 +
crypto/dist/heimdal/admin/remove.c | 107 +
crypto/dist/heimdal/admin/srvconvert.c | 181 +
crypto/dist/heimdal/admin/srvcreate.c | 124 +
crypto/dist/heimdal/appl/Makefile.am | 22 +
crypto/dist/heimdal/appl/Makefile.in | 605 +
crypto/dist/heimdal/appl/afsutil/ChangeLog | 23 +
crypto/dist/heimdal/appl/afsutil/Makefile.am | 21 +
crypto/dist/heimdal/appl/afsutil/Makefile.in | 657 +
crypto/dist/heimdal/appl/afsutil/afslog.c | 227 +
crypto/dist/heimdal/appl/afsutil/pagsh.c | 152 +
crypto/dist/heimdal/appl/ftp/ChangeLog | 445 +
crypto/dist/heimdal/appl/ftp/Makefile.am | 5 +
crypto/dist/heimdal/appl/ftp/Makefile.in | 601 +
crypto/dist/heimdal/appl/ftp/common/Makefile.am | 12 +
crypto/dist/heimdal/appl/ftp/common/Makefile.in | 614 +
crypto/dist/heimdal/appl/ftp/common/buffer.c | 69 +
crypto/dist/heimdal/appl/ftp/common/common.h | 60 +
crypto/dist/heimdal/appl/ftp/common/sockbuf.c | 56 +
crypto/dist/heimdal/appl/ftp/ftp/Makefile.am | 46 +
crypto/dist/heimdal/appl/ftp/ftp/Makefile.in | 705 +
crypto/dist/heimdal/appl/ftp/ftp/cmds.c | 2117 +
crypto/dist/heimdal/appl/ftp/ftp/cmdtab.c | 202 +
crypto/dist/heimdal/appl/ftp/ftp/domacro.c | 138 +
crypto/dist/heimdal/appl/ftp/ftp/extern.h | 173 +
crypto/dist/heimdal/appl/ftp/ftp/ftp.1 | 1193 +
crypto/dist/heimdal/appl/ftp/ftp/ftp.c | 1749 +
crypto/dist/heimdal/appl/ftp/ftp/ftp_locl.h | 139 +
crypto/dist/heimdal/appl/ftp/ftp/ftp_var.h | 127 +
crypto/dist/heimdal/appl/ftp/ftp/globals.c | 76 +
crypto/dist/heimdal/appl/ftp/ftp/gssapi.c | 379 +
crypto/dist/heimdal/appl/ftp/ftp/kauth.c | 198 +
crypto/dist/heimdal/appl/ftp/ftp/krb4.c | 334 +
crypto/dist/heimdal/appl/ftp/ftp/main.c | 549 +
crypto/dist/heimdal/appl/ftp/ftp/pathnames.h | 44 +
crypto/dist/heimdal/appl/ftp/ftp/ruserpass.c | 313 +
crypto/dist/heimdal/appl/ftp/ftp/security.c | 788 +
crypto/dist/heimdal/appl/ftp/ftp/security.h | 131 +
crypto/dist/heimdal/appl/ftp/ftpd/Makefile.am | 56 +
crypto/dist/heimdal/appl/ftp/ftpd/Makefile.in | 771 +
crypto/dist/heimdal/appl/ftp/ftpd/extern.h | 160 +
crypto/dist/heimdal/appl/ftp/ftpd/ftpcmd.y | 1457 +
crypto/dist/heimdal/appl/ftp/ftpd/ftpd.8 | 473 +
crypto/dist/heimdal/appl/ftp/ftpd/ftpd.c | 2249 +
crypto/dist/heimdal/appl/ftp/ftpd/ftpd_locl.h | 170 +
crypto/dist/heimdal/appl/ftp/ftpd/ftpusers.5 | 38 +
crypto/dist/heimdal/appl/ftp/ftpd/gss_userok.c | 69 +
crypto/dist/heimdal/appl/ftp/ftpd/kauth.c | 365 +
crypto/dist/heimdal/appl/ftp/ftpd/logwtmp.c | 137 +
crypto/dist/heimdal/appl/ftp/ftpd/ls.c | 589 +
crypto/dist/heimdal/appl/ftp/ftpd/pathnames.h | 58 +
crypto/dist/heimdal/appl/ftp/ftpd/popen.c | 224 +
crypto/dist/heimdal/appl/kauth/ChangeLog | 45 +
crypto/dist/heimdal/appl/kauth/Makefile.am | 42 +
crypto/dist/heimdal/appl/kauth/Makefile.in | 742 +
crypto/dist/heimdal/appl/kauth/encdata.c | 96 +
crypto/dist/heimdal/appl/kauth/kauth.c | 384 +
crypto/dist/heimdal/appl/kauth/kauth.h | 116 +
crypto/dist/heimdal/appl/kauth/kauthd.c | 207 +
crypto/dist/heimdal/appl/kauth/ksrvtgt.in | 14 +
crypto/dist/heimdal/appl/kauth/marshall.c | 126 +
crypto/dist/heimdal/appl/kauth/rkinit.c | 226 +
crypto/dist/heimdal/appl/kauth/zrefresh | 12 +
crypto/dist/heimdal/appl/kf/Makefile.am | 14 +
crypto/dist/heimdal/appl/kf/Makefile.in | 629 +
crypto/dist/heimdal/appl/kf/kf.c | 361 +
crypto/dist/heimdal/appl/kf/kf_locl.h | 80 +
crypto/dist/heimdal/appl/kf/kfd.c | 326 +
crypto/dist/heimdal/appl/kx/ChangeLog | 292 +
crypto/dist/heimdal/appl/kx/Makefile.am | 74 +
crypto/dist/heimdal/appl/kx/Makefile.in | 847 +
crypto/dist/heimdal/appl/kx/common.c | 787 +
crypto/dist/heimdal/appl/kx/context.c | 92 +
crypto/dist/heimdal/appl/kx/krb4.c | 356 +
crypto/dist/heimdal/appl/kx/krb5.c | 413 +
crypto/dist/heimdal/appl/kx/kx.1 | 62 +
crypto/dist/heimdal/appl/kx/kx.c | 762 +
crypto/dist/heimdal/appl/kx/kx.h | 259 +
crypto/dist/heimdal/appl/kx/kxd.8 | 54 +
crypto/dist/heimdal/appl/kx/kxd.c | 742 +
crypto/dist/heimdal/appl/kx/rxtelnet.1 | 80 +
crypto/dist/heimdal/appl/kx/rxtelnet.in | 63 +
crypto/dist/heimdal/appl/kx/rxterm.1 | 77 +
crypto/dist/heimdal/appl/kx/rxterm.in | 41 +
crypto/dist/heimdal/appl/kx/tenletxr.1 | 61 +
crypto/dist/heimdal/appl/kx/tenletxr.in | 37 +
crypto/dist/heimdal/appl/kx/writeauth.c | 73 +
crypto/dist/heimdal/appl/login/ChangeLog | 167 +
crypto/dist/heimdal/appl/login/Makefile.am | 34 +
crypto/dist/heimdal/appl/login/Makefile.in | 648 +
crypto/dist/heimdal/appl/login/conf.c | 55 +
crypto/dist/heimdal/appl/login/login.c | 755 +
crypto/dist/heimdal/appl/login/login_access.c | 261 +
crypto/dist/heimdal/appl/login/login_locl.h | 128 +
crypto/dist/heimdal/appl/login/login_protos.h | 67 +
crypto/dist/heimdal/appl/login/osfc2.c | 79 +
crypto/dist/heimdal/appl/login/read_string.c | 127 +
crypto/dist/heimdal/appl/login/shadow.c | 95 +
crypto/dist/heimdal/appl/login/stty_default.c | 100 +
crypto/dist/heimdal/appl/login/tty.c | 70 +
crypto/dist/heimdal/appl/login/utmp_login.c | 120 +
crypto/dist/heimdal/appl/login/utmpx_login.c | 89 +
crypto/dist/heimdal/appl/otp/ChangeLog | 34 +
crypto/dist/heimdal/appl/otp/Makefile.am | 14 +
crypto/dist/heimdal/appl/otp/Makefile.in | 644 +
crypto/dist/heimdal/appl/otp/otp.c | 366 +
crypto/dist/heimdal/appl/otp/otp_locl.h | 56 +
crypto/dist/heimdal/appl/otp/otpprint.c | 135 +
crypto/dist/heimdal/appl/popper/ChangeLog | 156 +
crypto/dist/heimdal/appl/popper/Makefile.am | 29 +
crypto/dist/heimdal/appl/popper/Makefile.in | 676 +
crypto/dist/heimdal/appl/popper/README | 381 +
crypto/dist/heimdal/appl/popper/README-FIRST | 11 +
crypto/dist/heimdal/appl/popper/README-KRB4 | 3 +
crypto/dist/heimdal/appl/popper/maildir.c | 216 +
crypto/dist/heimdal/appl/popper/pop3.rfc1081 | 898 +
crypto/dist/heimdal/appl/popper/pop3e.rfc1082 | 619 +
crypto/dist/heimdal/appl/popper/pop_auth.c | 220 +
crypto/dist/heimdal/appl/popper/pop_debug.c | 278 +
crypto/dist/heimdal/appl/popper/pop_dele.c | 107 +
crypto/dist/heimdal/appl/popper/pop_dropcopy.c | 173 +
crypto/dist/heimdal/appl/popper/pop_dropinfo.c | 232 +
crypto/dist/heimdal/appl/popper/pop_get_command.c | 118 +
crypto/dist/heimdal/appl/popper/pop_init.c | 385 +
crypto/dist/heimdal/appl/popper/pop_last.c | 18 +
crypto/dist/heimdal/appl/popper/pop_list.c | 59 +
crypto/dist/heimdal/appl/popper/pop_log.c | 36 +
crypto/dist/heimdal/appl/popper/pop_msg.c | 57 +
crypto/dist/heimdal/appl/popper/pop_parse.c | 55 +
crypto/dist/heimdal/appl/popper/pop_pass.c | 220 +
crypto/dist/heimdal/appl/popper/pop_quit.c | 21 +
crypto/dist/heimdal/appl/popper/pop_rset.c | 33 +
crypto/dist/heimdal/appl/popper/pop_send.c | 176 +
crypto/dist/heimdal/appl/popper/pop_stat.c | 26 +
crypto/dist/heimdal/appl/popper/pop_uidl.c | 88 +
crypto/dist/heimdal/appl/popper/pop_updt.c | 199 +
crypto/dist/heimdal/appl/popper/pop_user.c | 36 +
crypto/dist/heimdal/appl/popper/pop_xover.c | 37 +
crypto/dist/heimdal/appl/popper/popper.8 | 179 +
crypto/dist/heimdal/appl/popper/popper.README.release | 45 +
crypto/dist/heimdal/appl/popper/popper.c | 117 +
crypto/dist/heimdal/appl/popper/popper.h | 347 +
crypto/dist/heimdal/appl/popper/version.h | 19 +
crypto/dist/heimdal/appl/push/ChangeLog | 154 +
crypto/dist/heimdal/appl/push/Makefile.am | 27 +
crypto/dist/heimdal/appl/push/Makefile.in | 750 +
crypto/dist/heimdal/appl/push/pfrom.1 | 24 +
crypto/dist/heimdal/appl/push/pfrom.in | 6 +
crypto/dist/heimdal/appl/push/push.8 | 139 +
crypto/dist/heimdal/appl/push/push.c | 790 +
crypto/dist/heimdal/appl/push/push_locl.h | 98 +
crypto/dist/heimdal/appl/rsh/ChangeLog | 245 +
crypto/dist/heimdal/appl/rsh/Makefile.am | 20 +
crypto/dist/heimdal/appl/rsh/Makefile.in | 709 +
crypto/dist/heimdal/appl/rsh/common.c | 124 +
crypto/dist/heimdal/appl/rsh/rsh.c | 950 +
crypto/dist/heimdal/appl/rsh/rsh_locl.h | 141 +
crypto/dist/heimdal/appl/rsh/rshd.c | 853 +
crypto/dist/heimdal/appl/su/ChangeLog | 39 +
crypto/dist/heimdal/appl/su/Makefile.am | 16 +
crypto/dist/heimdal/appl/su/Makefile.in | 623 +
crypto/dist/heimdal/appl/su/su.c | 418 +
crypto/dist/heimdal/appl/telnet/ChangeLog | 358 +
crypto/dist/heimdal/appl/telnet/Makefile.am | 11 +
crypto/dist/heimdal/appl/telnet/Makefile.in | 607 +
crypto/dist/heimdal/appl/telnet/README.ORIG | 743 +
crypto/dist/heimdal/appl/telnet/arpa/telnet.h | 323 +
crypto/dist/heimdal/appl/telnet/libtelnet/Makefile.am | 24 +
crypto/dist/heimdal/appl/telnet/libtelnet/Makefile.in | 618 +
crypto/dist/heimdal/appl/telnet/libtelnet/auth-proto.h | 122 +
crypto/dist/heimdal/appl/telnet/libtelnet/auth.c | 657 +
crypto/dist/heimdal/appl/telnet/libtelnet/auth.h | 81 +
crypto/dist/heimdal/appl/telnet/libtelnet/enc-proto.h | 132 +
crypto/dist/heimdal/appl/telnet/libtelnet/enc_des.c | 671 +
crypto/dist/heimdal/appl/telnet/libtelnet/encrypt.c | 995 +
crypto/dist/heimdal/appl/telnet/libtelnet/encrypt.h | 98 +
crypto/dist/heimdal/appl/telnet/libtelnet/genget.c | 103 +
crypto/dist/heimdal/appl/telnet/libtelnet/kerberos.c | 719 +
crypto/dist/heimdal/appl/telnet/libtelnet/kerberos5.c | 752 +
crypto/dist/heimdal/appl/telnet/libtelnet/krb4encpwd.c | 437 +
crypto/dist/heimdal/appl/telnet/libtelnet/misc-proto.h | 79 +
crypto/dist/heimdal/appl/telnet/libtelnet/misc.c | 95 +
crypto/dist/heimdal/appl/telnet/libtelnet/misc.h | 42 +
crypto/dist/heimdal/appl/telnet/libtelnet/rsaencpwd.c | 487 +
crypto/dist/heimdal/appl/telnet/libtelnet/spx.c | 586 +
crypto/dist/heimdal/appl/telnet/telnet.state | 80 +
crypto/dist/heimdal/appl/telnet/telnet/Makefile.am | 22 +
crypto/dist/heimdal/appl/telnet/telnet/Makefile.in | 684 +
crypto/dist/heimdal/appl/telnet/telnet/authenc.c | 91 +
crypto/dist/heimdal/appl/telnet/telnet/commands.c | 2684 ++
crypto/dist/heimdal/appl/telnet/telnet/defines.h | 60 +
crypto/dist/heimdal/appl/telnet/telnet/externs.h | 430 +
crypto/dist/heimdal/appl/telnet/telnet/main.c | 358 +
crypto/dist/heimdal/appl/telnet/telnet/network.c | 163 +
crypto/dist/heimdal/appl/telnet/telnet/ring.c | 321 +
crypto/dist/heimdal/appl/telnet/telnet/ring.h | 99 +
crypto/dist/heimdal/appl/telnet/telnet/sys_bsd.c | 972 +
crypto/dist/heimdal/appl/telnet/telnet/telnet.1 | 1369 +
crypto/dist/heimdal/appl/telnet/telnet/telnet.c | 2321 +
crypto/dist/heimdal/appl/telnet/telnet/telnet_locl.h | 173 +
crypto/dist/heimdal/appl/telnet/telnet/terminal.c | 225 +
crypto/dist/heimdal/appl/telnet/telnet/types.h | 52 +
crypto/dist/heimdal/appl/telnet/telnet/utilities.c | 863 +
crypto/dist/heimdal/appl/telnet/telnetd/Makefile.am | 23 +
crypto/dist/heimdal/appl/telnet/telnetd/Makefile.in | 686 +
crypto/dist/heimdal/appl/telnet/telnetd/authenc.c | 81 +
crypto/dist/heimdal/appl/telnet/telnetd/defs.h | 190 +
crypto/dist/heimdal/appl/telnet/telnetd/ext.h | 202 +
crypto/dist/heimdal/appl/telnet/telnetd/global.c | 107 +
crypto/dist/heimdal/appl/telnet/telnetd/slc.c | 57 +
crypto/dist/heimdal/appl/telnet/telnetd/state.c | 1356 +
crypto/dist/heimdal/appl/telnet/telnetd/sys_term.c | 1867 +
crypto/dist/heimdal/appl/telnet/telnetd/telnetd.8 | 529 +
crypto/dist/heimdal/appl/telnet/telnetd/telnetd.c | 1355 +
crypto/dist/heimdal/appl/telnet/telnetd/telnetd.h | 224 +
crypto/dist/heimdal/appl/telnet/telnetd/termstat.c | 140 +
crypto/dist/heimdal/appl/telnet/telnetd/utility.c | 1162 +
crypto/dist/heimdal/appl/test/Makefile.am | 37 +
crypto/dist/heimdal/appl/test/Makefile.in | 711 +
crypto/dist/heimdal/appl/test/common.c | 161 +
crypto/dist/heimdal/appl/test/gss_common.c | 110 +
crypto/dist/heimdal/appl/test/gss_common.h | 45 +
crypto/dist/heimdal/appl/test/gssapi_client.c | 200 +
crypto/dist/heimdal/appl/test/gssapi_server.c | 230 +
crypto/dist/heimdal/appl/test/nt_gss_client.c | 163 +
crypto/dist/heimdal/appl/test/nt_gss_common.c | 131 +
crypto/dist/heimdal/appl/test/nt_gss_common.h | 45 +
crypto/dist/heimdal/appl/test/nt_gss_server.c | 242 +
crypto/dist/heimdal/appl/test/tcp_client.c | 132 +
crypto/dist/heimdal/appl/test/tcp_server.c | 168 +
crypto/dist/heimdal/appl/test/test_locl.h | 86 +
crypto/dist/heimdal/appl/test/uu_client.c | 175 +
crypto/dist/heimdal/appl/test/uu_server.c | 203 +
crypto/dist/heimdal/appl/xnlock/ChangeLog | 56 +
crypto/dist/heimdal/appl/xnlock/Makefile.am | 27 +
crypto/dist/heimdal/appl/xnlock/Makefile.in | 655 +
crypto/dist/heimdal/appl/xnlock/README | 21 +
crypto/dist/heimdal/appl/xnlock/nose.0.left | 38 +
crypto/dist/heimdal/appl/xnlock/nose.0.right | 38 +
crypto/dist/heimdal/appl/xnlock/nose.1.left | 38 +
crypto/dist/heimdal/appl/xnlock/nose.1.right | 38 +
crypto/dist/heimdal/appl/xnlock/nose.down | 38 +
crypto/dist/heimdal/appl/xnlock/nose.front | 38 +
crypto/dist/heimdal/appl/xnlock/nose.left.front | 38 +
crypto/dist/heimdal/appl/xnlock/nose.right.front | 38 +
crypto/dist/heimdal/appl/xnlock/xnlock.c | 1112 +
crypto/dist/heimdal/appl/xnlock/xnlock.man | 123 +
crypto/dist/heimdal/cf/ChangeLog | 253 +
crypto/dist/heimdal/cf/Makefile.am.common | 258 +
crypto/dist/heimdal/cf/auth-modules.m4 | 27 +
crypto/dist/heimdal/cf/broken-glob.m4 | 22 +
crypto/dist/heimdal/cf/broken-snprintf.m4 | 58 +
crypto/dist/heimdal/cf/broken.m4 | 19 +
crypto/dist/heimdal/cf/c-attribute.m4 | 31 +
crypto/dist/heimdal/cf/c-function.m4 | 33 +
crypto/dist/heimdal/cf/capabilities.m4 | 14 +
crypto/dist/heimdal/cf/check-declaration.m4 | 25 +
crypto/dist/heimdal/cf/check-getpwnam_r-posix.m4 | 24 +
crypto/dist/heimdal/cf/check-man.m4 | 59 +
crypto/dist/heimdal/cf/check-netinet-ip-and-tcp.m4 | 38 +
crypto/dist/heimdal/cf/check-type-extra.m4 | 23 +
crypto/dist/heimdal/cf/check-var.m4 | 20 +
crypto/dist/heimdal/cf/check-x.m4 | 52 +
crypto/dist/heimdal/cf/check-xau.m4 | 64 +
crypto/dist/heimdal/cf/find-func-no-libs.m4 | 9 +
crypto/dist/heimdal/cf/find-func-no-libs2.m4 | 63 +
crypto/dist/heimdal/cf/find-func.m4 | 9 +
crypto/dist/heimdal/cf/find-if-not-broken.m4 | 13 +
crypto/dist/heimdal/cf/grok-type.m4 | 38 +
crypto/dist/heimdal/cf/have-pragma-weak.m4 | 37 +
crypto/dist/heimdal/cf/have-struct-field.m4 | 19 +
crypto/dist/heimdal/cf/have-type.m4 | 32 +
crypto/dist/heimdal/cf/have-types.m4 | 14 +
crypto/dist/heimdal/cf/krb-bigendian.m4 | 57 +
crypto/dist/heimdal/cf/krb-find-db.m4 | 98 +
crypto/dist/heimdal/cf/krb-func-getcwd-broken.m4 | 42 +
crypto/dist/heimdal/cf/krb-func-getlogin.m4 | 22 +
crypto/dist/heimdal/cf/krb-ipv6.m4 | 122 +
crypto/dist/heimdal/cf/krb-prog-ln-s.m4 | 28 +
crypto/dist/heimdal/cf/krb-prog-ranlib.m4 | 8 +
crypto/dist/heimdal/cf/krb-prog-yacc.m4 | 12 +
crypto/dist/heimdal/cf/krb-struct-spwd.m4 | 22 +
crypto/dist/heimdal/cf/krb-struct-winsize.m4 | 27 +
crypto/dist/heimdal/cf/krb-sys-aix.m4 | 15 +
crypto/dist/heimdal/cf/krb-sys-nextstep.m4 | 21 +
crypto/dist/heimdal/cf/krb-version.m4 | 25 +
crypto/dist/heimdal/cf/make-proto.pl | 199 +
crypto/dist/heimdal/cf/mips-abi.m4 | 87 +
crypto/dist/heimdal/cf/misc.m4 | 3 +
crypto/dist/heimdal/cf/need-proto.m4 | 25 +
crypto/dist/heimdal/cf/osfc2.m4 | 14 +
crypto/dist/heimdal/cf/proto-compat.m4 | 22 +
crypto/dist/heimdal/cf/shared-libs.m4 | 187 +
crypto/dist/heimdal/cf/test-package.m4 | 88 +
crypto/dist/heimdal/cf/wflags.m4 | 21 +
crypto/dist/heimdal/config.guess | 1174 +
crypto/dist/heimdal/config.sub | 1258 +
crypto/dist/heimdal/configure | 13206 ++++++++++
crypto/dist/heimdal/configure.in | 977 +
crypto/dist/heimdal/doc/Makefile.am | 8 +
crypto/dist/heimdal/doc/Makefile.in | 623 +
crypto/dist/heimdal/doc/ack.texi | 57 +
crypto/dist/heimdal/doc/heimdal.info | 1009 +
crypto/dist/heimdal/doc/heimdal.texi | 246 +
crypto/dist/heimdal/doc/init-creds | 374 +
crypto/dist/heimdal/doc/install.texi | 91 +
crypto/dist/heimdal/doc/intro.texi | 93 +
crypto/dist/heimdal/doc/kerberos4.texi | 179 +
crypto/dist/heimdal/doc/latin1.tex | 95 +
crypto/dist/heimdal/doc/layman.asc | 1855 +
crypto/dist/heimdal/doc/mdate-sh | 92 +
crypto/dist/heimdal/doc/misc.texi | 62 +
crypto/dist/heimdal/doc/setup.texi | 247 +
crypto/dist/heimdal/doc/standardisation/draft-brezak-win2k-krb-rc4-hmac-01.txt | 412 +
crypto/dist/heimdal/doc/standardisation/draft-foo | 171 +
crypto/dist/heimdal/doc/standardisation/draft-foo.ms | 136 +
crypto/dist/heimdal/doc/standardisation/draft-foo2 | 171 +
crypto/dist/heimdal/doc/standardisation/draft-foo2.ms | 145 +
crypto/dist/heimdal/doc/standardisation/draft-foo3 | 227 +
crypto/dist/heimdal/doc/standardisation/draft-foo3.ms | 260 +
crypto/dist/heimdal/doc/standardisation/draft-horowitz-key-derivation-01.txt | 244 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-gssv2-08.txt | 62 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-gssv2-cbind-04.txt | 6188 ++++
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerb-chg-password-02.txt | 311 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerb-des3-hmac-sha1-00.txt | 127 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerb-key-derivation-00.txt | 250 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-err-msg-00.txt | 252 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-extra-tgt-02.txt | 174 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-extra-tgt-03.txt | 5 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-cross-01.txt | 282 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-cross-06.txt | 523 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-init-03.txt | 589 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-init-11.txt | 1059 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-00.txt | 8277 ++++++
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-01.txt | 6214 ++++
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-03.txt | 6766 +++++
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-04.txt | 6780 +++++
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-05.txt | 6866 +++++
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-set-passwd-02.txt | 325 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-set-passwd-03.txt | 345 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-krb-dns-locate-00.txt | 250 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-krb-dns-locate-02.txt | 339 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-krb5gss-mech2-03.txt | 1333 +
crypto/dist/heimdal/doc/standardisation/draft-ietf-ftpext-mlst-08.txt | 3415 ++
crypto/dist/heimdal/doc/standardisation/rfc1508.txt | 2747 ++
crypto/dist/heimdal/doc/standardisation/rfc1509.txt | 2691 ++
crypto/dist/heimdal/doc/standardisation/rfc1510.txt | 6275 ++++
crypto/dist/heimdal/doc/standardisation/rfc1750.txt | 1683 +
crypto/dist/heimdal/doc/standardisation/rfc1831.txt | 1011 +
crypto/dist/heimdal/doc/standardisation/rfc1964.txt | 1123 +
crypto/dist/heimdal/doc/standardisation/rfc2078.txt | 4763 +++
crypto/dist/heimdal/doc/standardisation/rfc2203.txt | 1291 +
crypto/dist/heimdal/doc/standardisation/rfc2228.txt | 1515 +
crypto/dist/heimdal/doc/standardisation/rfc2743.txt | 5659 ++++
crypto/dist/heimdal/doc/standardisation/rfc2744.txt | 5659 ++++
crypto/dist/heimdal/doc/whatis.texi | 149 +
crypto/dist/heimdal/doc/win2k.texi | 112 +
crypto/dist/heimdal/etc/services.append | 27 +
crypto/dist/heimdal/include/Makefile.am | 50 +
crypto/dist/heimdal/include/Makefile.in | 751 +
crypto/dist/heimdal/include/bits.c | 201 +
crypto/dist/heimdal/include/config.h.in | 1200 +
crypto/dist/heimdal/include/kadm5/Makefile.am | 5 +
crypto/dist/heimdal/include/kadm5/Makefile.in | 497 +
crypto/dist/heimdal/install-sh | 238 +
crypto/dist/heimdal/kadmin/ChangeLog | 246 +
crypto/dist/heimdal/kadmin/Makefile.am | 56 +
crypto/dist/heimdal/kadmin/Makefile.in | 705 +
crypto/dist/heimdal/kadmin/ank.c | 304 +
crypto/dist/heimdal/kadmin/cpw.c | 213 +
crypto/dist/heimdal/kadmin/del.c | 53 +
crypto/dist/heimdal/kadmin/del_enctype.c | 132 +
crypto/dist/heimdal/kadmin/dump.c | 80 +
crypto/dist/heimdal/kadmin/ext.c | 116 +
crypto/dist/heimdal/kadmin/get.c | 250 +
crypto/dist/heimdal/kadmin/init.c | 213 +
crypto/dist/heimdal/kadmin/kadmin.c | 282 +
crypto/dist/heimdal/kadmin/kadmin_locl.h | 167 +
crypto/dist/heimdal/kadmin/kadmind.c | 151 +
crypto/dist/heimdal/kadmin/load.c | 485 +
crypto/dist/heimdal/kadmin/mod.c | 140 +
crypto/dist/heimdal/kadmin/random_password.c | 156 +
crypto/dist/heimdal/kadmin/rename.c | 66 +
crypto/dist/heimdal/kadmin/server.c | 577 +
crypto/dist/heimdal/kadmin/util.c | 583 +
crypto/dist/heimdal/kadmin/version4.c | 985 +
crypto/dist/heimdal/kdc/524.c | 183 +
crypto/dist/heimdal/kdc/Makefile.am | 65 +
crypto/dist/heimdal/kdc/Makefile.in | 802 +
crypto/dist/heimdal/kdc/config.c | 346 +
crypto/dist/heimdal/kdc/connect.c | 783 +
crypto/dist/heimdal/kdc/headers.h | 100 +
crypto/dist/heimdal/kdc/hprop-common.c | 83 +
crypto/dist/heimdal/kdc/hprop.8 | 66 +
crypto/dist/heimdal/kdc/hprop.c | 684 +
crypto/dist/heimdal/kdc/hprop.h | 55 +
crypto/dist/heimdal/kdc/hpropd.8 | 27 +
crypto/dist/heimdal/kdc/hpropd.c | 419 +
crypto/dist/heimdal/kdc/kadb.h | 84 +
crypto/dist/heimdal/kdc/kaserver.c | 820 +
crypto/dist/heimdal/kdc/kdc.8 | 142 +
crypto/dist/heimdal/kdc/kdc_locl.h | 108 +
crypto/dist/heimdal/kdc/kerberos4.c | 613 +
crypto/dist/heimdal/kdc/kerberos4.h | 43 +
crypto/dist/heimdal/kdc/kerberos5.c | 1683 +
crypto/dist/heimdal/kdc/kstash.8 | 27 +
crypto/dist/heimdal/kdc/kstash.c | 188 +
crypto/dist/heimdal/kdc/log.c | 86 +
crypto/dist/heimdal/kdc/main.c | 100 +
crypto/dist/heimdal/kdc/misc.c | 63 +
crypto/dist/heimdal/kdc/rx.h | 79 +
crypto/dist/heimdal/kdc/string2key.8 | 76 +
crypto/dist/heimdal/kdc/string2key.c | 179 +
crypto/dist/heimdal/kpasswd/Makefile.am | 26 +
crypto/dist/heimdal/kpasswd/Makefile.in | 761 +
crypto/dist/heimdal/kpasswd/kpasswd.1 | 20 +
crypto/dist/heimdal/kpasswd/kpasswd.c | 146 +
crypto/dist/heimdal/kpasswd/kpasswd_locl.h | 95 +
crypto/dist/heimdal/kpasswd/kpasswdd.8 | 60 +
crypto/dist/heimdal/kpasswd/kpasswdd.c | 635 +
crypto/dist/heimdal/krb5.conf | 26 +
crypto/dist/heimdal/kuser/Makefile.am | 37 +
crypto/dist/heimdal/kuser/Makefile.in | 780 +
crypto/dist/heimdal/kuser/kauth_options.c | 40 +
crypto/dist/heimdal/kuser/kdecode_ticket.c | 160 +
crypto/dist/heimdal/kuser/kdestroy.1 | 34 +
crypto/dist/heimdal/kuser/kdestroy.c | 125 +
crypto/dist/heimdal/kuser/kgetcred.1 | 41 +
crypto/dist/heimdal/kuser/kgetcred.c | 121 +
crypto/dist/heimdal/kuser/kinit.1 | 185 +
crypto/dist/heimdal/kuser/kinit.c | 411 +
crypto/dist/heimdal/kuser/kinit_options.c | 40 +
crypto/dist/heimdal/kuser/klist.1 | 63 +
crypto/dist/heimdal/kuser/klist.c | 594 +
crypto/dist/heimdal/kuser/kuser_locl.h | 89 +
crypto/dist/heimdal/kuser/kverify.c | 82 +
crypto/dist/heimdal/lib/45/45_locl.h | 52 +
crypto/dist/heimdal/lib/45/Makefile.am | 11 +
crypto/dist/heimdal/lib/45/Makefile.in | 639 +
crypto/dist/heimdal/lib/45/get_ad_tkt.c | 116 +
crypto/dist/heimdal/lib/45/mk_req.c | 139 +
crypto/dist/heimdal/lib/Makefile.am | 13 +
crypto/dist/heimdal/lib/Makefile.in | 607 +
crypto/dist/heimdal/lib/asn1/Makefile.am | 108 +
crypto/dist/heimdal/lib/asn1/Makefile.in | 797 +
crypto/dist/heimdal/lib/asn1/asn1-common.h | 16 +
crypto/dist/heimdal/lib/asn1/asn1_err.et | 20 +
crypto/dist/heimdal/lib/asn1/asn1_print.c | 239 +
crypto/dist/heimdal/lib/asn1/check-der.c | 289 +
crypto/dist/heimdal/lib/asn1/der.h | 136 +
crypto/dist/heimdal/lib/asn1/der_copy.c | 57 +
crypto/dist/heimdal/lib/asn1/der_free.c | 48 +
crypto/dist/heimdal/lib/asn1/der_get.c | 383 +
crypto/dist/heimdal/lib/asn1/der_length.c | 119 +
crypto/dist/heimdal/lib/asn1/der_locl.h | 54 +
crypto/dist/heimdal/lib/asn1/der_put.c | 335 +
crypto/dist/heimdal/lib/asn1/gen.c | 361 +
crypto/dist/heimdal/lib/asn1/gen.h | 38 +
crypto/dist/heimdal/lib/asn1/gen_copy.c | 147 +
crypto/dist/heimdal/lib/asn1/gen_decode.c | 381 +
crypto/dist/heimdal/lib/asn1/gen_encode.c | 256 +
crypto/dist/heimdal/lib/asn1/gen_free.c | 131 +
crypto/dist/heimdal/lib/asn1/gen_glue.c | 139 +
crypto/dist/heimdal/lib/asn1/gen_length.c | 156 +
crypto/dist/heimdal/lib/asn1/gen_locl.h | 74 +
crypto/dist/heimdal/lib/asn1/hash.c | 207 +
crypto/dist/heimdal/lib/asn1/hash.h | 87 +
crypto/dist/heimdal/lib/asn1/k5.asn1 | 400 +
crypto/dist/heimdal/lib/asn1/lex.h | 36 +
crypto/dist/heimdal/lib/asn1/lex.l | 110 +
crypto/dist/heimdal/lib/asn1/libasn1.h | 50 +
crypto/dist/heimdal/lib/asn1/main.c | 90 +
crypto/dist/heimdal/lib/asn1/parse.y | 240 +
crypto/dist/heimdal/lib/asn1/pkinit.asn1 | 189 +
crypto/dist/heimdal/lib/asn1/rfc2459.asn1 | 21 +
crypto/dist/heimdal/lib/asn1/symbol.c | 90 +
crypto/dist/heimdal/lib/asn1/symbol.h | 83 +
crypto/dist/heimdal/lib/asn1/timegm.c | 71 +
crypto/dist/heimdal/lib/asn1/x509.asn1 | 23 +
crypto/dist/heimdal/lib/auth/ChangeLog | 74 +
crypto/dist/heimdal/lib/auth/Makefile.am | 6 +
crypto/dist/heimdal/lib/auth/Makefile.in | 602 +
crypto/dist/heimdal/lib/auth/afskauthlib/Makefile.am | 38 +
crypto/dist/heimdal/lib/auth/afskauthlib/Makefile.in | 541 +
crypto/dist/heimdal/lib/auth/afskauthlib/verify.c | 288 +
crypto/dist/heimdal/lib/auth/pam/Makefile.am | 3 +
crypto/dist/heimdal/lib/auth/pam/Makefile.in | 494 +
crypto/dist/heimdal/lib/auth/pam/pam.c | 425 +
crypto/dist/heimdal/lib/auth/pam/pam.conf.add | 81 +
crypto/dist/heimdal/lib/auth/sia/Makefile.am | 66 +
crypto/dist/heimdal/lib/auth/sia/Makefile.in | 554 +
crypto/dist/heimdal/lib/auth/sia/krb4+c2_matrix.conf | 58 +
crypto/dist/heimdal/lib/auth/sia/krb4_matrix.conf | 59 +
crypto/dist/heimdal/lib/auth/sia/krb5+c2_matrix.conf | 27 +
crypto/dist/heimdal/lib/auth/sia/krb5_matrix.conf | 27 +
crypto/dist/heimdal/lib/auth/sia/posix_getpw.c | 78 +
crypto/dist/heimdal/lib/auth/sia/security.patch | 11 +
crypto/dist/heimdal/lib/auth/sia/sia.c | 672 +
crypto/dist/heimdal/lib/auth/sia/sia_locl.h | 94 +
crypto/dist/heimdal/lib/com_err/ChangeLog | 119 +
crypto/dist/heimdal/lib/com_err/Makefile.am | 24 +
crypto/dist/heimdal/lib/com_err/Makefile.in | 713 +
crypto/dist/heimdal/lib/com_err/com_err.c | 151 +
crypto/dist/heimdal/lib/com_err/com_err.h | 56 +
crypto/dist/heimdal/lib/com_err/com_right.h | 66 +
crypto/dist/heimdal/lib/com_err/compile_et.c | 235 +
crypto/dist/heimdal/lib/com_err/compile_et.h | 80 +
crypto/dist/heimdal/lib/com_err/error.c | 91 +
crypto/dist/heimdal/lib/com_err/lex.l | 124 +
crypto/dist/heimdal/lib/com_err/parse.y | 166 +
crypto/dist/heimdal/lib/com_err/roken_rename.h | 39 +
crypto/dist/heimdal/lib/des/COPYRIGHT | 50 +
crypto/dist/heimdal/lib/des/ChangeLog | 117 +
crypto/dist/heimdal/lib/des/DES.pm | 19 +
crypto/dist/heimdal/lib/des/DES.pod | 16 +
crypto/dist/heimdal/lib/des/DES.xs | 268 +
crypto/dist/heimdal/lib/des/FILES | 96 +
crypto/dist/heimdal/lib/des/INSTALL | 69 +
crypto/dist/heimdal/lib/des/Imakefile | 35 +
crypto/dist/heimdal/lib/des/KERBEROS | 41 +
crypto/dist/heimdal/lib/des/MODES.DES | 84 +
crypto/dist/heimdal/lib/des/Makefile.PL | 14 +
crypto/dist/heimdal/lib/des/Makefile.am | 114 +
crypto/dist/heimdal/lib/des/Makefile.in | 791 +
crypto/dist/heimdal/lib/des/Makefile.ssl | 108 +
crypto/dist/heimdal/lib/des/Makefile.uni | 207 +
crypto/dist/heimdal/lib/des/PC1 | 28 +
crypto/dist/heimdal/lib/des/PC2 | 57 +
crypto/dist/heimdal/lib/des/README | 54 +
crypto/dist/heimdal/lib/des/VERSION | 382 +
crypto/dist/heimdal/lib/des/asm/des-som2.pl | 308 +
crypto/dist/heimdal/lib/des/asm/des-som3.pl | 266 +
crypto/dist/heimdal/lib/des/asm/des586.pl | 210 +
crypto/dist/heimdal/lib/des/asm/des686.pl | 230 +
crypto/dist/heimdal/lib/des/asm/desboth.pl | 67 +
crypto/dist/heimdal/lib/des/asm/dx86-cpp.s | 2780 ++
crypto/dist/heimdal/lib/des/asm/dx86unix.cpp | 39 +
crypto/dist/heimdal/lib/des/asm/readme | 130 +
crypto/dist/heimdal/lib/des/asm/win32.asm | 2766 ++
crypto/dist/heimdal/lib/des/asm/win32.uu | 319 +
crypto/dist/heimdal/lib/des/asm/x86ms.pl | 223 +
crypto/dist/heimdal/lib/des/asm/x86unix.pl | 253 +
crypto/dist/heimdal/lib/des/cbc3_enc.c | 99 +
crypto/dist/heimdal/lib/des/cbc_cksm.c | 103 +
crypto/dist/heimdal/lib/des/cbc_enc.c | 135 +
crypto/dist/heimdal/lib/des/cfb64ede.c | 151 +
crypto/dist/heimdal/lib/des/cfb64enc.c | 128 +
crypto/dist/heimdal/lib/des/cfb_enc.c | 171 +
crypto/dist/heimdal/lib/des/des.1 | 186 +
crypto/dist/heimdal/lib/des/des.c | 959 +
crypto/dist/heimdal/lib/des/des.def | 37 +
crypto/dist/heimdal/lib/des/des.doc | 505 +
crypto/dist/heimdal/lib/des/des.dsp | 258 +
crypto/dist/heimdal/lib/des/des.h | 309 +
crypto/dist/heimdal/lib/des/des.mak | 659 +
crypto/dist/heimdal/lib/des/des.man | 186 +
crypto/dist/heimdal/lib/des/des.org | 291 +
crypto/dist/heimdal/lib/des/des.pl | 552 +
crypto/dist/heimdal/lib/des/des_crypt.3 | 379 +
crypto/dist/heimdal/lib/des/des_crypt.man | 508 +
crypto/dist/heimdal/lib/des/des_enc.c | 301 +
crypto/dist/heimdal/lib/des/des_locl.h | 535 +
crypto/dist/heimdal/lib/des/des_locl.org | 509 +
crypto/dist/heimdal/lib/des/des_opts.c | 616 +
crypto/dist/heimdal/lib/des/des_ver.h | 60 +
crypto/dist/heimdal/lib/des/destest.c | 876 +
crypto/dist/heimdal/lib/des/dllmain.c | 52 +
crypto/dist/heimdal/lib/des/doIP | 46 +
crypto/dist/heimdal/lib/des/doPC1 | 110 +
crypto/dist/heimdal/lib/des/doPC2 | 94 +
crypto/dist/heimdal/lib/des/ecb3_enc.c | 87 +
crypto/dist/heimdal/lib/des/ecb_enc.c | 124 +
crypto/dist/heimdal/lib/des/ede_enc.c | 189 +
crypto/dist/heimdal/lib/des/enc_read.c | 214 +
crypto/dist/heimdal/lib/des/enc_writ.c | 160 +
crypto/dist/heimdal/lib/des/fcrypt.c | 473 +
crypto/dist/heimdal/lib/des/hash.h | 67 +
crypto/dist/heimdal/lib/des/key_par.c | 48 +
crypto/dist/heimdal/lib/des/makefile.bc | 50 +
crypto/dist/heimdal/lib/des/md4.c | 250 +
crypto/dist/heimdal/lib/des/md4.h | 59 +
crypto/dist/heimdal/lib/des/md5.c | 274 +
crypto/dist/heimdal/lib/des/md5.h | 59 +
crypto/dist/heimdal/lib/des/md5crypt_test.c | 80 +
crypto/dist/heimdal/lib/des/mdtest.c | 188 +
crypto/dist/heimdal/lib/des/ncbc_enc.c | 141 +
crypto/dist/heimdal/lib/des/ofb64ede.c | 131 +
crypto/dist/heimdal/lib/des/ofb64enc.c | 114 +
crypto/dist/heimdal/lib/des/ofb_enc.c | 122 +
crypto/dist/heimdal/lib/des/passwd_dialog.aps | Bin
crypto/dist/heimdal/lib/des/passwd_dialog.clw | 34 +
crypto/dist/heimdal/lib/des/passwd_dialog.rc | 143 +
crypto/dist/heimdal/lib/des/passwd_dialog.res | Bin
crypto/dist/heimdal/lib/des/passwd_dlg.c | 92 +
crypto/dist/heimdal/lib/des/passwd_dlg.h | 47 +
crypto/dist/heimdal/lib/des/pcbc_enc.c | 126 +
crypto/dist/heimdal/lib/des/podd.h | 75 +
crypto/dist/heimdal/lib/des/qud_cksm.c | 143 +
crypto/dist/heimdal/lib/des/rand_key.c | 121 +
crypto/dist/heimdal/lib/des/rc4.h | 76 +
crypto/dist/heimdal/lib/des/rc4_enc.c | 133 +
crypto/dist/heimdal/lib/des/rc4_skey.c | 101 +
crypto/dist/heimdal/lib/des/rc4test.c | 201 +
crypto/dist/heimdal/lib/des/read_pwd.c | 450 +
crypto/dist/heimdal/lib/des/resource.h | 18 +
crypto/dist/heimdal/lib/des/rnd_keys.c | 527 +
crypto/dist/heimdal/lib/des/rpc_des.h | 131 +
crypto/dist/heimdal/lib/des/rpc_enc.c | 107 +
crypto/dist/heimdal/lib/des/rpw.c | 104 +
crypto/dist/heimdal/lib/des/set_key.c | 244 +
crypto/dist/heimdal/lib/des/sha.c | 300 +
crypto/dist/heimdal/lib/des/sha.h | 59 +
crypto/dist/heimdal/lib/des/shifts.pl | 198 +
crypto/dist/heimdal/lib/des/sk.h | 204 +
crypto/dist/heimdal/lib/des/speed.c | 329 +
crypto/dist/heimdal/lib/des/spr.h | 204 +
crypto/dist/heimdal/lib/des/str2key.c | 171 +
crypto/dist/heimdal/lib/des/supp.c | 109 +
crypto/dist/heimdal/lib/des/t/test | 27 +
crypto/dist/heimdal/lib/des/testdes.pl | 167 +
crypto/dist/heimdal/lib/des/times | 216 +
crypto/dist/heimdal/lib/des/typemap | 34 +
crypto/dist/heimdal/lib/des/version.h | 48 +
crypto/dist/heimdal/lib/des/vms.com | 90 +
crypto/dist/heimdal/lib/des/xcbc_enc.c | 206 +
crypto/dist/heimdal/lib/editline/ChangeLog | 93 +
crypto/dist/heimdal/lib/editline/Makefile.am | 29 +
crypto/dist/heimdal/lib/editline/Makefile.in | 758 +
crypto/dist/heimdal/lib/editline/README | 45 +
crypto/dist/heimdal/lib/editline/complete.c | 243 +
crypto/dist/heimdal/lib/editline/edit_compat.c | 118 +
crypto/dist/heimdal/lib/editline/editline.3 | 175 +
crypto/dist/heimdal/lib/editline/editline.c | 1376 +
crypto/dist/heimdal/lib/editline/editline.h | 64 +
crypto/dist/heimdal/lib/editline/roken_rename.h | 61 +
crypto/dist/heimdal/lib/editline/sysunix.c | 92 +
crypto/dist/heimdal/lib/editline/testit.c | 38 +
crypto/dist/heimdal/lib/editline/unix.h | 22 +
crypto/dist/heimdal/lib/gssapi/8003.c | 152 +
crypto/dist/heimdal/lib/gssapi/ChangeLog | 119 +
crypto/dist/heimdal/lib/gssapi/Makefile.am | 48 +
crypto/dist/heimdal/lib/gssapi/Makefile.in | 658 +
crypto/dist/heimdal/lib/gssapi/accept_sec_context.c | 253 +
crypto/dist/heimdal/lib/gssapi/acquire_cred.c | 87 +
crypto/dist/heimdal/lib/gssapi/add_oid_set_member.c | 64 +
crypto/dist/heimdal/lib/gssapi/canonicalize_name.c | 46 +
crypto/dist/heimdal/lib/gssapi/compare_name.c | 49 +
crypto/dist/heimdal/lib/gssapi/context_time.c | 64 +
crypto/dist/heimdal/lib/gssapi/create_emtpy_oid_set.c | 50 +
crypto/dist/heimdal/lib/gssapi/decapsulate.c | 100 +
crypto/dist/heimdal/lib/gssapi/delete_sec_context.c | 65 +
crypto/dist/heimdal/lib/gssapi/display_name.c | 68 +
crypto/dist/heimdal/lib/gssapi/display_status.c | 135 +
crypto/dist/heimdal/lib/gssapi/duplicate_name.c | 55 +
crypto/dist/heimdal/lib/gssapi/encapsulate.c | 100 +
crypto/dist/heimdal/lib/gssapi/export_name.c | 48 +
crypto/dist/heimdal/lib/gssapi/export_sec_context.c | 145 +
crypto/dist/heimdal/lib/gssapi/external.c | 212 +
crypto/dist/heimdal/lib/gssapi/get_mic.c | 115 +
crypto/dist/heimdal/lib/gssapi/gssapi.h | 742 +
crypto/dist/heimdal/lib/gssapi/gssapi_locl.h | 97 +
crypto/dist/heimdal/lib/gssapi/import_name.c | 137 +
crypto/dist/heimdal/lib/gssapi/import_sec_context.c | 183 +
crypto/dist/heimdal/lib/gssapi/indicate_mechs.c | 55 +
crypto/dist/heimdal/lib/gssapi/init.c | 43 +
crypto/dist/heimdal/lib/gssapi/init_sec_context.c | 360 +
crypto/dist/heimdal/lib/gssapi/inquire_context.c | 84 +
crypto/dist/heimdal/lib/gssapi/inquire_cred.c | 78 +
crypto/dist/heimdal/lib/gssapi/release_buffer.c | 47 +
crypto/dist/heimdal/lib/gssapi/release_cred.c | 57 +
crypto/dist/heimdal/lib/gssapi/release_name.c | 48 +
crypto/dist/heimdal/lib/gssapi/release_oid_set.c | 47 +
crypto/dist/heimdal/lib/gssapi/test_oid_set_member.c | 57 +
crypto/dist/heimdal/lib/gssapi/unwrap.c | 190 +
crypto/dist/heimdal/lib/gssapi/v1.c | 104 +
crypto/dist/heimdal/lib/gssapi/verify_mic.c | 124 +
crypto/dist/heimdal/lib/gssapi/wrap.c | 169 +
crypto/dist/heimdal/lib/hdb/Makefile.am | 61 +
crypto/dist/heimdal/lib/hdb/Makefile.in | 712 +
crypto/dist/heimdal/lib/hdb/common.c | 145 +
crypto/dist/heimdal/lib/hdb/convert_db.c | 219 +
crypto/dist/heimdal/lib/hdb/db.c | 268 +
crypto/dist/heimdal/lib/hdb/hdb-ldap.c | 1335 +
crypto/dist/heimdal/lib/hdb/hdb-private.h | 48 +
crypto/dist/heimdal/lib/hdb/hdb-protos.h | 164 +
crypto/dist/heimdal/lib/hdb/hdb.asn1 | 65 +
crypto/dist/heimdal/lib/hdb/hdb.c | 391 +
crypto/dist/heimdal/lib/hdb/hdb.h | 86 +
crypto/dist/heimdal/lib/hdb/hdb_err.et | 26 +
crypto/dist/heimdal/lib/hdb/hdb_locl.h | 84 +
crypto/dist/heimdal/lib/hdb/keytab.c | 187 +
crypto/dist/heimdal/lib/hdb/libasn1.h | 51 +
crypto/dist/heimdal/lib/hdb/ndbm.c | 316 +
crypto/dist/heimdal/lib/hdb/print.c | 236 +
crypto/dist/heimdal/lib/kadm5/ChangeLog | 352 +
crypto/dist/heimdal/lib/kadm5/Makefile.am | 111 +
crypto/dist/heimdal/lib/kadm5/Makefile.in | 815 +
crypto/dist/heimdal/lib/kadm5/acl.c | 138 +
crypto/dist/heimdal/lib/kadm5/admin.h | 712 +
crypto/dist/heimdal/lib/kadm5/chpass_c.c | 108 +
crypto/dist/heimdal/lib/kadm5/chpass_s.c | 122 +
crypto/dist/heimdal/lib/kadm5/client_glue.c | 150 +
crypto/dist/heimdal/lib/kadm5/common_glue.c | 134 +
crypto/dist/heimdal/lib/kadm5/context_s.c | 225 +
crypto/dist/heimdal/lib/kadm5/create_c.c | 73 +
crypto/dist/heimdal/lib/kadm5/create_s.c | 192 +
crypto/dist/heimdal/lib/kadm5/delete_c.c | 69 +
crypto/dist/heimdal/lib/kadm5/delete_s.c | 70 +
crypto/dist/heimdal/lib/kadm5/destroy_c.c | 51 +
crypto/dist/heimdal/lib/kadm5/destroy_s.c | 81 +
crypto/dist/heimdal/lib/kadm5/dump_log.c | 262 +
crypto/dist/heimdal/lib/kadm5/ent_setup.c | 142 +
crypto/dist/heimdal/lib/kadm5/error.c | 48 +
crypto/dist/heimdal/lib/kadm5/flush.c | 48 +
crypto/dist/heimdal/lib/kadm5/flush_c.c | 41 +
crypto/dist/heimdal/lib/kadm5/flush_s.c | 41 +
crypto/dist/heimdal/lib/kadm5/free.c | 91 +
crypto/dist/heimdal/lib/kadm5/get_c.c | 76 +
crypto/dist/heimdal/lib/kadm5/get_princs_c.c | 86 +
crypto/dist/heimdal/lib/kadm5/get_princs_s.c | 113 +
crypto/dist/heimdal/lib/kadm5/get_s.c | 191 +
crypto/dist/heimdal/lib/kadm5/init_c.c | 605 +
crypto/dist/heimdal/lib/kadm5/init_s.c | 232 +
crypto/dist/heimdal/lib/kadm5/iprop.h | 53 +
crypto/dist/heimdal/lib/kadm5/ipropd_master.c | 422 +
crypto/dist/heimdal/lib/kadm5/ipropd_slave.c | 313 +
crypto/dist/heimdal/lib/kadm5/kadm5_err.et | 59 +
crypto/dist/heimdal/lib/kadm5/kadm5_locl.h | 85 +
crypto/dist/heimdal/lib/kadm5/log.c | 666 +
crypto/dist/heimdal/lib/kadm5/marshall.c | 330 +
crypto/dist/heimdal/lib/kadm5/modify_c.c | 73 +
crypto/dist/heimdal/lib/kadm5/modify_s.c | 92 +
crypto/dist/heimdal/lib/kadm5/password_quality.c | 147 +
crypto/dist/heimdal/lib/kadm5/private.h | 293 +
crypto/dist/heimdal/lib/kadm5/privs_c.c | 73 +
crypto/dist/heimdal/lib/kadm5/privs_s.c | 44 +
crypto/dist/heimdal/lib/kadm5/randkey_c.c | 89 +
crypto/dist/heimdal/lib/kadm5/randkey_s.c | 96 +
crypto/dist/heimdal/lib/kadm5/rename_c.c | 73 +
crypto/dist/heimdal/lib/kadm5/rename_s.c | 104 +
crypto/dist/heimdal/lib/kadm5/replay_log.c | 118 +
crypto/dist/heimdal/lib/kadm5/sample_passwd_check.c | 85 +
crypto/dist/heimdal/lib/kadm5/send_recv.c | 89 +
crypto/dist/heimdal/lib/kadm5/server_glue.c | 150 +
crypto/dist/heimdal/lib/kadm5/set_keys.c | 348 +
crypto/dist/heimdal/lib/kadm5/set_modifier.c | 54 +
crypto/dist/heimdal/lib/kafs/ChangeLog | 193 +
crypto/dist/heimdal/lib/kafs/Makefile.am | 71 +
crypto/dist/heimdal/lib/kafs/Makefile.in | 901 +
crypto/dist/heimdal/lib/kafs/README.dlfcn | 246 +
crypto/dist/heimdal/lib/kafs/afskrb.c | 135 +
crypto/dist/heimdal/lib/kafs/afskrb5.c | 179 +
crypto/dist/heimdal/lib/kafs/afsl.exp | 6 +
crypto/dist/heimdal/lib/kafs/afslib.c | 55 +
crypto/dist/heimdal/lib/kafs/afslib.exp | 3 +
crypto/dist/heimdal/lib/kafs/afssys.c | 398 +
crypto/dist/heimdal/lib/kafs/afssysdefs.h | 91 +
crypto/dist/heimdal/lib/kafs/common.c | 396 +
crypto/dist/heimdal/lib/kafs/dlfcn.c | 581 +
crypto/dist/heimdal/lib/kafs/dlfcn.h | 46 +
crypto/dist/heimdal/lib/kafs/kafs.3 | 158 +
crypto/dist/heimdal/lib/kafs/kafs.h | 191 +
crypto/dist/heimdal/lib/kafs/kafs_locl.h | 135 +
crypto/dist/heimdal/lib/krb5/Makefile.am | 149 +
crypto/dist/heimdal/lib/krb5/Makefile.in | 993 +
crypto/dist/heimdal/lib/krb5/add_et_list.c | 50 +
crypto/dist/heimdal/lib/krb5/addr_families.c | 539 +
crypto/dist/heimdal/lib/krb5/address.c | 197 +
crypto/dist/heimdal/lib/krb5/aname_to_localname.c | 76 +
crypto/dist/heimdal/lib/krb5/asn1_glue.c | 59 +
crypto/dist/heimdal/lib/krb5/auth_context.c | 426 +
crypto/dist/heimdal/lib/krb5/build_ap_req.c | 79 +
crypto/dist/heimdal/lib/krb5/build_auth.c | 156 +
crypto/dist/heimdal/lib/krb5/cache.c | 422 +
crypto/dist/heimdal/lib/krb5/changepw.c | 331 +
crypto/dist/heimdal/lib/krb5/codec.c | 251 +
crypto/dist/heimdal/lib/krb5/config_file.c | 779 +
crypto/dist/heimdal/lib/krb5/config_file_netinfo.c | 178 +
crypto/dist/heimdal/lib/krb5/constants.c | 39 +
crypto/dist/heimdal/lib/krb5/context.c | 356 +
crypto/dist/heimdal/lib/krb5/convert_creds.c | 215 +
crypto/dist/heimdal/lib/krb5/copy_host_realm.c | 66 +
crypto/dist/heimdal/lib/krb5/crc.c | 71 +
crypto/dist/heimdal/lib/krb5/creds.c | 149 +
crypto/dist/heimdal/lib/krb5/crypto.c | 2349 +
crypto/dist/heimdal/lib/krb5/data.c | 109 +
crypto/dist/heimdal/lib/krb5/dump_config.c | 71 +
crypto/dist/heimdal/lib/krb5/expand_hostname.c | 148 +
crypto/dist/heimdal/lib/krb5/fcache.c | 493 +
crypto/dist/heimdal/lib/krb5/free.c | 52 +
crypto/dist/heimdal/lib/krb5/free_host_realm.c | 54 +
crypto/dist/heimdal/lib/krb5/generate_seq_number.c | 62 +
crypto/dist/heimdal/lib/krb5/generate_subkey.c | 52 +
crypto/dist/heimdal/lib/krb5/get_addrs.c | 314 +
crypto/dist/heimdal/lib/krb5/get_cred.c | 777 +
crypto/dist/heimdal/lib/krb5/get_default_principal.c | 67 +
crypto/dist/heimdal/lib/krb5/get_default_realm.c | 80 +
crypto/dist/heimdal/lib/krb5/get_for_creds.c | 287 +
crypto/dist/heimdal/lib/krb5/get_host_realm.c | 194 +
crypto/dist/heimdal/lib/krb5/get_in_tkt.c | 802 +
crypto/dist/heimdal/lib/krb5/get_in_tkt_pw.c | 87 +
crypto/dist/heimdal/lib/krb5/get_in_tkt_with_keytab.c | 103 +
crypto/dist/heimdal/lib/krb5/get_in_tkt_with_skey.c | 82 +
crypto/dist/heimdal/lib/krb5/get_port.c | 52 +
crypto/dist/heimdal/lib/krb5/heim_err.et | 18 +
crypto/dist/heimdal/lib/krb5/init_creds.c | 119 +
crypto/dist/heimdal/lib/krb5/init_creds_pw.c | 555 +
crypto/dist/heimdal/lib/krb5/keyblock.c | 79 +
crypto/dist/heimdal/lib/krb5/keytab.c | 407 +
crypto/dist/heimdal/lib/krb5/keytab_file.c | 540 +
crypto/dist/heimdal/lib/krb5/keytab_keyfile.c | 316 +
crypto/dist/heimdal/lib/krb5/keytab_krb4.c | 272 +
crypto/dist/heimdal/lib/krb5/keytab_memory.c | 161 +
crypto/dist/heimdal/lib/krb5/krb5-private.h | 59 +
crypto/dist/heimdal/lib/krb5/krb5-protos.h | 2385 +
crypto/dist/heimdal/lib/krb5/krb5.conf.5 | 171 +
crypto/dist/heimdal/lib/krb5/krb5.h | 622 +
crypto/dist/heimdal/lib/krb5/krb5_425_conv_principal.3 | 198 +
crypto/dist/heimdal/lib/krb5/krb5_build_principal.3 | 78 +
crypto/dist/heimdal/lib/krb5/krb5_create_checksum.3 | 68 +
crypto/dist/heimdal/lib/krb5/krb5_crypto_init.3 | 41 +
crypto/dist/heimdal/lib/krb5/krb5_encrypt.3 | 60 +
crypto/dist/heimdal/lib/krb5/krb5_err.et | 235 +
crypto/dist/heimdal/lib/krb5/krb5_free_principal.3 | 30 +
crypto/dist/heimdal/lib/krb5/krb5_locl.h | 139 +
crypto/dist/heimdal/lib/krb5/krb5_openlog.3 | 225 +
crypto/dist/heimdal/lib/krb5/krb5_parse_name.3 | 39 +
crypto/dist/heimdal/lib/krb5/krb5_sname_to_principal.3 | 58 +
crypto/dist/heimdal/lib/krb5/krb5_unparse_name.3 | 34 +
crypto/dist/heimdal/lib/krb5/krb5_warn.3 | 73 +
crypto/dist/heimdal/lib/krb5/krbhst.c | 196 +
crypto/dist/heimdal/lib/krb5/kuserok.c | 108 +
crypto/dist/heimdal/lib/krb5/log.c | 426 +
crypto/dist/heimdal/lib/krb5/mcache.c | 227 +
crypto/dist/heimdal/lib/krb5/misc.c | 36 +
crypto/dist/heimdal/lib/krb5/mk_error.c | 124 +
crypto/dist/heimdal/lib/krb5/mk_priv.c | 168 +
crypto/dist/heimdal/lib/krb5/mk_rep.c | 116 +
crypto/dist/heimdal/lib/krb5/mk_req.c | 98 +
crypto/dist/heimdal/lib/krb5/mk_req_ext.c | 151 +
crypto/dist/heimdal/lib/krb5/mk_safe.c | 115 +
crypto/dist/heimdal/lib/krb5/n-fold-test.c | 104 +
crypto/dist/heimdal/lib/krb5/n-fold.c | 126 +
crypto/dist/heimdal/lib/krb5/net_read.c | 47 +
crypto/dist/heimdal/lib/krb5/net_write.c | 47 +
crypto/dist/heimdal/lib/krb5/padata.c | 45 +
crypto/dist/heimdal/lib/krb5/principal.c | 928 +
crypto/dist/heimdal/lib/krb5/prog_setup.c | 62 +
crypto/dist/heimdal/lib/krb5/prompter_posix.c | 70 +
crypto/dist/heimdal/lib/krb5/rd_cred.c | 185 +
crypto/dist/heimdal/lib/krb5/rd_error.c | 66 +
crypto/dist/heimdal/lib/krb5/rd_priv.c | 150 +
crypto/dist/heimdal/lib/krb5/rd_rep.c | 108 +
crypto/dist/heimdal/lib/krb5/rd_req.c | 465 +
crypto/dist/heimdal/lib/krb5/rd_safe.c | 172 +
crypto/dist/heimdal/lib/krb5/read_message.c | 63 +
crypto/dist/heimdal/lib/krb5/recvauth.c | 190 +
crypto/dist/heimdal/lib/krb5/replay.c | 225 +
crypto/dist/heimdal/lib/krb5/send_to_kdc.c | 395 +
crypto/dist/heimdal/lib/krb5/sendauth.c | 208 +
crypto/dist/heimdal/lib/krb5/set_default_realm.c | 87 +
crypto/dist/heimdal/lib/krb5/sock_principal.c | 74 +
crypto/dist/heimdal/lib/krb5/store.c | 634 +
crypto/dist/heimdal/lib/krb5/store_emem.c | 126 +
crypto/dist/heimdal/lib/krb5/store_fd.c | 74 +
crypto/dist/heimdal/lib/krb5/store_mem.c | 117 +
crypto/dist/heimdal/lib/krb5/string-to-key-test.c | 106 +
crypto/dist/heimdal/lib/krb5/ticket.c | 74 +
crypto/dist/heimdal/lib/krb5/time.c | 66 +
crypto/dist/heimdal/lib/krb5/transited.c | 411 +
crypto/dist/heimdal/lib/krb5/verify_init.c | 196 +
crypto/dist/heimdal/lib/krb5/verify_krb5_conf.8 | 33 +
crypto/dist/heimdal/lib/krb5/verify_krb5_conf.c | 102 +
crypto/dist/heimdal/lib/krb5/verify_user.c | 170 +
crypto/dist/heimdal/lib/krb5/version.c | 43 +
crypto/dist/heimdal/lib/krb5/warn.c | 193 +
crypto/dist/heimdal/lib/krb5/write_message.c | 55 +
crypto/dist/heimdal/lib/otp/ChangeLog | 50 +
crypto/dist/heimdal/lib/otp/Makefile.am | 27 +
crypto/dist/heimdal/lib/otp/Makefile.in | 678 +
crypto/dist/heimdal/lib/otp/otp.c | 63 +
crypto/dist/heimdal/lib/otp/otp.h | 101 +
crypto/dist/heimdal/lib/otp/otp_challenge.c | 69 +
crypto/dist/heimdal/lib/otp/otp_db.c | 229 +
crypto/dist/heimdal/lib/otp/otp_locl.h | 70 +
crypto/dist/heimdal/lib/otp/otp_md.c | 268 +
crypto/dist/heimdal/lib/otp/otp_md.h | 46 +
crypto/dist/heimdal/lib/otp/otp_parse.c | 2514 +
crypto/dist/heimdal/lib/otp/otp_print.c | 99 +
crypto/dist/heimdal/lib/otp/otp_verify.c | 78 +
crypto/dist/heimdal/lib/otp/otptest.c | 145 +
crypto/dist/heimdal/lib/otp/roken_rename.h | 67 +
crypto/dist/heimdal/lib/roken/ChangeLog | 807 +
crypto/dist/heimdal/lib/roken/Makefile.am | 186 +
crypto/dist/heimdal/lib/roken/Makefile.in | 815 +
crypto/dist/heimdal/lib/roken/base64.c | 146 +
crypto/dist/heimdal/lib/roken/base64.h | 42 +
crypto/dist/heimdal/lib/roken/chown.c | 45 +
crypto/dist/heimdal/lib/roken/concat.c | 112 +
crypto/dist/heimdal/lib/roken/copyhostent.c | 102 +
crypto/dist/heimdal/lib/roken/daemon.c | 88 +
crypto/dist/heimdal/lib/roken/emalloc.c | 56 +
crypto/dist/heimdal/lib/roken/eread.c | 57 +
crypto/dist/heimdal/lib/roken/erealloc.c | 56 +
crypto/dist/heimdal/lib/roken/err.c | 48 +
crypto/dist/heimdal/lib/roken/err.h | 71 +
crypto/dist/heimdal/lib/roken/errx.c | 48 +
crypto/dist/heimdal/lib/roken/estrdup.c | 56 +
crypto/dist/heimdal/lib/roken/ewrite.c | 57 +
crypto/dist/heimdal/lib/roken/fchown.c | 45 +
crypto/dist/heimdal/lib/roken/flock.c | 87 +
crypto/dist/heimdal/lib/roken/fnmatch.c | 173 +
crypto/dist/heimdal/lib/roken/fnmatch.h | 49 +
crypto/dist/heimdal/lib/roken/freeaddrinfo.c | 52 +
crypto/dist/heimdal/lib/roken/freehostent.c | 62 +
crypto/dist/heimdal/lib/roken/gai_strerror.c | 73 +
crypto/dist/heimdal/lib/roken/get_default_username.c | 80 +
crypto/dist/heimdal/lib/roken/get_window_size.c | 102 +
crypto/dist/heimdal/lib/roken/getaddrinfo-test.c | 144 +
crypto/dist/heimdal/lib/roken/getaddrinfo.c | 400 +
crypto/dist/heimdal/lib/roken/getaddrinfo_hostspec.c | 93 +
crypto/dist/heimdal/lib/roken/getarg.3 | 317 +
crypto/dist/heimdal/lib/roken/getarg.c | 553 +
crypto/dist/heimdal/lib/roken/getarg.h | 89 +
crypto/dist/heimdal/lib/roken/getcap.c | 1118 +
crypto/dist/heimdal/lib/roken/getcwd.c | 57 +
crypto/dist/heimdal/lib/roken/getdtablesize.c | 101 +
crypto/dist/heimdal/lib/roken/getegid.c | 48 +
crypto/dist/heimdal/lib/roken/geteuid.c | 48 +
crypto/dist/heimdal/lib/roken/getgid.c | 48 +
crypto/dist/heimdal/lib/roken/gethostname.c | 72 +
crypto/dist/heimdal/lib/roken/getipnodebyaddr.c | 74 +
crypto/dist/heimdal/lib/roken/getipnodebyname.c | 86 +
crypto/dist/heimdal/lib/roken/getnameinfo.c | 127 +
crypto/dist/heimdal/lib/roken/getnameinfo_verified.c | 69 +
crypto/dist/heimdal/lib/roken/getopt.c | 128 +
crypto/dist/heimdal/lib/roken/gettimeofday.c | 55 +
crypto/dist/heimdal/lib/roken/getuid.c | 48 +
crypto/dist/heimdal/lib/roken/getusershell.c | 160 +
crypto/dist/heimdal/lib/roken/glob.c | 835 +
crypto/dist/heimdal/lib/roken/glob.h | 84 +
crypto/dist/heimdal/lib/roken/hstrerror.c | 85 +
crypto/dist/heimdal/lib/roken/inet_aton.c | 49 +
crypto/dist/heimdal/lib/roken/inet_ntop.c | 153 +
crypto/dist/heimdal/lib/roken/inet_pton.c | 66 +
crypto/dist/heimdal/lib/roken/initgroups.c | 45 +
crypto/dist/heimdal/lib/roken/innetgr.c | 49 +
crypto/dist/heimdal/lib/roken/iruserok.c | 287 +
crypto/dist/heimdal/lib/roken/issuid.c | 53 +
crypto/dist/heimdal/lib/roken/k_getpwnam.c | 64 +
crypto/dist/heimdal/lib/roken/k_getpwuid.c | 64 +
crypto/dist/heimdal/lib/roken/lstat.c | 45 +
crypto/dist/heimdal/lib/roken/memmove.c | 64 +
crypto/dist/heimdal/lib/roken/mini_inetd.c | 153 +
crypto/dist/heimdal/lib/roken/mkstemp.c | 84 +
crypto/dist/heimdal/lib/roken/net_read.c | 74 +
crypto/dist/heimdal/lib/roken/net_write.c | 72 +
crypto/dist/heimdal/lib/roken/parse_bytes-test.c | 92 +
crypto/dist/heimdal/lib/roken/parse_bytes.c | 78 +
crypto/dist/heimdal/lib/roken/parse_bytes.h | 48 +
crypto/dist/heimdal/lib/roken/parse_time.c | 78 +
crypto/dist/heimdal/lib/roken/parse_time.h | 51 +
crypto/dist/heimdal/lib/roken/parse_units.c | 324 +
crypto/dist/heimdal/lib/roken/parse_units.h | 73 +
crypto/dist/heimdal/lib/roken/print_version.c | 78 +
crypto/dist/heimdal/lib/roken/putenv.c | 80 +
crypto/dist/heimdal/lib/roken/rcmd.c | 52 +
crypto/dist/heimdal/lib/roken/readv.c | 67 +
crypto/dist/heimdal/lib/roken/recvmsg.c | 69 +
crypto/dist/heimdal/lib/roken/resolve.c | 353 +
crypto/dist/heimdal/lib/roken/resolve.h | 103 +
crypto/dist/heimdal/lib/roken/resource.h | 15 +
crypto/dist/heimdal/lib/roken/roken-common.h | 293 +
crypto/dist/heimdal/lib/roken/roken.awk | 35 +
crypto/dist/heimdal/lib/roken/roken.def | 17 +
crypto/dist/heimdal/lib/roken/roken.dsp | 156 +
crypto/dist/heimdal/lib/roken/roken.h.in | 580 +
crypto/dist/heimdal/lib/roken/roken.mak | 316 +
crypto/dist/heimdal/lib/roken/roken.rc | 105 +
crypto/dist/heimdal/lib/roken/roken_gethostby.c | 274 +
crypto/dist/heimdal/lib/roken/sendmsg.c | 65 +
crypto/dist/heimdal/lib/roken/setegid.c | 57 +
crypto/dist/heimdal/lib/roken/setenv.c | 66 +
crypto/dist/heimdal/lib/roken/seteuid.c | 57 +
crypto/dist/heimdal/lib/roken/signal.c | 81 +
crypto/dist/heimdal/lib/roken/simple_exec.c | 150 +
crypto/dist/heimdal/lib/roken/snprintf.c | 619 +
crypto/dist/heimdal/lib/roken/socket.c | 282 +
crypto/dist/heimdal/lib/roken/strcasecmp.c | 58 +
crypto/dist/heimdal/lib/roken/strcollect.c | 96 +
crypto/dist/heimdal/lib/roken/strdup.c | 50 +
crypto/dist/heimdal/lib/roken/strerror.c | 57 +
crypto/dist/heimdal/lib/roken/strftime.c | 396 +
crypto/dist/heimdal/lib/roken/strlcat.c | 50 +
crypto/dist/heimdal/lib/roken/strlcpy.c | 60 +
crypto/dist/heimdal/lib/roken/strlwr.c | 53 +
crypto/dist/heimdal/lib/roken/strncasecmp.c | 60 +
crypto/dist/heimdal/lib/roken/strndup.c | 56 +
crypto/dist/heimdal/lib/roken/strnlen.c | 49 +
crypto/dist/heimdal/lib/roken/strpftime-test.c | 287 +
crypto/dist/heimdal/lib/roken/strptime.c | 444 +
crypto/dist/heimdal/lib/roken/strsep.c | 61 +
crypto/dist/heimdal/lib/roken/strtok_r.c | 65 +
crypto/dist/heimdal/lib/roken/strupr.c | 53 +
crypto/dist/heimdal/lib/roken/swab.c | 54 +
crypto/dist/heimdal/lib/roken/timeval.c | 84 +
crypto/dist/heimdal/lib/roken/tm2time.c | 61 +
crypto/dist/heimdal/lib/roken/unsetenv.c | 70 +
crypto/dist/heimdal/lib/roken/verify.c | 62 +
crypto/dist/heimdal/lib/roken/verr.c | 46 +
crypto/dist/heimdal/lib/roken/verrx.c | 46 +
crypto/dist/heimdal/lib/roken/vsyslog.c | 57 +
crypto/dist/heimdal/lib/roken/vwarn.c | 45 +
crypto/dist/heimdal/lib/roken/vwarnx.c | 46 +
crypto/dist/heimdal/lib/roken/warn.c | 48 +
crypto/dist/heimdal/lib/roken/warnerr.c | 79 +
crypto/dist/heimdal/lib/roken/warnx.c | 48 +
crypto/dist/heimdal/lib/roken/writev.c | 64 +
crypto/dist/heimdal/lib/roken/xdbm.h | 77 +
crypto/dist/heimdal/lib/sl/ChangeLog | 137 +
crypto/dist/heimdal/lib/sl/Makefile.am | 44 +
crypto/dist/heimdal/lib/sl/Makefile.in | 756 +
crypto/dist/heimdal/lib/sl/lex.l | 116 +
crypto/dist/heimdal/lib/sl/make_cmds.c | 240 +
crypto/dist/heimdal/lib/sl/make_cmds.h | 71 +
crypto/dist/heimdal/lib/sl/parse.y | 168 +
crypto/dist/heimdal/lib/sl/roken_rename.h | 61 +
crypto/dist/heimdal/lib/sl/sl.c | 322 +
crypto/dist/heimdal/lib/sl/sl.h | 60 +
crypto/dist/heimdal/lib/sl/sl_locl.h | 46 +
crypto/dist/heimdal/lib/sl/ss.c | 133 +
crypto/dist/heimdal/lib/sl/ss.h | 55 +
crypto/dist/heimdal/ltconfig | 2101 +
crypto/dist/heimdal/ltmain.sh | 3079 ++
crypto/dist/heimdal/missing | 2 +
crypto/dist/heimdal/mkinstalldirs | 40 +
1055 files changed, 343684 insertions(+), 0 deletions(-)
diffs (truncated from 347911 to 300 lines):
diff -r ee45b72509a9 -r a815f3f09cfe crypto/dist/heimdal/ChangeLog
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/dist/heimdal/ChangeLog Fri Jun 16 18:31:36 2000 +0000
@@ -0,0 +1,5843 @@
+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
+
+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
+
+ * 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
+
+2000-02-07 Assar Westerlund <assar%sics.se@localhost>
Home |
Main Index |
Thread Index |
Old Index