diff options
Diffstat (limited to 'lib/hdb/hdb-protos.h')
| -rw-r--r-- | lib/hdb/hdb-protos.h | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/lib/hdb/hdb-protos.h b/lib/hdb/hdb-protos.h index 4c3d3eb1ab14..44a1bddc7625 100644 --- a/lib/hdb/hdb-protos.h +++ b/lib/hdb/hdb-protos.h @@ -146,6 +146,11 @@ hdb_entry_get_pkinit_acl ( const HDB_Ext_PKINIT_acl **/*a*/); krb5_error_code +hdb_entry_get_pkinit_cert ( + const hdb_entry */*entry*/, + const HDB_Ext_PKINIT_cert **/*a*/); + +krb5_error_code hdb_entry_get_pkinit_hash ( const hdb_entry */*entry*/, const HDB_Ext_PKINIT_hash **/*a*/); @@ -238,11 +243,10 @@ hdb_key2principal ( krb5_principal /*p*/); krb5_error_code -hdb_ldap_common ( +hdb_keytab_create ( krb5_context /*context*/, HDB ** /*db*/, - const char */*search_base*/, - const char */*url*/); + const char */*arg*/); krb5_error_code hdb_ldap_create ( @@ -267,6 +271,12 @@ hdb_lock ( int /*operation*/); krb5_error_code +hdb_mdb_create ( + krb5_context /*context*/, + HDB **/*db*/, + const char */*filename*/); + +krb5_error_code hdb_ndbm_create ( krb5_context /*context*/, HDB **/*db*/, @@ -349,6 +359,12 @@ hdb_set_master_keyfile ( const char */*keyfile*/); krb5_error_code +hdb_sqlite_create ( + krb5_context /*context*/, + HDB **/*db*/, + const char */*argument*/); + +krb5_error_code hdb_unlock (int /*fd*/); krb5_error_code |
