003 File Manager
Current Path:
/usr/src/crypto/heimdal/lib/hdb
usr
/
src
/
crypto
/
heimdal
/
lib
/
hdb
/
📁
..
📄
Makefile.am
(3.07 KB)
📄
Makefile.in
(38.64 KB)
📄
common.c
(9.26 KB)
📄
db.c
(8.97 KB)
📄
db3.c
(9.35 KB)
📄
dbinfo.c
(6.37 KB)
📄
ext.c
(11.09 KB)
📄
hdb-keytab.c
(5.78 KB)
📄
hdb-ldap.c
(46.7 KB)
📄
hdb-mitdb.c
(21.64 KB)
📄
hdb-private.h
(1.12 KB)
📄
hdb-protos.h
(7.24 KB)
📄
hdb-sqlite.c
(25.29 KB)
📄
hdb.asn1
(3.83 KB)
📄
hdb.c
(11.89 KB)
📄
hdb.h
(9.85 KB)
📄
hdb.schema
(3.95 KB)
📄
hdb_err.et
(1.08 KB)
📄
hdb_locl.h
(2.22 KB)
📄
keys.c
(10.38 KB)
📄
keytab.c
(10.11 KB)
📄
mkey.c
(14.68 KB)
📄
ndbm.c
(9.78 KB)
📄
print.c
(7.66 KB)
📄
test_dbinfo.c
(3.01 KB)
📄
version-script.map
(2.15 KB)
Editing: hdb-private.h
/* This is a generated file */ #ifndef __hdb_private_h__ #define __hdb_private_h__ #include <stdarg.h> krb5_error_code _hdb_fetch_kvno ( krb5_context /*context*/, HDB */*db*/, krb5_const_principal /*principal*/, unsigned /*flags*/, krb5_kvno /*kvno*/, hdb_entry_ex */*entry*/); hdb_master_key _hdb_find_master_key ( uint32_t */*mkvno*/, hdb_master_key /*mkey*/); krb5_error_code _hdb_keytab2hdb_entry ( krb5_context /*context*/, const krb5_keytab_entry */*ktentry*/, hdb_entry_ex */*entry*/); int _hdb_mkey_decrypt ( krb5_context /*context*/, hdb_master_key /*key*/, krb5_key_usage /*usage*/, void */*ptr*/, size_t /*size*/, krb5_data */*res*/); int _hdb_mkey_encrypt ( krb5_context /*context*/, hdb_master_key /*key*/, krb5_key_usage /*usage*/, const void */*ptr*/, size_t /*size*/, krb5_data */*res*/); int _hdb_mkey_version (hdb_master_key /*mkey*/); krb5_error_code _hdb_remove ( krb5_context /*context*/, HDB */*db*/, krb5_const_principal /*principal*/); krb5_error_code _hdb_store ( krb5_context /*context*/, HDB */*db*/, unsigned /*flags*/, hdb_entry_ex */*entry*/); #endif /* __hdb_private_h__ */
Upload File
Create Folder