next draft, given to QA
authorBarry Jaspan <bjaspan@mit.edu>
Thu, 14 Oct 1993 21:09:22 +0000 (21:09 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Thu, 14 Oct 1993 21:09:22 +0000 (21:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2666 dc483132-0cff-0310-8789-dd5450dbe970

doc/kadm5/api-server-design.tex

index 760fbc4910d0a5933901c59c73d26400e3a444cb..cd378ad04220e344242b4f680292166cd5ce63c9 100644 (file)
@@ -223,6 +223,8 @@ presented here.
 \item[OSA_ADB_NOENT] Named entry not in database.
 \item[OSA_ADB_MEM] Out of memory performing operation.
 \item[OSA_ADB_FAILURE] General failure.
+\item[OSA_ADB_BAD_PRINC] The krb5_principal structure is invalid.
+\item[OSA_ADB_BAD_POLICY] The specified policy name is invalid.
 \end{description}
 
 Database functions can also return system errors.  Unless otherwise
@@ -280,6 +282,13 @@ in.  Returns OSA_DB_NOENT if the named entry does not exist.  Note
 that this cannot be used to rename an entry; rename is implemented by
 deleting the old name and creating the new one (NOT ATOMIC!).
 
+\begin{verbatim}
+void osa_adb_free_T(osa_T_ent_t);
+\end{verbatim}
+
+Frees the memory associated with an osa_T_ent_t allocated by
+osa_adb_get_T.
+
 \subsection{Kerberos Database}
 
 Kerberos uses dbm to store krb5_db_entry records.  It can be accessed