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 44Copyright (c) 1997-2000 Kungliga Tekniska H�gskolan 45(Royal Institute of Technology, Stockholm, Sweden). 46All rights reserved. 47 48Redistribution and use in source and binary forms, with or without 49modification, are permitted provided that the following conditions 50are met: 51 521. Redistributions of source code must retain the above copyright 53 notice, this list of conditions and the following disclaimer. 54 552. 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 593. 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 63THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND 64ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 65IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 66ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE 67FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 68DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 69OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 70HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 71LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 72OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 73SUCH DAMAGE. 74 75@copynext 76 77Copyright (C) 1995-1997 Eric Young (eay@@mincom.oz.au) 78All rights reserved. 79 80This package is an DES implementation written by Eric Young (eay@@mincom.oz.au). 81The implementation was written so as to conform with MIT's libdes. 82 83This library is free for commercial and non-commercial use as long as 84the following conditions are aheared to. The following conditions 85apply to all code found in this distribution. 86 87Copyright remains Eric Young's, and as such any Copyright notices in 88the code are not to be removed. 89If this package is used in a product, Eric Young should be given attribution 90as the author of that the SSL library. This can be in the form of a textual 91message at program startup or in documentation (online or textual) provided 92with the package. 93 94Redistribution and use in source and binary forms, with or without 95modification, are permitted provided that the following conditions 96are met: 97 981. Redistributions of source code must retain the copyright 99 notice, this list of conditions and the following disclaimer. 100 1012. 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 1053. 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 109THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 110ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 111IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 112ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 113FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 114DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 115OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 116HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 117LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 118OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 119SUCH DAMAGE. 120 121@copynext 122 123Copyright (C) 1990 by the Massachusetts Institute of Technology 124 125Export of this software from the United States of America may 126require a specific license from the United States Government. 127It is the responsibility of any person or organization contemplating 128export to obtain such a license before exporting. 129 130WITHIN THAT CONSTRAINT, permission to use, copy, modify, and 131distribute this software and its documentation for any purpose and 132without fee is hereby granted, provided that the above copyright 133notice appear in all copies and that both that copyright notice and 134this permission notice appear in supporting documentation, and that 135the name of M.I.T. not be used in advertising or publicity pertaining 136to distribution of the software without specific, written prior 137permission. M.I.T. makes no representations about the suitability of 138this software for any purpose. It is provided "as is" without express 139or implied warranty. 140 141@copynext 142 143Copyright (c) 1988, 1990, 1993 144 The Regents of the University of California. All rights reserved. 145 146Redistribution and use in source and binary forms, with or without 147modification, are permitted provided that the following conditions 148are met: 149 1501. Redistributions of source code must retain the above copyright 151 notice, this list of conditions and the following disclaimer. 152 1532. 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 1573. 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 1624. 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 166THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 167ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 168IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 169ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 170FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 171DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 172OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 173HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 174LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 175OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 176SUCH DAMAGE. 177 178@copynext 179 180Copyright 1992 Simmule Turner and Rich Salz. All rights reserved. 181 182This software is not subject to any license of the American Telephone 183and Telegraph Company or of the Regents of the University of California. 184 185Permission is granted to anyone to use this software for any purpose on 186any computer system, and to alter it and redistribute it freely, subject 187to the following restrictions: 188 1891. 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 1922. 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 1963. 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 2004. 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 251