Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/minoura-xpg4dl]: src/crypto/dist/krb4 Import KTH Kerberos 4 from cryptos...
details: https://anonhg.NetBSD.org/src/rev/20b80fcd9d3e
branches: minoura-xpg4dl
changeset: 486683:20b80fcd9d3e
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jun 16 18:45:33 2000 +0000
description:
Import KTH Kerberos 4 from cryptosrc-intl.
diffstat:
crypto/dist/krb4/COPYRIGHT | 161 +
crypto/dist/krb4/ChangeLog | 5391 ++++++++
crypto/dist/krb4/Makefile.in | 73 +
crypto/dist/krb4/NEWS | 697 +
crypto/dist/krb4/PROBLEMS | 147 +
crypto/dist/krb4/README | 47 +
crypto/dist/krb4/README-WIN32 | 30 +
crypto/dist/krb4/TODO | 42 +
crypto/dist/krb4/Windows/Windows.dsw | 104 +
crypto/dist/krb4/Windows/make.bat | 8 +
crypto/dist/krb4/acconfig.h | 172 +
crypto/dist/krb4/acinclude.m4 | 9 +
crypto/dist/krb4/aclocal.m4 | 1365 ++
crypto/dist/krb4/admin/Makefile.in | 102 +
crypto/dist/krb4/admin/adm_locl.h | 86 +
crypto/dist/krb4/admin/ext_srvtab.c | 140 +
crypto/dist/krb4/admin/kdb_destroy.c | 56 +
crypto/dist/krb4/admin/kdb_edit.c | 403 +
crypto/dist/krb4/admin/kdb_init.c | 173 +
crypto/dist/krb4/admin/kdb_util.c | 518 +
crypto/dist/krb4/admin/kstash.c | 56 +
crypto/dist/krb4/appl/Makefile.in | 43 +
crypto/dist/krb4/appl/afsutil/Makefile.in | 89 +
crypto/dist/krb4/appl/afsutil/aklog.c | 234 +
crypto/dist/krb4/appl/afsutil/kstring2key.c | 137 +
crypto/dist/krb4/appl/afsutil/pagsh.c | 136 +
crypto/dist/krb4/appl/bsd/Makefile.in | 136 +
crypto/dist/krb4/appl/bsd/README.login | 20 +
crypto/dist/krb4/appl/bsd/bsd_locl.h | 397 +
crypto/dist/krb4/appl/bsd/encrypt.c | 305 +
crypto/dist/krb4/appl/bsd/forkpty.c | 477 +
crypto/dist/krb4/appl/bsd/kcmd.c | 272 +
crypto/dist/krb4/appl/bsd/klogin.c | 229 +
crypto/dist/krb4/appl/bsd/krcmd.c | 117 +
crypto/dist/krb4/appl/bsd/login.c | 1106 +
crypto/dist/krb4/appl/bsd/login_access.c | 264 +
crypto/dist/krb4/appl/bsd/login_fbtab.c | 154 +
crypto/dist/krb4/appl/bsd/osfc2.c | 79 +
crypto/dist/krb4/appl/bsd/pathnames.h | 200 +
crypto/dist/krb4/appl/bsd/rcmd_util.c | 247 +
crypto/dist/krb4/appl/bsd/rcp.c | 1047 +
crypto/dist/krb4/appl/bsd/rcp_util.c | 99 +
crypto/dist/krb4/appl/bsd/rlogin.c | 709 +
crypto/dist/krb4/appl/bsd/rlogind.c | 963 +
crypto/dist/krb4/appl/bsd/rsh.c | 378 +
crypto/dist/krb4/appl/bsd/rshd.c | 634 +
crypto/dist/krb4/appl/bsd/stty_default.c | 100 +
crypto/dist/krb4/appl/bsd/su.c | 473 +
crypto/dist/krb4/appl/bsd/sysv_default.c | 95 +
crypto/dist/krb4/appl/bsd/sysv_default.h | 18 +
crypto/dist/krb4/appl/bsd/sysv_environ.c | 193 +
crypto/dist/krb4/appl/bsd/sysv_shadow.c | 45 +
crypto/dist/krb4/appl/bsd/sysv_shadow.h | 5 +
crypto/dist/krb4/appl/bsd/tty.c | 70 +
crypto/dist/krb4/appl/bsd/utmp_login.c | 118 +
crypto/dist/krb4/appl/bsd/utmpx_login.c | 88 +
crypto/dist/krb4/appl/ftp/ChangeLog | 376 +
crypto/dist/krb4/appl/ftp/Makefile.am | 5 +
crypto/dist/krb4/appl/ftp/Makefile.in | 44 +
crypto/dist/krb4/appl/ftp/common/Makefile.am | 12 +
crypto/dist/krb4/appl/ftp/common/Makefile.in | 55 +
crypto/dist/krb4/appl/ftp/common/buffer.c | 69 +
crypto/dist/krb4/appl/ftp/common/common.h | 60 +
crypto/dist/krb4/appl/ftp/common/sockbuf.c | 56 +
crypto/dist/krb4/appl/ftp/ftp/Makefile.am | 44 +
crypto/dist/krb4/appl/ftp/ftp/Makefile.in | 102 +
crypto/dist/krb4/appl/ftp/ftp/cmds.c | 2116 +++
crypto/dist/krb4/appl/ftp/ftp/cmdtab.c | 202 +
crypto/dist/krb4/appl/ftp/ftp/domacro.c | 138 +
crypto/dist/krb4/appl/ftp/ftp/extern.h | 173 +
crypto/dist/krb4/appl/ftp/ftp/ftp.c | 1749 ++
crypto/dist/krb4/appl/ftp/ftp/ftp_locl.h | 139 +
crypto/dist/krb4/appl/ftp/ftp/ftp_var.h | 127 +
crypto/dist/krb4/appl/ftp/ftp/globals.c | 76 +
crypto/dist/krb4/appl/ftp/ftp/gssapi.c | 379 +
crypto/dist/krb4/appl/ftp/ftp/kauth.c | 198 +
crypto/dist/krb4/appl/ftp/ftp/krb4.c | 334 +
crypto/dist/krb4/appl/ftp/ftp/main.c | 549 +
crypto/dist/krb4/appl/ftp/ftp/pathnames.h | 44 +
crypto/dist/krb4/appl/ftp/ftp/ruserpass.c | 312 +
crypto/dist/krb4/appl/ftp/ftp/security.c | 785 +
crypto/dist/krb4/appl/ftp/ftp/security.h | 131 +
crypto/dist/krb4/appl/ftp/ftpd/Makefile.am | 54 +
crypto/dist/krb4/appl/ftp/ftpd/Makefile.in | 102 +
crypto/dist/krb4/appl/ftp/ftpd/extern.h | 160 +
crypto/dist/krb4/appl/ftp/ftpd/ftpcmd.y | 1455 ++
crypto/dist/krb4/appl/ftp/ftpd/ftpd.c | 2251 +++
crypto/dist/krb4/appl/ftp/ftpd/ftpd_locl.h | 170 +
crypto/dist/krb4/appl/ftp/ftpd/gss_userok.c | 69 +
crypto/dist/krb4/appl/ftp/ftpd/kauth.c | 365 +
crypto/dist/krb4/appl/ftp/ftpd/logwtmp.c | 137 +
crypto/dist/krb4/appl/ftp/ftpd/ls.c | 572 +
crypto/dist/krb4/appl/ftp/ftpd/pathnames.h | 58 +
crypto/dist/krb4/appl/ftp/ftpd/popen.c | 224 +
crypto/dist/krb4/appl/kauth/ChangeLog | 41 +
crypto/dist/krb4/appl/kauth/Makefile.am | 42 +
crypto/dist/krb4/appl/kauth/Makefile.in | 110 +
crypto/dist/krb4/appl/kauth/encdata.c | 96 +
crypto/dist/krb4/appl/kauth/kauth.c | 384 +
crypto/dist/krb4/appl/kauth/kauth.h | 116 +
crypto/dist/krb4/appl/kauth/kauthd.c | 200 +
crypto/dist/krb4/appl/kauth/ksrvtgt.in | 14 +
crypto/dist/krb4/appl/kauth/marshall.c | 126 +
crypto/dist/krb4/appl/kauth/rkinit.c | 226 +
crypto/dist/krb4/appl/kauth/zrefresh | 12 +
crypto/dist/krb4/appl/kip/Makefile.in | 94 +
crypto/dist/krb4/appl/kip/common.c | 173 +
crypto/dist/krb4/appl/kip/kip.c | 170 +
crypto/dist/krb4/appl/kip/kip.h | 104 +
crypto/dist/krb4/appl/kip/kipd.c | 123 +
crypto/dist/krb4/appl/krbmanager/Resource.h | 22 +
crypto/dist/krb4/appl/krbmanager/krbmanager.c | 417 +
crypto/dist/krb4/appl/krbmanager/krbmanager.dsp | 120 +
crypto/dist/krb4/appl/krbmanager/krbmanager.mak | 649 +
crypto/dist/krb4/appl/krbmanager/krbmanager.rc | 230 +
crypto/dist/krb4/appl/krbmanager/res/Doc.ico | Bin
crypto/dist/krb4/appl/krbmanager/res/krbmanager.ico | Bin
crypto/dist/krb4/appl/krbmanager/res/krbmanager.rc2 | 12 +
crypto/dist/krb4/appl/krbmanager/res/krbmanager.res | Bin
crypto/dist/krb4/appl/krbmanager/res/red_green.bmp | Bin
crypto/dist/krb4/appl/kx/ChangeLog | 244 +
crypto/dist/krb4/appl/kx/Makefile.am | 72 +
crypto/dist/krb4/appl/kx/Makefile.in | 122 +
crypto/dist/krb4/appl/kx/common.c | 780 +
crypto/dist/krb4/appl/kx/context.c | 92 +
crypto/dist/krb4/appl/kx/krb4.c | 356 +
crypto/dist/krb4/appl/kx/krb5.c | 411 +
crypto/dist/krb4/appl/kx/kx.c | 758 +
crypto/dist/krb4/appl/kx/kx.h | 270 +
crypto/dist/krb4/appl/kx/kxd.c | 737 +
crypto/dist/krb4/appl/kx/rxtelnet.in | 63 +
crypto/dist/krb4/appl/kx/rxterm.in | 41 +
crypto/dist/krb4/appl/kx/tenletxr.in | 37 +
crypto/dist/krb4/appl/kx/writeauth.c | 73 +
crypto/dist/krb4/appl/movemail/Makefile.in | 80 +
crypto/dist/krb4/appl/movemail/README | 7 +
crypto/dist/krb4/appl/movemail/movemail.c | 697 +
crypto/dist/krb4/appl/movemail/pop.c | 1366 ++
crypto/dist/krb4/appl/movemail/pop.h | 80 +
crypto/dist/krb4/appl/movemail/syswait.h | 105 +
crypto/dist/krb4/appl/otp/ChangeLog | 34 +
crypto/dist/krb4/appl/otp/Makefile.am | 14 +
crypto/dist/krb4/appl/otp/Makefile.in | 92 +
crypto/dist/krb4/appl/otp/otp.c | 366 +
crypto/dist/krb4/appl/otp/otp_locl.h | 56 +
crypto/dist/krb4/appl/otp/otpprint.c | 135 +
crypto/dist/krb4/appl/popper/ChangeLog | 137 +
crypto/dist/krb4/appl/popper/Makefile.am | 29 +
crypto/dist/krb4/appl/popper/Makefile.in | 108 +
crypto/dist/krb4/appl/popper/README | 381 +
crypto/dist/krb4/appl/popper/README-FIRST | 11 +
crypto/dist/krb4/appl/popper/README-KRB4 | 3 +
crypto/dist/krb4/appl/popper/maildir.c | 216 +
crypto/dist/krb4/appl/popper/pop3.rfc1081 | 898 +
crypto/dist/krb4/appl/popper/pop3e.rfc1082 | 619 +
crypto/dist/krb4/appl/popper/pop_debug.c | 281 +
crypto/dist/krb4/appl/popper/pop_dele.c | 107 +
crypto/dist/krb4/appl/popper/pop_dropcopy.c | 173 +
crypto/dist/krb4/appl/popper/pop_dropinfo.c | 232 +
crypto/dist/krb4/appl/popper/pop_get_command.c | 118 +
crypto/dist/krb4/appl/popper/pop_init.c | 400 +
crypto/dist/krb4/appl/popper/pop_last.c | 18 +
crypto/dist/krb4/appl/popper/pop_list.c | 59 +
crypto/dist/krb4/appl/popper/pop_log.c | 36 +
crypto/dist/krb4/appl/popper/pop_msg.c | 57 +
crypto/dist/krb4/appl/popper/pop_parse.c | 55 +
crypto/dist/krb4/appl/popper/pop_pass.c | 220 +
crypto/dist/krb4/appl/popper/pop_quit.c | 21 +
crypto/dist/krb4/appl/popper/pop_rset.c | 33 +
crypto/dist/krb4/appl/popper/pop_send.c | 176 +
crypto/dist/krb4/appl/popper/pop_stat.c | 26 +
crypto/dist/krb4/appl/popper/pop_uidl.c | 88 +
crypto/dist/krb4/appl/popper/pop_updt.c | 199 +
crypto/dist/krb4/appl/popper/pop_user.c | 36 +
crypto/dist/krb4/appl/popper/pop_xover.c | 37 +
crypto/dist/krb4/appl/popper/popper.README.release | 45 +
crypto/dist/krb4/appl/popper/popper.c | 117 +
crypto/dist/krb4/appl/popper/popper.h | 347 +
crypto/dist/krb4/appl/popper/version.h | 19 +
crypto/dist/krb4/appl/push/ChangeLog | 135 +
crypto/dist/krb4/appl/push/Makefile.am | 27 +
crypto/dist/krb4/appl/push/Makefile.in | 95 +
crypto/dist/krb4/appl/push/pfrom.in | 6 +
crypto/dist/krb4/appl/push/push.8 | 138 +
crypto/dist/krb4/appl/push/push.c | 795 +
crypto/dist/krb4/appl/push/push.cat8 | 77 +
crypto/dist/krb4/appl/push/push_locl.h | 98 +
crypto/dist/krb4/appl/sample/Makefile.in | 83 +
crypto/dist/krb4/appl/sample/sample.h | 76 +
crypto/dist/krb4/appl/sample/sample_client.c | 168 +
crypto/dist/krb4/appl/sample/sample_server.c | 153 +
crypto/dist/krb4/appl/sample/simple.h | 14 +
crypto/dist/krb4/appl/sample/simple_client.c | 202 +
crypto/dist/krb4/appl/sample/simple_server.c | 140 +
crypto/dist/krb4/appl/telnet/ChangeLog | 278 +
crypto/dist/krb4/appl/telnet/Makefile.am | 11 +
crypto/dist/krb4/appl/telnet/Makefile.in | 42 +
crypto/dist/krb4/appl/telnet/README.ORIG | 743 +
crypto/dist/krb4/appl/telnet/arpa/telnet.h | 323 +
crypto/dist/krb4/appl/telnet/libtelnet/Makefile.am | 24 +
crypto/dist/krb4/appl/telnet/libtelnet/Makefile.in | 54 +
crypto/dist/krb4/appl/telnet/libtelnet/auth-proto.h | 122 +
crypto/dist/krb4/appl/telnet/libtelnet/auth.c | 657 +
crypto/dist/krb4/appl/telnet/libtelnet/auth.h | 81 +
crypto/dist/krb4/appl/telnet/libtelnet/enc-proto.h | 132 +
crypto/dist/krb4/appl/telnet/libtelnet/enc_des.c | 671 +
crypto/dist/krb4/appl/telnet/libtelnet/encrypt.c | 995 +
crypto/dist/krb4/appl/telnet/libtelnet/encrypt.h | 98 +
crypto/dist/krb4/appl/telnet/libtelnet/genget.c | 103 +
crypto/dist/krb4/appl/telnet/libtelnet/kerberos.c | 717 +
crypto/dist/krb4/appl/telnet/libtelnet/kerberos5.c | 734 +
crypto/dist/krb4/appl/telnet/libtelnet/krb4encpwd.c | 437 +
crypto/dist/krb4/appl/telnet/libtelnet/misc-proto.h | 79 +
crypto/dist/krb4/appl/telnet/libtelnet/misc.c | 94 +
crypto/dist/krb4/appl/telnet/libtelnet/misc.h | 42 +
crypto/dist/krb4/appl/telnet/libtelnet/rsaencpwd.c | 487 +
crypto/dist/krb4/appl/telnet/libtelnet/spx.c | 586 +
crypto/dist/krb4/appl/telnet/telnet.state | 80 +
crypto/dist/krb4/appl/telnet/telnet/Makefile.am | 20 +
crypto/dist/krb4/appl/telnet/telnet/Makefile.in | 75 +
crypto/dist/krb4/appl/telnet/telnet/authenc.c | 91 +
crypto/dist/krb4/appl/telnet/telnet/commands.c | 2693 ++++
crypto/dist/krb4/appl/telnet/telnet/defines.h | 60 +
crypto/dist/krb4/appl/telnet/telnet/externs.h | 429 +
crypto/dist/krb4/appl/telnet/telnet/main.c | 358 +
crypto/dist/krb4/appl/telnet/telnet/network.c | 163 +
crypto/dist/krb4/appl/telnet/telnet/ring.c | 321 +
crypto/dist/krb4/appl/telnet/telnet/ring.h | 99 +
crypto/dist/krb4/appl/telnet/telnet/sys_bsd.c | 972 +
crypto/dist/krb4/appl/telnet/telnet/telnet.c | 2313 +++
crypto/dist/krb4/appl/telnet/telnet/telnet_locl.h | 171 +
crypto/dist/krb4/appl/telnet/telnet/terminal.c | 225 +
crypto/dist/krb4/appl/telnet/telnet/types.h | 52 +
crypto/dist/krb4/appl/telnet/telnet/utilities.c | 863 +
crypto/dist/krb4/appl/telnet/telnetd/Makefile.am | 21 +
crypto/dist/krb4/appl/telnet/telnetd/Makefile.in | 79 +
crypto/dist/krb4/appl/telnet/telnetd/authenc.c | 81 +
crypto/dist/krb4/appl/telnet/telnetd/defs.h | 190 +
crypto/dist/krb4/appl/telnet/telnetd/ext.h | 202 +
crypto/dist/krb4/appl/telnet/telnetd/global.c | 107 +
crypto/dist/krb4/appl/telnet/telnetd/slc.c | 57 +
crypto/dist/krb4/appl/telnet/telnetd/state.c | 1356 ++
crypto/dist/krb4/appl/telnet/telnetd/sys_term.c | 1869 ++
crypto/dist/krb4/appl/telnet/telnetd/telnetd.c | 1394 ++
crypto/dist/krb4/appl/telnet/telnetd/telnetd.h | 224 +
crypto/dist/krb4/appl/telnet/telnetd/termstat.c | 140 +
crypto/dist/krb4/appl/telnet/telnetd/utility.c | 1162 +
crypto/dist/krb4/appl/voodoo/AuthOption.cpp | 380 +
crypto/dist/krb4/appl/voodoo/AuthOption.h | 98 +
crypto/dist/krb4/appl/voodoo/CharStream.cpp | 266 +
crypto/dist/krb4/appl/voodoo/CharStream.h | 97 +
crypto/dist/krb4/appl/voodoo/CryptoEngine.cpp | 111 +
crypto/dist/krb4/appl/voodoo/CryptoEngine.h | 70 +
crypto/dist/krb4/appl/voodoo/DenyAllOption.cpp | 72 +
crypto/dist/krb4/appl/voodoo/DenyAllOption.h | 59 +
crypto/dist/krb4/appl/voodoo/EmulatorEngine.cpp | 845 +
crypto/dist/krb4/appl/voodoo/EmulatorEngine.h | 128 +
crypto/dist/krb4/appl/voodoo/EncryptOption.cpp | 518 +
crypto/dist/krb4/appl/voodoo/EncryptOption.h | 115 +
crypto/dist/krb4/appl/voodoo/Makefile | 42 +
crypto/dist/krb4/appl/voodoo/Negotiator.cpp | 85 +
crypto/dist/krb4/appl/voodoo/Negotiator.h | 59 +
crypto/dist/krb4/appl/voodoo/Option.cpp | 132 +
crypto/dist/krb4/appl/voodoo/Option.h | 99 +
crypto/dist/krb4/appl/voodoo/Telnet.h | 47 +
crypto/dist/krb4/appl/voodoo/TelnetApp.cpp | 232 +
crypto/dist/krb4/appl/voodoo/TelnetApp.h | 62 +
crypto/dist/krb4/appl/voodoo/TelnetCodes.h | 75 +
crypto/dist/krb4/appl/voodoo/TelnetEngine.cpp | 263 +
crypto/dist/krb4/appl/voodoo/TelnetEngine.h | 88 +
crypto/dist/krb4/appl/voodoo/TelnetResource.rc | 198 +
crypto/dist/krb4/appl/voodoo/TelnetSession.cpp | 156 +
crypto/dist/krb4/appl/voodoo/TelnetSession.h | 58 +
crypto/dist/krb4/appl/voodoo/TerminalEngine.cpp | 1052 +
crypto/dist/krb4/appl/voodoo/TerminalEngine.h | 151 +
crypto/dist/krb4/appl/voodoo/WinSizeOption.cpp | 72 +
crypto/dist/krb4/appl/voodoo/WinSizeOption.h | 71 +
crypto/dist/krb4/appl/voodoo/YesNoOptions.cpp | 75 +
crypto/dist/krb4/appl/voodoo/YesNoOptions.h | 119 +
crypto/dist/krb4/appl/voodoo/char_codes.h | 57 +
crypto/dist/krb4/appl/voodoo/resource.h | 34 +
crypto/dist/krb4/appl/voodoo/voodoo.dsp | 232 +
crypto/dist/krb4/appl/voodoo/voodoo.mak | 635 +
crypto/dist/krb4/appl/xnlock/ChangeLog | 50 +
crypto/dist/krb4/appl/xnlock/Makefile.am | 27 +
crypto/dist/krb4/appl/xnlock/Makefile.in | 99 +
crypto/dist/krb4/appl/xnlock/README | 21 +
crypto/dist/krb4/appl/xnlock/nose.0.left | 38 +
crypto/dist/krb4/appl/xnlock/nose.0.right | 38 +
crypto/dist/krb4/appl/xnlock/nose.1.left | 38 +
crypto/dist/krb4/appl/xnlock/nose.1.right | 38 +
crypto/dist/krb4/appl/xnlock/nose.down | 38 +
crypto/dist/krb4/appl/xnlock/nose.front | 38 +
crypto/dist/krb4/appl/xnlock/nose.left.front | 38 +
crypto/dist/krb4/appl/xnlock/nose.right.front | 38 +
crypto/dist/krb4/appl/xnlock/xnlock.c | 1085 +
crypto/dist/krb4/appl/xnlock/xnlock.man | 123 +
crypto/dist/krb4/cf/ChangeLog | 216 +
crypto/dist/krb4/cf/Makefile.am.common | 255 +
crypto/dist/krb4/cf/auth-modules.m4 | 27 +
crypto/dist/krb4/cf/broken-glob.m4 | 22 +
crypto/dist/krb4/cf/broken-snprintf.m4 | 58 +
crypto/dist/krb4/cf/broken.m4 | 19 +
crypto/dist/krb4/cf/c-attribute.m4 | 31 +
crypto/dist/krb4/cf/c-function.m4 | 33 +
crypto/dist/krb4/cf/capabilities.m4 | 14 +
crypto/dist/krb4/cf/check-declaration.m4 | 25 +
crypto/dist/krb4/cf/check-getpwnam_r-posix.m4 | 24 +
crypto/dist/krb4/cf/check-man.m4 | 59 +
crypto/dist/krb4/cf/check-netinet-ip-and-tcp.m4 | 38 +
crypto/dist/krb4/cf/check-type-extra.m4 | 23 +
crypto/dist/krb4/cf/check-var.m4 | 20 +
crypto/dist/krb4/cf/check-x.m4 | 52 +
crypto/dist/krb4/cf/check-xau.m4 | 64 +
crypto/dist/krb4/cf/find-func-no-libs.m4 | 9 +
crypto/dist/krb4/cf/find-func-no-libs2.m4 | 63 +
crypto/dist/krb4/cf/find-func.m4 | 9 +
crypto/dist/krb4/cf/find-if-not-broken.m4 | 13 +
crypto/dist/krb4/cf/grok-type.m4 | 38 +
crypto/dist/krb4/cf/have-pragma-weak.m4 | 37 +
crypto/dist/krb4/cf/have-struct-field.m4 | 19 +
crypto/dist/krb4/cf/have-type.m4 | 31 +
crypto/dist/krb4/cf/have-types.m4 | 14 +
crypto/dist/krb4/cf/krb-find-db.m4 | 98 +
crypto/dist/krb4/cf/krb-func-getcwd-broken.m4 | 42 +
crypto/dist/krb4/cf/krb-func-getlogin.m4 | 22 +
crypto/dist/krb4/cf/krb-ipv6.m4 | 130 +
crypto/dist/krb4/cf/krb-prog-ln-s.m4 | 28 +
crypto/dist/krb4/cf/krb-prog-ranlib.m4 | 8 +
crypto/dist/krb4/cf/krb-prog-yacc.m4 | 8 +
crypto/dist/krb4/cf/krb-struct-spwd.m4 | 22 +
crypto/dist/krb4/cf/krb-struct-winsize.m4 | 27 +
crypto/dist/krb4/cf/krb-sys-aix.m4 | 15 +
crypto/dist/krb4/cf/krb-sys-nextstep.m4 | 21 +
crypto/dist/krb4/cf/krb-version.m4 | 25 +
crypto/dist/krb4/cf/make-proto.pl | 199 +
crypto/dist/krb4/cf/mips-abi.m4 | 87 +
crypto/dist/krb4/cf/misc.m4 | 3 +
crypto/dist/krb4/cf/need-proto.m4 | 25 +
crypto/dist/krb4/cf/osfc2.m4 | 14 +
crypto/dist/krb4/cf/proto-compat.m4 | 22 +
crypto/dist/krb4/cf/shared-libs.m4 | 187 +
crypto/dist/krb4/cf/test-package.m4 | 88 +
crypto/dist/krb4/cf/wflags.m4 | 21 +
crypto/dist/krb4/config.guess | 896 +
crypto/dist/krb4/config.sub | 959 +
crypto/dist/krb4/configure | 11601 ++++++++++++++++++
crypto/dist/krb4/configure.in | 1287 +
crypto/dist/krb4/doc/Makefile.in | 78 +
crypto/dist/krb4/doc/ack.texi | 106 +
crypto/dist/krb4/doc/dir | 17 +
crypto/dist/krb4/doc/index.texi | 6 +
crypto/dist/krb4/doc/install.texi | 496 +
crypto/dist/krb4/doc/intro.texi | 41 +
crypto/dist/krb4/doc/kth-krb.info | 2253 +++
crypto/dist/krb4/doc/kth-krb.texi | 302 +
crypto/dist/krb4/doc/latin1.tex | 95 +
crypto/dist/krb4/doc/otp.texi | 127 +
crypto/dist/krb4/doc/problems.texi | 342 +
crypto/dist/krb4/doc/setup.texi | 905 +
crypto/dist/krb4/doc/whatis.texi | 137 +
crypto/dist/krb4/eBones-p9.README | 26 +
crypto/dist/krb4/etc/README | 41 +
crypto/dist/krb4/etc/default.login | 47 +
crypto/dist/krb4/etc/fbtab | 15 +
crypto/dist/krb4/etc/hosts.equiv | 1 +
crypto/dist/krb4/etc/inetd.conf.changes.in | 33 +
crypto/dist/krb4/etc/krb.conf | 55 +
crypto/dist/krb4/etc/krb.equiv | 14 +
crypto/dist/krb4/etc/krb.realms | 54 +
crypto/dist/krb4/etc/login.access | 54 +
crypto/dist/krb4/etc/services.append | 26 +
crypto/dist/krb4/include/Makefile.in | 167 +
crypto/dist/krb4/include/bits.c | 208 +
crypto/dist/krb4/include/config.h.in | 1277 +
crypto/dist/krb4/include/netdb.x | 7 +
crypto/dist/krb4/include/protos.H | 277 +
crypto/dist/krb4/include/sys/Makefile.in | 48 +
crypto/dist/krb4/include/sys/socket.x | 7 +
crypto/dist/krb4/include/win32/config.h | 1185 +
crypto/dist/krb4/include/win32/ktypes.h | 11 +
crypto/dist/krb4/include/win32/roken.h | 214 +
crypto/dist/krb4/include/win32/version.h | 2 +
crypto/dist/krb4/include/win32/winconf.sh | 37 +
crypto/dist/krb4/install-sh | 250 +
crypto/dist/krb4/kadmin/Design.txt | 23 +
crypto/dist/krb4/kadmin/Makefile.in | 125 +
crypto/dist/krb4/kadmin/admin_server.c | 460 +
crypto/dist/krb4/kadmin/kadm_funcs.c | 437 +
crypto/dist/krb4/kadmin/kadm_locl.h | 154 +
crypto/dist/krb4/kadmin/kadm_ser_wrap.c | 225 +
crypto/dist/krb4/kadmin/kadm_server.c | 198 +
crypto/dist/krb4/kadmin/kadm_server.h | 66 +
crypto/dist/krb4/kadmin/kadmin.c | 1145 +
crypto/dist/krb4/kadmin/kpasswd.c | 177 +
crypto/dist/krb4/kadmin/ksrvutil.c | 638 +
crypto/dist/krb4/kadmin/ksrvutil.h | 50 +
crypto/dist/krb4/kadmin/ksrvutil_get.c | 434 +
crypto/dist/krb4/kadmin/new_pwd.c | 140 +
crypto/dist/krb4/kadmin/pw_check.c | 82 +
crypto/dist/krb4/kadmin/pw_check.h | 40 +
crypto/dist/krb4/kadmin/random_password.c | 160 +
crypto/dist/krb4/kuser/Makefile.in | 90 +
crypto/dist/krb4/kuser/kdestroy.c | 113 +
crypto/dist/krb4/kuser/kinit.c | 157 +
crypto/dist/krb4/kuser/klist.c | 395 +
crypto/dist/krb4/kuser/kuser_locl.h | 81 +
crypto/dist/krb4/lib/Makefile.in | 48 +
crypto/dist/krb4/lib/acl/Makefile.in | 86 +
crypto/dist/krb4/lib/acl/acl.h | 46 +
crypto/dist/krb4/lib/acl/acl_files.c | 510 +
crypto/dist/krb4/lib/acl/acl_files.doc | 107 +
crypto/dist/krb4/lib/auth/ChangeLog | 65 +
crypto/dist/krb4/lib/auth/Makefile.am | 6 +
crypto/dist/krb4/lib/auth/Makefile.in | 55 +
crypto/dist/krb4/lib/auth/afskauthlib/Makefile.am | 38 +
crypto/dist/krb4/lib/auth/afskauthlib/Makefile.in | 87 +
crypto/dist/krb4/lib/auth/afskauthlib/README | 25 +
crypto/dist/krb4/lib/auth/afskauthlib/verify.c | 288 +
crypto/dist/krb4/lib/auth/pam/Makefile.am | 3 +
crypto/dist/krb4/lib/auth/pam/Makefile.in | 88 +
crypto/dist/krb4/lib/auth/pam/README | 25 +
crypto/dist/krb4/lib/auth/pam/pam.c | 425 +
crypto/dist/krb4/lib/auth/pam/pam.conf.add | 81 +
crypto/dist/krb4/lib/auth/sia/Makefile.am | 48 +
crypto/dist/krb4/lib/auth/sia/Makefile.in | 90 +
crypto/dist/krb4/lib/auth/sia/README | 87 +
crypto/dist/krb4/lib/auth/sia/krb4+c2_matrix.conf | 58 +
crypto/dist/krb4/lib/auth/sia/krb4_matrix.conf | 59 +
crypto/dist/krb4/lib/auth/sia/krb5+c2_matrix.conf | 27 +
crypto/dist/krb4/lib/auth/sia/krb5_matrix.conf | 27 +
crypto/dist/krb4/lib/auth/sia/posix_getpw.c | 78 +
crypto/dist/krb4/lib/auth/sia/security.patch | 11 +
crypto/dist/krb4/lib/auth/sia/sia.c | 672 +
crypto/dist/krb4/lib/auth/sia/sia_locl.h | 94 +
crypto/dist/krb4/lib/com_err/ChangeLog | 106 +
crypto/dist/krb4/lib/com_err/Makefile.am | 24 +
crypto/dist/krb4/lib/com_err/Makefile.in | 150 +
crypto/dist/krb4/lib/com_err/com_err.c | 151 +
crypto/dist/krb4/lib/com_err/com_err.h | 68 +
crypto/dist/krb4/lib/com_err/com_right.h | 54 +
crypto/dist/krb4/lib/com_err/compile_et.c | 235 +
crypto/dist/krb4/lib/com_err/compile_et.h | 80 +
crypto/dist/krb4/lib/com_err/error.c | 91 +
crypto/dist/krb4/lib/com_err/lex.l | 122 +
crypto/dist/krb4/lib/com_err/parse.y | 166 +
crypto/dist/krb4/lib/com_err/roken_rename.h | 39 +
crypto/dist/krb4/lib/des/COPYRIGHT | 50 +
crypto/dist/krb4/lib/des/ChangeLog | 98 +
crypto/dist/krb4/lib/des/DES.pm | 19 +
crypto/dist/krb4/lib/des/DES.pod | 16 +
crypto/dist/krb4/lib/des/DES.xs | 268 +
crypto/dist/krb4/lib/des/FILES | 96 +
crypto/dist/krb4/lib/des/INSTALL | 69 +
crypto/dist/krb4/lib/des/Imakefile | 35 +
crypto/dist/krb4/lib/des/KERBEROS | 41 +
crypto/dist/krb4/lib/des/MODES.DES | 84 +
crypto/dist/krb4/lib/des/Makefile.PL | 14 +
crypto/dist/krb4/lib/des/Makefile.am | 114 +
crypto/dist/krb4/lib/des/Makefile.in | 162 +
crypto/dist/krb4/lib/des/Makefile.ssl | 108 +
crypto/dist/krb4/lib/des/Makefile.uni | 207 +
crypto/dist/krb4/lib/des/PC1 | 28 +
crypto/dist/krb4/lib/des/PC2 | 57 +
crypto/dist/krb4/lib/des/README | 54 +
crypto/dist/krb4/lib/des/VERSION | 382 +
crypto/dist/krb4/lib/des/asm/des-som2.pl | 308 +
crypto/dist/krb4/lib/des/asm/des-som3.pl | 266 +
crypto/dist/krb4/lib/des/asm/des586.pl | 210 +
crypto/dist/krb4/lib/des/asm/des686.pl | 230 +
crypto/dist/krb4/lib/des/asm/desboth.pl | 67 +
crypto/dist/krb4/lib/des/asm/dx86-cpp.s | 2780 ++++
crypto/dist/krb4/lib/des/asm/dx86unix.cpp | 39 +
crypto/dist/krb4/lib/des/asm/readme | 130 +
crypto/dist/krb4/lib/des/asm/win32.asm | 2766 ++++
crypto/dist/krb4/lib/des/asm/win32.uu | 319 +
crypto/dist/krb4/lib/des/asm/x86ms.pl | 223 +
crypto/dist/krb4/lib/des/asm/x86unix.pl | 253 +
crypto/dist/krb4/lib/des/cbc3_enc.c | 99 +
crypto/dist/krb4/lib/des/cbc_cksm.c | 103 +
crypto/dist/krb4/lib/des/cbc_enc.c | 135 +
crypto/dist/krb4/lib/des/cfb64ede.c | 151 +
crypto/dist/krb4/lib/des/cfb64enc.c | 128 +
crypto/dist/krb4/lib/des/cfb_enc.c | 171 +
crypto/dist/krb4/lib/des/des.c | 959 +
crypto/dist/krb4/lib/des/des.def | 37 +
crypto/dist/krb4/lib/des/des.doc | 505 +
crypto/dist/krb4/lib/des/des.dsp | 258 +
crypto/dist/krb4/lib/des/des.h | 309 +
crypto/dist/krb4/lib/des/des.mak | 659 +
crypto/dist/krb4/lib/des/des.man | 186 +
crypto/dist/krb4/lib/des/des.org | 291 +
crypto/dist/krb4/lib/des/des.pl | 552 +
crypto/dist/krb4/lib/des/des_crypt.man | 508 +
crypto/dist/krb4/lib/des/des_enc.c | 301 +
crypto/dist/krb4/lib/des/des_locl.h | 535 +
crypto/dist/krb4/lib/des/des_locl.org | 509 +
crypto/dist/krb4/lib/des/des_opts.c | 616 +
crypto/dist/krb4/lib/des/des_ver.h | 60 +
crypto/dist/krb4/lib/des/destest.c | 876 +
crypto/dist/krb4/lib/des/dllmain.c | 52 +
crypto/dist/krb4/lib/des/doIP | 46 +
crypto/dist/krb4/lib/des/doPC1 | 110 +
crypto/dist/krb4/lib/des/doPC2 | 94 +
crypto/dist/krb4/lib/des/ecb3_enc.c | 87 +
crypto/dist/krb4/lib/des/ecb_enc.c | 124 +
crypto/dist/krb4/lib/des/ede_enc.c | 189 +
crypto/dist/krb4/lib/des/enc_read.c | 214 +
crypto/dist/krb4/lib/des/enc_writ.c | 160 +
crypto/dist/krb4/lib/des/fcrypt.c | 473 +
crypto/dist/krb4/lib/des/hash.h | 67 +
crypto/dist/krb4/lib/des/key_par.c | 48 +
crypto/dist/krb4/lib/des/makefile.bc | 50 +
crypto/dist/krb4/lib/des/md4.c | 241 +
crypto/dist/krb4/lib/des/md4.h | 58 +
crypto/dist/krb4/lib/des/md5.c | 290 +
crypto/dist/krb4/lib/des/md5.h | 86 +
crypto/dist/krb4/lib/des/md5crypt_test.c | 80 +
crypto/dist/krb4/lib/des/mdtest.c | 188 +
crypto/dist/krb4/lib/des/ncbc_enc.c | 141 +
crypto/dist/krb4/lib/des/ofb64ede.c | 131 +
crypto/dist/krb4/lib/des/ofb64enc.c | 114 +
crypto/dist/krb4/lib/des/ofb_enc.c | 122 +
crypto/dist/krb4/lib/des/passwd_dialog.aps | Bin
crypto/dist/krb4/lib/des/passwd_dialog.clw | 34 +
crypto/dist/krb4/lib/des/passwd_dialog.rc | 143 +
crypto/dist/krb4/lib/des/passwd_dialog.res | Bin
crypto/dist/krb4/lib/des/passwd_dlg.c | 92 +
crypto/dist/krb4/lib/des/passwd_dlg.h | 47 +
crypto/dist/krb4/lib/des/pcbc_enc.c | 126 +
crypto/dist/krb4/lib/des/podd.h | 75 +
crypto/dist/krb4/lib/des/qud_cksm.c | 143 +
crypto/dist/krb4/lib/des/rand_key.c | 121 +
crypto/dist/krb4/lib/des/rc4.h | 76 +
crypto/dist/krb4/lib/des/rc4_enc.c | 133 +
crypto/dist/krb4/lib/des/rc4_skey.c | 101 +
crypto/dist/krb4/lib/des/rc4test.c | 201 +
crypto/dist/krb4/lib/des/read_pwd.c | 450 +
crypto/dist/krb4/lib/des/resource.h | 18 +
crypto/dist/krb4/lib/des/rnd_keys.c | 500 +
crypto/dist/krb4/lib/des/rpc_des.h | 131 +
crypto/dist/krb4/lib/des/rpc_enc.c | 107 +
crypto/dist/krb4/lib/des/rpw.c | 104 +
crypto/dist/krb4/lib/des/set_key.c | 244 +
crypto/dist/krb4/lib/des/sha.c | 291 +
crypto/dist/krb4/lib/des/sha.h | 58 +
crypto/dist/krb4/lib/des/shifts.pl | 198 +
crypto/dist/krb4/lib/des/sk.h | 204 +
crypto/dist/krb4/lib/des/speed.c | 329 +
crypto/dist/krb4/lib/des/spr.h | 204 +
crypto/dist/krb4/lib/des/str2key.c | 171 +
crypto/dist/krb4/lib/des/supp.c | 109 +
crypto/dist/krb4/lib/des/t/test | 27 +
crypto/dist/krb4/lib/des/testdes.pl | 167 +
crypto/dist/krb4/lib/des/times | 216 +
crypto/dist/krb4/lib/des/typemap | 34 +
crypto/dist/krb4/lib/des/version.h | 48 +
crypto/dist/krb4/lib/des/vms.com | 90 +
crypto/dist/krb4/lib/des/xcbc_enc.c | 206 +
crypto/dist/krb4/lib/editline/ChangeLog | 82 +
crypto/dist/krb4/lib/editline/Makefile.am | 29 +
crypto/dist/krb4/lib/editline/Makefile.in | 109 +
crypto/dist/krb4/lib/editline/README | 45 +
crypto/dist/krb4/lib/editline/complete.c | 243 +
crypto/dist/krb4/lib/editline/edit_compat.c | 112 +
crypto/dist/krb4/lib/editline/editline.3 | 175 +
crypto/dist/krb4/lib/editline/editline.c | 1371 ++
crypto/dist/krb4/lib/editline/editline.cat3 | 198 +
crypto/dist/krb4/lib/editline/editline.h | 64 +
crypto/dist/krb4/lib/editline/roken_rename.h | 61 +
crypto/dist/krb4/lib/editline/sysunix.c | 92 +
crypto/dist/krb4/lib/editline/testit.c | 59 +
crypto/dist/krb4/lib/editline/unix.h | 22 +
crypto/dist/krb4/lib/kadm/Makefile.in | 125 +
crypto/dist/krb4/lib/kadm/check_password.c | 55 +
crypto/dist/krb4/lib/kadm/kadm.h | 156 +
crypto/dist/krb4/lib/kadm/kadm_cli_wrap.c | 623 +
crypto/dist/krb4/lib/kadm/kadm_err.et | 65 +
crypto/dist/krb4/lib/kadm/kadm_locl.h | 89 +
crypto/dist/krb4/lib/kadm/kadm_stream.c | 353 +
crypto/dist/krb4/lib/kadm/kadm_supp.c | 188 +
crypto/dist/krb4/lib/kafs/ChangeLog | 165 +
crypto/dist/krb4/lib/kafs/Makefile.am | 70 +
crypto/dist/krb4/lib/kafs/Makefile.in | 117 +
crypto/dist/krb4/lib/kafs/README.dlfcn | 246 +
crypto/dist/krb4/lib/kafs/afskrb.c | 139 +
crypto/dist/krb4/lib/kafs/afskrb5.c | 179 +
crypto/dist/krb4/lib/kafs/afsl.exp | 6 +
crypto/dist/krb4/lib/kafs/afslib.c | 55 +
crypto/dist/krb4/lib/kafs/afslib.exp | 3 +
crypto/dist/krb4/lib/kafs/afssys.c | 395 +
crypto/dist/krb4/lib/kafs/afssysdefs.h | 87 +
crypto/dist/krb4/lib/kafs/common.c | 396 +
crypto/dist/krb4/lib/kafs/dlfcn.c | 581 +
crypto/dist/krb4/lib/kafs/dlfcn.h | 46 +
crypto/dist/krb4/lib/kafs/kafs.h | 191 +
crypto/dist/krb4/lib/kafs/kafs_locl.h | 135 +
crypto/dist/krb4/lib/kclient/KClient.c | 440 +
crypto/dist/krb4/lib/kclient/KClient.def | 19 +
crypto/dist/krb4/lib/kclient/KClient.dsp | 127 +
crypto/dist/krb4/lib/kclient/KClient.h | 160 +
crypto/dist/krb4/lib/kclient/KClient.mak | 297 +
crypto/dist/krb4/lib/kclient/passwd_dialog.rc | 143 +
crypto/dist/krb4/lib/kclient/passwd_dialog.res | Bin
crypto/dist/krb4/lib/kclient/passwd_dlg.c | 109 +
crypto/dist/krb4/lib/kclient/passwd_dlg.h | 47 +
crypto/dist/krb4/lib/kclient/resource.h | 18 +
crypto/dist/krb4/lib/kdb/Makefile.in | 94 +
crypto/dist/krb4/lib/kdb/copykey.c | 50 +
crypto/dist/krb4/lib/kdb/kdb_locl.h | 93 +
crypto/dist/krb4/lib/kdb/kdc.h | 34 +
crypto/dist/krb4/lib/kdb/krb_cache.c | 183 +
crypto/dist/krb4/lib/kdb/krb_db.h | 137 +
crypto/dist/krb4/lib/kdb/krb_dbm.c | 768 +
crypto/dist/krb4/lib/kdb/krb_kdb_utils.c | 267 +
crypto/dist/krb4/lib/kdb/krb_lib.c | 252 +
crypto/dist/krb4/lib/kdb/print_princ.c | 48 +
crypto/dist/krb4/lib/krb/Makefile.in | 367 +
crypto/dist/krb4/lib/krb/check_time.c | 51 +
crypto/dist/krb4/lib/krb/cr_err_reply.c | 122 +
crypto/dist/krb4/lib/krb/create_auth_reply.c | 159 +
crypto/dist/krb4/lib/krb/create_ciph.c | 142 +
crypto/dist/krb4/lib/krb/create_death_packet.c | 98 +
crypto/dist/krb4/lib/krb/create_ticket.c | 160 +
crypto/dist/krb4/lib/krb/debug_decl.c | 44 +
crypto/dist/krb4/lib/krb/decomp_ticket.c | 117 +
crypto/dist/krb4/lib/krb/defaults.c | 58 +
crypto/dist/krb4/lib/krb/dest_tkt.c | 82 +
crypto/dist/krb4/lib/krb/dllmain.c | 139 +
crypto/dist/krb4/lib/krb/encrypt_ktext.c | 46 +
crypto/dist/krb4/lib/krb/extra.c | 202 +
crypto/dist/krb4/lib/krb/get_ad_tkt.c | 203 +
crypto/dist/krb4/lib/krb/get_cred.c | 70 +
crypto/dist/krb4/lib/krb/get_default_principal.c | 87 +
crypto/dist/krb4/lib/krb/get_host.c | 387 +
crypto/dist/krb4/lib/krb/get_in_tkt.c | 188 +
crypto/dist/krb4/lib/krb/get_krbrlm.c | 137 +
crypto/dist/krb4/lib/krb/get_svc_in_tkt.c | 79 +
crypto/dist/krb4/lib/krb/get_tf_fullname.c | 70 +
crypto/dist/krb4/lib/krb/get_tf_realm.c | 41 +
crypto/dist/krb4/lib/krb/getaddrs.c | 150 +
crypto/dist/krb4/lib/krb/getfile.c | 91 +
crypto/dist/krb4/lib/krb/getrealm.c | 185 +
crypto/dist/krb4/lib/krb/getst.c | 45 +
crypto/dist/krb4/lib/krb/k_getport.c | 52 +
crypto/dist/krb4/lib/krb/k_getsockinst.c | 67 +
crypto/dist/krb4/lib/krb/k_localtime.c | 43 +
crypto/dist/krb4/lib/krb/kdc_reply.c | 129 +
crypto/dist/krb4/lib/krb/klog.h | 47 +
crypto/dist/krb4/lib/krb/kntoln.c | 177 +
crypto/dist/krb4/lib/krb/krb-archaeology.h | 131 +
crypto/dist/krb4/lib/krb/krb-protos.h | 792 +
crypto/dist/krb4/lib/krb/krb.def | 96 +
crypto/dist/krb4/lib/krb/krb.dsp | 398 +
crypto/dist/krb4/lib/krb/krb.mak | 1902 ++
crypto/dist/krb4/lib/krb/krb.rc | 105 +
crypto/dist/krb4/lib/krb/krb_check_auth.c | 71 +
crypto/dist/krb4/lib/krb/krb_equiv.c | 140 +
crypto/dist/krb4/lib/krb/krb_err.et | 65 +
crypto/dist/krb4/lib/krb/krb_err_txt.c | 299 +
crypto/dist/krb4/lib/krb/krb_get_in_tkt.c | 235 +
crypto/dist/krb4/lib/krb/krb_ip_realm.c | 104 +
crypto/dist/krb4/lib/krb/krb_locl.h | 175 +
crypto/dist/krb4/lib/krb/krb_log.h | 74 +
crypto/dist/krb4/lib/krb/krb_net_read.c | 42 +
crypto/dist/krb4/lib/krb/krb_net_write.c | 42 +
crypto/dist/krb4/lib/krb/kuserok.c | 169 +
crypto/dist/krb4/lib/krb/lifetime.c | 213 +
crypto/dist/krb4/lib/krb/logging.c | 235 +
crypto/dist/krb4/lib/krb/lsb_addr_comp.c | 134 +
crypto/dist/krb4/lib/krb/mk_auth.c | 113 +
crypto/dist/krb4/lib/krb/mk_err.c | 57 +
crypto/dist/krb4/lib/krb/mk_priv.c | 120 +
crypto/dist/krb4/lib/krb/mk_req.c | 258 +
crypto/dist/krb4/lib/krb/mk_safe.c | 135 +
crypto/dist/krb4/lib/krb/month_sname.c | 39 +
crypto/dist/krb4/lib/krb/name2name.c | 108 +
crypto/dist/krb4/lib/krb/one.c | 27 +
crypto/dist/krb4/lib/krb/parse_name.c | 194 +
crypto/dist/krb4/lib/krb/prot.h | 72 +
crypto/dist/krb4/lib/krb/rd_err.c | 77 +
crypto/dist/krb4/lib/krb/rd_priv.c | 124 +
crypto/dist/krb4/lib/krb/rd_req.c | 319 +
crypto/dist/krb4/lib/krb/rd_safe.c | 183 +
crypto/dist/krb4/lib/krb/read_service_key.c | 117 +
crypto/dist/krb4/lib/krb/realm_parse.c | 71 +
crypto/dist/krb4/lib/krb/recvauth.c | 192 +
crypto/dist/krb4/lib/krb/resource.h | 15 +
crypto/dist/krb4/lib/krb/roken_rename.h | 98 +
crypto/dist/krb4/lib/krb/rw.c | 153 +
crypto/dist/krb4/lib/krb/save_credentials.c | 59 +
crypto/dist/krb4/lib/krb/send_to_kdc.c | 526 +
crypto/dist/krb4/lib/krb/sendauth.c | 165 +
crypto/dist/krb4/lib/krb/sizetest.c | 40 +
crypto/dist/krb4/lib/krb/solaris_compat.c | 89 +
crypto/dist/krb4/lib/krb/stime.c | 35 +
crypto/dist/krb4/lib/krb/str2key.c | 105 +
crypto/dist/krb4/lib/krb/tf_util.c | 803 +
crypto/dist/krb4/lib/krb/ticket_memory.c | 435 +
crypto/dist/krb4/lib/krb/ticket_memory.h | 65 +
crypto/dist/krb4/lib/krb/time.c | 71 +
crypto/dist/krb4/lib/krb/tkt_string.c | 75 +
crypto/dist/krb4/lib/krb/unparse_name.c | 102 +
crypto/dist/krb4/lib/krb/verify_user.c | 185 +
crypto/dist/krb4/lib/otp/ChangeLog | 40 +
crypto/dist/krb4/lib/otp/Makefile.am | 27 +
crypto/dist/krb4/lib/otp/Makefile.in | 123 +
crypto/dist/krb4/lib/otp/otp.c | 63 +
crypto/dist/krb4/lib/otp/otp.h | 101 +
crypto/dist/krb4/lib/otp/otp_challenge.c | 69 +
crypto/dist/krb4/lib/otp/otp_db.c | 229 +
crypto/dist/krb4/lib/otp/otp_locl.h | 70 +
crypto/dist/krb4/lib/otp/otp_md.c | 268 +
crypto/dist/krb4/lib/otp/otp_md.h | 46 +
crypto/dist/krb4/lib/otp/otp_parse.c | 2514 +++
crypto/dist/krb4/lib/otp/otp_print.c | 99 +
crypto/dist/krb4/lib/otp/otp_verify.c | 78 +
crypto/dist/krb4/lib/otp/otptest.c | 145 +
crypto/dist/krb4/lib/otp/roken_rename.h | 67 +
crypto/dist/krb4/lib/roken/ChangeLog | 614 +
crypto/dist/krb4/lib/roken/Makefile.am | 177 +
crypto/dist/krb4/lib/roken/Makefile.in | 221 +
crypto/dist/krb4/lib/roken/base64.c | 146 +
crypto/dist/krb4/lib/roken/base64.h | 42 +
crypto/dist/krb4/lib/roken/chown.c | 45 +
crypto/dist/krb4/lib/roken/concat.c | 112 +
crypto/dist/krb4/lib/roken/copyhostent.c | 102 +
crypto/dist/krb4/lib/roken/daemon.c | 88 +
crypto/dist/krb4/lib/roken/emalloc.c | 56 +
crypto/dist/krb4/lib/roken/eread.c | 57 +
crypto/dist/krb4/lib/roken/erealloc.c | 56 +
crypto/dist/krb4/lib/roken/err.c | 48 +
crypto/dist/krb4/lib/roken/err.h | 71 +
crypto/dist/krb4/lib/roken/errx.c | 48 +
crypto/dist/krb4/lib/roken/estrdup.c | 56 +
crypto/dist/krb4/lib/roken/ewrite.c | 57 +
crypto/dist/krb4/lib/roken/fchown.c | 45 +
crypto/dist/krb4/lib/roken/flock.c | 87 +
crypto/dist/krb4/lib/roken/fnmatch.c | 173 +
crypto/dist/krb4/lib/roken/fnmatch.h | 49 +
crypto/dist/krb4/lib/roken/freehostent.c | 62 +
crypto/dist/krb4/lib/roken/get_default_username.c | 80 +
crypto/dist/krb4/lib/roken/get_window_size.c | 102 +
crypto/dist/krb4/lib/roken/getarg.3 | 317 +
crypto/dist/krb4/lib/roken/getarg.c | 547 +
crypto/dist/krb4/lib/roken/getarg.h | 89 +
crypto/dist/krb4/lib/roken/getcap.c | 1118 +
crypto/dist/krb4/lib/roken/getcwd.c | 57 +
crypto/dist/krb4/lib/roken/getdtablesize.c | 101 +
crypto/dist/krb4/lib/roken/getegid.c | 48 +
crypto/dist/krb4/lib/roken/geteuid.c | 48 +
crypto/dist/krb4/lib/roken/getgid.c | 48 +
crypto/dist/krb4/lib/roken/gethostname.c | 72 +
crypto/dist/krb4/lib/roken/getipnodebyaddr.c | 74 +
crypto/dist/krb4/lib/roken/getipnodebyname.c | 86 +
crypto/dist/krb4/lib/roken/getopt.c | 128 +
crypto/dist/krb4/lib/roken/gettimeofday.c | 55 +
crypto/dist/krb4/lib/roken/getuid.c | 48 +
crypto/dist/krb4/lib/roken/getusershell.c | 160 +
crypto/dist/krb4/lib/roken/glob.c | 835 +
crypto/dist/krb4/lib/roken/glob.h | 84 +
crypto/dist/krb4/lib/roken/hstrerror.c | 89 +
crypto/dist/krb4/lib/roken/inaddr2str.c | 90 +
crypto/dist/krb4/lib/roken/inet_aton.c | 70 +
crypto/dist/krb4/lib/roken/inet_ntop.c | 153 +
crypto/dist/krb4/lib/roken/inet_pton.c | 66 +
crypto/dist/krb4/lib/roken/initgroups.c | 45 +
crypto/dist/krb4/lib/roken/innetgr.c | 49 +
crypto/dist/krb4/lib/roken/iruserok.c | 294 +
crypto/dist/krb4/lib/roken/issuid.c | 53 +
crypto/dist/krb4/lib/roken/k_getpwnam.c | 64 +
crypto/dist/krb4/lib/roken/k_getpwuid.c | 64 +
crypto/dist/krb4/lib/roken/lstat.c | 45 +
crypto/dist/krb4/lib/roken/make-print-version.c | 68 +
crypto/dist/krb4/lib/roken/memmove.c | 64 +
crypto/dist/krb4/lib/roken/mini_inetd.c | 194 +
crypto/dist/krb4/lib/roken/mkstemp.c | 84 +
crypto/dist/krb4/lib/roken/net_read.c | 74 +
crypto/dist/krb4/lib/roken/net_write.c | 72 +
crypto/dist/krb4/lib/roken/parse_bytes-test.c | 92 +
crypto/dist/krb4/lib/roken/parse_bytes.c | 78 +
crypto/dist/krb4/lib/roken/parse_bytes.h | 48 +
crypto/dist/krb4/lib/roken/parse_time.c | 78 +
crypto/dist/krb4/lib/roken/parse_time.h | 51 +
crypto/dist/krb4/lib/roken/parse_units.c | 324 +
crypto/dist/krb4/lib/roken/parse_units.h | 73 +
crypto/dist/krb4/lib/roken/print_version.c | 78 +
crypto/dist/krb4/lib/roken/putenv.c | 76 +
crypto/dist/krb4/lib/roken/rcmd.c | 52 +
crypto/dist/krb4/lib/roken/readv.c | 67 +
crypto/dist/krb4/lib/roken/recvmsg.c | 69 +
crypto/dist/krb4/lib/roken/resolve.c | 353 +
crypto/dist/krb4/lib/roken/resolve.h | 103 +
crypto/dist/krb4/lib/roken/resource.h | 15 +
crypto/dist/krb4/lib/roken/roken-common.h | 255 +
crypto/dist/krb4/lib/roken/roken.awk | 35 +
crypto/dist/krb4/lib/roken/roken.def | 17 +
crypto/dist/krb4/lib/roken/roken.dsp | 156 +
crypto/dist/krb4/lib/roken/roken.h.in | 520 +
crypto/dist/krb4/lib/roken/roken.mak | 316 +
crypto/dist/krb4/lib/roken/roken.rc | 105 +
crypto/dist/krb4/lib/roken/roken_gethostby.c | 280 +
crypto/dist/krb4/lib/roken/sendmsg.c | 65 +
crypto/dist/krb4/lib/roken/setegid.c | 57 +
crypto/dist/krb4/lib/roken/setenv.c | 66 +
crypto/dist/krb4/lib/roken/seteuid.c | 57 +
crypto/dist/krb4/lib/roken/signal.c | 81 +
crypto/dist/krb4/lib/roken/simple_exec.c | 171 +
crypto/dist/krb4/lib/roken/snprintf.c | 619 +
crypto/dist/krb4/lib/roken/socket.c | 282 +
crypto/dist/krb4/lib/roken/strcasecmp.c | 58 +
crypto/dist/krb4/lib/roken/strdup.c | 50 +
crypto/dist/krb4/lib/roken/strerror.c | 57 +
crypto/dist/krb4/lib/roken/strftime.c | 396 +
crypto/dist/krb4/lib/roken/strlcat.c | 50 +
crypto/dist/krb4/lib/roken/strlcpy.c | 60 +
crypto/dist/krb4/lib/roken/strlwr.c | 53 +
crypto/dist/krb4/lib/roken/strncasecmp.c | 60 +
crypto/dist/krb4/lib/roken/strndup.c | 56 +
crypto/dist/krb4/lib/roken/strnlen.c | 49 +
crypto/dist/krb4/lib/roken/strpftime-test.c | 287 +
crypto/dist/krb4/lib/roken/strptime.c | 444 +
crypto/dist/krb4/lib/roken/strsep.c | 61 +
crypto/dist/krb4/lib/roken/strtok_r.c | 65 +
crypto/dist/krb4/lib/roken/strupr.c | 53 +
crypto/dist/krb4/lib/roken/swab.c | 54 +
crypto/dist/krb4/lib/roken/tm2time.c | 61 +
crypto/dist/krb4/lib/roken/unsetenv.c | 70 +
crypto/dist/krb4/lib/roken/verify.c | 62 +
crypto/dist/krb4/lib/roken/verr.c | 46 +
crypto/dist/krb4/lib/roken/verrx.c | 46 +
crypto/dist/krb4/lib/roken/vsyslog.c | 57 +
crypto/dist/krb4/lib/roken/vwarn.c | 45 +
crypto/dist/krb4/lib/roken/vwarnx.c | 46 +
crypto/dist/krb4/lib/roken/warn.c | 48 +
crypto/dist/krb4/lib/roken/warnerr.c | 79 +
crypto/dist/krb4/lib/roken/warnx.c | 48 +
crypto/dist/krb4/lib/roken/writev.c | 64 +
crypto/dist/krb4/lib/roken/xdbm.h | 73 +
crypto/dist/krb4/lib/rxkad/ChangeLog | 34 +
crypto/dist/krb4/lib/rxkad/Makefile.in | 93 +
crypto/dist/krb4/lib/rxkad/compat.c | 173 +
crypto/dist/krb4/lib/rxkad/osi_alloc.c | 57 +
crypto/dist/krb4/lib/rxkad/rxk_clnt.c | 350 +
crypto/dist/krb4/lib/rxkad/rxk_crpt.c | 763 +
crypto/dist/krb4/lib/rxkad/rxk_info.c | 69 +
crypto/dist/krb4/lib/rxkad/rxk_locl.c | 270 +
crypto/dist/krb4/lib/rxkad/rxk_serv.c | 566 +
crypto/dist/krb4/lib/rxkad/rxkad.h | 156 +
crypto/dist/krb4/lib/rxkad/rxkad_locl.h | 182 +
crypto/dist/krb4/lib/sl/ChangeLog | 112 +
crypto/dist/krb4/lib/sl/Makefile.am | 44 +
crypto/dist/krb4/lib/sl/Makefile.in | 139 +
crypto/dist/krb4/lib/sl/lex.l | 114 +
crypto/dist/krb4/lib/sl/make_cmds.c | 240 +
crypto/dist/krb4/lib/sl/make_cmds.h | 69 +
crypto/dist/krb4/lib/sl/parse.y | 194 +
crypto/dist/krb4/lib/sl/roken_rename.h | 61 +
crypto/dist/krb4/lib/sl/sl.c | 223 +
crypto/dist/krb4/lib/sl/sl.h | 57 +
crypto/dist/krb4/lib/sl/sl_locl.h | 46 +
crypto/dist/krb4/lib/sl/ss.c | 133 +
crypto/dist/krb4/lib/sl/ss.h | 55 +
crypto/dist/krb4/man/Makefile | 11 +
crypto/dist/krb4/man/Makefile.in | 153 +
crypto/dist/krb4/man/acl_check.3 | 182 +
crypto/dist/krb4/man/acl_check.cat3 | 198 +
crypto/dist/krb4/man/afslog.1 | 72 +
crypto/dist/krb4/man/afslog.cat1 | 39 +
crypto/dist/krb4/man/des.1 | 186 +
crypto/dist/krb4/man/des.cat1 | 132 +
crypto/dist/krb4/man/des_crypt.3 | 379 +
crypto/dist/krb4/man/des_crypt.cat3 | 330 +
crypto/dist/krb4/man/ext_srvtab.8 | 62 +
crypto/dist/krb4/man/ext_srvtab.cat8 | 66 +
crypto/dist/krb4/man/ftp.1 | 1193 +
crypto/dist/krb4/man/ftp.cat1 | 646 +
crypto/dist/krb4/man/ftpd.8 | 473 +
crypto/dist/krb4/man/ftpd.cat8 | 290 +
crypto/dist/krb4/man/ftpusers.5 | 38 +
crypto/dist/krb4/man/ftpusers.cat5 | 27 +
crypto/dist/krb4/man/getusershell.3 | 99 +
crypto/dist/krb4/man/kadmin.8 | 140 +
crypto/dist/krb4/man/kadmin.cat8 | 110 +
crypto/dist/krb4/man/kadmind.8 | 134 +
crypto/dist/krb4/man/kadmind.cat8 | 132 +
crypto/dist/krb4/man/kafs.3 | 158 +
crypto/dist/krb4/man/kafs.cat3 | 118 +
crypto/dist/krb4/man/kauth.1 | 67 +
crypto/dist/krb4/man/kauth.cat1 | 47 +
crypto/dist/krb4/man/kauthd.8 | 27 +
crypto/dist/krb4/man/kauthd.cat8 | 22 +
crypto/dist/krb4/man/kdb_destroy.8 | 32 +
crypto/dist/krb4/man/kdb_destroy.cat8 | 66 +
crypto/dist/krb4/man/kdb_edit.8 | 54 +
crypto/dist/krb4/man/kdb_edit.cat8 | 66 +
crypto/dist/krb4/man/kdb_init.8 | 37 +
crypto/dist/krb4/man/kdb_init.cat8 | 66 +
crypto/dist/krb4/man/kdb_util.8 | 68 +
crypto/dist/krb4/man/kdb_util.cat8 | 66 +
crypto/dist/krb4/man/kdestroy.1 | 96 +
crypto/dist/krb4/man/kdestroy.cat1 | 132 +
crypto/dist/krb4/man/kerberos.1 | 258 +
crypto/dist/krb4/man/kerberos.3 | 460 +
crypto/dist/krb4/man/kerberos.8 | 192 +
crypto/dist/krb4/man/kerberos.cat1 | 198 +
crypto/dist/krb4/man/kerberos.cat3 | 396 +
crypto/dist/krb4/man/kerberos.cat8 | 147 +
crypto/dist/krb4/man/kinit.1 | 136 +
crypto/dist/krb4/man/kinit.cat1 | 132 +
crypto/dist/krb4/man/klist.1 | 83 +
crypto/dist/krb4/man/klist.cat1 | 66 +
crypto/dist/krb4/man/kpasswd.1 | 85 +
crypto/dist/krb4/man/kpasswd.cat1 | 66 +
crypto/dist/krb4/man/kprop.8 | 58 +
crypto/dist/krb4/man/kprop.cat8 | 44 +
crypto/dist/krb4/man/kpropd.8 | 63 +
crypto/dist/krb4/man/kpropd.cat8 | 42 +
crypto/dist/krb4/man/krb.conf.5 | 42 +
crypto/dist/krb4/man/krb.conf.cat5 | 66 +
crypto/dist/krb4/man/krb.equiv.5 | 28 +
crypto/dist/krb4/man/krb.equiv.cat5 | 24 +
crypto/dist/krb4/man/krb.extra.5 | 51 +
crypto/dist/krb4/man/krb.realms.5 | 38 +
crypto/dist/krb4/man/krb.realms.cat5 | 66 +
crypto/dist/krb4/man/krb_realmofhost.3 | 160 +
crypto/dist/krb4/man/krb_realmofhost.cat3 | 132 +
crypto/dist/krb4/man/krb_sendauth.3 | 347 +
crypto/dist/krb4/man/krb_sendauth.cat3 | 264 +
crypto/dist/krb4/man/krb_set_tkt_string.3 | 42 +
crypto/dist/krb4/man/krb_set_tkt_string.cat3 | 66 +
crypto/dist/krb4/man/ksrvtgt.1 | 50 +
crypto/dist/krb4/man/ksrvtgt.cat1 | 66 +
crypto/dist/krb4/man/ksrvutil.8 | 104 +
crypto/dist/krb4/man/ksrvutil.cat8 | 70 +
crypto/dist/krb4/man/kstash.8 | 40 +
crypto/dist/krb4/man/kstash.cat8 | 66 +
crypto/dist/krb4/man/kuserok.3 | 66 +
crypto/dist/krb4/man/kuserok.cat3 | 66 +
crypto/dist/krb4/man/kx.1 | 62 +
crypto/dist/krb4/man/kx.cat1 | 39 +
crypto/dist/krb4/man/kxd.8 | 54 +
crypto/dist/krb4/man/kxd.cat8 | 38 +
crypto/dist/krb4/man/login.1 | 160 +
crypto/dist/krb4/man/login.access.5 | 50 +
crypto/dist/krb4/man/login.access.cat5 | 44 +
crypto/dist/krb4/man/login.cat1 | 73 +
crypto/dist/krb4/man/movemail.1 | 35 +
crypto/dist/krb4/man/movemail.cat1 | 27 +
crypto/dist/krb4/man/otp.1 | 63 +
crypto/dist/krb4/man/otp.cat1 | 44 +
crypto/dist/krb4/man/otpprint.1 | 51 +
crypto/dist/krb4/man/otpprint.cat1 | 36 +
crypto/dist/krb4/man/pagsh.1 | 22 +
crypto/dist/krb4/man/pagsh.cat1 | 17 +
crypto/dist/krb4/man/popper.8 | 179 +
crypto/dist/krb4/man/popper.cat8 | 198 +
crypto/dist/krb4/man/rcp.1 | 161 +
crypto/dist/krb4/man/rcp.cat1 | 66 +
crypto/dist/krb4/man/rlogin.1 | 190 +
crypto/dist/krb4/man/rlogin.cat1 | 92 +
crypto/dist/krb4/man/rlogind.8 | 178 +
crypto/dist/krb4/man/rlogind.cat8 | 103 +
crypto/dist/krb4/man/rsh.1 | 182 +
crypto/dist/krb4/man/rsh.cat1 | 75 +
crypto/dist/krb4/man/rshd.8 | 221 +
crypto/dist/krb4/man/rshd.cat8 | 138 +
crypto/dist/krb4/man/rxtelnet.1 | 80 +
crypto/dist/krb4/man/rxtelnet.cat1 | 43 +
crypto/dist/krb4/man/rxterm.1 | 77 +
crypto/dist/krb4/man/rxterm.cat1 | 41 +
crypto/dist/krb4/man/su.1 | 189 +
crypto/dist/krb4/man/su.cat1 | 85 +
crypto/dist/krb4/man/telnet.1 | 1369 ++
crypto/dist/krb4/man/telnet.cat1 | 722 +
crypto/dist/krb4/man/telnetd.8 | 527 +
crypto/dist/krb4/man/telnetd.cat8 | 297 +
crypto/dist/krb4/man/tenletxr.1 | 61 +
crypto/dist/krb4/man/tenletxr.cat1 | 37 +
crypto/dist/krb4/man/tf_util.3 | 150 +
crypto/dist/krb4/man/tf_util.cat3 | 132 +
crypto/dist/krb4/mkinstalldirs | 40 +
crypto/dist/krb4/server/Makefile.in | 77 +
crypto/dist/krb4/server/kerberos.c | 1041 +
crypto/dist/krb4/slave/Makefile.in | 80 +
crypto/dist/krb4/slave/kprop.c | 543 +
crypto/dist/krb4/slave/kprop.h | 19 +
crypto/dist/krb4/slave/kpropd.c | 318 +
crypto/dist/krb4/slave/slav_locl.h | 101 +
989 files changed, 212830 insertions(+), 0 deletions(-)
diffs (truncated from 216778 to 300 lines):
diff -r a815f3f09cfe -r 20b80fcd9d3e crypto/dist/krb4/COPYRIGHT
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/dist/krb4/COPYRIGHT Fri Jun 16 18:45:33 2000 +0000
@@ -0,0 +1,161 @@
+Copyright (c) 1995-1999 Kungliga Tekniska Högskolan
+(Royal Institute of Technology, Stockholm, Sweden).
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+3. Neither the name of the Institute nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+
+
+Copyright (C) 1995 Eric Young (eay%mincom.oz.au@localhost)
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the copyright
+ notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+3. All advertising materials mentioning features or use of this software
+ must display the following acknowledgement:
+ This product includes software developed by Eric Young (eay%mincom.oz.au@localhost)
+
+THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+
+
+Copyright (c) 1983, 1990 The Regents of the University of California.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+3. All advertising materials mentioning features or use of this software
+ must display the following acknowledgement:
+ This product includes software developed by the University of
+ California, Berkeley and its contributors.
+
+4. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+
+
+Copyright (C) 1990 by the Massachusetts Institute of Technology
+
+Export of this software from the United States of America is assumed
+to require a specific license from the United States Government.
+It is the responsibility of any person or organization contemplating
+export to obtain such a license before exporting.
+
+WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+distribute this software and its documentation for any purpose and
+without fee is hereby granted, provided that the above copyright
+notice appear in all copies and that both that copyright notice and
+this permission notice appear in supporting documentation, and that
+the name of M.I.T. not be used in advertising or publicity pertaining
+to distribution of the software without specific, written prior
+permission. M.I.T. makes no representations about the suitability of
+this software for any purpose. It is provided "as is" without express
+or implied warranty.
+
+
+
+Copyright 1987, 1989 by the Student Information Processing Board
+ of the Massachusetts Institute of Technology
+
+Permission to use, copy, modify, and distribute this software
+and its documentation for any purpose and without fee is
+hereby granted, provided that the above copyright notice
+appear in all copies and that both that copyright notice and
+this permission notice appear in supporting documentation,
+and that the names of M.I.T. and the M.I.T. S.I.P.B. not be
+used in advertising or publicity pertaining to distribution
+of the software without specific, written prior permission.
+M.I.T. and the M.I.T. S.I.P.B. make no representations about
+the suitability of this software for any purpose. It is
+provided "as is" without express or implied warranty.
+
+
+
+Copyright 1992 Simmule Turner and Rich Salz. All rights reserved.
+
+This software is not subject to any license of the American Telephone
+and Telegraph Company or of the Regents of the University of California.
+
+Permission is granted to anyone to use this software for any purpose on
+any computer system, and to alter it and redistribute it freely, subject
+to the following restrictions:
+
+1. The authors are not responsible for the consequences of use of this
+ software, no matter how awful, even if they arise from flaws in it.
+
+2. The origin of this software must not be misrepresented, either by
+ explicit claim or by omission. Since few users ever read sources,
+ credits must appear in the documentation.
+
+3. Altered versions must be plainly marked as such, and must not be
+ misrepresented as being the original software. Since few users
+ ever read sources, credits must appear in the documentation.
+
+4. This notice may not be removed or altered.
+
diff -r a815f3f09cfe -r 20b80fcd9d3e crypto/dist/krb4/ChangeLog
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/dist/krb4/ChangeLog Fri Jun 16 18:45:33 2000 +0000
@@ -0,0 +1,5391 @@
+2000-03-09
+
+ * Release 1.0.1
+
+1999-11-29
+
+ * Release 1.0
+
+ * lib/krb/krb-protos.h (tf_get_cred_addr): add prototype
+
+ * lib/krb/tf_util.c (tf_get_cred_addr): new function for fetching
+ the NAT addresses stored in the ticket file. From
+ <thn%stacken.kth.se@localhost>
+
+ * kuser/klist.c (display_tktfile): dump the IP address being used
+ when in NAT-mode. From <thn%stacken.kth.se@localhost>
+
+1999-11-25
+
+ * appl/bsd/rlogind.c (main): getopt returns -1 and not EOF. From
+ <art%stacken.kth.se@localhost>
+
+ * lib/krb/krb_ip_realm.c (krb_add_our_ip_for_realm): new function
+ for obtaining the IP address that the KDC sees us as coming from.
+ From <thn%stacken.kth.se@localhost>
+
+ * lib/krb/tf_util.c (tf_get_addr, tf_store_addr): new functions
+ for storing the NAT-ed address per realm
+ (tf_get_cred): make sure to ignore all magic credentials
+
+ * lib/krb/get_in_tkt.c (krb_get_pw_in_tkt2): if using NAT, store
+ the address the the KDC saw. (krb_add_our_ip_for_realm)
+
+ * lib/krb/send_to_kdc.c: rewrite some. Make sure that we do not
+ do any hostname lookups when using http through a proxy (the proxy
+ is supposed to do that in the `real' name-space).
+
+1999-11-19
+
+ * appl/bsd/rcmd_util.c (conv): add EXTA and EXTB
+
+Tue Nov 16 1999
+
+ * lib/krb/defaults.c (krb_get_default_keyfile): Get value of
+ KEYFILE from /etc/krb.extra.
+
+1999-11-13
+
+ * **/*.c (main): getopt returns -1 not EOF. From
+ <art%stacken.kth.se@localhost>
+
+ * configure.in: check for fields in `struct tm' and variable
+ `timezone', used by strftime
+ * configure.in (AC_BROKEN): strptime is a new function in roken
+ opt*: more header files for the tests
+
+Tue Nov 2 1999
+
+ * lib/krb/krb.h (TKT_ROOT): Change the definition of TKT_ROOT to a
+ function call. The returned value is settable in /etc/krb.extra
+ with the construct krb_default_tkt_root = /tmp/tkt_.
+
+1999-10-06
+
+ * lib/krb/verify_user.c: remove ERICSSON_COMPAT, it's apparently
+ no longer needed
+
+Mon Oct 4 1999
+
+ * appl/bsd/klogin.c (multiple_get_tkt): Must use appropiate realm
+ name when calling krb_get_pw_in_tkt or else you will receive an
+ inter-realm TGT.
+
+1999-10-03
+
+ * doc/problems.texi: add blurb about irix abi:s
+
+1999-09-27
+
+ * lib/krb/tf_util.c (tf_init): cygwin work-around
+
+1999-09-16
+
+ * configure.in: test for strlcpy, strlcat
+
+ * admin/kdb_util.c (main): support `-' as an alias for stdout.
+ originally from Fredrik Ljungberg <flag%astrogator.se@localhost>
+
+1999-09-15
+
+ * include/Makefile.in: remove duplicate parse_time.h
+
+ * kadmin/ksrvutil_get.c (get_srvtab_ent): better error messages
+
+1999-09-12
+
+ * configure.in: revert back awk test, now worked around in
+ roken.awk
+
+1999-09-06
+
+ * doc/problems.texi: document a really working fix for the xlc
+ -qnolm bug
+
+1999-09-04
+
+ * doc/problems.texi: comment about xlc -E brokenness
+
+1999-09-01
+
+ * lib/krb/get_krbrlm.c (krb_get_lrealm_f): treat n = 0 the same as
+ if it were 1 (this should make it backwards compatible with apps
+ that pass 0 for n)
+
+1999-08-25
+
+ * appl/bsd/login.c: surround SGI capability stuff with
+ `defined(HAVE_CAP_SET_PROC)'
+
+1999-08-24
+
+ * kadmin/kadmin.c (add_new_key): add missing space when printing
+ generated passwords. bug reported by Per Eriksson DMC
+ <perixon%dsv.su.se@localhost>
+
+ * lib/krb/verify_user.c (krb_verify_user_srvtab): return last
+ error instead of KFAILURE when everything fails.
+
+ * appl/bsd/klogin.c (multiple_get_tkt): return last error instead
+ of KFAILURE when everything fails.
+
Home |
Main Index |
Thread Index |
Old Index