[Midnightbsd-cvs] src [7145] trunk/kerberos5/doc: fix a botched merge
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jul 25 15:18:23 EDT 2015
Revision: 7145
http://svnweb.midnightbsd.org/src/?rev=7145
Author: laffer1
Date: 2015-07-25 15:18:22 -0400 (Sat, 25 Jul 2015)
Log Message:
-----------
fix a botched merge
Removed Paths:
-------------
trunk/kerberos5/doc/NTMakefile
trunk/kerberos5/doc/copyright.texi
trunk/kerberos5/doc/doxyout/
trunk/kerberos5/doc/footer.html
trunk/kerberos5/doc/gssapi.din
trunk/kerberos5/doc/hdb.din
trunk/kerberos5/doc/header.html
trunk/kerberos5/doc/heimdal.info
trunk/kerberos5/doc/hx509.info
trunk/kerberos5/doc/wind.din
Deleted: trunk/kerberos5/doc/NTMakefile
===================================================================
--- trunk/kerberos5/doc/NTMakefile 2015-07-25 19:18:11 UTC (rev 7144)
+++ trunk/kerberos5/doc/NTMakefile 2015-07-25 19:18:22 UTC (rev 7145)
@@ -1,119 +0,0 @@
-########################################################################
-#
-# Copyright (c) 2009, Secure Endpoints Inc.
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# - Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# - Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in
-# the documentation and/or other materials provided with the
-# distribution.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.
-#
-
-RELDIR=doc
-
-!include ../windows/NTMakefile.w32
-
-heimdal_TEXINFOS = \
- $(OBJ)\ack.texi \
- $(OBJ)\apps.texi \
- $(OBJ)\copyright.texi \
- $(OBJ)\heimdal.texi \
- $(OBJ)\install.texi \
- $(OBJ)\intro.texi \
- $(OBJ)\kerberos4.texi \
- $(OBJ)\migration.texi \
- $(OBJ)\misc.texi \
- $(OBJ)\programming.texi \
- $(OBJ)\setup.texi \
- $(OBJ)\vars.texi \
- $(OBJ)\whatis.texi \
- $(OBJ)\win2k.texi
-
-hx509_TEXINFOS = \
- $(OBJ)\hx509.texi
-
-{}.texi{$(OBJ)}.texi:
- $(CP) $** $@
-
-{}.tin{$(OBJ)}.texi:
- $(SED) -e "s,[@]dbdir[@],x,g" \
- -e "s,[@]PACKAGE_VERSION[@],$(VER_PACKAGE_VERSION),g" < $** > $@
-
-MAKEINFOFLAGS = --css-include=$(SRCDIR)/heimdal.css
-
-######################################################################
-# Build heimdal.chm
-
-# Copyrights-and-Licenses.html is where the table of contents ends up
-# when generating HTML output using makeinfo. Same goes for
-# How-to-use-the-PKCS11-module.html below.
-
-$(OBJ)\heimdal\index.html $(OBJ)\heimdal\Copyrights-and-Licenses.html: $(heimdal_TEXINFOS)
- cd $(OBJ)
- $(MAKEINFO) $(MAKEINFOFLAGS) --html heimdal.texi
- cd $(SRCDIR)
-
-$(OBJ)\heimdal\toc.hhc: $(OBJ)\heimdal\Copyrights-and-Licenses.html
- $(PERL) $(SRC)\cf\w32-hh-toc-from-info.pl -o$@ $**
-
-$(OBJ)\heimdal\heimdal.hhp: heimdal.hhp
- $(CP) $** $@
-
-$(DOCDIR)\heimdal.chm: $(OBJ)\heimdal\heimdal.hhp $(OBJ)\heimdal\toc.hhc
- cd $(OBJ)\heimdal
- -$(HHC) heimdal.hhp
- $(CP) heimdal.chm $@
- cd $(SRCDIR)
-
-######################################################################
-# Build hx509.chm
-
-$(OBJ)\hx509\index.html $(OBJ)\hx509\How-to-use-the-PKCS11-module.html: $(hx509_TEXINFOS)
- cd $(OBJ)
- $(MAKEINFO) $(MAKEINFOFLAGS) --html hx509.texi
- cd $(SRCDIR)
-
-$(OBJ)\hx509\toc.hhc: $(OBJ)\hx509\How-to-use-the-PKCS11-module.html
- $(PERL) $(SRC)\cf\w32-hh-toc-from-info.pl -o$@ $**
-
-$(OBJ)\hx509\hx509.hhp: hx509.hhp
- $(CP) $** $@
-
-$(DOCDIR)\hx509.chm: $(OBJ)\hx509\hx509.hhp $(OBJ)\hx509\toc.hhc
- cd $(OBJ)\hx509
- -$(HHC) hx509.hhp
- $(CP) hx509.chm $@
- cd $(SRCDIR)
-
-!ifndef NO_DOC
-all:: $(OBJ)\heimdal\index.html $(OBJ)\hx509\index.html \
- $(DOCDIR)\heimdal.chm $(DOCDIR)\hx509.chm
-!endif
-
-clean::
- -$(RM) $(OBJ)\heimdal\*.*
- -$(RM) $(OBJ)\hx509\*.*
- -$(RM) $(DOCDIR)\heimdal.chm
- -$(RM) $(DOCDIR)\hx509.chm
-
-.SUFFIXES: .texi .tin
Deleted: trunk/kerberos5/doc/copyright.texi
===================================================================
--- trunk/kerberos5/doc/copyright.texi 2015-07-25 19:18:11 UTC (rev 7144)
+++ trunk/kerberos5/doc/copyright.texi 2015-07-25 19:18:22 UTC (rev 7145)
@@ -1,518 +0,0 @@
-
- at macro copynext{}
- at vskip 20pt plus 1fil
- at end macro
-
- at macro copyrightstart{}
- at end macro
-
- at macro copyrightend{}
- at end macro
-
-
- at node Copyrights and Licenses, , Acknowledgments, Top
- at comment node-name, next, previous, up
- at appendix Copyrights and Licenses
-
- at heading Kungliga Tekniska Högskolan
-
- at copyrightstart
- at verbatim
-
-Copyright (c) 1997-2011 Kungliga Tekniska Högskolan
-(Royal Institute of Technology, Stockholm, Sweden).
-All rights reserved.
-
-Portions Copyright (c) 2009 Apple Inc. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-3. Neither the name of the Institute nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
- at end verbatim
- at copynext
-
- at heading Massachusetts Institute of Technology
-
-The parts of the libtelnet that handle Kerberos.
-
- at verbatim
-
-Copyright (C) 1990 by the Massachusetts Institute of Technology
-
-Export of this software from the United States of America may
-require a specific license from the United States Government.
-It is the responsibility of any person or organization contemplating
-export to obtain such a license before exporting.
-
-WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
-distribute this software and its documentation for any purpose and
-without fee is hereby granted, provided that the above copyright
-notice appear in all copies and that both that copyright notice and
-this permission notice appear in supporting documentation, and that
-the name of M.I.T. not be used in advertising or publicity pertaining
-to distribution of the software without specific, written prior
-permission. M.I.T. makes no representations about the suitability of
-this software for any purpose. It is provided "as is" without express
-or implied warranty.
-
- at end verbatim
- at copynext
-
- at heading The Regents of the University of California
-
-The parts of the libroken, most of libtelnet, telnet, ftp,
-and popper.
-
- at verbatim
-
-Copyright (c) 1988, 1990, 1993
- The Regents of the University of California. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
- at end verbatim
- at copynext
-
- at heading The Regents of the University of California.
-
-libedit
-
- at verbatim
-
-Copyright (c) 1992, 1993
- The Regents of the University of California. All rights reserved.
-
-This code is derived from software contributed to Berkeley by
-Christos Zoulas of Cornell University.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
- at end verbatim
- at copynext
-
- at heading TomsFastMath / LibTomMath
-
-Tom's fast math (bignum support) and LibTomMath
-
- at verbatim
-
-LibTomMath is hereby released into the Public Domain.
-
- at end verbatim
-
- at copynext
-
- at heading Doug Rabson
-
-GSS-API mechglue layer.
-
- at verbatim
-
-Copyright (c) 2005 Doug Rabson
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
- at end verbatim
- at copynext
-
- at heading PADL Software Pty Ltd
-
- at table @asis
- at item GSS-API CFX, SPNEGO, naming extensions, API extensions.
- at item KCM credential cache.
- at item HDB LDAP backend.
- at end table
-
- at verbatim
-
-Copyright (c) 2003-2011, PADL Software Pty Ltd.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-3. Neither the name of PADL Software nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY PADL SOFTWARE AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL PADL SOFTWARE OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
- at end verbatim
- at copynext
-
- at heading Marko Kreen
-
-Fortuna in libhcrypto
-
- at verbatim
-
-Copyright (c) 2005 Marko Kreen
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
-
- at end verbatim
- at copynext
-
- at heading NTT (Nippon Telegraph and Telephone Corporation)
-
-Camellia in libhcrypto
-
- at verbatim
-
-Copyright (c) 2006,2007
-NTT (Nippon Telegraph and Telephone Corporation) . All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer as
- the first lines of this file unmodified.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY NTT ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- at end verbatim
- at copynext
-
- at heading The NetBSD Foundation, Inc.
-
-vis.c in libroken
-
- at verbatim
-
-Copyright (c) 1999, 2005 The NetBSD Foundation, Inc.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
-``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
- at end verbatim
- at copynext
-
- at heading Vincent Rijmen, Antoon Bosselaers, Paulo Barreto
-
-AES in libhcrypto
-
- at verbatim
-
-rijndael-alg-fst.c
-
- at version 3.0 (December 2000)
-
-Optimised ANSI C code for the Rijndael cipher (now AES)
-
- at author Vincent Rijmen <vincent.rijmen at esat.kuleuven.ac.be>
- at author Antoon Bosselaers <antoon.bosselaers at esat.kuleuven.ac.be>
- at author Paulo Barreto <paulo.barreto at terra.com.br>
-
-This code is hereby placed in the public domain.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- at end verbatim
- at copynext
-
- at heading Apple, Inc
-
-kdc/announce.c
-
- at verbatim
-
-Copyright (c) 2008 Apple Inc. All Rights Reserved.
-
-Export of this software from the United States of America may require
-a specific license from the United States Government. It is the
-responsibility of any person or organization contemplating export to
-obtain such a license before exporting.
-
-WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
-distribute this software and its documentation for any purpose and
-without fee is hereby granted, provided that the above copyright
-notice appear in all copies and that both that copyright notice and
-this permission notice appear in supporting documentation, and that
-the name of Apple Inc. not be used in advertising or publicity pertaining
-to distribution of the software without specific, written prior
-permission. Apple Inc. makes no representations about the suitability of
-this software for any purpose. It is provided "as is" without express
-or implied warranty.
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
- at end verbatim
-
- at copynext
-
- at heading Richard Outerbridge
-
-DES core in libhcrypto
-
- at verbatim
-
-D3DES (V5.09) -
-
-A portable, public domain, version of the Data Encryption Standard.
-
-Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
-Thanks to: Dan Hoey for his excellent Initial and Inverse permutation
-code; Jim Gillogly & Phil Karn for the DES key schedule code; Dennis
-Ferguson, Eric Young and Dana How for comparing notes; and Ray Lau,
-for humouring me on.
-
-Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge.
-(GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
-
-
- at end verbatim
-
- at copynext
-
- at heading Secure Endpoints Inc
-
-Windows support
-
- at verbatim
-
-Copyright (c) 2009, Secure Endpoints Inc.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-- Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
-- Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGE.
-
- at end verbatim
-
- at copynext
-
- at heading Novell, Inc
-
-lib/hcrypto/test_dh.c
-
- at verbatim
-
-Copyright (c) 2007, Novell, Inc.
-Author: Matthias Koenig <mkoenig at suse.de>
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
-* Neither the name of the Novell nor the names of its contributors may be used
- to endorse or promote products derived from this software without specific
- prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
-
- at end verbatim
-
- at copyrightend
Deleted: trunk/kerberos5/doc/footer.html
===================================================================
--- trunk/kerberos5/doc/footer.html 2015-07-25 19:18:11 UTC (rev 7144)
+++ trunk/kerberos5/doc/footer.html 2015-07-25 19:18:22 UTC (rev 7145)
@@ -1,4 +0,0 @@
-<hr size="1"><address style="text-align: right;"><small>
-Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address>
-</body>
-</html>
Deleted: trunk/kerberos5/doc/gssapi.din
===================================================================
--- trunk/kerberos5/doc/gssapi.din 2015-07-25 19:18:11 UTC (rev 7144)
+++ trunk/kerberos5/doc/gssapi.din 2015-07-25 19:18:22 UTC (rev 7145)
@@ -1,16 +0,0 @@
-# Doxyfile 1.5.3
-
-PROJECT_NAME = Heimdal GSS-API library
-PROJECT_NUMBER = @PACKAGE_VERSION@
-OUTPUT_DIRECTORY = @srcdir@/doxyout/gssapi
-INPUT = @srcdir@/../lib/gssapi
-
-WARN_IF_UNDOCUMENTED = NO
-
-PERL_PATH = /usr/bin/perl
-
-HTML_HEADER = "@srcdir@/header.html"
-HTML_FOOTER = "@srcdir@/footer.html"
-
- at INCLUDE = "@srcdir@/doxytmpl.dxy"
-
Deleted: trunk/kerberos5/doc/hdb.din
===================================================================
--- trunk/kerberos5/doc/hdb.din 2015-07-25 19:18:11 UTC (rev 7144)
+++ trunk/kerberos5/doc/hdb.din 2015-07-25 19:18:22 UTC (rev 7145)
@@ -1,15 +0,0 @@
-# Doxyfile 1.5.3
-
-PROJECT_NAME = Heimdal hdb library
-PROJECT_NUMBER = @PACKAGE_VERSION@
-OUTPUT_DIRECTORY = @srcdir@/doxyout/hdb
-INPUT = @srcdir@/../lib/hdb
-
-WARN_IF_UNDOCUMENTED = YES
-
-PERL_PATH = /usr/bin/perl
-
-HTML_HEADER = "@srcdir@/header.html"
-HTML_FOOTER = "@srcdir@/footer.html"
-
- at INCLUDE = "@srcdir@/doxytmpl.dxy"
Deleted: trunk/kerberos5/doc/header.html
===================================================================
--- trunk/kerberos5/doc/header.html 2015-07-25 19:18:11 UTC (rev 7144)
+++ trunk/kerberos5/doc/header.html 2015-07-25 19:18:22 UTC (rev 7145)
@@ -1,10 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-<title>$title</title>
-<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
-<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
-</head><body>
-<p>
-<a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/></a>
-</p>
-<!-- end of header marker -->
Deleted: trunk/kerberos5/doc/heimdal.info
===================================================================
(Binary files differ)
Deleted: trunk/kerberos5/doc/hx509.info
===================================================================
(Binary files differ)
Deleted: trunk/kerberos5/doc/wind.din
===================================================================
--- trunk/kerberos5/doc/wind.din 2015-07-25 19:18:11 UTC (rev 7144)
+++ trunk/kerberos5/doc/wind.din 2015-07-25 19:18:22 UTC (rev 7145)
@@ -1,15 +0,0 @@
-# Doxyfile 1.5.3
-
-PROJECT_NAME = Heimdal wind library
-PROJECT_NUMBER = @PACKAGE_VERSION@
-OUTPUT_DIRECTORY = @srcdir@/doxyout/wind
-INPUT = @srcdir@/../lib/wind
-
-WARN_IF_UNDOCUMENTED = YES
-
-PERL_PATH = /usr/bin/perl
-
-HTML_HEADER = "@srcdir@/header.html"
-HTML_FOOTER = "@srcdir@/footer.html"
-
- at INCLUDE = "@srcdir@/doxytmpl.dxy"
More information about the Midnightbsd-cvs
mailing list