Add heimdal-0.6.3
[dragonfly.git] / crypto / heimdal-0.6.3 / doc / heimdal.texi
1 \input texinfo @c -*- texinfo -*-
2 @c %**start of header
3 @c $Id: heimdal.texi,v 1.17 2001/02/24 05:09:24 assar Exp $
4 @setfilename heimdal.info
5 @settitle HEIMDAL
6 @iftex
7 @afourpaper
8 @end iftex
9 @c some sensible characters, please?
10 @tex
11 \input latin1.tex
12 @end tex
13 @setchapternewpage on
14 @syncodeindex pg cp
15 @c %**end of header
16
17 @c not yet @include version.texi
18 @set UPDATED $Date: 2001/02/24 05:09:24 $
19 @set EDITION 0.1
20 @set VERSION 0.3a
21
22 @ifinfo
23 @dircategory Heimdal
24 @direntry
25 * Heimdal: (heimdal).           The Kerberos 5 distribution from KTH
26 @end direntry
27 @end ifinfo
28
29 @c title page
30 @titlepage
31 @title Heimdal
32 @subtitle Kerberos 5 from KTH
33 @subtitle Edition @value{EDITION}, for version @value{VERSION}
34 @subtitle 1999
35 @author Johan Danielsson
36 @author Assar Westerlund
37 @author last updated @value{UPDATED}
38
39 @def@copynext{@vskip 20pt plus 1fil@penalty-1000}
40 @def@copyrightstart{}
41 @def@copyrightend{}
42 @page
43 @copyrightstart
44 Copyright (c) 1997-2000 Kungliga Tekniska Högskolan 
45 (Royal Institute of Technology, Stockholm, Sweden).
46 All rights reserved.
47
48 Redistribution and use in source and binary forms, with or without
49 modification, are permitted provided that the following conditions
50 are met:
51
52 1. Redistributions of source code must retain the above copyright
53    notice, this list of conditions and the following disclaimer.
54
55 2. Redistributions in binary form must reproduce the above copyright
56    notice, this list of conditions and the following disclaimer in the
57    documentation and/or other materials provided with the distribution.
58
59 3. Neither the name of the Institute nor the names of its contributors
60    may be used to endorse or promote products derived from this software
61    without specific prior written permission.
62
63 THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
64 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
65 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
66 ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
67 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
68 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
69 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
70 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
71 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
72 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
73 SUCH DAMAGE.
74
75 @copynext
76
77 Copyright (C) 1995-1997 Eric Young (eay@@mincom.oz.au)
78 All rights reserved.
79
80 This package is an DES implementation written by Eric Young (eay@@mincom.oz.au).
81 The implementation was written so as to conform with MIT's libdes.
82
83 This library is free for commercial and non-commercial use as long as
84 the following conditions are aheared to.  The following conditions
85 apply to all code found in this distribution.
86
87 Copyright remains Eric Young's, and as such any Copyright notices in
88 the code are not to be removed.
89 If this package is used in a product, Eric Young should be given attribution
90 as the author of that the SSL library.  This can be in the form of a textual
91 message at program startup or in documentation (online or textual) provided
92 with the package.
93
94 Redistribution and use in source and binary forms, with or without
95 modification, are permitted provided that the following conditions
96 are met:
97
98 1. Redistributions of source code must retain the copyright
99    notice, this list of conditions and the following disclaimer.
100
101 2. Redistributions in binary form must reproduce the above copyright
102    notice, this list of conditions and the following disclaimer in the
103    documentation and/or other materials provided with the distribution.
104
105 3. All advertising materials mentioning features or use of this software
106    must display the following acknowledgement:
107    This product includes software developed by Eric Young (eay@@mincom.oz.au)
108
109 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
110 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
111 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
112 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
113 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
114 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
115 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
116 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
117 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
118 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
119 SUCH DAMAGE.
120
121 @copynext
122
123 Copyright (C) 1990 by the Massachusetts Institute of Technology
124
125 Export of this software from the United States of America may
126 require a specific license from the United States Government.
127 It is the responsibility of any person or organization contemplating
128 export to obtain such a license before exporting.
129
130 WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
131 distribute this software and its documentation for any purpose and
132 without fee is hereby granted, provided that the above copyright
133 notice appear in all copies and that both that copyright notice and
134 this permission notice appear in supporting documentation, and that
135 the name of M.I.T. not be used in advertising or publicity pertaining
136 to distribution of the software without specific, written prior
137 permission.  M.I.T. makes no representations about the suitability of
138 this software for any purpose.  It is provided "as is" without express
139 or implied warranty.
140
141 @copynext
142
143 Copyright (c) 1988, 1990, 1993
144      The Regents of the University of California.  All rights reserved.
145
146 Redistribution and use in source and binary forms, with or without
147 modification, are permitted provided that the following conditions
148 are met:
149
150 1. Redistributions of source code must retain the above copyright
151    notice, this list of conditions and the following disclaimer.
152
153 2. Redistributions in binary form must reproduce the above copyright
154    notice, this list of conditions and the following disclaimer in the
155    documentation and/or other materials provided with the distribution.
156
157 3. All advertising materials mentioning features or use of this software
158    must display the following acknowledgement:
159      This product includes software developed by the University of
160      California, Berkeley and its contributors.
161
162 4. Neither the name of the University nor the names of its contributors
163    may be used to endorse or promote products derived from this software
164    without specific prior written permission.
165
166 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
167 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
168 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
169 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
170 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
171 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
172 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
173 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
174 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
175 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
176 SUCH DAMAGE.
177
178 @copynext
179
180 Copyright 1992 Simmule Turner and Rich Salz.  All rights reserved. 
181
182 This software is not subject to any license of the American Telephone 
183 and Telegraph Company or of the Regents of the University of California. 
184
185 Permission is granted to anyone to use this software for any purpose on
186 any computer system, and to alter it and redistribute it freely, subject
187 to the following restrictions:
188
189 1. The authors are not responsible for the consequences of use of this
190    software, no matter how awful, even if they arise from flaws in it.
191
192 2. The origin of this software must not be misrepresented, either by
193    explicit claim or by omission.  Since few users ever read sources,
194    credits must appear in the documentation.
195
196 3. Altered versions must be plainly marked as such, and must not be
197    misrepresented as being the original software.  Since few users
198    ever read sources, credits must appear in the documentation.
199
200 4. This notice may not be removed or altered.
201
202 @copyrightend
203 @end titlepage
204
205 @c Less filling! Tastes great!
206 @iftex
207 @parindent=0pt
208 @global@parskip 6pt plus 1pt
209 @global@chapheadingskip = 15pt plus 4pt minus 2pt 
210 @global@secheadingskip = 12pt plus 3pt minus 2pt
211 @global@subsecheadingskip = 9pt plus 2pt minus 2pt
212 @end iftex
213 @ifinfo
214 @paragraphindent 0
215 @end ifinfo
216
217 @ifinfo
218 @node Top, Introduction, (dir), (dir)
219 @top Heimdal
220 @end ifinfo
221
222 @menu
223 * Introduction::                
224 * What is Kerberos?::           
225 * Building and Installing::     
226 * Setting up a realm::          
227 * Things in search for a better place::  
228 * Kerberos 4 issues::           
229 * Windows 2000 compatability::
230 * Programming with Kerberos::
231 * Migration::
232 * Acknowledgments::             
233
234 @end menu
235
236 @include intro.texi
237 @include whatis.texi
238 @include install.texi
239 @include setup.texi
240 @include misc.texi
241 @include kerberos4.texi
242 @include win2k.texi
243 @include programming.texi
244 @include migration.texi
245 @include ack.texi
246
247 @c @shortcontents
248 @contents
249
250 @bye