summaryrefslogtreecommitdiffstats
path: root/doc/implement/implement.tex
blob: ee16173440f9737e4a718b383460e986911fb916 (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
\documentstyle[newcen,fixunder,functions,changebar,twoside]{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
\pagestyle{headings}
\begin{document}
\begin{center}
{\Huge Kerberos V5 application programming library} \\
{\Large DRAFT}
\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.
\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}