Lines Matching full:database
85 The \fBHDB\fP structure is what the KDC and kadmind framework uses to query the backend database wh…
93 Open (or create) the a Kerberos database.
95 Open (or create) the a Kerberos database that was resolved with hdb_create(). The third and fourth …
100 Close the database for transaction
102 Closes the database for further transactions, wont release any permanant resources. the database ca…
113 Store an entry to database
116 Remove an entry from the database.
125 Lock database
127 …ppen on the database while the lock is held, so the entry is only useful for syncroning creation o…
130 Unlock database
135 Assume that the database is not hdb_open'ed and not locked.
140 If the database is a classical DB (ie BDB, NDBM, GDBM, etc) backend, this function will take a prin…
153 Destroy the handle to the database.
155 Destroy the handle to the database, deallocate all memory and related resources. Does not remove an…
163 …tten into the entry and will then later be ->\fBhdb_store()\fP into the database. The backend will…