summaryrefslogtreecommitdiffstats
path: root/doc/implement/implement.tex
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-30 19:16:12 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-30 19:16:12 +0000
commit6df379c29d553a1e73037b24d92912f9280305a5 (patch)
tree629c5a95755044cbe7174f9eeb7aec0ef0a93320 /doc/implement/implement.tex
parentece130e23c695656b8bb2e993dbd4f486a953b0e (diff)
downloadkrb5-6df379c29d553a1e73037b24d92912f9280305a5.tar.gz
krb5-6df379c29d553a1e73037b24d92912f9280305a5.tar.xz
krb5-6df379c29d553a1e73037b24d92912f9280305a5.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@970 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement/implement.tex')
-rw-r--r--doc/implement/implement.tex48
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/implement/implement.tex b/doc/implement/implement.tex
new file mode 100644
index 000000000..4001d9913
--- /dev/null
+++ b/doc/implement/implement.tex
@@ -0,0 +1,48 @@
+\documentstyle[newcen,fixunder,functions,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 {\tt 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{CRC-32 checksum functions}
+\input{crc-32.tex}
+
+\section{Principal database functions}
+
+\input{kdb.tex}
+
+\section{Encryption system interface}
+\input{encrypt.tex}
+
+\appendix
+\cleardoublepage
+\input{\jobname.ind}
+\end{document}