Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / kerberosIV / doc / intro.texi
1 @node Introduction, What is Kerberos?, Top, Top
2 @comment  node-name,  next,  previous,  up
3 @chapter Introduction
4
5 This is an attempt at documenting the Kerberos 4 distribution from
6 Kungliga Tekniska Högskolan (the Royal Institute of Technology in
7 Stockholm, Sweden). This distribution is based on eBones, but has been
8 improved in many ways. It is more portable, and several new features
9 have been added. It should run on any reasonably modern unix-like
10 system.
11
12 In addition, some part compile and work on:
13
14 @itemize @bullet
15 @item
16 OS/2 with EMX
17 @item
18 Windows 95/NT with gnu-win32 (with the proper amount of magic the
19 libraries should compile with Microsoft C as well)
20 @end itemize
21
22 It should work on anything that is almost POSIX, has an ANSI C
23 compiler, a dbm library (for the server side), and BSD Sockets.
24
25 A web-page is available at @url{http://www.pdc.kth.se/kth-krb/}.
26
27 @heading Bug reports
28
29 If you cannot build the programs or they do not behave as you think they
30 should, please send us a bug report.  The bug report should be sent to
31 @code{<kth-krb-bugs@@pdc.kth.se>}.  Please include information on what
32 machine and operating system (including version) you are running, what
33 you are trying to do, what happens, what you think should have happened,
34 an example for us to repeat, the output you get when trying the example,
35 and a patch for the problem if you have one.  Please make any patches
36 with @code{diff -u} or @code{diff -c}.  The more detailed the bug report
37 is, the easier it will be for us to reproduce, understand, and fix it.
38
39 Suggestions, comments and other non bug reports are welcome.  Send them
40 to @code{<kth-krb@@pdc.kth.se>}.
41