[secure-admin/3394] first cut at unit tests for locking
authorBarry Jaspan <bjaspan@mit.edu>
Thu, 10 Aug 1995 22:43:34 +0000 (22:43 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Thu, 10 Aug 1995 22:43:34 +0000 (22:43 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6507 dc483132-0cff-0310-8789-dd5450dbe970

doc/kadm5/api-server-design.tex
doc/kadm5/api-unit-test.tex

index eb125b409b049e3fc30f51803cc179ab77c46727..f422c31631a0f02ec70d5c7141ac52c4945fc619 100644 (file)
@@ -296,7 +296,11 @@ osa_adb_ret_t
 osa_adb_close_T(osa_adb_T_t db);
 \end{verbatim}
 %
-Close an open database.
+Release all shared or exclusive locks (on BOTH databases, since they
+use the same lock file) and close the database.
+
+It is an error to exit while a permanent lock is held;
+OSA_ADB_NOLOCKFILE is returned in this case.
 
 \begin{verbatim}
 osa_adb_ret_t osa_adb_get_lock(osa_adb_T_t db, int mode)
index 38695e0bd3b51e92c1af692ebc7d3929a5bb0251..8985263c3b5c91f7be858c472a84631a0b9d7575 100644 (file)
@@ -392,14 +392,14 @@ with the corrupted server handle.
 \numtest{45}{
 \Priority{Bug fix, secure-install/3390}
 \Reason{Returns SECURE_PRINC_MISSING when ADMIN_SERVICE does not
-exist.
+exist.}
 \Status{Implemented}
 }
 
 \numtest{46}{
 \Priority{Bug fix, secure-install/3390}
 \Reason{Returns SECURE_PRINC_MISSING when CHANGEPW_SERVICE does not
-exist.
+exist.}
 \Status{Implemented}
 }