aboutsummaryrefslogtreecommitdiff
path: root/doc/implement/implement.tex
blob: 7f6c7d300bb3c75dc53648100017ed83df637522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
\documentstyle[newcen,fixunder,functions,changebar,twoside,fancyheadings]{article}
\setlength{\oddsidemargin}{0.25in}
\setlength{\evensidemargin}{-0.25in}
\setlength{\topmargin}{-.5in}
\setlength{\textheight}{9in}
\setlength{\parskip}{.1in}
\setlength{\parindent}{2em}
\setlength{\textwidth}{6.25in}
\makeindex
\newif\ifdraft
\drafttrue
\typein{Draft flag? (type \noexpand\draftfalse<CR> if not draft...)}
\ifdraft
\pagestyle{fancy}
\lhead[\fancyplain{}\thepage]{\fancyplain{}{\sl \leftmark}}
\rhead[\fancyplain{}{\sl \leftmark}]{\fancyplain{}\thepage}
\cfoot{{\bf DRAFT---DO NOT REDISTRIBUTE}}
\else\pagestyle{headings}\fi
\begin{document}
\thispagestyle{empty}
\begin{center}
{\Huge Kerberos V5 application programming library}
\ifdraft \\ {\Large DRAFT---\today}\fi
\end{center}
\section{libkrb5.a functions}
This section describes the functions provided in the \libname{libkrb5.a}
library.  The library is built from several pieces, mostly for convenience in
programming, maintenance, and porting.

\ifdraft\sloppy\fi

\subsection{Main functions}
\input{krb5.tex}

\subsection{Credentials cache functions}
\input{ccache.tex}

\subsection{Replay cache functions}
\input{rcache.tex}

\subsection{Key table functions}
\input{keytab.tex}

\subsection{Operating-system specific functions}
\input{libos.tex}

\section{Principal database functions}

\input{kdb.tex}

\section{Encryption system interface}
\input{encrypt.tex}

\section{Checksum interface}
\input{cksum.tex}

\section{CRC-32 checksum functions}
\input{crc-32.tex}

\appendix
\cleardoublepage
\input{\jobname.ind}
\end{document}