Home | History | Annotate | only in /src/libexec/telnetd
History log of /src/libexec/telnetd
RevisionDateAuthorComments
 1.53 25-Feb-2018  mrg add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts
to bsd.prog.mk. use them instead of hard coding various lists
of libraries for krb5.

this fixes static builds.
 1.52 10-Feb-2018  christos We need authentication || encryption even when we are not building
kerberos. They are needed for telnet_net_write() which is used in libtelnet.
 1.51 21-May-2017  riastradh Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export. The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated. I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet... That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.
 1.50 28-Jan-2017  christos kerberos needs sqlite3
 1.49 09-Jan-2012  christos branches: 1.49.2; 1.49.8; 1.49.14; 1.49.18; 1.49.20; 1.49.22; 1.49.26; 1.49.28;
PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
(rfc2941)
- separate MKCRYPTO from USE_KERBEROS
- WARNS=4
 1.48 24-Apr-2011  elric branches: 1.48.4;
We no longer need -I/usr/include/krb5.
 1.47 15-Apr-2011  elric Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal
to crypto/external/bsd/heimdal. The latter was just imported as the head
of the Heimdal tree as of a few days ago.
 1.46 03-Feb-2010  roy Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@
 1.45 16-Mar-2009  lukem Default to WARNS=4
Exceptions that need a lower level are:
getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd
hpropd ipropd-master ipropd-slave kadmind kpasswdd
 1.44 20-Mar-2006  christos branches: 1.44.28;
Goodbye KerberosIV
 1.43 04-Mar-2005  he Add -lcrypt to link lines for applications using -lkrb5, so that they
link successfully when MKPIC=no, as is always the case for our ports
which do not support shared libraries.

Discussed with thorpej and christos.
 1.42 04-Mar-2005  he Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling
with MKPIC=no, possibly because the target does not support shared
libraries, these include libraries required to resolve all symbols
which end up referenced from PAM-using applications. The libraries
presently required are -lcrypt, -lrpcsvc and -lutil.

Add use of these variables which are currently set up to use PAM,
so that they compile when MKPIC=no.

Also, in the telnetd case, reorder the order of the libraries, so
that libtelnet.a comes before -ltermcap and -lutil, again to fix
link error when MKPIC=no.

Discussed with thorpej and christos.
 1.41 20-Feb-2005  christos Add pam glue.
 1.40 22-Dec-2004  lha Move linking with libdes to the common kerberos section since
libtelnet depends on the old des functions.

From Jukka Salmi in NetBSD pr misc/28727
 1.39 13-Dec-2003  chs rearrange lib stuff so that these link on non-shared-lib platforms.
 1.38 11-Dec-2003  dyoung Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)
and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist
complained of missing files.

* move kerberos- and kerberos 4-only files into new flists,
distrib/sets/lists/*/krb.*

* make the flist generators grok MKKERBEROS{,4} variables

* fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no.
9 out of 10 experts agree that it is ludicrous to build w/
KERBEROS4 and w/o KERBEROS5.

* fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no.

* omit some Kerberos-only subdirectories from the build as
MKKERBEROS{,4} indicate

(I acknowledge the sentiment that flists are the wrong way to go,
and that the makefiles should produce the metalog directly. That
sounds to me like the right way to go, but I am not prepared to do
revamp all the makefiles. While my approach is expedient, it fits
painlessly within the current build architecture until we are
delivered from flist purgatory, and it does not postpone our
delivery. Fair enough?)
 1.37 05-Aug-2003  lha libkrb depend on libdes
libkrb5 depends on libasn1 and libcrypto
 1.36 23-Jul-2003  itojun split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se
(build confirmed with both MKKERBEROS4=yes and MKKERBEROS4=no)
 1.35 16-Jul-2003  itojun stop installing install libtelnet. build under lib/libtelnet and reference
it from usr.bin/telnet and libexec/telnetd.
(reason for separate build: compiler flags)
 1.34 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.33 20-Aug-2002  christos PR/17999: FUKAUMI Naoki: Support wtmpx entries.
 1.32 19-Aug-2002  lukem Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
 1.31 22-Mar-2002  thorpej Split the notion of building Hesiod, Kerberos, S/key, and YP
infrastructure and using that infrastructure in programs.

* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building
of the infratsructure (libraries, support programs, etc.)

* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control
building of support for using the corresponding API
in various libraries/programs that can use it.

As discussed on tech-toolchain.
 1.30 30-Dec-2000  sommerfeld ${MAKE} print-objdir -> ${PRINTOBJDIR}
 1.29 26-Oct-2000  garbled Remove direct calls to "make" and replace with ${MAKE}
 1.28 03-Aug-2000  assar forced: previous was really: remove libvers, it's not being used
 1.27 03-Aug-2000  assar link against the not-installed libvers
 1.26 03-Aug-2000  assar update build infrastructure for heimdal 0.3a
 1.25 23-Jun-2000  thorpej Add MK... variables to enable/disable various aspects of building
crypto support into the system. See share/mk/bsd.README for more
a full description.
 1.24 22-Jun-2000  thorpej Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.23 20-Jun-2000  thorpej branches: 1.23.2;
Merge a bunch of things from crypto-us and crypto-intl into basesrc,
adding support for Heimdal/KTH Kerberos where easy to do so. Eliminate
bsd.crypto.mk.

There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.
 1.22 20-Jul-1999  mrg branches: 1.22.6;
optionally include CRYPTOPATH Makefile.frag files.
 1.21 12-Jul-1999  thorpej Use bsd.crypto.mk.
 1.20 02-Jul-1999  itojun dual-stack telnetd.
 1.19 07-Jun-1999  thorpej Treat crypto-us like domestic.
 1.18 12-Feb-1999  dean Fix for PR 5821
- s/SecurID/SECURELOGIN/g and define SECURELOGIN in Makefile
- update man page to reflect S/Key and Kerboros authentication used
not SecurID
 1.17 03-Jan-1999  cjs Descend on obj, as well as clean, cleandir, etc.
 1.16 05-Sep-1998  lukem distclean is a synonym for cleandir
 1.15 05-Aug-1998  perry Fix for pr 5904 from Zdenek Salvet; we now use openpty() to get a pty.
 1.14 27-Jul-1998  scottr Ack! I misunderstood a problem reported to me. We don't need to do
anything special to handle obj directories; bsd.man.mk does it for us
already. Back out that part of the previos commit.
 1.13 27-Jul-1998  scottr Fix two problems with my previous change:

- We must include bsd.own.mk to get EXPORTABLE_SYSTEM from mk.conf.
Noted by Bernd Ernesti.
- If we're only generating man pages, we should deal with obj
directories as appropriate. Both Perry Metzger and I found this
independently.

This completes the tasks necessary to close PR 5519.
 1.12 22-Jul-1998  scottr Unlike other domestic bits, telnet and telnetd are never built as a part
of the domestic build process. No domestic program actually builds its
own man pages but instead relies on those built in the exportable tree.
The result is missing telnet(1) and telnet(8) pages.

Fix this problem descending into the telnet and telnetd directories
regardless of whether we're doing an exportable build or not. Once there,
we generate only the man pages if we're building a non-exportable system.
 1.11 22-Oct-1997  lukem use CPPFLAGS instead of CFLAGS
 1.10 16-Oct-1997  mikel branches: 1.10.2;
add commented CFLAGS for AUTHENTICATION, remove list of crypto files
 1.9 08-Oct-1997  mrg merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.
 1.8 08-Oct-1997  mrg WARNS?=1. RCS ids.
 1.7 24-Mar-1997  christos - Makefile cleanups
 1.6 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.5 22-Dec-1994  cgd specify man pages the new way.
 1.4 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.3 01-Aug-1993  mycroft Add RCS identifiers.
 1.2 21-Mar-1993  cgd after 0.2.2 "stable" patches applied
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.10.2.1 08-Nov-1997  lukem sync with trunk (approved by thorpej)
 1.22.6.1 22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.23.2.3 24-Jun-2000  thorpej Update from trunk:
Add MK... variables to enable/disable various aspects of building
crypto support into the system. See share/mk/bsd.README for more
a full description.
 1.23.2.2 22-Jun-2000  thorpej Update from trunk:
Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.23.2.1 20-Jun-2000  thorpej file Makefile was added on branch netbsd-1-5 on 2000-06-22 07:09:04 +0000
 1.44.28.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.48.4.1 17-Apr-2012  yamt sync with head
 1.49.28.1 20-Aug-2017  snj Pull up following revision(s) (requested by mrg in ticket #1493):
crypto/external/bsd/heimdal/Makefile.rules.inc: up to 1.8
crypto/external/bsd/heimdal/bin/Makefile.inc: up to 1.3
crypto/external/bsd/heimdal/bin/kcc/Makefile: up to 1.3
crypto/external/bsd/heimdal/dist/LICENSE: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/NEWS: up to 1.2
crypto/external/bsd/heimdal/dist/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/README.fast: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/admin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/admin/add.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/change.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/get.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/ktutil-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/admin/ktutil.1: up to 1.2
crypto/external/bsd/heimdal/dist/admin/ktutil.8 delete
crypto/external/bsd/heimdal/dist/admin/ktutil.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/list.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/purge.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/remove.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/rename.c: up to 1.2
crypto/external/bsd/heimdal/dist/appveyor.yml: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/autogen.sh: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/base/Makefile.am delete
crypto/external/bsd/heimdal/dist/base/NTMakefile delete
crypto/external/bsd/heimdal/dist/base/array.c delete
crypto/external/bsd/heimdal/dist/base/baselocl.h delete
crypto/external/bsd/heimdal/dist/base/bool.c delete
crypto/external/bsd/heimdal/dist/base/dict.c delete
crypto/external/bsd/heimdal/dist/base/heimbase.c delete
crypto/external/bsd/heimdal/dist/base/heimbase.h delete
crypto/external/bsd/heimdal/dist/base/heimbasepriv.h delete
crypto/external/bsd/heimdal/dist/base/heimqueue.h delete
crypto/external/bsd/heimdal/dist/base/json.c delete
crypto/external/bsd/heimdal/dist/base/null.c delete
crypto/external/bsd/heimdal/dist/base/number.c delete
crypto/external/bsd/heimdal/dist/base/roken_rename.h delete
crypto/external/bsd/heimdal/dist/base/string.c delete
crypto/external/bsd/heimdal/dist/base/test_base.c delete
crypto/external/bsd/heimdal/dist/base/version-script.map delete
crypto/external/bsd/heimdal/dist/cf/Makefile.am.common: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/check-compile-et.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/check-x.m4 delete
crypto/external/bsd/heimdal/dist/cf/check-xau.m4 delete
crypto/external/bsd/heimdal/dist/cf/crypto.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/db.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/dispatch.m4: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/dlopen.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/find-func-no-libs2.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/install-catman.sh: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/krb-ipv6.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/krb-prog-perl.m4: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/cf/make-proto.pl: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/maybe-valgrind.sh: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/misc.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/proto-compat.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/pthreads.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/retsigtype.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/roken-frag.m4: up to 1.2
crypto/external/bsd/heimdal/dist/cf/roken-h-process.pl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/sunos.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/test-package.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/valgrind-suppressions: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/version-script.m4: up to 1.2
crypto/external/bsd/heimdal/dist/cf/wflags.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/with-all.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/configure.ac: up to 1.2
crypto/external/bsd/heimdal/dist/doc/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/doc/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/ack.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/base.din: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/doc/base.hhp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/doc/copyright.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/doxytmpl.dxy: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/heimdal.hhp: up to 1.2
crypto/external/bsd/heimdal/dist/doc/hx509.hhp: up to 1.2
crypto/external/bsd/heimdal/dist/doc/migration.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/oid.txt delete
crypto/external/bsd/heimdal/dist/doc/setup.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/vars.tin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/include/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/include/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/bits.c: up to 1.2
crypto/external/bsd/heimdal/dist/include/config.h.w32: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/include/crypto-headers.h: up to 1.2
crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/include/heim_threads.h: up to 1.2
crypto/external/bsd/heimdal/dist/include/krb5-types.cross: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kadmin/add-random-users.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/add_enctype.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/ank.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/check.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/cpw.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/del_enctype.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/dump.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/get.c: up to 1.4
crypto/external/bsd/heimdal/dist/kadmin/init.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadm_conn.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/kadmin/kadmin.1: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin.8 delete
crypto/external/bsd/heimdal/dist/kadmin/kadmin.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmind.8: up to 1.5
crypto/external/bsd/heimdal/dist/kadmin/kadmind.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/load.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/mod.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/rpc.c: up to 1.3
crypto/external/bsd/heimdal/dist/kadmin/server.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/stash.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/util.c: up to 1.4
crypto/external/bsd/heimdal/dist/kcm/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kcm/acquire.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/cache.c: up to 1.3
crypto/external/bsd/heimdal/dist/kcm/client.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/events.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/kcm.8: up to 1.5
crypto/external/bsd/heimdal/dist/kcm/kcm_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/main.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/protocol.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/renew.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kdc/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kdc/config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/connect.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/default_config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/digest-service.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/digest.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/headers.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hprop.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hprop.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hpropd.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc-replay.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc-tester.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc.8: up to 1.5
crypto/external/bsd/heimdal/dist/kdc/kdc.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kerberos5.c: up to 1.7
crypto/external/bsd/heimdal/dist/kdc/krb5tgs.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kstash.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kx509.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/main.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/misc.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/mit_dump.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/pkinit-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/pkinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/process.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/string2key.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/windc.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/windc_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd-generator.c: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.c: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.c: up to 1.4
crypto/external/bsd/heimdal/dist/krb5.conf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kuser/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kuser/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/generate-requests.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/heimtools-commands.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/kuser/heimtools-version.rc: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/kuser/heimtools.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kcc-commands.in delete
crypto/external/bsd/heimdal/dist/kuser/kcc-version.rc delete
crypto/external/bsd/heimdal/dist/kuser/kcc.c delete
crypto/external/bsd/heimdal/dist/kuser/kcpytkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdecode_ticket.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdeltkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdigest.8: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdigest.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kgetcred.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kgetcred.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kimpersonate.8: up to 1.5
crypto/external/bsd/heimdal/dist/kuser/kimpersonate.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kinit.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/klist.c: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kswitch.1: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kswitch.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kuser_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kverify.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/45/NTMakefile delete
crypto/external/bsd/heimdal/dist/lib/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1-template.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1_gen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1_print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-ber.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-der.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-gen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-timegm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_cmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_format.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_get.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_length.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_put.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/digest.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/extra.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/fuzzer.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/asn1/gen_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_decode.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_encode.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_length.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_locl.h: up to 1.3
crypto/external/bsd/heimdal/dist/lib/asn1/gen_seq.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/hash.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/krb5.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/lex.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/lex.l: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/libasn1-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/asn1/main.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/asn1/pkinit.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/pku2u.asn1: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/asn1/rfc2459.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/roken_rename.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/symbol.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/symbol.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/test.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/test.opt: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/asn1/timegm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/Makefile.am: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/base/NTMakefile: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/base/array.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/baselocl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/bool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/bsearch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/data.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/dict.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/dll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbase.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbase.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbasepriv.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimqueue.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/json.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/number.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/roken_rename.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/string.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/test_base.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/version-script.map: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/com_err/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/com_right.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/compile_et.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/com_err/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/lex.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gen-oid.pl: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gss-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gss_acquire_cred.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_krb5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi_mech.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gsstool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/8003.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/aeap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/authorize_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/cfx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/copy_ccache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/decapsulate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/get_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/gsskrb5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/init_sec_context.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/pname_to_uid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_sec_context_option.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cfx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/unwrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/verify_mic.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/libgssapi-exports.def: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/compat.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_with_password.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred_with_password.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_aeap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_authorize_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_status.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_indicate_mechs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mech_switch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_unwrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_verify_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap_size_limit.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gssapi.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/accept_sec_context.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/acquire_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/add_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/canonicalize_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/compare_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/display_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/duplicate_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/export_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/init_sec_context.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred_by_mech.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_mechs_for_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/creds.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/kdc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/oid.txt: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/compat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/context_stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/cred_stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_add_store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_ntlm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/version-script.map: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/aes.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia-ntt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/destest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-ltm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-tfm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dllmain.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-crypt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/example_evp_cipher.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/hash.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/hmac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libhcrypto-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_find_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_isprime.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_next_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_shrink.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/timer.asm: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/gen.pl: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/README: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pics/makefile: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pretty.build: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_class.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5crypt_test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/mdtest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/passwd_dlg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-egd.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-fortuna.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-timer.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-unix.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/randi.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc4.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rctest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rijndael-alg-fst.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rnd_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-gmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-ltm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-tfm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha256.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha512.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bulk.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_cipher.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_crypto.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_dh.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_engine_dso.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_hmac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/undef.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/validate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hdb/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/db3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-ldap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mdb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mitdb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-sqlite.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.schema: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/keys.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hdb/keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/libhdb-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hdb/mkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbkeys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbplugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_mkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/heimdal/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/heimdal/dllmain.c delete
crypto/external/bsd/heimdal/dist/lib/hx509/ChangeLog: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ca.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/cert.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/cms.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/crypto-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/data/mkcert.sh: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/openssl.cnf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/env.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hx509.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hx509_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/hx_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hxtool-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/hxtool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/keyset.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_dir.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_keychain.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_p11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_p12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/libhx509-exports.def: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/lock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ref/pkcs11.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/revoke.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/sel-lex.l: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_ca.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_cert.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_chain.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_cms.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_nist_pkcs12.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_soft_pkcs11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ipc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ipc/client.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/heim-ipc.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/server.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/tc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/ts-http.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/ts.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/kadm5/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ad.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/kadm5/admin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/bump_pw_expire.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/client_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/common_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/context_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/create_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/create_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/default_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/delete_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/delete_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ent_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/flush.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/flush_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/flush_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_princs_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_princs_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/init_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/init_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.8: up to 1.6
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.8: up to 1.5
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_master.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_slave.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/libkadm5srv-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/marshall.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/modify_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/modify_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/password_quality.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/private.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/privs_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/privs_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/rename_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/rename_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/send_recv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/server_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/set_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/set_modifier.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/setkey3_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/test_pw_quality.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/version-script-client.map: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/kadm5/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kafs/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/kafs/afskrb5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/afssys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/rxkad_kdf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kdfs/k5dfspag.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/krb5/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/acache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/addr_families.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/aes-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/an2ln_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/aname_to_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/asn1_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/auth_context.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/build_auth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/cache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/changepw.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/config_reg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/constants.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/context.c: up to 1.6
crypto/external/bsd/heimdal/dist/lib/krb5/copy_host_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha1.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes.c delete
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-algs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des-common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des3.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-evp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-pk.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/data.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/dcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/deprecated.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/derived-key-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/digest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/dll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/enomem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/error_string.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/expand_hostname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/expand_path.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/fcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/generate_subkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_addrs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_default_principal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_default_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_for_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_host_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_in_tkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/heim_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/init_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/init_creds_pw.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kcm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kerberos.8: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keyblock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_any.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_keyfile.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_memory.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5-plugin.7: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5.conf.5: up to 1.6
crypto/external/bsd/heimdal/dist/lib/krb5/krb5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_auth_context.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_digest.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_init_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_parse_name.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_set_default_realm.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_timeofday.3: up to 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/krbhst.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kuserok.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kuserok_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/libkrb5-exports.def.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/locate_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/misc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mit_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_priv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_rep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_req_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/n-fold-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/n-fold.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/net_read.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pac.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/padata.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pkinit-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pkinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/principal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pseudo-random-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_priv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_rep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_req.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_safe.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/recvauth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/replay.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha1.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes.c delete
crypto/external/bsd/heimdal/dist/lib/krb5/salt-arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-des3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/scache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c: up to 1.7
crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/sendauth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/set_default_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/sp800-108-kdf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-int.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_emem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_fd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_sock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/string-to-key-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_alname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_canon.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_cc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto_wrapping.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_expand_toks.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_fx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_kuserok.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_pknistkdf.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/test_plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_rfc3961.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_set_kvno0.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_store.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/transited.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_init.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_krb5_conf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_user.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/version-script.map: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/warn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/ntlm/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/apop.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/digest.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/heim-auth.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/heimntlm.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm_err.et: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/test_commonauth.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/test_ntlm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/otp/otp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otp_challenge.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otp_db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otp_parse.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otp_print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otp_verify.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otptest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ChangeLog: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/roken/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/bswap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/cloexec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ct.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/daemon.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/detach.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dirent.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dlfcn.hin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/dlfcn_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dumpdata.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/err.hin: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getarg.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getarg.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/roken/getcap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/glob.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/hex-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/issuid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/memset_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/mkdir.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ndbm_wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_bytes-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_time-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_time.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/realloc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/resolve-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/resolve.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/roken/rkpty.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/roken-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/roken.awk: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in: up to 1.4
crypto/external/bsd/heimdal/dist/lib/roken/roken_gethostby.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rtbl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rtbl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/simple_exec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/simple_exec_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/sleep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/snprintf-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/snprintf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/socket.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/stdint.hin: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/roken/strtoll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/strtoull.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-detach.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/tsearch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/roken/win32_alloc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/write_pid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/sl/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/sl/sl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/sl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/vers/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/vers/print_version.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/wind/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/wind/bidi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/combining.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/errorlist.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/gen-bidi.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-combining.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-errorlist.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-normalize.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/libwind-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/wind/map.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/normalize.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-normalize.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-utf8.c: up to 1.2
crypto/external/bsd/heimdal/dist/packages/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/packages/mac/Resources/English.lproj/Welcome.rtf: up to 1.2
crypto/external/bsd/heimdal/dist/packages/mac/mac.sh: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/packages/windows/NTMakefile: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/assembly/Heimdal.Kerberos.manifest.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/assembly/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/assembly/policy.Heimdal.Kerberos.in: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-assemblies.wxs: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-command.wxs: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-gss.wxs: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-installer.wxs: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-policy.wxs: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.bmp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.png: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.bmp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.png: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/sdk/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/po/heimdal_krb5/heimdal_krb5.pot: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/po/heimdal_krb5/sv_SE.po: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/bin/Makefile.am: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/bin/intr.c: up to 1.2
crypto/external/bsd/heimdal/dist/tests/bin/setup-env.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/can/check-can.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/mit-pkinit-20070607.xf: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/test_can.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/db/add-modify-delete.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/check-aliases.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/check-dbinfo.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/have-db.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/db/krb5-mit.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/krb5.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/loaddump-db.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/gss/check-basic.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-context.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-gssmask.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-ntlm.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-spnego.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/gss/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/java/check-kinit.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/jaas.conf: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/an2ln-db.txt: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-authz.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-canon.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-cc.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-delegation.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-des.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-digest.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-fast.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-hdb-mitdb.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-iprop.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-kadmin.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-kdc.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-kinit.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-kpasswdd.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-pkinit.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-referral.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-tester.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-uu.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.kadm5: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.mkey: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/heimdal.acl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/k5login/foo: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester1.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester2.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester3.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester4.json.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz2.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon2.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-hdb-mitdb.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-pkinit.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.keys.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/leaks-kill.sh: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/wait-kdc.sh: up to 1.2
crypto/external/bsd/heimdal/dist/tests/ldap/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/ldap/check-ldap.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/slapd-init.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/slapd.conf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/plugin/check-pac.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/plugin/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/plugin/windc.c: up to 1.2
crypto/external/bsd/heimdal/dist/tools/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tools/heimdal-gssapi.pc.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-client.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-server.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/heimdal-krb5.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kadm-client.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kadm-server.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kafs.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/krb5-config.1: up to 1.2
crypto/external/bsd/heimdal/dist/tools/krb5-config.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tools/krb5-gssapi.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/krb5.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/windows/NTMakefile.config: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/windows/NTMakefile.version: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/windows/NTMakefile.w32: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/windows/README delete
crypto/external/bsd/heimdal/dist/windows/README.md: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/windows/maint.el delete
crypto/external/bsd/heimdal/dist/windows/version.rc: up to 1.1.1.2
crypto/external/bsd/heimdal/heimdal2netbsd: up to 1.8
crypto/external/bsd/heimdal/include/config.h: up to 1.8
crypto/external/bsd/heimdal/include/der-private.h: up to 1.2
crypto/external/bsd/heimdal/include/der-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/gsskrb5-private.h: up to 1.3
crypto/external/bsd/heimdal/include/hdb-private.h: up to 1.2
crypto/external/bsd/heimdal/include/hdb-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/heimntlm-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/hx509-private.h: up to 1.3
crypto/external/bsd/heimdal/include/hx509-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kadm5-private.h: up to 1.2
crypto/external/bsd/heimdal/include/kadm5-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kcm-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kdc-private.h: up to 1.3
crypto/external/bsd/heimdal/include/kdc-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/krb5-private.h: up to 1.3
crypto/external/bsd/heimdal/include/krb5-protos.h: up to 1.4
crypto/external/bsd/heimdal/include/krb5-types.h: up to 1.7
crypto/external/bsd/heimdal/include/ntlm-private.h: up to 1.3
crypto/external/bsd/heimdal/include/roken.h: up to 1.7
crypto/external/bsd/heimdal/include/spnego-private.h: up to 1.2
crypto/external/bsd/heimdal/include/version.h: up to 1.3
crypto/external/bsd/heimdal/lib/libasn1/Makefile: up to 1.5
crypto/external/bsd/heimdal/lib/libasn1/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libcom_err/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libgssapi/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libhdb/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libhdb/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libheimbase/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libheimbase/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libheimntlm/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libhx509/Makefile: up to 1.5
crypto/external/bsd/heimdal/lib/libhx509/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkadm5clnt/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libkadm5srv/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkafs/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkafs/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkdc/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkdc/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkrb5/Makefile: up to 1.11
crypto/external/bsd/heimdal/lib/libkrb5/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libroken/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libroken/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libsl/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libsl/slc/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libwind/shlib_version: up to 1.2
crypto/external/bsd/heimdal/libexec/Makefile.inc: up to 1.5
crypto/external/bsd/heimdal/sbin/Makefile.inc: up to 1.4
crypto/external/bsd/heimdal/sbin/kadmin/Makefile: up to 1.3
crypto/external/bsd/heimdal/sbin/ktutil/Makefile: up to 1.3
crypto/external/bsd/openssh/bin/ssh/Makefile: revision 1.11
crypto/external/bsd/openssh/bin/sshd/Makefile: revision 1.15
distrib/sets/lists/base/ad.aarch64: patch
distrib/sets/lists/base/ad.arm: patch
distrib/sets/lists/base/ad.mips: patch
distrib/sets/lists/base/ad.powerpc: patch
distrib/sets/lists/base/md.amd64: patch
distrib/sets/lists/base/md.sparc64: patch
distrib/sets/lists/base/shl.mi: revision 1.798 via patch
distrib/sets/lists/debug/ad.aarch64: patch
distrib/sets/lists/debug/ad.arm: patch
distrib/sets/lists/debug/ad.mips: patch
distrib/sets/lists/debug/ad.powerpc: patch
distrib/sets/lists/debug/md.amd64: patch
distrib/sets/lists/debug/md.sparc64: patch
distrib/sets/lists/debug/shl.mi: revision 1.157 via patch
external/bsd/dhcp/Makefile.inc: revision 1.17
libexec/telnetd/Makefile: revision 1.50
usr.bin/passwd/Makefile: revision 1.45
usr.bin/telnet/Makefile: revision 1.51
usr.sbin/racoon/Makefile: revision 1.28
Update Heimdal to 7.1, fixing CVE-2016-2400.
 1.49.26.1 21-Apr-2017  bouyer Sync with HEAD
 1.49.22.1 20-Mar-2017  pgoyette Sync with HEAD
 1.49.20.1 20-Aug-2017  snj Pull up following revision(s) (requested by mrg in ticket #1493):
crypto/external/bsd/heimdal/Makefile.rules.inc: up to 1.8
crypto/external/bsd/heimdal/bin/Makefile.inc: up to 1.3
crypto/external/bsd/heimdal/bin/kcc/Makefile: up to 1.3
crypto/external/bsd/heimdal/dist/LICENSE: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/NEWS: up to 1.2
crypto/external/bsd/heimdal/dist/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/README.fast: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/admin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/admin/add.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/change.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/get.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/ktutil-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/admin/ktutil.1: up to 1.2
crypto/external/bsd/heimdal/dist/admin/ktutil.8 delete
crypto/external/bsd/heimdal/dist/admin/ktutil.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/list.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/purge.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/remove.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/rename.c: up to 1.2
crypto/external/bsd/heimdal/dist/appveyor.yml: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/autogen.sh: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/base/Makefile.am delete
crypto/external/bsd/heimdal/dist/base/NTMakefile delete
crypto/external/bsd/heimdal/dist/base/array.c delete
crypto/external/bsd/heimdal/dist/base/baselocl.h delete
crypto/external/bsd/heimdal/dist/base/bool.c delete
crypto/external/bsd/heimdal/dist/base/dict.c delete
crypto/external/bsd/heimdal/dist/base/heimbase.c delete
crypto/external/bsd/heimdal/dist/base/heimbase.h delete
crypto/external/bsd/heimdal/dist/base/heimbasepriv.h delete
crypto/external/bsd/heimdal/dist/base/heimqueue.h delete
crypto/external/bsd/heimdal/dist/base/json.c delete
crypto/external/bsd/heimdal/dist/base/null.c delete
crypto/external/bsd/heimdal/dist/base/number.c delete
crypto/external/bsd/heimdal/dist/base/roken_rename.h delete
crypto/external/bsd/heimdal/dist/base/string.c delete
crypto/external/bsd/heimdal/dist/base/test_base.c delete
crypto/external/bsd/heimdal/dist/base/version-script.map delete
crypto/external/bsd/heimdal/dist/cf/Makefile.am.common: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/check-compile-et.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/check-x.m4 delete
crypto/external/bsd/heimdal/dist/cf/check-xau.m4 delete
crypto/external/bsd/heimdal/dist/cf/crypto.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/db.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/dispatch.m4: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/dlopen.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/find-func-no-libs2.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/install-catman.sh: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/krb-ipv6.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/krb-prog-perl.m4: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/cf/make-proto.pl: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/maybe-valgrind.sh: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/misc.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/proto-compat.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/pthreads.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/retsigtype.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/roken-frag.m4: up to 1.2
crypto/external/bsd/heimdal/dist/cf/roken-h-process.pl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/sunos.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/test-package.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/valgrind-suppressions: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/version-script.m4: up to 1.2
crypto/external/bsd/heimdal/dist/cf/wflags.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/with-all.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/configure.ac: up to 1.2
crypto/external/bsd/heimdal/dist/doc/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/doc/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/ack.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/base.din: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/doc/base.hhp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/doc/copyright.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/doxytmpl.dxy: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/heimdal.hhp: up to 1.2
crypto/external/bsd/heimdal/dist/doc/hx509.hhp: up to 1.2
crypto/external/bsd/heimdal/dist/doc/migration.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/oid.txt delete
crypto/external/bsd/heimdal/dist/doc/setup.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/vars.tin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/include/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/include/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/bits.c: up to 1.2
crypto/external/bsd/heimdal/dist/include/config.h.w32: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/include/crypto-headers.h: up to 1.2
crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/include/heim_threads.h: up to 1.2
crypto/external/bsd/heimdal/dist/include/krb5-types.cross: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kadmin/add-random-users.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/add_enctype.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/ank.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/check.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/cpw.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/del_enctype.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/dump.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/get.c: up to 1.4
crypto/external/bsd/heimdal/dist/kadmin/init.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadm_conn.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/kadmin/kadmin.1: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin.8 delete
crypto/external/bsd/heimdal/dist/kadmin/kadmin.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmind.8: up to 1.5
crypto/external/bsd/heimdal/dist/kadmin/kadmind.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/load.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/mod.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/rpc.c: up to 1.3
crypto/external/bsd/heimdal/dist/kadmin/server.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/stash.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/util.c: up to 1.4
crypto/external/bsd/heimdal/dist/kcm/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kcm/acquire.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/cache.c: up to 1.3
crypto/external/bsd/heimdal/dist/kcm/client.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/events.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/kcm.8: up to 1.5
crypto/external/bsd/heimdal/dist/kcm/kcm_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/main.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/protocol.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/renew.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kdc/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kdc/config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/connect.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/default_config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/digest-service.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/digest.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/headers.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hprop.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hprop.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hpropd.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc-replay.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc-tester.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc.8: up to 1.5
crypto/external/bsd/heimdal/dist/kdc/kdc.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kerberos5.c: up to 1.7
crypto/external/bsd/heimdal/dist/kdc/krb5tgs.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kstash.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kx509.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/main.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/misc.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/mit_dump.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/pkinit-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/pkinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/process.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/string2key.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/windc.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/windc_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd-generator.c: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.c: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.c: up to 1.4
crypto/external/bsd/heimdal/dist/krb5.conf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kuser/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kuser/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/generate-requests.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/heimtools-commands.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/kuser/heimtools-version.rc: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/kuser/heimtools.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kcc-commands.in delete
crypto/external/bsd/heimdal/dist/kuser/kcc-version.rc delete
crypto/external/bsd/heimdal/dist/kuser/kcc.c delete
crypto/external/bsd/heimdal/dist/kuser/kcpytkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdecode_ticket.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdeltkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdigest.8: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdigest.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kgetcred.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kgetcred.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kimpersonate.8: up to 1.5
crypto/external/bsd/heimdal/dist/kuser/kimpersonate.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kinit.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/klist.c: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kswitch.1: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kswitch.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kuser_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kverify.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/45/NTMakefile delete
crypto/external/bsd/heimdal/dist/lib/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1-template.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1_gen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1_print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-ber.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-der.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-gen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-timegm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_cmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_format.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_get.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_length.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_put.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/digest.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/extra.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/fuzzer.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/asn1/gen_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_decode.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_encode.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_length.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_locl.h: up to 1.3
crypto/external/bsd/heimdal/dist/lib/asn1/gen_seq.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/hash.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/krb5.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/lex.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/lex.l: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/libasn1-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/asn1/main.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/asn1/pkinit.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/pku2u.asn1: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/asn1/rfc2459.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/roken_rename.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/symbol.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/symbol.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/test.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/test.opt: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/asn1/timegm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/Makefile.am: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/base/NTMakefile: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/base/array.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/baselocl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/bool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/bsearch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/data.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/dict.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/dll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbase.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbase.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbasepriv.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimqueue.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/json.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/number.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/roken_rename.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/string.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/test_base.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/version-script.map: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/com_err/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/com_right.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/compile_et.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/com_err/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/lex.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gen-oid.pl: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gss-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gss_acquire_cred.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_krb5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi_mech.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gsstool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/8003.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/aeap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/authorize_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/cfx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/copy_ccache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/decapsulate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/get_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/gsskrb5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/init_sec_context.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/pname_to_uid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_sec_context_option.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cfx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/unwrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/verify_mic.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/libgssapi-exports.def: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/compat.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_with_password.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred_with_password.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_aeap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_authorize_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_status.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_indicate_mechs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mech_switch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_unwrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_verify_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap_size_limit.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gssapi.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/accept_sec_context.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/acquire_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/add_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/canonicalize_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/compare_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/display_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/duplicate_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/export_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/init_sec_context.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred_by_mech.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_mechs_for_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/creds.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/kdc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/oid.txt: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/compat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/context_stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/cred_stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_add_store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_ntlm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/version-script.map: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/aes.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia-ntt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/destest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-ltm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-tfm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dllmain.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-crypt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/example_evp_cipher.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/hash.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/hmac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libhcrypto-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_find_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_isprime.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_next_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_shrink.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/timer.asm: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/gen.pl: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/README: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pics/makefile: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pretty.build: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_class.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5crypt_test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/mdtest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/passwd_dlg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-egd.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-fortuna.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-timer.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-unix.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/randi.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc4.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rctest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rijndael-alg-fst.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rnd_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-gmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-ltm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-tfm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha256.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha512.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bulk.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_cipher.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_crypto.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_dh.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_engine_dso.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_hmac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/undef.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/validate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hdb/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/db3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-ldap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mdb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mitdb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-sqlite.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.schema: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/keys.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hdb/keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/libhdb-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hdb/mkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbkeys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbplugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_mkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/heimdal/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/heimdal/dllmain.c delete
crypto/external/bsd/heimdal/dist/lib/hx509/ChangeLog: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ca.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/cert.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/cms.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/crypto-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/data/mkcert.sh: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/openssl.cnf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/env.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hx509.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hx509_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/hx_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hxtool-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/hxtool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/keyset.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_dir.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_keychain.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_p11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_p12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/libhx509-exports.def: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/lock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ref/pkcs11.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/revoke.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/sel-lex.l: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_ca.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_cert.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_chain.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_cms.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_nist_pkcs12.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_soft_pkcs11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ipc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ipc/client.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/heim-ipc.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/server.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/tc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/ts-http.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/ts.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/kadm5/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ad.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/kadm5/admin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/bump_pw_expire.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/client_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/common_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/context_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/create_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/create_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/default_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/delete_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/delete_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ent_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/flush.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/flush_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/flush_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_princs_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_princs_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/init_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/init_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.8: up to 1.6
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.8: up to 1.5
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_master.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_slave.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/libkadm5srv-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/marshall.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/modify_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/modify_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/password_quality.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/private.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/privs_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/privs_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/rename_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/rename_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/send_recv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/server_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/set_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/set_modifier.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/setkey3_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/test_pw_quality.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/version-script-client.map: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/kadm5/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kafs/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/kafs/afskrb5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/afssys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/rxkad_kdf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kdfs/k5dfspag.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/krb5/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/acache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/addr_families.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/aes-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/an2ln_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/aname_to_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/asn1_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/auth_context.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/build_auth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/cache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/changepw.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/config_reg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/constants.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/context.c: up to 1.6
crypto/external/bsd/heimdal/dist/lib/krb5/copy_host_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha1.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes.c delete
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-algs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des-common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des3.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-evp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-pk.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/data.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/dcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/deprecated.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/derived-key-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/digest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/dll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/enomem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/error_string.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/expand_hostname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/expand_path.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/fcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/generate_subkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_addrs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_default_principal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_default_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_for_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_host_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_in_tkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/heim_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/init_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/init_creds_pw.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kcm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kerberos.8: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keyblock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_any.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_keyfile.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_memory.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5-plugin.7: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5.conf.5: up to 1.6
crypto/external/bsd/heimdal/dist/lib/krb5/krb5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_auth_context.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_digest.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_init_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_parse_name.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_set_default_realm.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_timeofday.3: up to 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/krbhst.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kuserok.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kuserok_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/libkrb5-exports.def.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/locate_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/misc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mit_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_priv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_rep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_req_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/n-fold-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/n-fold.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/net_read.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pac.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/padata.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pkinit-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pkinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/principal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pseudo-random-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_priv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_rep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_req.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_safe.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/recvauth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/replay.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha1.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes.c delete
crypto/external/bsd/heimdal/dist/lib/krb5/salt-arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-des3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/scache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c: up to 1.7
crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/sendauth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/set_default_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/sp800-108-kdf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-int.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_emem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_fd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_sock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/string-to-key-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_alname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_canon.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_cc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto_wrapping.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_expand_toks.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_fx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_kuserok.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_pknistkdf.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/test_plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_rfc3961.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_set_kvno0.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_store.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/transited.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_init.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_krb5_conf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_user.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/version-script.map: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/warn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/ntlm/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/apop.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/digest.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/heim-auth.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/heimntlm.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm_err.et: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/test_commonauth.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/test_ntlm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/otp/otp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otp_challenge.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otp_db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otp_parse.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otp_print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otp_verify.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otptest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ChangeLog: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/roken/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/bswap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/cloexec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ct.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/daemon.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/detach.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dirent.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dlfcn.hin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/dlfcn_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dumpdata.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/err.hin: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getarg.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getarg.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/roken/getcap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/glob.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/hex-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/issuid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/memset_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/mkdir.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ndbm_wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_bytes-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_time-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_time.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/realloc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/resolve-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/resolve.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/roken/rkpty.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/roken-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/roken.awk: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in: up to 1.4
crypto/external/bsd/heimdal/dist/lib/roken/roken_gethostby.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rtbl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rtbl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/simple_exec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/simple_exec_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/sleep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/snprintf-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/snprintf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/socket.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/stdint.hin: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/roken/strtoll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/strtoull.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-detach.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/tsearch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/roken/win32_alloc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/write_pid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/sl/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/sl/sl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/sl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/vers/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/vers/print_version.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/wind/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/wind/bidi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/combining.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/errorlist.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/gen-bidi.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-combining.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-errorlist.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-normalize.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/libwind-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/wind/map.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/normalize.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-normalize.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-utf8.c: up to 1.2
crypto/external/bsd/heimdal/dist/packages/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/packages/mac/Resources/English.lproj/Welcome.rtf: up to 1.2
crypto/external/bsd/heimdal/dist/packages/mac/mac.sh: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/packages/windows/NTMakefile: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/assembly/Heimdal.Kerberos.manifest.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/assembly/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/assembly/policy.Heimdal.Kerberos.in: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-assemblies.wxs: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-command.wxs: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-gss.wxs: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-installer.wxs: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-policy.wxs: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.bmp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.png: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.bmp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.png: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/sdk/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/po/heimdal_krb5/heimdal_krb5.pot: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/po/heimdal_krb5/sv_SE.po: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/bin/Makefile.am: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/bin/intr.c: up to 1.2
crypto/external/bsd/heimdal/dist/tests/bin/setup-env.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/can/check-can.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/mit-pkinit-20070607.xf: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/test_can.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/db/add-modify-delete.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/check-aliases.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/check-dbinfo.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/have-db.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/db/krb5-mit.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/krb5.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/loaddump-db.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/gss/check-basic.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-context.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-gssmask.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-ntlm.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-spnego.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/gss/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/java/check-kinit.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/jaas.conf: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/an2ln-db.txt: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-authz.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-canon.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-cc.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-delegation.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-des.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-digest.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-fast.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-hdb-mitdb.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-iprop.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-kadmin.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-kdc.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-kinit.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-kpasswdd.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-pkinit.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-referral.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-tester.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-uu.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.kadm5: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.mkey: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/heimdal.acl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/k5login/foo: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester1.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester2.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester3.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester4.json.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz2.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon2.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-hdb-mitdb.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-pkinit.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.keys.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/leaks-kill.sh: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/wait-kdc.sh: up to 1.2
crypto/external/bsd/heimdal/dist/tests/ldap/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/ldap/check-ldap.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/slapd-init.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/slapd.conf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/plugin/check-pac.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/plugin/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/plugin/windc.c: up to 1.2
crypto/external/bsd/heimdal/dist/tools/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tools/heimdal-gssapi.pc.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-client.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-server.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/heimdal-krb5.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kadm-client.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kadm-server.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kafs.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/krb5-config.1: up to 1.2
crypto/external/bsd/heimdal/dist/tools/krb5-config.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tools/krb5-gssapi.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/krb5.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/windows/NTMakefile.config: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/windows/NTMakefile.version: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/windows/NTMakefile.w32: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/windows/README delete
crypto/external/bsd/heimdal/dist/windows/README.md: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/windows/maint.el delete
crypto/external/bsd/heimdal/dist/windows/version.rc: up to 1.1.1.2
crypto/external/bsd/heimdal/heimdal2netbsd: up to 1.8
crypto/external/bsd/heimdal/include/config.h: up to 1.8
crypto/external/bsd/heimdal/include/der-private.h: up to 1.2
crypto/external/bsd/heimdal/include/der-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/gsskrb5-private.h: up to 1.3
crypto/external/bsd/heimdal/include/hdb-private.h: up to 1.2
crypto/external/bsd/heimdal/include/hdb-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/heimntlm-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/hx509-private.h: up to 1.3
crypto/external/bsd/heimdal/include/hx509-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kadm5-private.h: up to 1.2
crypto/external/bsd/heimdal/include/kadm5-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kcm-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kdc-private.h: up to 1.3
crypto/external/bsd/heimdal/include/kdc-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/krb5-private.h: up to 1.3
crypto/external/bsd/heimdal/include/krb5-protos.h: up to 1.4
crypto/external/bsd/heimdal/include/krb5-types.h: up to 1.7
crypto/external/bsd/heimdal/include/ntlm-private.h: up to 1.3
crypto/external/bsd/heimdal/include/roken.h: up to 1.7
crypto/external/bsd/heimdal/include/spnego-private.h: up to 1.2
crypto/external/bsd/heimdal/include/version.h: up to 1.3
crypto/external/bsd/heimdal/lib/libasn1/Makefile: up to 1.5
crypto/external/bsd/heimdal/lib/libasn1/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libcom_err/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libgssapi/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libhdb/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libhdb/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libheimbase/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libheimbase/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libheimntlm/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libhx509/Makefile: up to 1.5
crypto/external/bsd/heimdal/lib/libhx509/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkadm5clnt/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libkadm5srv/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkafs/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkafs/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkdc/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkdc/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkrb5/Makefile: up to 1.11
crypto/external/bsd/heimdal/lib/libkrb5/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libroken/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libroken/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libsl/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libsl/slc/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libwind/shlib_version: up to 1.2
crypto/external/bsd/heimdal/libexec/Makefile.inc: up to 1.5
crypto/external/bsd/heimdal/sbin/Makefile.inc: up to 1.4
crypto/external/bsd/heimdal/sbin/kadmin/Makefile: up to 1.3
crypto/external/bsd/heimdal/sbin/ktutil/Makefile: up to 1.3
crypto/external/bsd/openssh/bin/ssh/Makefile: revision 1.11
crypto/external/bsd/openssh/bin/sshd/Makefile: revision 1.15
distrib/sets/lists/base/ad.aarch64: patch
distrib/sets/lists/base/ad.arm: patch
distrib/sets/lists/base/ad.mips: patch
distrib/sets/lists/base/ad.powerpc: patch
distrib/sets/lists/base/md.amd64: patch
distrib/sets/lists/base/md.sparc64: patch
distrib/sets/lists/base/shl.mi: revision 1.798 via patch
distrib/sets/lists/debug/ad.aarch64: patch
distrib/sets/lists/debug/ad.arm: patch
distrib/sets/lists/debug/ad.mips: patch
distrib/sets/lists/debug/ad.powerpc: patch
distrib/sets/lists/debug/md.amd64: patch
distrib/sets/lists/debug/md.sparc64: patch
distrib/sets/lists/debug/shl.mi: revision 1.157 via patch
external/bsd/dhcp/Makefile.inc: revision 1.17
libexec/telnetd/Makefile: revision 1.50
usr.bin/passwd/Makefile: revision 1.45
usr.bin/telnet/Makefile: revision 1.51
usr.sbin/racoon/Makefile: revision 1.28
Update Heimdal to 7.1, fixing CVE-2016-2400.
 1.49.18.1 21-Aug-2017  snj Pull up following revision(s) (requested by mrg in ticket #1493):
crypto/external/bsd/openssh/bin/ssh/Makefile: revision 1.11
usr.bin/passwd/Makefile: revision 1.45
external/bsd/dhcp/Makefile.inc: revision 1.17
crypto/external/bsd/openssh/bin/sshd/Makefile: revision 1.15
usr.bin/telnet/Makefile: revision 1.51
usr.sbin/racoon/Makefile: revision 1.28
libexec/telnetd/Makefile: revision 1.50
krb5 needs sqlite3 now
kerberos needs sqlite3
add sqlite3
add sqlite3
add sqlite3
add sqlite3
 1.49.14.1 30-Aug-2017  snj Pull up following revision(s) (requested by mrg in ticket #1493):
crypto/external/bsd/heimdal/Makefile.inc: up to 1.3
crypto/external/bsd/heimdal/Makefile.rules.inc: up to 1.8
crypto/external/bsd/heimdal/bin/Makefile: up to 1.2
crypto/external/bsd/heimdal/bin/Makefile.inc: up to 1.3
crypto/external/bsd/heimdal/bin/kcc/Makefile: up to 1.3
crypto/external/bsd/heimdal/bin/krb5-config/Makefile: up to 1.3
crypto/external/bsd/heimdal/bin/kvno/Makefile: up to 1.1
crypto/external/bsd/heimdal/bin/kvno/kvno.1: up to 1.1
crypto/external/bsd/heimdal/dist/LICENSE: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/NEWS: up to 1.2
crypto/external/bsd/heimdal/dist/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/README.fast: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/admin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/admin/add.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/change.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/get.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/ktutil-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/admin/ktutil.1: up to 1.2
crypto/external/bsd/heimdal/dist/admin/ktutil.8 delete
crypto/external/bsd/heimdal/dist/admin/ktutil.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/list.c: up to 1.2
crypto/external/bsd/heimdal/dist/appveyor.yml: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/autogen.sh: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/base/Makefile.am delete
crypto/external/bsd/heimdal/dist/base/NTMakefile delete
crypto/external/bsd/heimdal/dist/base/array.c delete
crypto/external/bsd/heimdal/dist/base/baselocl.h delete
crypto/external/bsd/heimdal/dist/base/bool.c delete
crypto/external/bsd/heimdal/dist/base/dict.c delete
crypto/external/bsd/heimdal/dist/base/heimbase.c delete
crypto/external/bsd/heimdal/dist/base/heimbase.h delete
crypto/external/bsd/heimdal/dist/base/heimbasepriv.h delete
crypto/external/bsd/heimdal/dist/base/heimqueue.h delete
crypto/external/bsd/heimdal/dist/base/json.c delete
crypto/external/bsd/heimdal/dist/base/null.c delete
crypto/external/bsd/heimdal/dist/base/number.c delete
crypto/external/bsd/heimdal/dist/base/roken_rename.h delete
crypto/external/bsd/heimdal/dist/base/string.c delete
crypto/external/bsd/heimdal/dist/base/test_base.c delete
crypto/external/bsd/heimdal/dist/base/version-script.map delete
crypto/external/bsd/heimdal/dist/cf/Makefile.am.common: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/check-compile-et.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/check-getpwnam_r-posix.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/check-man.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/check-x.m4 delete
crypto/external/bsd/heimdal/dist/cf/check-xau.m4 delete
crypto/external/bsd/heimdal/dist/cf/crypto.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/db.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/dispatch.m4: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/dlopen.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/find-func-no-libs2.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/install-catman.sh: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/krb-ipv6.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/krb-prog-perl.m4: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/cf/make-proto.pl: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/maybe-valgrind.sh: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/misc.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/proto-compat.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/pthreads.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/retsigtype.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/roken-frag.m4: up to 1.2
crypto/external/bsd/heimdal/dist/cf/roken-h-process.pl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/sunos.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/test-package.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/valgrind-suppressions: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/version-script.m4: up to 1.2
crypto/external/bsd/heimdal/dist/cf/wflags.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/with-all.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/configure.ac: up to 1.2
crypto/external/bsd/heimdal/dist/doc/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/doc/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/ack.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/base.din: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/doc/base.hhp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/doc/copyright.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/doxytmpl.dxy: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/heimdal.hhp: up to 1.2
crypto/external/bsd/heimdal/dist/doc/heimdal.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/hx509.hhp: up to 1.2
crypto/external/bsd/heimdal/dist/doc/hx509.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/intro.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/kerberos4.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/migration.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/oid.txt delete
crypto/external/bsd/heimdal/dist/doc/setup.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/vars.tin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/whatis.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/win2k.texi: up to 1.2
crypto/external/bsd/heimdal/dist/etc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/include/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/bits.c: up to 1.2
crypto/external/bsd/heimdal/dist/include/config.h.w32: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/include/crypto-headers.h: up to 1.2
crypto/external/bsd/heimdal/dist/include/gssapi/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/include/heim_threads.h: up to 1.2
crypto/external/bsd/heimdal/dist/include/kadm5/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/krb5-types.cross: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kadmin/add-random-users.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/add_enctype.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/ank.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/check.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/cpw.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/del_enctype.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/dump.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/get.c: up to 1.4
crypto/external/bsd/heimdal/dist/kadmin/init.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadm_conn.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/kadmin/kadmin.1: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin.8 delete
crypto/external/bsd/heimdal/dist/kadmin/kadmin.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmind.8: up to 1.5
crypto/external/bsd/heimdal/dist/kadmin/kadmind.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/load.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/mod.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/rpc.c: up to 1.3
crypto/external/bsd/heimdal/dist/kadmin/server.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/stash.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/util.c: up to 1.4
crypto/external/bsd/heimdal/dist/kcm/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kcm/acquire.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/cache.c: up to 1.3
crypto/external/bsd/heimdal/dist/kcm/client.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/connect.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/events.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/kcm.8: up to 1.5
crypto/external/bsd/heimdal/dist/kcm/kcm_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/main.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/protocol.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/renew.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/sessions.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kdc/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kdc/announce.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/connect.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/default_config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/digest-service.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/digest.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/headers.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hprop.8: up to 1.5
crypto/external/bsd/heimdal/dist/kdc/hprop.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hprop.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hpropd.8: up to 1.4
crypto/external/bsd/heimdal/dist/kdc/hpropd.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc-replay.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc-tester.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc.8: up to 1.5
crypto/external/bsd/heimdal/dist/kdc/kdc.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kerberos5.c: up to 1.7
crypto/external/bsd/heimdal/dist/kdc/krb5tgs.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kstash.8: up to 1.4
crypto/external/bsd/heimdal/dist/kdc/kstash.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kx509.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/main.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/misc.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/mit_dump.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/pkinit-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/pkinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/process.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/set_dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/string2key.8: up to 1.4
crypto/external/bsd/heimdal/dist/kdc/string2key.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/windc.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/windc_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd-generator.c: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.1: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.c: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.8: up to 1.4
crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.c: up to 1.4
crypto/external/bsd/heimdal/dist/krb5.conf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kuser/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kuser/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/generate-requests.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/heimtools-commands.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/kuser/heimtools-version.rc: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/kuser/heimtools.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kcc-commands.in delete
crypto/external/bsd/heimdal/dist/kuser/kcc-version.rc delete
crypto/external/bsd/heimdal/dist/kuser/kcc.c delete
crypto/external/bsd/heimdal/dist/kuser/kcpytkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdecode_ticket.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdeltkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdestroy.1: up to 1.5
crypto/external/bsd/heimdal/dist/kuser/kdestroy.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdigest.8: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdigest.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kgetcred.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kgetcred.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kimpersonate.8: up to 1.5
crypto/external/bsd/heimdal/dist/kuser/kimpersonate.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kinit.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/klist.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/klist.c: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kswitch.1: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kswitch.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kuser_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kverify.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kvno.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/45/NTMakefile delete
crypto/external/bsd/heimdal/dist/lib/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1-template.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1_gen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1_print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-der.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-gen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_cmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_format.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_get.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_length.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_put.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/digest.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/extra.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/fuzzer.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/asn1/gen_decode.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_encode.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_length.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_locl.h: up to 1.3
crypto/external/bsd/heimdal/dist/lib/asn1/gen_seq.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/krb5.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/lex.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/lex.l: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/libasn1-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/asn1/main.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/asn1/pkinit.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/pku2u.asn1: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/asn1/rfc2459.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/roken_rename.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/symbol.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/symbol.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/test.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/test.opt: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/asn1/timegm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/Makefile.am: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/base/NTMakefile: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/base/array.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/baselocl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/bool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/bsearch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/data.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/dict.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/dll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbase.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbase.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbasepriv.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimqueue.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/json.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/number.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/roken_rename.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/string.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/test_base.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/version-script.map: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/com_err/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/com_right.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/compile_et.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/com_err/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/lex.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/parse.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gen-oid.pl: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gss-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gss_acquire_cred.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi.3: up to 1.5
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_krb5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_oid.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi_mech.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gsstool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/8003.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/aeap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/authorize_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/cfx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/copy_ccache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/decapsulate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/encapsulate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/get_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/gsskrb5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/init_sec_context.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_names_for_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/pname_to_uid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/prf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/sequence.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_cred_option.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_sec_context_option.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cfx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_kcred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/unwrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/verify_mic.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/libgssapi-exports.def: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/compat.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/cred.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_with_password.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred_with_password.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_oid_set_member.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_aeap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_authorize_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_buffer_set.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_decapsulate_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_name_attribute.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_destroy_cred.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_status.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_encapsulate_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name_composite.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_name_attribute.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_indicate_mechs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_krb5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mech_switch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_names.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid_equal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_release_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_cred_option.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_name_attribute.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_test_oid_set_member.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_unwrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_verify_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap_size_limit.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gssapi.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech.5: up to 1.5
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/accept_sec_context.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/acquire_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/add_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/canonicalize_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/compare_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/display_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/duplicate_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/export_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/init_sec_context.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred_by_mech.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_mechs_for_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/creds.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/iter_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/kdc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/oid.txt: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/compat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/context_stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/cred_stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/spnego_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_add_store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_kcred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_ntlm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/version-script.map: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/aes.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia-ntt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/des.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/destest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-ltm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-tfm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dllmain.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ecdsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-crypt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/example_evp_cipher.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/hash.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/hmac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libhcrypto-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_invmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_montgomery_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_high_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_2expt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_abs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_addmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_and.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clamp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear_multi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_mag.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cnt_lsb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_count_bits.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_is_modulus.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_expt_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod_fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exteuclid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_find_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fread.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fwrite.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_gcd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_get_int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_grow.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_multi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set_int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod_slow.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_is_square.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_isprime.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_jacobi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_mul.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lcm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lshd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_2d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_calc_normalization.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mulmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_n_root.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_neg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_or.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_fermat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_divisible.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_miller_rabin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_next_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_rabin_miller_trials.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_random_ex.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_smap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_radix.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_signed_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_unsigned_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_l.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup_l.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k_l.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rshd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set_int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_shrink.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_signed_bin_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_submod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin_n.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin_n.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_mul.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix_n.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_unsigned_bin_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_xor.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero_multi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_prime_tab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_reverse.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_add.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_exptmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_high_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sub.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bncore.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/demo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/timing.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/2kprime.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/drprime.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mersenne.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mont.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/pprime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/timer.asm: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/tune.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/gen.pl: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/README: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/index.html: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/makefile.cygwin_dll: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/logtab.h: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-config.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-types.h: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mtest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pics/makefile: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pretty.build: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_class.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_superclass.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5crypt_test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/mdtest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/passwd_dlg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-egd.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-fortuna.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-timer.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-unix.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/randi.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc4.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rctest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rijndael-alg-fst.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rnd_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-gmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-ltm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-tfm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha256.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha512.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bulk.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_cipher.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_crypto.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_dh.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_engine_dso.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_hmac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/undef.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/validate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hdb/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/db3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-ldap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mdb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mitdb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-sqlite.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.schema: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/keys.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hdb/keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/libhdb-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hdb/mkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbkeys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbplugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_mkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/heimdal/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/heimdal/dllmain.c delete
crypto/external/bsd/heimdal/dist/lib/hx509/ChangeLog: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ca.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/cert.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/char_map.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/cms.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/collector.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/crypto-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/data/mkcert.sh: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/openssl.cnf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/env.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hx509.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hx509_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/hx_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hxtool-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/hxtool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/keyset.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_dir.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_keychain.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_p11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_p12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/libhx509-exports.def: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/lock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ref/pkcs11.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/revoke.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/sel-lex.l: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/sel.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/sel.h: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_ca.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_cert.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_chain.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_cms.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_expr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_nist.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_nist2.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_nist_pkcs12.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_soft_pkcs11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ipc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ipc/client.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/heim-ipc.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/server.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/tc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/ts-http.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/ts.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/kadm5/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ad.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/kadm5/admin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/common_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/context_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/create_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/create_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/default_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/delete_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ent_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_princs_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/init_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/init_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.8: up to 1.6
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.8: up to 1.5
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_master.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_slave.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/libkadm5srv-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/marshall.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/modify_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/password_quality.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/private.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/rename_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/send_recv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/set_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/setkey3_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/test_pw_quality.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/version-script-client.map: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/kadm5/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kafs/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/kafs/afskrb5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/afssys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/rxkad_kdf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kdfs/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kdfs/k5dfspag.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/krb5/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/acache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/addr_families.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/aes-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/an2ln_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/aname_to_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/appdefault.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/asn1_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/auth_context.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/build_auth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/cache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/changepw.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/codec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/config_reg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/constants.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/context.c: up to 1.6
crypto/external/bsd/heimdal/dist/lib/krb5/convert_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/copy_host_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha1.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes.c delete
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-algs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des-common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des3.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-evp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-pk.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/data.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/dcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/deprecated.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/derived-key-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/digest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/dll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/eai_to_heim_errno.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/enomem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/error_string.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/expand_hostname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/expand_path.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/fcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/generate_subkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_addrs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_default_principal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_default_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_for_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_host_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_in_tkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/heim_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/init_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/init_creds_pw.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kcm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kerberos.8: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keyblock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_any.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_keyfile.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_memory.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5-plugin.7: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5.conf.5: up to 1.6
crypto/external/bsd/heimdal/dist/lib/krb5/krb5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_auth_context.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_check_transited.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_create_checksum.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_digest.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_encrypt.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_init_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_init_context.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_mk_req.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_parse_name.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_set_default_realm.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_timeofday.3: up to 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/krbhst.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kuserok.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kuserok_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/libkrb5-exports.def.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/locate_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/misc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mit_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_priv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_rep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_req_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_safe.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/n-fold-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/n-fold.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/net_read.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/net_write.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pac.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/padata.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pkinit-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pkinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/principal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pseudo-random-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_priv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_rep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_req.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_safe.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/recvauth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/replay.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha1.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes.c delete
crypto/external/bsd/heimdal/dist/lib/krb5/salt-arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-des3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/scache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c: up to 1.7
crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/sendauth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/set_default_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/sp800-108-kdf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-int.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_emem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_fd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_sock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/string-to-key-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_alname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_ap-req.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_canon.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_cc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_config.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto_wrapping.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_expand_toks.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_fx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_gic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_kuserok.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_pac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_pknistkdf.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/test_plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_rfc3961.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_set_kvno0.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_store.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_x500.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/transited.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_init.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_krb5_conf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_user.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/version-script.map: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/warn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/ntlm/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/apop.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/digest.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/heim-auth.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/heimntlm.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm_err.et: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/test_commonauth.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/test_ntlm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/otp/otp_md.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otptest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ChangeLog: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/roken/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/bswap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/cloexec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/concat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ct.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/daemon.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/detach.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dirent-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dirent.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dlfcn.hin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/dlfcn_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dumpdata.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ecalloc.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/err.hin: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/fnmatch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/get_window_size.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/roken/getaddrinfo_hostspec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getarg.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getarg.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/roken/getcap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/glob.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/hex-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/hex.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/issuid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/memset_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/mkdir.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ndbm_wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_bytes-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_time-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_time.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_units.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/qsort.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/realloc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rename.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/resolve-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/resolve.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/roken/rkpty.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/roken-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/roken.awk: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in: up to 1.4
crypto/external/bsd/heimdal/dist/lib/roken/roken_gethostby.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rtbl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rtbl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/search.hin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/sendmsg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/simple_exec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/simple_exec_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/sleep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/snprintf-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/snprintf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/socket.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/socket_wrapper.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/sockstartup_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/stdint.hin: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/roken/strftime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/strsep_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/strtoll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/strtoull.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/syslogc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-detach.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-mini_inetd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/tsearch-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/tsearch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/unvis.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/roken/win32_alloc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/write_pid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/sl/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/sl/sl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/sl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/vers/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/vers/print_version.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/wind/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/wind/bidi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/combining.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/errorlist.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/gen-bidi.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-combining.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-errorlist.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-normalize.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/ldap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/libwind-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/wind/map.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/normalize.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/stringprep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-bidi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-ldap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-normalize.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-prohibited.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-utf8.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/utf8.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/packages/mac/Resources/English.lproj/Welcome.rtf: up to 1.2
crypto/external/bsd/heimdal/dist/packages/mac/mac.sh: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/packages/windows/NTMakefile: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/assembly/Heimdal.Kerberos.manifest.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/assembly/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/assembly/policy.Heimdal.Kerberos.in: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-assemblies.wxs: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-command.wxs: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-gss.wxs: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-installer.wxs: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-policy.wxs: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.bmp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.png: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.bmp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.png: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/lang/en-us.wxl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/sdk/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/po/heimdal_krb5/heimdal_krb5.pot: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/po/heimdal_krb5/sv_SE.po: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/bin/Makefile.am: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/bin/intr.c: up to 1.2
crypto/external/bsd/heimdal/dist/tests/bin/setup-env.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/can/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/check-can.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/mit-pkinit-20070607.xf: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/test_can.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/db/add-modify-delete.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/check-aliases.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/check-dbinfo.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/have-db.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/db/krb5-mit.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/krb5.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/loaddump-db.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/gss/check-basic.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-context.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-gssmask.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-ntlm.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-spnego.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/gss/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/java/check-kinit.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/jaas.conf: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/an2ln-db.txt: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-authz.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-canon.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-cc.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-delegation.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-des.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-digest.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-fast.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-hdb-mitdb.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-iprop.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-kadmin.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-kdc.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-kinit.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-kpasswdd.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-pkinit.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-referral.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-tester.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-uu.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.kadm5: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.mkey: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/heimdal.acl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/k5login/foo: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester1.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester2.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester3.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester4.json.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz2.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon2.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-hdb-mitdb.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-pkinit.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.keys.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/leaks-kill.sh: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/wait-kdc.sh: up to 1.2
crypto/external/bsd/heimdal/dist/tests/ldap/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/ldap/check-ldap.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/slapd-init.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/slapd.conf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/plugin/check-pac.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/plugin/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/plugin/windc.c: up to 1.2
crypto/external/bsd/heimdal/dist/tools/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tools/heimdal-gssapi.pc.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-client.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-server.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/heimdal-krb5.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kadm-client.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kadm-server.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kafs.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/krb5-config.1: up to 1.2
crypto/external/bsd/heimdal/dist/tools/krb5-config.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tools/krb5-gssapi.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/krb5.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/windows/NTMakefile.config: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/windows/NTMakefile.version: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/windows/NTMakefile.w32: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/windows/README delete
crypto/external/bsd/heimdal/dist/windows/README.md: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/windows/maint.el delete
crypto/external/bsd/heimdal/dist/windows/version.rc: up to 1.1.1.2
crypto/external/bsd/heimdal/heimdal2netbsd: up to 1.8
crypto/external/bsd/heimdal/include/config.h: up to 1.8 via patch
crypto/external/bsd/heimdal/include/der-private.h: up to 1.2
crypto/external/bsd/heimdal/include/der-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/gsskrb5-private.h: up to 1.3
crypto/external/bsd/heimdal/include/hdb-private.h: up to 1.2
crypto/external/bsd/heimdal/include/hdb-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/heimntlm-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/hx509-private.h: up to 1.3
crypto/external/bsd/heimdal/include/hx509-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kadm5-private.h: up to 1.2
crypto/external/bsd/heimdal/include/kadm5-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kcm-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kdc-private.h: up to 1.3
crypto/external/bsd/heimdal/include/kdc-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/krb5-private.h: up to 1.3
crypto/external/bsd/heimdal/include/krb5-protos.h: up to 1.4
crypto/external/bsd/heimdal/include/krb5-types.h: up to 1.7
crypto/external/bsd/heimdal/include/ntlm-private.h: up to 1.3
crypto/external/bsd/heimdal/include/roken.h: up to 1.7
crypto/external/bsd/heimdal/include/spnego-private.h: up to 1.2
crypto/external/bsd/heimdal/include/version.h: up to 1.3
crypto/external/bsd/heimdal/lib/libasn1/Makefile: up to 1.5
crypto/external/bsd/heimdal/lib/libasn1/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libcom_err/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libgssapi/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libgssapi/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libhdb/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libhdb/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libheimbase/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libheimbase/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libheimntlm/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libheimntlm/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libhx509/Makefile: up to 1.5
crypto/external/bsd/heimdal/lib/libhx509/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkadm5clnt/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkadm5clnt/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libkadm5srv/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkafs/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkafs/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkdc/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkdc/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkrb5/Makefile: up to 1.11
crypto/external/bsd/heimdal/lib/libkrb5/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libroken/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libroken/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libsl/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libsl/slc/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libwind/shlib_version: up to 1.2
crypto/external/bsd/heimdal/libexec/Makefile.inc: up to 1.5
crypto/external/bsd/heimdal/sbin/Makefile.inc: up to 1.4
crypto/external/bsd/heimdal/sbin/kadmin/Makefile: up to 1.3
crypto/external/bsd/heimdal/sbin/kdigest/Makefile: up to 1.3
crypto/external/bsd/heimdal/sbin/ktutil/Makefile: up to 1.3
distrib/sets/lists/base/ad.mips64eb: patch
distrib/sets/lists/base/ad.mips64el: patch
distrib/sets/lists/base/md.amd64: patch
distrib/sets/lists/base/md.sparc64: patch
distrib/sets/lists/base/mi: patch
distrib/sets/lists/base/shl.mi: patch
distrib/sets/lists/comp/ad.mips64eb: patch
distrib/sets/lists/comp/ad.mips64el patch
distrib/sets/lists/comp/md.amd64: patch
distrib/sets/lists/comp/md.sparc64: patch
distrib/sets/lists/comp/mi: patch
distrib/sets/lists/comp/shl.mi: patch
distrib/sets/lists/man/mi: patch
external/bsd/bind/Makefile.inc: 1.25 via patch
external/gpl2/xcvs/bin/xcvs/Makefile: 1.5
libexec/telnetd/Makefile: 1.50
share/mk/bsd.prog.mk: 1.301
usr.bin/passwd/Makefile: 1.45 via patch
usr.bin/telnet/Makefile: 1.51
usr.sbin/racoon/Makefile: 1.28
Update Heimdal to 7.1.
 1.49.8.1 30-Aug-2017  snj Pull up following revision(s) (requested by mrg in ticket #1493):
crypto/external/bsd/heimdal/Makefile.inc: up to 1.3
crypto/external/bsd/heimdal/Makefile.rules.inc: up to 1.8
crypto/external/bsd/heimdal/bin/Makefile: up to 1.2
crypto/external/bsd/heimdal/bin/Makefile.inc: up to 1.3
crypto/external/bsd/heimdal/bin/kcc/Makefile: up to 1.3
crypto/external/bsd/heimdal/bin/krb5-config/Makefile: up to 1.3
crypto/external/bsd/heimdal/bin/kvno/Makefile: up to 1.1
crypto/external/bsd/heimdal/bin/kvno/kvno.1: up to 1.1
crypto/external/bsd/heimdal/dist/LICENSE: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/NEWS: up to 1.2
crypto/external/bsd/heimdal/dist/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/README.fast: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/admin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/admin/add.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/change.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/get.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/ktutil-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/admin/ktutil.1: up to 1.2
crypto/external/bsd/heimdal/dist/admin/ktutil.8 delete
crypto/external/bsd/heimdal/dist/admin/ktutil.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/list.c: up to 1.2
crypto/external/bsd/heimdal/dist/appveyor.yml: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/autogen.sh: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/base/Makefile.am delete
crypto/external/bsd/heimdal/dist/base/NTMakefile delete
crypto/external/bsd/heimdal/dist/base/array.c delete
crypto/external/bsd/heimdal/dist/base/baselocl.h delete
crypto/external/bsd/heimdal/dist/base/bool.c delete
crypto/external/bsd/heimdal/dist/base/dict.c delete
crypto/external/bsd/heimdal/dist/base/heimbase.c delete
crypto/external/bsd/heimdal/dist/base/heimbase.h delete
crypto/external/bsd/heimdal/dist/base/heimbasepriv.h delete
crypto/external/bsd/heimdal/dist/base/heimqueue.h delete
crypto/external/bsd/heimdal/dist/base/json.c delete
crypto/external/bsd/heimdal/dist/base/null.c delete
crypto/external/bsd/heimdal/dist/base/number.c delete
crypto/external/bsd/heimdal/dist/base/roken_rename.h delete
crypto/external/bsd/heimdal/dist/base/string.c delete
crypto/external/bsd/heimdal/dist/base/test_base.c delete
crypto/external/bsd/heimdal/dist/base/version-script.map delete
crypto/external/bsd/heimdal/dist/cf/Makefile.am.common: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/check-compile-et.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/check-getpwnam_r-posix.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/check-man.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/check-x.m4 delete
crypto/external/bsd/heimdal/dist/cf/check-xau.m4 delete
crypto/external/bsd/heimdal/dist/cf/crypto.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/db.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/dispatch.m4: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/dlopen.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/find-func-no-libs2.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/install-catman.sh: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/krb-ipv6.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/krb-prog-perl.m4: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/cf/make-proto.pl: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/maybe-valgrind.sh: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/misc.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/proto-compat.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/pthreads.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/retsigtype.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/roken-frag.m4: up to 1.2
crypto/external/bsd/heimdal/dist/cf/roken-h-process.pl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/sunos.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/test-package.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/valgrind-suppressions: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/version-script.m4: up to 1.2
crypto/external/bsd/heimdal/dist/cf/wflags.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/with-all.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/configure.ac: up to 1.2
crypto/external/bsd/heimdal/dist/doc/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/doc/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/ack.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/base.din: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/doc/base.hhp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/doc/copyright.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/doxytmpl.dxy: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/heimdal.hhp: up to 1.2
crypto/external/bsd/heimdal/dist/doc/heimdal.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/hx509.hhp: up to 1.2
crypto/external/bsd/heimdal/dist/doc/hx509.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/intro.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/kerberos4.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/migration.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/oid.txt delete
crypto/external/bsd/heimdal/dist/doc/setup.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/vars.tin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/whatis.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/win2k.texi: up to 1.2
crypto/external/bsd/heimdal/dist/etc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/include/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/bits.c: up to 1.2
crypto/external/bsd/heimdal/dist/include/config.h.w32: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/include/crypto-headers.h: up to 1.2
crypto/external/bsd/heimdal/dist/include/gssapi/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/include/heim_threads.h: up to 1.2
crypto/external/bsd/heimdal/dist/include/kadm5/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/krb5-types.cross: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kadmin/add-random-users.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/add_enctype.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/ank.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/check.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/cpw.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/del_enctype.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/dump.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/get.c: up to 1.4
crypto/external/bsd/heimdal/dist/kadmin/init.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadm_conn.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/kadmin/kadmin.1: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin.8 delete
crypto/external/bsd/heimdal/dist/kadmin/kadmin.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmind.8: up to 1.5
crypto/external/bsd/heimdal/dist/kadmin/kadmind.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/load.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/mod.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/rpc.c: up to 1.3
crypto/external/bsd/heimdal/dist/kadmin/server.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/stash.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/util.c: up to 1.4
crypto/external/bsd/heimdal/dist/kcm/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kcm/acquire.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/cache.c: up to 1.3
crypto/external/bsd/heimdal/dist/kcm/client.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/connect.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/events.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/kcm.8: up to 1.5
crypto/external/bsd/heimdal/dist/kcm/kcm_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/main.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/protocol.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/renew.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/sessions.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kdc/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kdc/announce.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/connect.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/default_config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/digest-service.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/digest.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/headers.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hprop.8: up to 1.5
crypto/external/bsd/heimdal/dist/kdc/hprop.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hprop.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hpropd.8: up to 1.4
crypto/external/bsd/heimdal/dist/kdc/hpropd.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc-replay.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc-tester.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc.8: up to 1.5
crypto/external/bsd/heimdal/dist/kdc/kdc.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kerberos5.c: up to 1.7
crypto/external/bsd/heimdal/dist/kdc/krb5tgs.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kstash.8: up to 1.4
crypto/external/bsd/heimdal/dist/kdc/kstash.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kx509.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/main.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/misc.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/mit_dump.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/pkinit-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/pkinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/process.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/set_dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/string2key.8: up to 1.4
crypto/external/bsd/heimdal/dist/kdc/string2key.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/windc.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/windc_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd-generator.c: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.1: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.c: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.8: up to 1.4
crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.c: up to 1.4
crypto/external/bsd/heimdal/dist/krb5.conf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kuser/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kuser/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/generate-requests.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/heimtools-commands.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/kuser/heimtools-version.rc: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/kuser/heimtools.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kcc-commands.in delete
crypto/external/bsd/heimdal/dist/kuser/kcc-version.rc delete
crypto/external/bsd/heimdal/dist/kuser/kcc.c delete
crypto/external/bsd/heimdal/dist/kuser/kcpytkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdecode_ticket.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdeltkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdestroy.1: up to 1.5
crypto/external/bsd/heimdal/dist/kuser/kdestroy.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdigest.8: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdigest.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kgetcred.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kgetcred.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kimpersonate.8: up to 1.5
crypto/external/bsd/heimdal/dist/kuser/kimpersonate.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kinit.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/klist.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/klist.c: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kswitch.1: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kswitch.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kuser_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kverify.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kvno.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/45/NTMakefile delete
crypto/external/bsd/heimdal/dist/lib/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1-template.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1_gen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1_print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-der.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-gen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_cmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_format.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_get.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_length.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_put.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/digest.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/extra.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/fuzzer.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/asn1/gen_decode.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_encode.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_length.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_locl.h: up to 1.3
crypto/external/bsd/heimdal/dist/lib/asn1/gen_seq.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/krb5.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/lex.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/lex.l: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/libasn1-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/asn1/main.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/asn1/pkinit.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/pku2u.asn1: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/asn1/rfc2459.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/roken_rename.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/symbol.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/symbol.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/test.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/test.opt: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/asn1/timegm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/Makefile.am: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/base/NTMakefile: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/base/array.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/baselocl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/bool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/bsearch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/data.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/dict.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/dll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbase.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbase.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbasepriv.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimqueue.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/json.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/number.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/roken_rename.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/string.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/test_base.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/version-script.map: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/com_err/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/com_right.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/compile_et.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/com_err/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/lex.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/parse.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gen-oid.pl: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gss-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gss_acquire_cred.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi.3: up to 1.5
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_krb5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_oid.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi_mech.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gsstool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/8003.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/aeap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/authorize_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/cfx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/copy_ccache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/decapsulate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/encapsulate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/get_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/gsskrb5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/init_sec_context.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_names_for_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/pname_to_uid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/prf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/sequence.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_cred_option.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_sec_context_option.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cfx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_kcred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/unwrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/verify_mic.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/libgssapi-exports.def: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/compat.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/cred.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_with_password.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred_with_password.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_oid_set_member.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_aeap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_authorize_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_buffer_set.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_decapsulate_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_name_attribute.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_destroy_cred.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_status.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_encapsulate_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name_composite.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_name_attribute.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_indicate_mechs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_krb5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mech_switch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_names.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid_equal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_release_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_cred_option.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_name_attribute.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_test_oid_set_member.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_unwrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_verify_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap_size_limit.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gssapi.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech.5: up to 1.5
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/accept_sec_context.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/acquire_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/add_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/canonicalize_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/compare_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/display_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/duplicate_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/export_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/init_sec_context.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred_by_mech.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_mechs_for_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/creds.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/iter_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/kdc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/oid.txt: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/compat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/context_stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/cred_stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/spnego_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_add_store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_kcred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_ntlm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/version-script.map: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/aes.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia-ntt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/des.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/destest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-ltm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-tfm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dllmain.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ecdsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-crypt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/example_evp_cipher.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/hash.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/hmac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libhcrypto-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_invmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_montgomery_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_high_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_2expt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_abs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_addmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_and.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clamp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear_multi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_mag.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cnt_lsb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_count_bits.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_is_modulus.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_expt_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod_fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exteuclid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_find_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fread.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fwrite.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_gcd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_get_int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_grow.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_multi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set_int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod_slow.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_is_square.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_isprime.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_jacobi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_mul.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lcm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lshd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_2d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_calc_normalization.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mulmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_n_root.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_neg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_or.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_fermat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_divisible.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_miller_rabin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_next_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_rabin_miller_trials.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_random_ex.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_smap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_radix.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_signed_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_unsigned_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_l.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup_l.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k_l.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rshd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set_int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_shrink.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_signed_bin_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_submod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin_n.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin_n.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_mul.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix_n.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_unsigned_bin_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_xor.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero_multi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_prime_tab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_reverse.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_add.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_exptmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_high_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sub.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bncore.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/demo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/timing.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/2kprime.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/drprime.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mersenne.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mont.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/pprime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/timer.asm: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/tune.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/gen.pl: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/README: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/index.html: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/makefile.cygwin_dll: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/logtab.h: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-config.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-types.h: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mtest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pics/makefile: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pretty.build: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_class.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_superclass.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5crypt_test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/mdtest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/passwd_dlg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-egd.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-fortuna.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-timer.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-unix.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/randi.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc4.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rctest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rijndael-alg-fst.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rnd_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-gmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-ltm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-tfm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha256.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha512.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bulk.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_cipher.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_crypto.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_dh.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_engine_dso.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_hmac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/undef.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/validate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hdb/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/db3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-ldap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mdb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mitdb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-sqlite.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.schema: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/keys.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hdb/keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/libhdb-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hdb/mkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbkeys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbplugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_mkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/heimdal/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/heimdal/dllmain.c delete
crypto/external/bsd/heimdal/dist/lib/hx509/ChangeLog: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ca.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/cert.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/char_map.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/cms.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/collector.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/crypto-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/data/mkcert.sh: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/openssl.cnf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/env.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hx509.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hx509_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/hx_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hxtool-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/hxtool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/keyset.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_dir.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_keychain.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_p11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_p12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/libhx509-exports.def: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/lock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ref/pkcs11.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/revoke.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/sel-lex.l: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/sel.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/sel.h: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_ca.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_cert.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_chain.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_cms.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_expr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_nist.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_nist2.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_nist_pkcs12.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_soft_pkcs11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ipc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ipc/client.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/heim-ipc.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/server.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/tc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/ts-http.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/ts.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/kadm5/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ad.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/kadm5/admin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/common_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/context_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/create_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/create_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/default_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/delete_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ent_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_princs_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/init_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/init_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.8: up to 1.6
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.8: up to 1.5
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_master.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_slave.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/libkadm5srv-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/marshall.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/modify_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/password_quality.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/private.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/rename_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/send_recv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/set_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/setkey3_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/test_pw_quality.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/version-script-client.map: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/kadm5/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kafs/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/kafs/afskrb5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/afssys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/rxkad_kdf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kdfs/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kdfs/k5dfspag.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/krb5/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/acache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/addr_families.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/aes-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/an2ln_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/aname_to_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/appdefault.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/asn1_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/auth_context.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/build_auth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/cache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/changepw.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/codec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/config_reg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/constants.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/context.c: up to 1.6
crypto/external/bsd/heimdal/dist/lib/krb5/convert_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/copy_host_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha1.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes.c delete
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-algs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des-common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des3.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-evp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-pk.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/data.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/dcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/deprecated.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/derived-key-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/digest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/dll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/eai_to_heim_errno.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/enomem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/error_string.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/expand_hostname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/expand_path.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/fcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/generate_subkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_addrs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_default_principal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_default_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_for_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_host_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_in_tkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/heim_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/init_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/init_creds_pw.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kcm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kerberos.8: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keyblock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_any.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_keyfile.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_memory.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5-plugin.7: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5.conf.5: up to 1.6
crypto/external/bsd/heimdal/dist/lib/krb5/krb5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_auth_context.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_check_transited.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_create_checksum.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_digest.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_encrypt.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_init_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_init_context.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_mk_req.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_parse_name.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_set_default_realm.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_timeofday.3: up to 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/krbhst.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kuserok.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kuserok_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/libkrb5-exports.def.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/locate_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/misc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mit_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_priv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_rep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_req_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_safe.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/n-fold-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/n-fold.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/net_read.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/net_write.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pac.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/padata.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pkinit-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pkinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/principal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pseudo-random-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_priv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_rep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_req.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_safe.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/recvauth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/replay.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha1.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes.c delete
crypto/external/bsd/heimdal/dist/lib/krb5/salt-arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-des3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/scache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c: up to 1.7
crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/sendauth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/set_default_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/sp800-108-kdf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-int.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_emem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_fd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_sock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/string-to-key-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_alname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_ap-req.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_canon.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_cc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_config.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto_wrapping.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_expand_toks.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_fx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_gic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_kuserok.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_pac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_pknistkdf.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/test_plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_rfc3961.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_set_kvno0.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_store.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_x500.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/transited.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_init.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_krb5_conf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_user.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/version-script.map: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/warn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/ntlm/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/apop.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/digest.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/heim-auth.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/heimntlm.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm_err.et: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/test_commonauth.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/test_ntlm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/otp/otp_md.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otptest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ChangeLog: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/roken/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/bswap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/cloexec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/concat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ct.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/daemon.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/detach.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dirent-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dirent.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dlfcn.hin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/dlfcn_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dumpdata.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ecalloc.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/err.hin: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/fnmatch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/get_window_size.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/roken/getaddrinfo_hostspec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getarg.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getarg.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/roken/getcap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/glob.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/hex-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/hex.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/issuid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/memset_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/mkdir.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ndbm_wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_bytes-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_time-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_time.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_units.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/qsort.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/realloc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rename.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/resolve-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/resolve.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/roken/rkpty.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/roken-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/roken.awk: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in: up to 1.4
crypto/external/bsd/heimdal/dist/lib/roken/roken_gethostby.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rtbl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rtbl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/search.hin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/sendmsg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/simple_exec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/simple_exec_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/sleep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/snprintf-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/snprintf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/socket.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/socket_wrapper.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/sockstartup_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/stdint.hin: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/roken/strftime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/strsep_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/strtoll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/strtoull.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/syslogc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-detach.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-mini_inetd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/tsearch-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/tsearch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/unvis.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/roken/win32_alloc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/write_pid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/sl/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/sl/sl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/sl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/vers/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/vers/print_version.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/wind/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/wind/bidi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/combining.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/errorlist.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/gen-bidi.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-combining.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-errorlist.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-normalize.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/ldap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/libwind-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/wind/map.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/normalize.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/stringprep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-bidi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-ldap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-normalize.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-prohibited.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-utf8.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/utf8.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/packages/mac/Resources/English.lproj/Welcome.rtf: up to 1.2
crypto/external/bsd/heimdal/dist/packages/mac/mac.sh: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/packages/windows/NTMakefile: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/assembly/Heimdal.Kerberos.manifest.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/assembly/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/assembly/policy.Heimdal.Kerberos.in: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-assemblies.wxs: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-command.wxs: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-gss.wxs: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-installer.wxs: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-policy.wxs: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.bmp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.png: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.bmp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.png: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/lang/en-us.wxl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/sdk/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/po/heimdal_krb5/heimdal_krb5.pot: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/po/heimdal_krb5/sv_SE.po: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/bin/Makefile.am: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/bin/intr.c: up to 1.2
crypto/external/bsd/heimdal/dist/tests/bin/setup-env.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/can/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/check-can.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/mit-pkinit-20070607.xf: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/test_can.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/db/add-modify-delete.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/check-aliases.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/check-dbinfo.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/have-db.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/db/krb5-mit.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/krb5.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/loaddump-db.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/gss/check-basic.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-context.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-gssmask.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-ntlm.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-spnego.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/gss/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/java/check-kinit.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/jaas.conf: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/an2ln-db.txt: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-authz.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-canon.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-cc.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-delegation.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-des.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-digest.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-fast.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-hdb-mitdb.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-iprop.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-kadmin.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-kdc.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-kinit.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-kpasswdd.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-pkinit.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-referral.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-tester.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-uu.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.kadm5: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.mkey: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/heimdal.acl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/k5login/foo: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester1.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester2.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester3.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester4.json.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz2.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon2.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-hdb-mitdb.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-pkinit.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.keys.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/leaks-kill.sh: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/wait-kdc.sh: up to 1.2
crypto/external/bsd/heimdal/dist/tests/ldap/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/ldap/check-ldap.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/slapd-init.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/slapd.conf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/plugin/check-pac.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/plugin/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/plugin/windc.c: up to 1.2
crypto/external/bsd/heimdal/dist/tools/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tools/heimdal-gssapi.pc.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-client.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-server.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/heimdal-krb5.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kadm-client.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kadm-server.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kafs.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/krb5-config.1: up to 1.2
crypto/external/bsd/heimdal/dist/tools/krb5-config.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tools/krb5-gssapi.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/krb5.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/windows/NTMakefile.config: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/windows/NTMakefile.version: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/windows/NTMakefile.w32: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/windows/README delete
crypto/external/bsd/heimdal/dist/windows/README.md: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/windows/maint.el delete
crypto/external/bsd/heimdal/dist/windows/version.rc: up to 1.1.1.2
crypto/external/bsd/heimdal/heimdal2netbsd: up to 1.8
crypto/external/bsd/heimdal/include/config.h: up to 1.8 via patch
crypto/external/bsd/heimdal/include/der-private.h: up to 1.2
crypto/external/bsd/heimdal/include/der-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/gsskrb5-private.h: up to 1.3
crypto/external/bsd/heimdal/include/hdb-private.h: up to 1.2
crypto/external/bsd/heimdal/include/hdb-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/heimntlm-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/hx509-private.h: up to 1.3
crypto/external/bsd/heimdal/include/hx509-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kadm5-private.h: up to 1.2
crypto/external/bsd/heimdal/include/kadm5-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kcm-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kdc-private.h: up to 1.3
crypto/external/bsd/heimdal/include/kdc-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/krb5-private.h: up to 1.3
crypto/external/bsd/heimdal/include/krb5-protos.h: up to 1.4
crypto/external/bsd/heimdal/include/krb5-types.h: up to 1.7
crypto/external/bsd/heimdal/include/ntlm-private.h: up to 1.3
crypto/external/bsd/heimdal/include/roken.h: up to 1.7
crypto/external/bsd/heimdal/include/spnego-private.h: up to 1.2
crypto/external/bsd/heimdal/include/version.h: up to 1.3
crypto/external/bsd/heimdal/lib/libasn1/Makefile: up to 1.5
crypto/external/bsd/heimdal/lib/libasn1/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libcom_err/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libgssapi/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libgssapi/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libhdb/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libhdb/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libheimbase/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libheimbase/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libheimntlm/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libheimntlm/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libhx509/Makefile: up to 1.5
crypto/external/bsd/heimdal/lib/libhx509/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkadm5clnt/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkadm5clnt/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libkadm5srv/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkafs/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkafs/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkdc/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkdc/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkrb5/Makefile: up to 1.11
crypto/external/bsd/heimdal/lib/libkrb5/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libroken/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libroken/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libsl/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libsl/slc/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libwind/shlib_version: up to 1.2
crypto/external/bsd/heimdal/libexec/Makefile.inc: up to 1.5
crypto/external/bsd/heimdal/sbin/Makefile.inc: up to 1.4
crypto/external/bsd/heimdal/sbin/kadmin/Makefile: up to 1.3
crypto/external/bsd/heimdal/sbin/kdigest/Makefile: up to 1.3
crypto/external/bsd/heimdal/sbin/ktutil/Makefile: up to 1.3
distrib/sets/lists/base/ad.mips64eb: patch
distrib/sets/lists/base/ad.mips64el: patch
distrib/sets/lists/base/md.amd64: patch
distrib/sets/lists/base/md.sparc64: patch
distrib/sets/lists/base/mi: patch
distrib/sets/lists/base/shl.mi: patch
distrib/sets/lists/comp/ad.mips64eb: patch
distrib/sets/lists/comp/ad.mips64el patch
distrib/sets/lists/comp/md.amd64: patch
distrib/sets/lists/comp/md.sparc64: patch
distrib/sets/lists/comp/mi: patch
distrib/sets/lists/comp/shl.mi: patch
distrib/sets/lists/man/mi: patch
external/bsd/bind/Makefile.inc: 1.25 via patch
external/gpl2/xcvs/bin/xcvs/Makefile: 1.5
libexec/telnetd/Makefile: 1.50
share/mk/bsd.prog.mk: 1.301
usr.bin/passwd/Makefile: 1.45 via patch
usr.bin/telnet/Makefile: 1.51
usr.sbin/racoon/Makefile: 1.28
Update Heimdal to 7.1.
 1.49.2.1 30-Aug-2017  snj Pull up following revision(s) (requested by mrg in ticket #1493):
crypto/external/bsd/heimdal/Makefile.inc: up to 1.3
crypto/external/bsd/heimdal/Makefile.rules.inc: up to 1.8
crypto/external/bsd/heimdal/bin/Makefile: up to 1.2
crypto/external/bsd/heimdal/bin/Makefile.inc: up to 1.3
crypto/external/bsd/heimdal/bin/kcc/Makefile: up to 1.3
crypto/external/bsd/heimdal/bin/krb5-config/Makefile: up to 1.3
crypto/external/bsd/heimdal/bin/kvno/Makefile: up to 1.1
crypto/external/bsd/heimdal/bin/kvno/kvno.1: up to 1.1
crypto/external/bsd/heimdal/dist/LICENSE: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/NEWS: up to 1.2
crypto/external/bsd/heimdal/dist/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/README.fast: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/admin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/admin/add.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/change.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/get.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/ktutil-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/admin/ktutil.1: up to 1.2
crypto/external/bsd/heimdal/dist/admin/ktutil.8 delete
crypto/external/bsd/heimdal/dist/admin/ktutil.c: up to 1.2
crypto/external/bsd/heimdal/dist/admin/list.c: up to 1.2
crypto/external/bsd/heimdal/dist/appveyor.yml: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/autogen.sh: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/base/Makefile.am delete
crypto/external/bsd/heimdal/dist/base/NTMakefile delete
crypto/external/bsd/heimdal/dist/base/array.c delete
crypto/external/bsd/heimdal/dist/base/baselocl.h delete
crypto/external/bsd/heimdal/dist/base/bool.c delete
crypto/external/bsd/heimdal/dist/base/dict.c delete
crypto/external/bsd/heimdal/dist/base/heimbase.c delete
crypto/external/bsd/heimdal/dist/base/heimbase.h delete
crypto/external/bsd/heimdal/dist/base/heimbasepriv.h delete
crypto/external/bsd/heimdal/dist/base/heimqueue.h delete
crypto/external/bsd/heimdal/dist/base/json.c delete
crypto/external/bsd/heimdal/dist/base/null.c delete
crypto/external/bsd/heimdal/dist/base/number.c delete
crypto/external/bsd/heimdal/dist/base/roken_rename.h delete
crypto/external/bsd/heimdal/dist/base/string.c delete
crypto/external/bsd/heimdal/dist/base/test_base.c delete
crypto/external/bsd/heimdal/dist/base/version-script.map delete
crypto/external/bsd/heimdal/dist/cf/Makefile.am.common: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/check-compile-et.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/check-getpwnam_r-posix.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/check-man.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/check-x.m4 delete
crypto/external/bsd/heimdal/dist/cf/check-xau.m4 delete
crypto/external/bsd/heimdal/dist/cf/crypto.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/db.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/dispatch.m4: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/dlopen.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/find-func-no-libs2.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/install-catman.sh: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/krb-ipv6.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/krb-prog-perl.m4: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/cf/make-proto.pl: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/maybe-valgrind.sh: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/misc.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/proto-compat.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/pthreads.m4: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/cf/retsigtype.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/roken-frag.m4: up to 1.2
crypto/external/bsd/heimdal/dist/cf/roken-h-process.pl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/cf/sunos.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/test-package.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/valgrind-suppressions: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/version-script.m4: up to 1.2
crypto/external/bsd/heimdal/dist/cf/wflags.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/cf/with-all.m4: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/configure.ac: up to 1.2
crypto/external/bsd/heimdal/dist/doc/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/doc/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/ack.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/base.din: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/doc/base.hhp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/doc/copyright.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/doxytmpl.dxy: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/heimdal.hhp: up to 1.2
crypto/external/bsd/heimdal/dist/doc/heimdal.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/hx509.hhp: up to 1.2
crypto/external/bsd/heimdal/dist/doc/hx509.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/intro.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/kerberos4.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/migration.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/oid.txt delete
crypto/external/bsd/heimdal/dist/doc/setup.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/vars.tin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/doc/whatis.texi: up to 1.2
crypto/external/bsd/heimdal/dist/doc/win2k.texi: up to 1.2
crypto/external/bsd/heimdal/dist/etc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/include/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/bits.c: up to 1.2
crypto/external/bsd/heimdal/dist/include/config.h.w32: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/include/crypto-headers.h: up to 1.2
crypto/external/bsd/heimdal/dist/include/gssapi/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/include/heim_threads.h: up to 1.2
crypto/external/bsd/heimdal/dist/include/kadm5/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/include/krb5-types.cross: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kadmin/add-random-users.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/add_enctype.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/ank.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/check.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/cpw.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/del_enctype.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/dump.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/get.c: up to 1.4
crypto/external/bsd/heimdal/dist/kadmin/init.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadm_conn.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/kadmin/kadmin.1: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin.8 delete
crypto/external/bsd/heimdal/dist/kadmin/kadmin.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmin_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/kadmind.8: up to 1.5
crypto/external/bsd/heimdal/dist/kadmin/kadmind.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/load.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/mod.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/rpc.c: up to 1.3
crypto/external/bsd/heimdal/dist/kadmin/server.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/stash.c: up to 1.2
crypto/external/bsd/heimdal/dist/kadmin/util.c: up to 1.4
crypto/external/bsd/heimdal/dist/kcm/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kcm/acquire.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/cache.c: up to 1.3
crypto/external/bsd/heimdal/dist/kcm/client.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/connect.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/events.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/kcm.8: up to 1.5
crypto/external/bsd/heimdal/dist/kcm/kcm_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/main.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/protocol.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/renew.c: up to 1.2
crypto/external/bsd/heimdal/dist/kcm/sessions.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kdc/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kdc/announce.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/connect.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/default_config.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/digest-service.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/digest.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/headers.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hprop.8: up to 1.5
crypto/external/bsd/heimdal/dist/kdc/hprop.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hprop.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/hpropd.8: up to 1.4
crypto/external/bsd/heimdal/dist/kdc/hpropd.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc-replay.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc-tester.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc.8: up to 1.5
crypto/external/bsd/heimdal/dist/kdc/kdc.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kdc_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kerberos5.c: up to 1.7
crypto/external/bsd/heimdal/dist/kdc/krb5tgs.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kstash.8: up to 1.4
crypto/external/bsd/heimdal/dist/kdc/kstash.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/kx509.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/main.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/misc.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/mit_dump.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/pkinit-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/pkinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/process.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/set_dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/string2key.8: up to 1.4
crypto/external/bsd/heimdal/dist/kdc/string2key.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/windc.c: up to 1.2
crypto/external/bsd/heimdal/dist/kdc/windc_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd-generator.c: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.1: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.c: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswd_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.8: up to 1.4
crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.c: up to 1.4
crypto/external/bsd/heimdal/dist/krb5.conf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kuser/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/kuser/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/generate-requests.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/heimtools-commands.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/kuser/heimtools-version.rc: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/kuser/heimtools.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kcc-commands.in delete
crypto/external/bsd/heimdal/dist/kuser/kcc-version.rc delete
crypto/external/bsd/heimdal/dist/kuser/kcc.c delete
crypto/external/bsd/heimdal/dist/kuser/kcpytkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdecode_ticket.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdeltkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdestroy.1: up to 1.5
crypto/external/bsd/heimdal/dist/kuser/kdestroy.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdigest.8: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kdigest.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kgetcred.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kgetcred.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kimpersonate.8: up to 1.5
crypto/external/bsd/heimdal/dist/kuser/kimpersonate.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kinit.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/klist.1: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/klist.c: up to 1.4
crypto/external/bsd/heimdal/dist/kuser/kswitch.1: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kswitch.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kuser_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kverify.c: up to 1.2
crypto/external/bsd/heimdal/dist/kuser/kvno.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/45/NTMakefile delete
crypto/external/bsd/heimdal/dist/lib/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1-template.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1_gen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1_print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-der.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-gen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/check-template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_cmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_format.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_get.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_length.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/der_put.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/digest.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/extra.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/fuzzer.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/asn1/gen_decode.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_encode.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_length.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_locl.h: up to 1.3
crypto/external/bsd/heimdal/dist/lib/asn1/gen_seq.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/gen_template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/krb5.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/lex.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/lex.l: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/libasn1-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/asn1/main.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/asn1/pkinit.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/asn1/pku2u.asn1: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/asn1/rfc2459.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/roken_rename.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/symbol.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/symbol.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/template.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/asn1/test.asn1: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/asn1/test.opt: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/asn1/timegm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/Makefile.am: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/base/NTMakefile: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/base/array.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/baselocl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/bool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/bsearch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/data.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/dict.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/dll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbase.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbase.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimbasepriv.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/heimqueue.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/json.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/number.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/roken_rename.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/string.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/test_base.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/base/version-script.map: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/com_err/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/com_err.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/com_right.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/compile_et.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/com_err/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/lex.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/com_err/parse.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gen-oid.pl: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gss-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/gss_acquire_cred.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi.3: up to 1.5
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_krb5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_oid.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi_mech.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/gsstool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/8003.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/aeap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/authorize_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/cfx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/copy_ccache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/decapsulate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/encapsulate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/get_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/gsskrb5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/init_sec_context.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_names_for_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/pname_to_uid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/prf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/sequence.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_cred_option.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_sec_context_option.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cfx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_kcred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/unwrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/verify_mic.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/libgssapi-exports.def: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/compat.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/cred.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_with_password.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred_with_password.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_oid_set_member.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_aeap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_authorize_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_buffer_set.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_decapsulate_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_name_attribute.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_destroy_cred.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_status.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_encapsulate_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name_composite.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_name_attribute.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_indicate_mechs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_krb5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mech_switch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_names.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid_equal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_release_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_cred_option.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_name_attribute.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_test_oid_set_member.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_unwrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_verify_mic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap_size_limit.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gssapi.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech.5: up to 1.5
crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/accept_sec_context.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/acquire_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/add_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/canonicalize_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/compare_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/display_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/duplicate_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/export_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/init_sec_context.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred_by_mech.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_mechs_for_name.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/add_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/canonicalize_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/compare_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/context_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/creds.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/display_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/duplicate_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/export_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/import_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_cred_by_mech.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_mechs_for_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_sec_context_by_oid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/iter_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/kdc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/process_context_token.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/oid.txt: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/accept_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/compat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/context_stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/cred_stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/external.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/init_sec_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/spnego_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_acquire_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_add_store_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_context.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_kcred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/test_ntlm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/gssapi/version-script.map: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/aes.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia-ntt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/des.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/destest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-ltm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-tfm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dllmain.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ecdsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-crypt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/example_evp_cipher.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/hash.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/hmac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libhcrypto-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_invmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_montgomery_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_high_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_2expt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_abs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_addmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_and.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clamp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear_multi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_mag.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cnt_lsb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_count_bits.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_is_modulus.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_expt_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod_fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exteuclid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_find_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fread.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fwrite.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_gcd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_get_int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_grow.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_multi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set_int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod_slow.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_is_square.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_isprime.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_jacobi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_mul.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lcm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lshd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_2d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_calc_normalization.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mulmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_n_root.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_neg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_or.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_fermat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_divisible.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_miller_rabin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_next_prime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_rabin_miller_trials.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_random_ex.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_smap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_radix.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_signed_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_unsigned_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_l.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup_l.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k_l.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rshd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set_int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_shrink.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_signed_bin_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub_d.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_submod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin_n.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin_n.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_mul.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix_n.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_unsigned_bin_size.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_xor.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero_multi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_prime_tab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_reverse.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_add.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_exptmod.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_high_digs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sqr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sub.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bncore.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/demo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/timing.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/2kprime.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/drprime.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mersenne.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mont.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/pprime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/timer.asm: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/tune.c: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/gen.pl: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/README: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/index.html: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/makefile.cygwin_dll: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/logtab.h: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-config.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-types.h: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mtest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pics/makefile: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pretty.build: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_class.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_superclass.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/md5crypt_test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/mdtest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/passwd_dlg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-egd.c delete
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-fortuna.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-timer.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-unix.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/randi.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rc4.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rctest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rijndael-alg-fst.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rnd_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-gmp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-ltm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-tfm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha256.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/sha512.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bulk.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_cipher.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_crypto.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_dh.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_engine_dso.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_hmac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rsa.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/undef.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/validate.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hcrypto/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/hdb/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/db.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/db3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-ldap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mdb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mitdb.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb-sqlite.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.asn1: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/hdb.schema: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hdb/hdb_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/keys.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hdb/keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/libhdb-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hdb/mkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_dbinfo.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbkeys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbplugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/test_mkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hdb/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/heimdal/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/heimdal/dllmain.c delete
crypto/external/bsd/heimdal/dist/lib/hx509/ChangeLog: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ca.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/cert.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/char_map.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/cms.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/collector.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/crypto-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/data/mkcert.sh: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/openssl.cnf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.cert.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.key.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.pem delete
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.cert.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.key.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.pem: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/hx509/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/env.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hx509.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hx509_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/hx_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/hxtool-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/hxtool.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/keyset.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_dir.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_keychain.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_p11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ks_p12.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/libhx509-exports.def: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/lock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/print.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/ref/pkcs11.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/revoke.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/sel-lex.l: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/sel.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/sel.h: up to 1.4
crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_ca.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_cert.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_chain.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_cms.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_expr.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_name.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/test_nist.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_nist2.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_nist_pkcs12.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/hx509/test_soft_pkcs11.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/hx509/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ipc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ipc/client.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/heim-ipc.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/server.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/tc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/ts-http.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ipc/ts.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/kadm5/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ad.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/kadm5/admin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/common_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/context_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/create_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/create_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/default_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/delete_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ent_setup.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/free.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_princs_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/get_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/init_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/init_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-commands.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.8: up to 1.6
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.8: up to 1.5
crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_master.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_slave.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/libkadm5srv-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/marshall.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/modify_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/password_quality.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/private.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_c.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/rename_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/send_recv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/set_keys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/setkey3_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/test_pw_quality.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kadm5/version-script-client.map: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/kadm5/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kafs/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/kafs/afskrb5.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/afssys.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/kafs_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kafs/rxkad_kdf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/kdfs/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/kdfs/k5dfspag.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/krb5/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/acache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/addr_families.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/aes-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/an2ln_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/aname_to_localname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/appdefault.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/asn1_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/auth_context.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/build_auth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/cache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/changepw.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/codec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/config_reg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/constants.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/context.c: up to 1.6
crypto/external/bsd/heimdal/dist/lib/krb5/convert_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/copy_host_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha1.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes.c delete
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-algs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des-common.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des3.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-evp.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-null.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-pk.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto-stubs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/crypto.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/data.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/dcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/deprecated.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/derived-key-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/digest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/dll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/doxygen.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/eai_to_heim_errno.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/enomem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/error_string.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/expand_hostname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/expand_path.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/fast.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/fcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/generate_subkey.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_addrs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_default_principal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_default_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_for_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_host_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/get_in_tkt.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/heim_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/init_creds.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/init_creds_pw.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kcm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kerberos.8: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keyblock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_any.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_file.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_keyfile.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/keytab_memory.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5-plugin.7: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5.conf.5: up to 1.6
crypto/external/bsd/heimdal/dist/lib/krb5/krb5.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_auth_context.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_check_transited.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_create_checksum.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_digest.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_encrypt.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_err.et: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_init_creds.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_init_context.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_locl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_mk_req.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_parse_name.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_set_default_realm.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/krb5_timeofday.3: up to 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/krbhst.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kuserok.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/kuserok_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/libkrb5-exports.def.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/krb5/locate_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/log.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/misc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mit_glue.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_error.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_priv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_rep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_req_ext.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/mk_safe.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/n-fold-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/n-fold.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/net_read.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/net_write.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pac.c: up to 1.3
crypto/external/bsd/heimdal/dist/lib/krb5/padata.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pcache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pkinit-ec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pkinit.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/principal.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/pseudo-random-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_cred.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_priv.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_rep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_req.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/rd_safe.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/recvauth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/replay.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha1.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha2.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes.c delete
crypto/external/bsd/heimdal/dist/lib/krb5/salt-arcfour.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-des.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt-des3.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/salt.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/scache.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c: up to 1.7
crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc_plugin.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/sendauth.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/set_default_realm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/sp800-108-kdf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-int.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-int.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_emem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_fd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/store_sock.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/string-to-key-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_acl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_alname.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_ap-req.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_canon.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_cc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_config.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto_wrapping.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_expand_toks.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_fx.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_gic.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_keytab.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_kuserok.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_pac.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_pknistkdf.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/test_plugin.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_rfc3961.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_set_kvno0.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_store.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_time.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/test_x500.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/transited.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_init.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_krb5_conf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/verify_user.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/krb5/version-script.map: up to 1.4
crypto/external/bsd/heimdal/dist/lib/krb5/warn.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/ntlm/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/apop.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/digest.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/heim-auth.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/heimntlm.h: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm_err.et: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/ntlm/test_commonauth.c: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/ntlm/test_ntlm.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/otp/otp_md.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/otp/otptest.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ChangeLog: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/roken/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/base64.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/bswap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/cloexec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/concat.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ct.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/daemon.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/detach.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dirent-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dirent.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dlfcn.hin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/dlfcn_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/dumpdata.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ecalloc.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/err.hin: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/fnmatch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/get_window_size.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/roken/getaddrinfo_hostspec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getarg.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getarg.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/roken/getcap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/glob.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/hex-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/hex.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/issuid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/memset_s.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/mkdir.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/ndbm_wrap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_bytes-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_time-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_time.3: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/parse_units.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/qsort.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rand.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/realloc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rename.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/resolve-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/resolve.c: up to 1.5
crypto/external/bsd/heimdal/dist/lib/roken/rkpty.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/roken-common.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/roken.awk: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in: up to 1.4
crypto/external/bsd/heimdal/dist/lib/roken/roken_gethostby.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rtbl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/rtbl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/search.hin: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/roken/sendmsg.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/simple_exec.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/simple_exec_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/sleep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/snprintf-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/snprintf.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/socket.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/socket_wrapper.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/sockstartup_w32.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/stdint.hin: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/lib/roken/strftime.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/strsep_copy.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/strtoll.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/strtoull.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/syslogc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-detach.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-mem.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/test-mini_inetd.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/tsearch-test.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/tsearch.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/unvis.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/roken/win32_alloc.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/roken/write_pid.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/sl/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/sl/sl.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/sl.h: up to 1.2
crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.y: up to 1.2
crypto/external/bsd/heimdal/dist/lib/vers/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/lib/vers/print_version.c: up to 1.4
crypto/external/bsd/heimdal/dist/lib/wind/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/wind/bidi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/combining.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/errorlist.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/gen-bidi.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-combining.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-errorlist.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/gen-normalize.py: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/lib/wind/ldap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/libwind-exports.def: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/lib/wind/map.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/normalize.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/stringprep.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-bidi.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-ldap.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-normalize.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-prohibited.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/test-utf8.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/utf8.c: up to 1.2
crypto/external/bsd/heimdal/dist/lib/wind/version-script.map: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/packages/mac/Resources/English.lproj/Welcome.rtf: up to 1.2
crypto/external/bsd/heimdal/dist/packages/mac/mac.sh: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/packages/windows/NTMakefile: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/assembly/Heimdal.Kerberos.manifest.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/assembly/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/assembly/policy.Heimdal.Kerberos.in: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/NTMakefile: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-assemblies.wxs: up to 1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-command.wxs: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-gss.wxs: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-installer.wxs: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-policy.wxs: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.bmp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.png: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.bmp: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.png: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/packages/windows/installer/lang/en-us.wxl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/packages/windows/sdk/NTMakefile: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/po/heimdal_krb5/heimdal_krb5.pot: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/po/heimdal_krb5/sv_SE.po: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/bin/Makefile.am: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/bin/intr.c: up to 1.2
crypto/external/bsd/heimdal/dist/tests/bin/setup-env.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/can/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/check-can.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/mit-pkinit-20070607.xf: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/can/test_can.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/db/add-modify-delete.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/check-aliases.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/check-dbinfo.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/db/have-db.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/db/krb5-mit.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/krb5.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/db/loaddump-db.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/gss/check-basic.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-context.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-gssmask.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-ntlm.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/gss/check-spnego.in: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/gss/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/java/check-kinit.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/jaas.conf: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/java/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/Makefile.am: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/an2ln-db.txt: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-authz.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-canon.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-cc.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-delegation.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-des.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-digest.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-fast.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-hdb-mitdb.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-iprop.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-kadmin.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-kdc.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-kinit.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-kpasswdd.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-pkinit.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/check-referral.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/check-tester.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/check-uu.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.kadm5: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.mkey: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/heimdal.acl: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/k5login/foo: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester1.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester2.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester3.json: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester4.json.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz2.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon2.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-hdb-mitdb.conf.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tests/kdc/krb5-pkinit.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.keys.in: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/kdc/leaks-kill.sh: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/kdc/wait-kdc.sh: up to 1.2
crypto/external/bsd/heimdal/dist/tests/ldap/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/ldap/check-ldap.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/slapd-init.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/ldap/slapd.conf: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tests/plugin/check-pac.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/plugin/krb5.conf.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tests/plugin/windc.c: up to 1.2
crypto/external/bsd/heimdal/dist/tools/Makefile.am: up to 1.1.1.4
crypto/external/bsd/heimdal/dist/tools/heimdal-gssapi.pc.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-client.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-server.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/heimdal-krb5.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kadm-client.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kadm-server.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/kafs.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/krb5-config.1: up to 1.2
crypto/external/bsd/heimdal/dist/tools/krb5-config.in: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/tools/krb5-gssapi.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/tools/krb5.pc.in: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/windows/NTMakefile.config: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/windows/NTMakefile.version: up to 1.1.1.2
crypto/external/bsd/heimdal/dist/windows/NTMakefile.w32: up to 1.1.1.3
crypto/external/bsd/heimdal/dist/windows/README delete
crypto/external/bsd/heimdal/dist/windows/README.md: up to 1.1.1.1
crypto/external/bsd/heimdal/dist/windows/maint.el delete
crypto/external/bsd/heimdal/dist/windows/version.rc: up to 1.1.1.2
crypto/external/bsd/heimdal/heimdal2netbsd: up to 1.8
crypto/external/bsd/heimdal/include/config.h: up to 1.8 via patch
crypto/external/bsd/heimdal/include/der-private.h: up to 1.2
crypto/external/bsd/heimdal/include/der-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/gsskrb5-private.h: up to 1.3
crypto/external/bsd/heimdal/include/hdb-private.h: up to 1.2
crypto/external/bsd/heimdal/include/hdb-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/heimntlm-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/hx509-private.h: up to 1.3
crypto/external/bsd/heimdal/include/hx509-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kadm5-private.h: up to 1.2
crypto/external/bsd/heimdal/include/kadm5-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kcm-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/kdc-private.h: up to 1.3
crypto/external/bsd/heimdal/include/kdc-protos.h: up to 1.2
crypto/external/bsd/heimdal/include/krb5-private.h: up to 1.3
crypto/external/bsd/heimdal/include/krb5-protos.h: up to 1.4
crypto/external/bsd/heimdal/include/krb5-types.h: up to 1.7
crypto/external/bsd/heimdal/include/ntlm-private.h: up to 1.3
crypto/external/bsd/heimdal/include/roken.h: up to 1.7
crypto/external/bsd/heimdal/include/spnego-private.h: up to 1.2
crypto/external/bsd/heimdal/include/version.h: up to 1.3
crypto/external/bsd/heimdal/lib/libasn1/Makefile: up to 1.5
crypto/external/bsd/heimdal/lib/libasn1/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libcom_err/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libgssapi/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libgssapi/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libhdb/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libhdb/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libheimbase/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libheimbase/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libheimntlm/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libheimntlm/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libhx509/Makefile: up to 1.5
crypto/external/bsd/heimdal/lib/libhx509/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkadm5clnt/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkadm5clnt/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libkadm5srv/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkafs/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkafs/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkdc/Makefile: up to 1.3
crypto/external/bsd/heimdal/lib/libkdc/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libkrb5/Makefile: up to 1.11
crypto/external/bsd/heimdal/lib/libkrb5/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libroken/Makefile: up to 1.2
crypto/external/bsd/heimdal/lib/libroken/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libsl/shlib_version: up to 1.2
crypto/external/bsd/heimdal/lib/libsl/slc/Makefile: up to 1.4
crypto/external/bsd/heimdal/lib/libwind/shlib_version: up to 1.2
crypto/external/bsd/heimdal/libexec/Makefile.inc: up to 1.5
crypto/external/bsd/heimdal/sbin/Makefile.inc: up to 1.4
crypto/external/bsd/heimdal/sbin/kadmin/Makefile: up to 1.3
crypto/external/bsd/heimdal/sbin/kdigest/Makefile: up to 1.3
crypto/external/bsd/heimdal/sbin/ktutil/Makefile: up to 1.3
distrib/sets/lists/base/ad.mips64eb: patch
distrib/sets/lists/base/ad.mips64el: patch
distrib/sets/lists/base/md.amd64: patch
distrib/sets/lists/base/md.sparc64: patch
distrib/sets/lists/base/mi: patch
distrib/sets/lists/base/shl.mi: patch
distrib/sets/lists/comp/ad.mips64eb: patch
distrib/sets/lists/comp/ad.mips64el patch
distrib/sets/lists/comp/md.amd64: patch
distrib/sets/lists/comp/md.sparc64: patch
distrib/sets/lists/comp/mi: patch
distrib/sets/lists/comp/shl.mi: patch
distrib/sets/lists/man/mi: patch
external/bsd/bind/Makefile.inc: 1.25 via patch
external/gpl2/xcvs/bin/xcvs/Makefile: 1.5
libexec/telnetd/Makefile: 1.50
share/mk/bsd.prog.mk: 1.301
usr.bin/passwd/Makefile: 1.45 via patch
usr.bin/telnet/Makefile: 1.51
usr.sbin/racoon/Makefile: 1.28
Update Heimdal to 7.1.
 1.12 06-Feb-2005  perry de-__P, ANSIfy function declarations, remove obsolete "register" declarations.
 1.11 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.10 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.9 20-Aug-2001  wiz Add some (const char *) casts per bin/13667 by Brian Ginsbach.
 1.8 19-Jul-2001  itojun bound-check all "*nfrontp++" code. from openbsd/heimdal.
bark if file descriptor goes above FD_SETSIZE. from openbsd.

XXX needs more checking.
XXX what is tab stop size for this code? need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.
 1.7 22-Jun-2000  thorpej Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.6 01-Feb-2000  assar branches: 1.6.4;
(net_write): rename to telnet_net_write
 1.5 16-Oct-1997  mikel kill old-style getenv() declaration
 1.4 08-Oct-1997  mrg WARNS?=1. RCS ids.
 1.3 28-Feb-1996  thorpej RCS id cosmetics.
 1.2 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.1 25-Feb-1994  cgd branches: 1.1.1;
new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.1.1.1 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.6.4.2 29-Jul-2001  jhawk Pull up revision 1.8 (requested by itojun):
Security-related fixups for telnet
Bound-check all "*nfrontp++" code. From OpenBSD and Heimdal.
Complain if file descriptor goes above FD_SETSIZE. From OpenBSD.
 1.6.4.1 22-Jun-2000  thorpej Update from trunk:
Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.16 21-Feb-2007  hubertf Move ctype.h from headers to files which really need it
From: Slava Semushin <slava.semushin@gmail.com>
 1.15 17-Nov-2003  wiz Various typo fixes from Jonathon Gray via jmc@openbsd.
 1.14 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.13 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.12 18-Sep-2002  mycroft select() -> poll()
 1.11 26-May-2002  wiz __STDC__ is always defined on NetBSD.
 1.10 24-Aug-2001  wiz Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;
also some Cray-specific fixes. No change for NetBSD.
From Brian Ginsbach of Cray Inc. in bin/13614 and private mail.
 1.9 18-Jun-2001  wiz Symmetric has one s and two m's.
 1.8 19-Nov-2000  christos Buffer overflow and environment passing fixes [originally inspired from
FreeBSD]. We really didn't need the environment fixes, but for the sake
of keeping the code as close as possible...
 1.7 01-Apr-1998  kleink Need <time.h> for various definitions, so just include it in this one place.
 1.6 28-Feb-1996  thorpej RCS id cosmetics.
 1.5 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.4 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.3 30-Aug-1993  mycroft Add new uname() cookies like getty.
(I had thought telnetd spawned a getty. Sigh.)
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.23 23-Apr-2020  joerg Don't play #define games with extern, just have a separate list to avoid commons
 1.22 10-Jan-2012  joerg Use __dead
 1.21 09-Jan-2012  christos PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
(rfc2941)
- separate MKCRYPTO from USE_KERBEROS
- WARNS=4
 1.20 21-Jun-2005  lha branches: 1.20.42;
Remove static local variable so its easier to correctly use strlcpy.
 1.19 06-Feb-2005  perry branches: 1.19.2;
de-__P, ANSIfy function declarations, remove obsolete "register" declarations.
 1.18 07-Aug-2003  agc branches: 1.18.2; 1.18.4;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.17 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.16 24-Aug-2001  wiz Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;
also some Cray-specific fixes. No change for NetBSD.
From Brian Ginsbach of Cray Inc. in bin/13614 and private mail.
 1.15 20-Aug-2001  wiz Add extern before terminaltype. (Definition is in global.c via
`#define extern' and `#include <ext.h>'.)
Last part of bin/13667 by Brian Ginsbach.
 1.14 20-Aug-2001  wiz Move #endif so that inclusion of libtelnet/auth.h and
libtelnet/encrypt.h do not depend upon DEFAULT_IM being undefined.
From bin/13667 by Brian Ginsbach.
 1.13 19-Jul-2001  itojun bound-check all "*nfrontp++" code. from openbsd/heimdal.
bark if file descriptor goes above FD_SETSIZE. from openbsd.

XXX needs more checking.
XXX what is tab stop size for this code? need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.
 1.12 04-Feb-2001  christos fix redundant declarations.
 1.11 22-Jun-2000  thorpej Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.10 13-Jan-2000  ad branches: 1.10.4;
Make 'if' capability from gettytab work. *shudder*.
 1.9 12-Feb-1999  dean Fix for PR 5821
- s/SecurID/SECURELOGIN/g and define SECURELOGIN in Makefile
- update man page to reflect S/Key and Kerboros authentication used
not SecurID
 1.8 16-Oct-1997  mikel startslave() prototype is independent of AUTHENTICATION
 1.7 08-Oct-1997  mrg WARNS?=1. RCS ids.
 1.6 28-Feb-1996  thorpej RCS id cosmetics.
 1.5 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.4 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.3 30-Aug-1993  mycroft Add new uname() cookies like getty.
(I had thought telnetd spawned a getty. Sigh.)
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.10.4.2 29-Jul-2001  jhawk Pull up revision 1.13 (requested by itojun):
Security-related fixups for telnet
Bound-check all "*nfrontp++" code. From OpenBSD and Heimdal.
Complain if file descriptor goes above FD_SETSIZE. From OpenBSD.
 1.10.4.1 22-Jun-2000  thorpej Update from trunk:
Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.18.4.1 01-Jul-2005  tron Apply patch (requested by lha in ticket #2041):
Remove static local variable so its easier to correctly use strlcpy.
 1.18.2.1 01-Jul-2005  tron Apply patch (requested by lha in ticket #2041):
Remove static local variable so its easier to correctly use strlcpy.
 1.19.2.1 27-Jun-2005  tron Pull up revision 1.20 (requested by lha in ticket #502):
Remove static local variable so its easier to correctly use strlcpy.
 1.20.42.1 17-Apr-2012  yamt sync with head
 1.9 23-Apr-2020  joerg Don't play #define games with extern, just have a separate list to avoid commons
 1.8 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.7 08-Oct-1997  mrg WARNS?=1. RCS ids.
 1.6 28-Feb-1996  thorpej RCS id cosmetics.
 1.5 24-Feb-1996  jtk RCS Id Police
 1.4 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.3 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.7 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.6 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.5 28-Feb-1996  thorpej RCS id cosmetics.
 1.4 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.3 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.16 01-Nov-2022  andvar s/varaible/variable/ and s/varible/variable/ in comments.
 1.15 24-Nov-2006  christos fix spelling of accommodate; from Zapher.
 1.14 06-Feb-2005  perry de-__P, ANSIfy function declarations, remove obsolete "register" declarations.
 1.13 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.12 15-Jul-2003  itojun use snprintf
 1.11 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.10 16-Sep-2001  wiz Spell 'occurred' with two 'r's.
 1.9 04-Feb-2001  christos fix redundant declarations.
 1.8 10-Aug-1998  perry bzero->memset, bcopy->memcpy, bcmp->memcmp
 1.7 16-Oct-1997  mikel kill some excess whitespace
 1.6 08-Oct-1997  mrg WARNS?=1. RCS ids.
 1.5 28-Feb-1996  thorpej RCS id cosmetics.
 1.4 24-Feb-1996  jtk RCS Id Police
 1.3 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.35 29-Oct-2024  kre PR bin/58787 telnetd - handle auto authentication better

Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
more than 2 years ago, so I assume instead from
https://github.com/cschuber/freebsd-telnet/tree/main/contrib/telnet
 1.34 10-Feb-2024  andvar branches: 1.34.2;
fix various typos in comments and log messages.
 1.33 22-Sep-2023  shm Fix off by one in telrcv()

In case of "\r" in the data buffer, the code was unconditionally looking ahead
to next character, even if "\r" was last character in the buffer. That
condition leads to read outside of the data (one byte after the array)

Thanks christos@ for the review
 1.32 09-Aug-2021  andvar branches: 1.32.2;
s/fist/first/
 1.31 03-Feb-2019  mrg branches: 1.31.2;
- add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
this case, and thus can't be marked __dead easily
 1.30 12-Dec-2016  maya branches: 1.30.14;
acknowleg -> acknowledg, proceedure -> procedure.
only comments were changed.

from miod
 1.29 09-Jan-2012  christos branches: 1.29.22;
PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
(rfc2941)
- separate MKCRYPTO from USE_KERBEROS
- WARNS=4
 1.28 23-Dec-2011  christos there is a macro for that, use it.
 1.27 21-Feb-2007  hubertf branches: 1.27.34;
Move ctype.h from headers to files which really need it
From: Slava Semushin <slava.semushin@gmail.com>
 1.26 21-Jun-2005  lha Remove static local variable so its easier to correctly use strlcpy.
 1.25 06-Feb-2005  perry branches: 1.25.2;
de-__P, ANSIfy function declarations, remove obsolete "register" declarations.
 1.24 07-Aug-2003  agc branches: 1.24.2; 1.24.4;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.23 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.22 11-Feb-2002  wiz achive is not a good word.
 1.21 24-Aug-2001  wiz Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;
also some Cray-specific fixes. No change for NetBSD.
From Brian Ginsbach of Cray Inc. in bin/13614 and private mail.
 1.20 20-Aug-2001  wiz Typo fixes and syslog string improvements, from bin/13667 by Brian Ginsbach.
 1.19 20-Aug-2001  wiz Add some (const char *) casts per bin/13667 by Brian Ginsbach.
 1.18 27-Jul-2001  wiz Fix compilation without -DLINEMODE, per bin/13571 from Onno van der Linden.
 1.17 19-Jul-2001  itojun vsnprintf() can return value longer than the actual string. from assar
 1.16 19-Jul-2001  itojun try netflush() if buffer is too low.
 1.15 19-Jul-2001  itojun bound-check all "*nfrontp++" code. from openbsd/heimdal.
bark if file descriptor goes above FD_SETSIZE. from openbsd.

XXX needs more checking.
XXX what is tab stop size for this code? need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.
 1.14 04-Feb-2001  christos fix redundant declarations.
 1.13 10-Oct-2000  is Format string cleanups by sommerfeld.
 1.12 22-Jun-2000  thorpej Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.11 08-Oct-1997  mrg branches: 1.11.4; 1.11.12;
WARNS?=1. RCS ids.
 1.10 07-Sep-1996  explorer Block ENV and BASH_ENV from client. From David Holland <dholland@hcs.harvard.edu>
 1.9 28-Feb-1996  thorpej RCS id cosmetics.
 1.8 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.7 19-Oct-1995  ghudson Cleanup, from Mark Eichin.
 1.6 18-Oct-1995  ghudson Filter potentially dangerous environment variables passed from
telnet client.
 1.5 25-Feb-1994  cgd branches: 1.5.4;
new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.4 02-Aug-1993  mycroft Nuke remaining patchkit headers.
 1.3 01-Aug-1993  mycroft Add RCS identifiers.
 1.2 21-Mar-1993  cgd after 0.2.2 "stable" patches applied
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.5.4.2 19-Oct-1995  ghudson Update from trunk.
 1.5.4.1 18-Oct-1995  ghudson Update from trunk.
 1.11.12.3 29-Jul-2001  jhawk Pull up revision 1.17 via patch (requested by itojun):
Security-related fixups for telnet
Bound-check all "*nfrontp++" code. From OpenBSD and Heimdal.
Complain if file descriptor goes above FD_SETSIZE. From OpenBSD.
 1.11.12.2 17-Oct-2000  tv Pullup libexec string format fixes [is].
See "cvs log" for explicit revision numbers per file, from sommerfeld.
 1.11.12.1 22-Jun-2000  thorpej Update from trunk:
Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.11.4.1 10-Oct-2000  he Pull up revision 1.13 (requested by is):
Format string cleanup.
 1.24.4.1 01-Jul-2005  tron Apply patch (requested by lha in ticket #2041):
Remove static local variable so its easier to correctly use strlcpy.
 1.24.2.1 01-Jul-2005  tron Apply patch (requested by lha in ticket #2041):
Remove static local variable so its easier to correctly use strlcpy.
 1.25.2.1 27-Jun-2005  tron Pull up revision 1.26 (requested by lha in ticket #502):
Remove static local variable so its easier to correctly use strlcpy.
 1.27.34.1 17-Apr-2012  yamt sync with head
 1.29.22.1 07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.30.14.1 10-Jun-2019  christos Sync with HEAD
 1.31.2.1 18-Nov-2024  martin Pull up following revision(s) (requested by riastradh in ticket #1927):

lib/libtelnet/encrypt.h: revision 1.10
libexec/telnetd/telnetd.c: revision 1.59
libexec/telnetd/sys_term.c: revision 1.50
lib/libtelnet/encrypt.c: revision 1.20
lib/libtelnet/enc_des.c: revision 1.18
lib/libtelnet/enc-proto.h: revision 1.11
libexec/telnetd/state.c: revision 1.33
libexec/telnetd/state.c: revision 1.35
libexec/telnetd/telnetd.c: revision 1.60

Fix memory leak - free resources allocated by getaddrinfo

Fix off by one in telrcv()

In case of "\r" in the data buffer, the code was unconditionally looking ahead
to next character, even if "\r" was last character in the buffer. That
condition leads to read outside of the data (one byte after the array)
Thanks christos@ for the review
PR bin/58787 libtelnet - avoid using a global variable


From RVP -- make 'encrypt_debug_mode' be a static (file scope)
variable instead of extern, and convert the (had been recently
anyway) unused function encrypt_debug() into an accensor function
for it.

This is the minor (almost irrelevant) change from PR bin/58787
PR bin/58787 telnetd - handle auto authentication better
Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
more than 2 years ago, so I assume instead from

https://github.com/cschuber/freebsd-telnet/tree/main/contrib/telnet
 1.32.2.1 18-Nov-2024  martin Pull up following revision(s) (requested by riastradh in ticket #1013):

lib/libtelnet/encrypt.h: revision 1.10
libexec/telnetd/telnetd.c: revision 1.59
libexec/telnetd/sys_term.c: revision 1.50
lib/libtelnet/encrypt.c: revision 1.20
lib/libtelnet/enc_des.c: revision 1.18
lib/libtelnet/enc-proto.h: revision 1.11
libexec/telnetd/state.c: revision 1.33
libexec/telnetd/state.c: revision 1.35
libexec/telnetd/telnetd.c: revision 1.60

Fix memory leak - free resources allocated by getaddrinfo

Fix off by one in telrcv()

In case of "\r" in the data buffer, the code was unconditionally looking ahead
to next character, even if "\r" was last character in the buffer. That
condition leads to read outside of the data (one byte after the array)
Thanks christos@ for the review
PR bin/58787 libtelnet - avoid using a global variable


From RVP -- make 'encrypt_debug_mode' be a static (file scope)
variable instead of extern, and convert the (had been recently
anyway) unused function encrypt_debug() into an accensor function
for it.

This is the minor (almost irrelevant) change from PR bin/58787
PR bin/58787 telnetd - handle auto authentication better
Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
more than 2 years ago, so I assume instead from

https://github.com/cschuber/freebsd-telnet/tree/main/contrib/telnet
 1.34.2.1 02-Aug-2025  perseant Sync with HEAD
 1.51 27-Jun-2025  andvar Grammar and spelling fixes, mainly in comments. A few in documentation,
logging, test description, and SCSI ASC/ASCQ assignment descriptions.
 1.50 29-Oct-2024  kre PR bin/58787 telnetd - handle auto authentication better

Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
more than 2 years ago, so I assume instead from
https://github.com/cschuber/freebsd-telnet/tree/main/contrib/telnet
 1.49 15-Aug-2019  kamil branches: 1.49.8; 1.49.10;
telnetd: Stop defining the same variables concurrently in bss and data

auth_level and require_secure_login were defined in two places:

- global.c that picked it from headers and removed 'extern'
- telnetd.c that initialized it to 0

line was defined twice: in global.c and sys_term.c with a non-zero value.
Remove the definition and initialization from sys_term.c and initialize
the variable early in main().

Detected during the build of telned with Address Sanitizer (MKSANITIZER).

Reviewed by <mrg>
 1.48 13-Dec-2018  maya branches: 1.48.2;
Remove unused macros.
 1.47 28-Jun-2013  christos branches: 1.47.26; 1.47.28;
fix wrong variable check, remove casts
http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html
 1.46 04-Nov-2012  christos Only include the headers we use and remove useless variable.
 1.45 09-Jan-2012  christos branches: 1.45.6;
PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
(rfc2941)
- separate MKCRYPTO from USE_KERBEROS
- WARNS=4
 1.44 17-Jan-2007  hubertf branches: 1.44.34;
Remove duplicated #includes and some trailing whitespace while here.
From Slava Semushin <slava.semushin@gmail.com>
 1.43 05-May-2005  lukem use _PATH_DEV instead of "/dev/"
 1.42 06-Feb-2005  perry de-__P, ANSIfy function declarations, remove obsolete "register" declarations.
 1.41 14-Nov-2004  christos Pass -a [srrvis'd struct sockaddr] to login, so that login can record the
address where we have logged in from.
 1.40 19-Sep-2003  itojun realloc pedannt
 1.39 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.38 14-Jul-2003  itojun more cleanups
 1.37 14-Jul-2003  itojun remove unused function
XXX what's the difference between #ifdef UTMPX and #ifdef SUPPORT_UTMPX
 1.36 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.35 13-Jul-2003  itojun use bounded string op (there still are remains)
 1.34 22-Aug-2002  itojun use strlcpy. minor style fixes
 1.33 20-Aug-2002  christos add some more ifdefs, so that we don't define variables we don't use.
 1.32 20-Aug-2002  christos PR/17999: FUKAUMI Naoki: Support wtmpx entries.
 1.31 02-Sep-2001  wiz Fix #ifdef indentation after recent removal of #ifdef NEWINIT-code.
Patch by Brian Ginsbach.
 1.30 30-Aug-2001  wiz Remove code #ifdef'd on NEWINIT (never used on NetBSD).
Sync with Cray, patch by Brian Ginsbach in private mail.
 1.29 29-Aug-2001  wiz Cray-only patch (sync with cray). Patch by Brian Ginsbach in private mail.
 1.28 24-Aug-2001  wiz Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;
also some Cray-specific fixes. No change for NetBSD.
From Brian Ginsbach of Cray Inc. in bin/13614 and private mail.
 1.27 20-Aug-2001  wiz Rename variable to avoid shadowing.
 1.26 20-Aug-2001  wiz Improve whitespace a bit, per bin/13667 by Brian Ginsbach.
 1.25 20-Aug-2001  wiz Typo fixes and syslog string improvements, from bin/13667 by Brian Ginsbach.
 1.24 20-Aug-2001  wiz Fix type of last execl argument, inspired by bin/13667.
 1.23 19-Jul-2001  itojun bound-check all "*nfrontp++" code. from openbsd/heimdal.
bark if file descriptor goes above FD_SETSIZE. from openbsd.

XXX needs more checking.
XXX what is tab stop size for this code? need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.
 1.22 04-Feb-2001  christos fix redundant declarations.
 1.21 10-Jan-2001  lukem use LOG_ERR for fatal errors, LOG_WARNING for other errors
minor knf
deprecate LOG_ODELAY; it's the default
 1.20 09-Dec-2000  assar (scrub_env): change to only accept a listed set of variables,
including only non-filename contents for TERMCAP
 1.19 19-Nov-2000  christos Buffer overflow and environment passing fixes [originally inspired from
FreeBSD]. We really didn't need the environment fixes, but for the sake
of keeping the code as close as possible...
 1.18 31-Dec-1999  tron branches: 1.18.4;
Abort if memory for execv(2) argument array cannot be allocated instead
of passing an array with incomplete contents to login(1).
Fix provided by Jun-ichiro itojun Hagino in PR bin/9082.
 1.17 17-Sep-1999  aidan Kerberos5 ticket forwarding works.
 1.16 12-Aug-1999  aidan Added kerberos5_cleanup() to cleanup if KRB5 defined. This is to destroy
a forwarded ccache on cleanup.
 1.15 12-Feb-1999  dean branches: 1.15.2;
Fix for PR 5821
- s/SecurID/SECURELOGIN/g and define SECURELOGIN in Makefile
- update man page to reflect S/Key and Kerboros authentication used
not SecurID
 1.14 29-Aug-1998  tsarna Execute ttyaction on termination of rlogind/telnetd sessions.
Also, say a little bit about ttyaction in the getty and login manpages.
 1.13 05-Aug-1998  perry Fix for pr 5904 from Zdenek Salvet; we now use openpty() to get a pty.
 1.12 01-Apr-1998  kleink No need to include <sys/tty.h>.
 1.11 08-Oct-1997  mrg WARNS?=1. RCS ids.
 1.10 25-Aug-1997  kleink Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.
 1.9 20-Mar-1996  tls apply Thorsten's patch to add gettytab support to telnetd.
 1.8 28-Feb-1996  thorpej RCS id cosmetics.
 1.7 24-Feb-1996  jtk restore lost local change (be careful with 'long' vs. 'int'
distinctions)
 1.6 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.5 08-Feb-1996  mycroft Make sure that the user name cannot ever be interpreted as an option to
login(8). Note: This does *not* fix any security holes.
 1.4 23-Dec-1994  cgd be a bit more careful with types, casts, and and function declarations.
 1.3 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.15.2.1 08-Jan-2000  he Pull up revision 1.18 (requested by itojun):
Abort if memory for execv(2) argument array cannot be allocated
instead of passing an array with incomplete contents to login(1).
Fixes PR#9082.
 1.18.4.3 29-Jul-2001  jhawk Pull up revision 1.23 via patch (requested by itojun):
Security-related fixups for telnet
Bound-check all "*nfrontp++" code. From OpenBSD and Heimdal.
Complain if file descriptor goes above FD_SETSIZE. From OpenBSD.
 1.18.4.2 15-Dec-2000  he Pull down (revert) revision 1.19 (requested by tv):
1.19 would require a header file update, and is not really
required.
 1.18.4.1 14-Dec-2000  he Pull up revisions 1.19-1.20 (requested by assar):
Fix buffer overflow and environment passing problems, and only
accept a limites set of environment variables and non-filename
TERMCAP variables.
 1.44.34.3 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.44.34.2 16-Jan-2013  yamt sync with (a bit old) head
 1.44.34.1 17-Apr-2012  yamt sync with head
 1.45.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.45.6.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.47.28.2 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.47.28.1 10-Jun-2019  christos Sync with HEAD
 1.47.26.1 26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.48.2.2 18-Nov-2024  martin Pull up following revision(s) (requested by riastradh in ticket #1927):

lib/libtelnet/encrypt.h: revision 1.10
libexec/telnetd/telnetd.c: revision 1.59
libexec/telnetd/sys_term.c: revision 1.50
lib/libtelnet/encrypt.c: revision 1.20
lib/libtelnet/enc_des.c: revision 1.18
lib/libtelnet/enc-proto.h: revision 1.11
libexec/telnetd/state.c: revision 1.33
libexec/telnetd/state.c: revision 1.35
libexec/telnetd/telnetd.c: revision 1.60

Fix memory leak - free resources allocated by getaddrinfo

Fix off by one in telrcv()

In case of "\r" in the data buffer, the code was unconditionally looking ahead
to next character, even if "\r" was last character in the buffer. That
condition leads to read outside of the data (one byte after the array)
Thanks christos@ for the review
PR bin/58787 libtelnet - avoid using a global variable


From RVP -- make 'encrypt_debug_mode' be a static (file scope)
variable instead of extern, and convert the (had been recently
anyway) unused function encrypt_debug() into an accensor function
for it.

This is the minor (almost irrelevant) change from PR bin/58787
PR bin/58787 telnetd - handle auto authentication better
Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
more than 2 years ago, so I assume instead from

https://github.com/cschuber/freebsd-telnet/tree/main/contrib/telnet
 1.48.2.1 16-Aug-2019  martin Pull up following revision(s) (requested by kamil in ticket #61):

libexec/telnetd/telnetd.c: revision 1.56
libexec/telnetd/sys_term.c: revision 1.49

telnetd: Stop defining the same variables concurrently in bss and data
auth_level and require_secure_login were defined in two places:

- global.c that picked it from headers and removed 'extern'
- telnetd.c that initialized it to 0

line was defined twice: in global.c and sys_term.c with a non-zero value.

Remove the definition and initialization from sys_term.c and initialize
the variable early in main().

Detected during the build of telned with Address Sanitizer (MKSANITIZER).
Reviewed by <mrg>
 1.49.10.1 02-Aug-2025  perseant Sync with HEAD
 1.49.8.1 18-Nov-2024  martin Pull up following revision(s) (requested by riastradh in ticket #1013):

lib/libtelnet/encrypt.h: revision 1.10
libexec/telnetd/telnetd.c: revision 1.59
libexec/telnetd/sys_term.c: revision 1.50
lib/libtelnet/encrypt.c: revision 1.20
lib/libtelnet/enc_des.c: revision 1.18
lib/libtelnet/enc-proto.h: revision 1.11
libexec/telnetd/state.c: revision 1.33
libexec/telnetd/state.c: revision 1.35
libexec/telnetd/telnetd.c: revision 1.60

Fix memory leak - free resources allocated by getaddrinfo

Fix off by one in telrcv()

In case of "\r" in the data buffer, the code was unconditionally looking ahead
to next character, even if "\r" was last character in the buffer. That
condition leads to read outside of the data (one byte after the array)
Thanks christos@ for the review
PR bin/58787 libtelnet - avoid using a global variable


From RVP -- make 'encrypt_debug_mode' be a static (file scope)
variable instead of extern, and convert the (had been recently
anyway) unused function encrypt_debug() into an accensor function
for it.

This is the minor (almost irrelevant) change from PR bin/58787
PR bin/58787 telnetd - handle auto authentication better
Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
more than 2 years ago, so I assume instead from

https://github.com/cschuber/freebsd-telnet/tree/main/contrib/telnet
 1.32 15-Dec-2018  maya Remove mention of SPX.
 1.31 08-Apr-2009  joerg branches: 1.31.44; 1.31.46;
Improve markup.
 1.30 17-Jul-2004  wiz branches: 1.30.34;
Code is not using gethostbyaddr any longer, but getnameinfo.
Fix references. Addresses part of PR 26337 by Peter Postma.
 1.29 07-Sep-2003  wiz Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.
From jmc@openbsd.
 1.28 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.27 16-Jul-2003  wiz Bump date for -r removal.
 1.26 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.25 25-Feb-2003  wiz .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
 1.24 29-Sep-2002  wiz Begin new sentences on new lines.
Patch from Robert Elz (kre at munnari oz au).
 1.23 15-Jan-2002  wiz Whitespace and punctuation nits, comment out an option that does not concern NetBSD.
 1.22 02-Sep-2001  wiz Describe -S option, and remove mention of /etc/inittab in FILES section.
Patch by Brian Ginsbach.
 1.21 25-Aug-2001  wiz Remove description of an option that only applies to UNICOS < 7.0.
 1.20 02-Jul-1999  itojun dual-stack telnetd.
 1.19 06-Apr-1999  cgd change:
.Sh "SEE ALSO"
to:
.Sh SEE ALSO
The doc macros check for the latter (actually just for 'SEE' as the first
argument to .Sh) to set the section header SEE ALSO flag, which modifies
some behaviour (e.g. references done with .Rs/.Re).
 1.18 22-Mar-1999  garbled More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Many more to
come.
 1.17 17-Mar-1999  mrg add missing .Bl.
 1.16 28-Feb-1999  msaitoh sort SEE ALSO section by "sort |sort -n"
 1.15 12-Feb-1999  dean Fix for PR 5821
- s/SecurID/SECURELOGIN/g and define SECURELOGIN in Makefile
- update man page to reflect S/Key and Kerboros authentication used
not SecurID
 1.14 17-Nov-1998  msaitoh delete .Sh ENVIRONMENT.
delete extra period.
 1.13 29-Aug-1998  tsarna Execute ttyaction on termination of rlogind/telnetd sessions.
Also, say a little bit about ttyaction in the getty and login manpages.
 1.12 28-Apr-1998  fair Change occurrences of "UNIX" to .Ux or .At as appropriate.
 1.11 06-Feb-1998  perry macroize BSD, NetBSD, FreeBSD and misc cleanup
 1.10 20-Oct-1997  enami Fix .Nm usage.
 1.9 20-Oct-1997  enami .Nm telnetd. -> .Nm telnetd .
 1.8 20-Mar-1996  tls apply Thorsten's patch to add gettytab support to telnetd.
 1.7 28-Feb-1996  thorpej Move the RCS id to the proper place in the file.
 1.6 24-Feb-1996  jtk RCS Id Police
 1.5 05-Jan-1996  tls fix small documentation bug -- we have no bftp(1).
 1.4 05-Jun-1994  cgd update to match 4.4-Lite
 1.3 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.2 01-Aug-1993  mycroft Add RCS indentifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.30.34.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.31.46.1 10-Jun-2019  christos Sync with HEAD
 1.31.44.1 26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.60 29-Oct-2024  kre PR bin/58787 telnetd - handle auto authentication better

Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
more than 2 years ago, so I assume instead from
https://github.com/cschuber/freebsd-telnet/tree/main/contrib/telnet
 1.59 21-Sep-2023  shm branches: 1.59.2;
Fix memory leak - free resources allocated by getaddrinfo
 1.58 26-Aug-2022  dholland branches: 1.58.2;
telnetd: fix the crash that's been talked about the past couple days.

(Move initialization of the slc table earlier so it doesn't get
accessed before that happens.)

Calling the crash a DoS or security problem is a bit overwrought; it's
just a bug.
 1.57 08-Dec-2021  andvar s/desireable/desirable/ in comments.
 1.56 15-Aug-2019  kamil telnetd: Stop defining the same variables concurrently in bss and data

auth_level and require_secure_login were defined in two places:

- global.c that picked it from headers and removed 'extern'
- telnetd.c that initialized it to 0

line was defined twice: in global.c and sys_term.c with a non-zero value.
Remove the definition and initialization from sys_term.c and initialize
the variable early in main().

Detected during the build of telned with Address Sanitizer (MKSANITIZER).

Reviewed by <mrg>
 1.55 27-Feb-2014  joerg branches: 1.55.18; 1.55.26; 1.55.28;
Global variable is never a null pointer.
 1.54 10-Jan-2012  joerg branches: 1.54.6;
Use __dead
 1.53 09-Jan-2012  christos PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
(rfc2941)
- separate MKCRYPTO from USE_KERBEROS
- WARNS=4
 1.52 24-Apr-2011  elric branches: 1.52.4;
#include <com_err.h> -> #include <krb5/com_err.h>.
 1.51 20-Jul-2008  lukem Remove the \n and tabs from the __COPYRIGHT() strings.
 1.50 09-May-2006  mrg branches: 1.50.20;
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
socklen_t are different signness.
 1.49 02-Feb-2006  he Make the debug variable static, to accomodate static linking with libssh.a.
 1.48 21-Jun-2005  lha Remove static local variable so its easier to correctly use strlcpy.
 1.47 01-Jun-2005  lukem Ensure IF is initialized before trying to use it.
Found with -Wuninitialized.
 1.46 06-Feb-2005  perry branches: 1.46.2;
de-__P, ANSIfy function declarations, remove obsolete "register" declarations.
 1.45 30-Nov-2004  christos PR/28473: Jed Davis: telnetd loses data and corrupts crypto state due to
typo in use of poll(). There was an && instead of an & (hi charles)
 1.44 14-Nov-2004  christos Pass -a [srrvis'd struct sockaddr] to login, so that login can record the
address where we have logged in from.
 1.43 07-Aug-2003  agc branches: 1.43.2; 1.43.4;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.42 22-Jul-2003  matt Since telnetd has ignored the USER environment variable for logging in for
quite a bit of time, make telnetd ignore it completely now. This results
in the :if=: entry in the default gettytab entry to honored instead of
being ignored. The -h option to telnetd will continue to suppress the
inclusion of :if=:
 1.41 15-Jul-2003  itojun use bounded string op. bump shlib major for libtelnet due to API change.
 1.40 14-Jul-2003  itojun SIGINFO is defined
 1.39 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.38 13-Jul-2003  itojun use bounded string op (there still are remains)
 1.37 17-May-2003  itojun use strlcpy
 1.36 09-May-2003  christos PR/21233: Onno van der Linden: -U option does not work as advertised.
 1.35 20-Sep-2002  mycroft Remove dead code.
 1.34 18-Sep-2002  mycroft select() -> poll()
 1.33 20-Aug-2002  christos add some more ifdefs, so that we don't define variables we don't use.
 1.32 31-Jan-2002  itojun implement -u <len>. PR 13676
 1.31 02-Sep-2001  wiz -edebug should only be mentioned in the help #ifdef ENCRYPTION, not #ifdef
AUTHENTICATION. Noted (with patch) by Brian Ginsbach.
 1.30 30-Aug-2001  wiz Remove code #ifdef'd on NEWINIT (never used on NetBSD).
Sync with Cray, patch by Brian Ginsbach in private mail.
 1.29 24-Aug-2001  wiz Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;
also some Cray-specific fixes. No change for NetBSD.
From Brian Ginsbach of Cray Inc. in bin/13614 and private mail.
 1.28 20-Aug-2001  wiz Fix typo, and duplicate ';'. From bin/13667 by Brian Ginsbach.
 1.27 20-Aug-2001  wiz Add some (const char *) casts per bin/13667 by Brian Ginsbach.
 1.26 19-Jul-2001  itojun bound-check all "*nfrontp++" code. from openbsd/heimdal.
bark if file descriptor goes above FD_SETSIZE. from openbsd.

XXX needs more checking.
XXX what is tab stop size for this code? need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.
 1.25 04-Feb-2001  christos fix redundant declarations.
 1.24 10-Jan-2001  lukem use LOG_ERR for fatal errors, LOG_WARNING for other errors
minor knf
deprecate LOG_ODELAY; it's the default
 1.23 19-Nov-2000  christos Buffer overflow and environment passing fixes [originally inspired from
FreeBSD]. We really didn't need the environment fixes, but for the sake
of keeping the code as close as possible...
 1.22 18-Aug-2000  itojun make error case handling in -daemon case meet with other portion of the code.
(use fprintf-then-exit, not errx - costmetic)
 1.21 22-Jun-2000  thorpej Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.20 13-Jan-2000  ad branches: 1.20.4;
Make 'if' capability from gettytab work. *shudder*.
 1.19 16-Dec-1999  itojun do not touch __ss_len directly, they are not supposed to be touched.
 1.18 11-Jul-1999  thorpej branches: 1.18.4;
Nuke some whitespace.
 1.17 11-Jul-1999  thorpej Put the RCS ID in the correct place.
 1.16 02-Jul-1999  itojun dual-stack telnetd.
 1.15 12-Feb-1999  dean Fix for PR 5821
- s/SecurID/SECURELOGIN/g and define SECURELOGIN in Makefile
- update man page to reflect S/Key and Kerboros authentication used
not SecurID
 1.14 09-Jul-1998  msaitoh Declare ints, too, don't default them.
 1.13 06-Jul-1998  mrg - use an array MAXHOSTNAMELEN+1 size to hold hostnames
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
 1.12 20-Oct-1997  enami No need to declare optind and optarg.
 1.11 16-Oct-1997  mikel don't include <sys/cdefs.h> twice, kill old-style getpty() declaration
 1.10 14-Oct-1997  lukem use <termcap.h>
 1.9 08-Oct-1997  mrg WARNS?=1. RCS ids.
 1.8 08-Oct-1997  enami Put a whitespace after the keyword `switch'.
 1.7 08-Oct-1997  enami Compare a return value of getopt() against -1 instead of EOF.
 1.6 20-Mar-1996  tls apply Thorsten's patch to add gettytab support to telnetd.
 1.5 28-Feb-1996  thorpej RCS id cosmetics.
 1.4 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.3 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.18.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.20.4.2 29-Jul-2001  jhawk Pull up revision 1.26 (requested by itojun):
Security-related fixups for telnet
Bound-check all "*nfrontp++" code. From OpenBSD and Heimdal.
Complain if file descriptor goes above FD_SETSIZE. From OpenBSD.
 1.20.4.1 22-Jun-2000  thorpej Update from trunk:
Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.43.4.1 01-Jul-2005  tron Apply patch (requested by lha in ticket #2041):
Remove static local variable so its easier to correctly use strlcpy.
 1.43.2.1 01-Jul-2005  tron Apply patch (requested by lha in ticket #2041):
Remove static local variable so its easier to correctly use strlcpy.
 1.46.2.2 27-Jun-2005  tron Pull up revision 1.48 (requested by lha in ticket #502):
Remove static local variable so its easier to correctly use strlcpy.
 1.46.2.1 13-Jun-2005  tron Pull up revision 1.47 (requested by lukem in ticket #400):
Ensure IF is initialized before trying to use it.
Found with -Wuninitialized.
 1.50.20.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.52.4.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.52.4.1 17-Apr-2012  yamt sync with head
 1.54.6.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.55.28.3 18-Nov-2024  martin Pull up following revision(s) (requested by riastradh in ticket #1927):

lib/libtelnet/encrypt.h: revision 1.10
libexec/telnetd/telnetd.c: revision 1.59
libexec/telnetd/sys_term.c: revision 1.50
lib/libtelnet/encrypt.c: revision 1.20
lib/libtelnet/enc_des.c: revision 1.18
lib/libtelnet/enc-proto.h: revision 1.11
libexec/telnetd/state.c: revision 1.33
libexec/telnetd/state.c: revision 1.35
libexec/telnetd/telnetd.c: revision 1.60

Fix memory leak - free resources allocated by getaddrinfo

Fix off by one in telrcv()

In case of "\r" in the data buffer, the code was unconditionally looking ahead
to next character, even if "\r" was last character in the buffer. That
condition leads to read outside of the data (one byte after the array)
Thanks christos@ for the review
PR bin/58787 libtelnet - avoid using a global variable


From RVP -- make 'encrypt_debug_mode' be a static (file scope)
variable instead of extern, and convert the (had been recently
anyway) unused function encrypt_debug() into an accensor function
for it.

This is the minor (almost irrelevant) change from PR bin/58787
PR bin/58787 telnetd - handle auto authentication better
Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
more than 2 years ago, so I assume instead from

https://github.com/cschuber/freebsd-telnet/tree/main/contrib/telnet
 1.55.28.2 29-Aug-2022  martin Pull up following revision(s) (requested by dholland in ticket #1508):

libexec/telnetd/telnetd.c: revision 1.58 (via patch)

telnetd: fix the crash that's been talked about the past couple days.

(Move initialization of the slc table earlier so it doesn't get
accessed before that happens.)

Calling the crash a DoS or security problem is a bit overwrought; it's
just a bug.
 1.55.28.1 16-Aug-2019  martin Pull up following revision(s) (requested by kamil in ticket #61):

libexec/telnetd/telnetd.c: revision 1.56
libexec/telnetd/sys_term.c: revision 1.49

telnetd: Stop defining the same variables concurrently in bss and data
auth_level and require_secure_login were defined in two places:

- global.c that picked it from headers and removed 'extern'
- telnetd.c that initialized it to 0

line was defined twice: in global.c and sys_term.c with a non-zero value.

Remove the definition and initialization from sys_term.c and initialize
the variable early in main().

Detected during the build of telned with Address Sanitizer (MKSANITIZER).
Reviewed by <mrg>
 1.55.26.1 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.55.18.1 29-Aug-2022  martin Pull up following revision(s) (requested by dholland in ticket #1757):

libexec/telnetd/telnetd.c: revision 1.58 (via patch)

telnetd: fix the crash that's been talked about the past couple days.

(Move initialization of the slc table earlier so it doesn't get
accessed before that happens.)

Calling the crash a DoS or security problem is a bit overwrought; it's
just a bug.
 1.58.2.1 18-Nov-2024  martin Pull up following revision(s) (requested by riastradh in ticket #1013):

lib/libtelnet/encrypt.h: revision 1.10
libexec/telnetd/telnetd.c: revision 1.59
libexec/telnetd/sys_term.c: revision 1.50
lib/libtelnet/encrypt.c: revision 1.20
lib/libtelnet/enc_des.c: revision 1.18
lib/libtelnet/enc-proto.h: revision 1.11
libexec/telnetd/state.c: revision 1.33
libexec/telnetd/state.c: revision 1.35
libexec/telnetd/telnetd.c: revision 1.60

Fix memory leak - free resources allocated by getaddrinfo

Fix off by one in telrcv()

In case of "\r" in the data buffer, the code was unconditionally looking ahead
to next character, even if "\r" was last character in the buffer. That
condition leads to read outside of the data (one byte after the array)
Thanks christos@ for the review
PR bin/58787 libtelnet - avoid using a global variable


From RVP -- make 'encrypt_debug_mode' be a static (file scope)
variable instead of extern, and convert the (had been recently
anyway) unused function encrypt_debug() into an accensor function
for it.

This is the minor (almost irrelevant) change from PR bin/58787
PR bin/58787 telnetd - handle auto authentication better
Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
more than 2 years ago, so I assume instead from

https://github.com/cschuber/freebsd-telnet/tree/main/contrib/telnet
 1.59.2.1 02-Aug-2025  perseant Sync with HEAD
 1.8 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.7 19-Jul-2001  itojun bound-check all "*nfrontp++" code. from openbsd/heimdal.
bark if file descriptor goes above FD_SETSIZE. from openbsd.

XXX needs more checking.
XXX what is tab stop size for this code? need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.
 1.6 21-Jan-2000  mycroft branches: 1.6.4;
Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get
the correct definition from errno.h.
 1.5 28-Feb-1996  thorpej branches: 1.5.6;
RCS id cosmetics.
 1.4 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.3 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.5.6.1 23-Jan-2000  he Pull up revision 1.6 (requested by mycroft):
Always do the errno indirection hack, so that non-threaded
libraries get the right errno value when linked with -lpthread.
This means "always include <errno.h> and never declare errno
yourself".
 1.6.4.1 29-Jul-2001  jhawk Pull up revision 1.7 (requested by itojun):
Security-related fixups for telnet
Bound-check all "*nfrontp++" code. From OpenBSD and Heimdal.
Complain if file descriptor goes above FD_SETSIZE. From OpenBSD.
 1.14 06-Feb-2005  perry de-__P, ANSIfy function declarations, remove obsolete "register" declarations.
 1.13 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.12 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.11 24-Aug-2001  wiz Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;
also some Cray-specific fixes. No change for NetBSD.
From Brian Ginsbach of Cray Inc. in bin/13614 and private mail.
 1.10 01-Aug-2001  wiz Add missing braces, per bin/13612 by Brian Ginsbach.
 1.9 22-Jul-2001  wiz seperate -> separate
 1.8 19-Jul-2001  itojun bound-check all "*nfrontp++" code. from openbsd/heimdal.
bark if file descriptor goes above FD_SETSIZE. from openbsd.

XXX needs more checking.
XXX what is tab stop size for this code? need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.
 1.7 22-Jun-2000  thorpej Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.6 08-Oct-1997  mrg branches: 1.6.12;
WARNS?=1. RCS ids.
 1.5 28-Feb-1996  thorpej RCS id cosmetics.
 1.4 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.3 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.6.12.3 16-Aug-2001  tv Pullup [wiz]:

libexec/telnetd/termstat.c 1.9-1.10

Add missing parentheses; fixes PR bin/13612.
 1.6.12.2 29-Jul-2001  jhawk Pull up revision 1.8 (requested by itojun):
Security-related fixups for telnet
Bound-check all "*nfrontp++" code. From OpenBSD and Heimdal.
Complain if file descriptor goes above FD_SETSIZE. From OpenBSD.
 1.6.12.1 22-Jun-2000  thorpej Update from trunk:
Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.34 26-Aug-2022  hgutch Fix CVE-2020-10188
 1.33 04-Feb-2019  mrg branches: 1.33.2;
- bump buffer sizes to avoid potential truncation issues
 1.32 09-Jan-2012  christos branches: 1.32.32; 1.32.40;
PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
(rfc2941)
- separate MKCRYPTO from USE_KERBEROS
- WARNS=4
 1.31 21-Feb-2007  hubertf branches: 1.31.34;
Move ctype.h from headers to files which really need it
From: Slava Semushin <slava.semushin@gmail.com>
 1.30 07-Oct-2006  elad Don't print uninitialized errno, from David A. Holland on #NetBSD-code
 1.29 11-May-2006  mrg use a u_char[] when it is expected.
 1.28 17-Mar-2005  christos Handle printing ptyfs pty names
 1.27 06-Feb-2005  agc branches: 1.27.2;
Make this compile after the de-__Ping round.
 1.26 06-Feb-2005  perry de-__P, ANSIfy function declarations, remove obsolete "register" declarations.
 1.25 05-Nov-2004  dsl Add (unsigned char) cast to ctype functions
 1.24 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.
 1.23 14-Jul-2003  itojun remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)
 1.22 09-May-2003  christos PR/21515: Onno van der Linden: Fix typo preventing %v from working.
 1.21 20-Sep-2002  mycroft Use the argument to stilloob() for the poll...
 1.20 18-Sep-2002  mycroft select() -> poll()
 1.19 12-Aug-2002  abs If the peer closes the connection in ttloop()
syslog(LOG_ERR, "ttloop: peer died: %m");
is a little console spammingly excessive. Switch to LOG_INFO.
 1.18 19-Jul-2001  itojun branches: 1.18.2;
bound-check all "*nfrontp++" code. from openbsd/heimdal.
bark if file descriptor goes above FD_SETSIZE. from openbsd.

XXX needs more checking.
XXX what is tab stop size for this code? need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.
 1.17 04-Feb-2001  christos fix redundant declarations.
 1.16 10-Jan-2001  lukem use LOG_ERR for fatal errors, LOG_WARNING for other errors
minor knf
deprecate LOG_ODELAY; it's the default
 1.15 10-Oct-2000  is Format string cleanups by sommerfeld.
 1.14 22-Jun-2000  thorpej Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.13 13-Jan-2000  ad branches: 1.13.4;
Make 'if' capability from gettytab work. *shudder*.
 1.12 16-Oct-1997  mikel branches: 1.12.4;
kill old-style declaration of strchr()
add back variable needed for -DAUTHENTICATION
 1.11 08-Oct-1997  mrg WARNS?=1. RCS ids.
 1.10 27-Sep-1996  thorpej Don't truncate long host names.
From SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>, PR #2676.
 1.9 28-Feb-1996  thorpej RCS id cosmetics.
 1.8 24-Feb-1996  jtk update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
to keep stuff out of the environment on the way to exec (we already have
one in the state machine that keeps them from arriving over the wire, so
this should be redundant, but it'll make any further updates easier to
have it present).

also, RCS Id police.
 1.7 05-Jun-1994  cgd version number update
 1.6 25-Feb-1994  cgd add uname % format stuff back in
 1.5 25-Feb-1994  cgd new telnetd from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
 1.4 30-Aug-1993  mycroft Excuse me while I be braindead for a minute.
 1.3 30-Aug-1993  mycroft Add new uname() cookies like getty.
(I had thought telnetd spawned a getty. Sigh.)
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 24-Sep-1994  mycroft Import original 4.4-Lite version.
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.12.4.1 10-Oct-2000  he Pull up revision 1.15 (requested by is):
Format string cleanup.
 1.13.4.3 29-Jul-2001  jhawk Pull up revision 1.18 via patch (requested by itojun):
Security-related fixups for telnet
Bound-check all "*nfrontp++" code. From OpenBSD and Heimdal.
Complain if file descriptor goes above FD_SETSIZE. From OpenBSD.
 1.13.4.2 17-Oct-2000  tv Pullup libexec string format fixes [is].
See "cvs log" for explicit revision numbers per file, from sommerfeld.
 1.13.4.1 22-Jun-2000  thorpej Update from trunk:
Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
 1.18.2.1 22-Oct-2003  jmc Pullup rev 1.19 (requested by abs in ticket #1534)

If the peer closes the connection in ttloop()
syslog(LOG_ERR, "ttloop: peer died: %m");
is a little console spammingly excessive. Switch to LOG_INFO.
 1.27.2.1 19-Mar-2005  tron Pull up revision 1.28 (requested by christos in ticket #25):
Handle printing ptyfs pty names
 1.31.34.1 17-Apr-2012  yamt sync with head
 1.32.40.1 10-Jun-2019  christos Sync with HEAD
 1.32.32.1 28-Aug-2022  martin Pull up following revision(s) (requested by hgutch in ticket #1756):

libexec/telnetd/utility.c: revision 1.34

Fix CVE-2020-10188
 1.33.2.1 28-Aug-2022  martin Pull up following revision(s) (requested by hgutch in ticket #1502):

libexec/telnetd/utility.c: revision 1.34

Fix CVE-2020-10188

RSS XML Feed