Home
last modified time | relevance | path

Searched refs:hdb (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/crypto/heimdal/doc/doxyout/hdb/
H A Dmanpages1 hdb/man/man3/HDB.3
2 hdb/man/man3/hdb__del.3
3 hdb/man/man3/hdb__get.3
4 hdb/man/man3/hdb__put.3
5 hdb/man/man3/hdb_auth_status.3
6 hdb/man/man3/hdb_check_constrained_delegation.3
7 hdb/man/man3/hdb_check_pkinit_ms_upn_match.3
8 hdb/man/man3/hdb_check_s4u2self.3
9 hdb/man/man3/hdb_close.3
10 hdb/man/man3/hdb_destroy.3
[all …]
/freebsd/kerberos5/lib/libhdb/
H A DMakefile3 LIB= hdb
5 VERSION_MAP= ${KRB5DIR}/lib/hdb/version-script.map
37 INCS= hdb-protos.h \
38 hdb.h \
46 hdb-ldap.c \
47 hdb.c \
50 hdb-sqlite.c \
51 hdb-keytab.c \
52 hdb-mitdb.c \
60 CFLAGS+=-I${KRB5DIR}/lib/hdb -I${KRB5DIR}/lib/asn1 \
[all …]
/freebsd/crypto/heimdal/doc/
H A DMakefile.am22 hdb.dxy: hdb.din Makefile
23 $(dxy_subst) < $(srcdir)/hdb.din > hdb.dxy.tmp
24 chmod +x hdb.dxy.tmp
25 mv hdb.dxy.tmp hdb.dxy
60 PROJECTS = hcrypto hdb hx509 gssapi krb5 ntlm wind
62 doxyout doxygen: hdb.dxy hx509.dxy hcrypto.dxy gssapi.dxy krb5.dxy ntlm.dxy wind.dxy
122 hdb.din \
139 hdb.dxy* \
H A DMakefile.in389 PROJECTS = hcrypto hdb hx509 gssapi krb5 ntlm wind
411 hdb.din \
428 hdb.dxy* \
1048 hdb.dxy: hdb.din Makefile
1049 $(dxy_subst) < $(srcdir)/hdb.din > hdb.dxy.tmp
1050 chmod +x hdb.dxy.tmp
1051 mv hdb.dxy.tmp hdb.dxy
1083 doxyout doxygen: hdb.dxy hx509.dxy hcrypto.dxy gssapi.dxy krb5.dxy ntlm.dxy wind.dxy
/freebsd/crypto/heimdal/
H A DChangeLog.20048 * lib/hdb/Makefile.am: add CHECK_SYMBOLS
10 * lib/hdb/keys.c: make all_etypes static
47 * lib/hdb/hdb-ldap.c: Add account expiration for samba from James
82 * lib/hdb/hdb-ldap.c (pos): uppercase in character
86 * lib/hdb/hdb-ldap.c (LDAP__bytes2hex,LDAP__hex2bytes): encode
89 * lib/hdb/hdb-ldap.c: s/objectclass/objectClass/ check if
95 * lib/hdb/hdb-ldap.c (LDAP_firstkey): When iterating over all
99 * lib/hdb/hdb-ldap.c (krb5kdcentry_attrs): ask for attribute uid
102 * lib/hdb/hdb-ldap.c (LDAP_message2entry): if the entry is missing
176 * lib/hdb/hdb.asn1: use constrained integers
[all …]
H A DChangeLog.20009 * lib/hdb/convert_db.c (main): handle krb5_init_context failure
88 * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): update to 6:3:0
170 * lib/hdb/hdb.c (hdb_next_enctype2key): const-ize a little bit
208 * lib/hdb/ndbm.c: handle both ndbm.h and gdbm/ndbm.h
209 * lib/hdb/hdb.c: handle both ndbm.h and gdbm/ndbm.h
260 * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): bump version to 6:2:0
314 * lib/hdb/keytab.c: re-write to delay the opening of the database
358 * lib/hdb/Makefile.am: set version to 6:1:0
459 * lib/hdb/db3.c: always create a cursor with db3. From Derrick J
464 * lib/hdb/Makefile.am: bump version to 6:0:0
[all …]
H A DChangeLog.2006174 * lib/hdb/hdb-ldap.c: Clear errno before calling the strtol
202 * lib/hdb/Makefile.am: Add LIB_com_err to pacify AIX
206 * lib/hdb/hdb-ldap.c: Make build again from the hdb_entry
447 * lib/hdb/keys.c (hdb_generate_key_set): free list of enctype when
468 * lib/hdb/Makefile.am: remove dependency on et files covert_db
475 * lib/hdb/hdb-ldap.c: Make compile.
506 * lib/hdb/Makefile.am: more files
531 * lib/hdb/db3.c: Wrap function call pointer calls in (*func) to
606 * lib/hdb/ext.c: Prefix der primitives with der_.
608 * lib/hdb/ext.c: Prefix der primitives with der_.
[all …]
H A DChangeLog.19997 * lib/hdb/print.c (event2string): handle events without principal.
16 * lib/hdb/Makefile.am (asn1_files): add $(EXEEXT) for cygwin and
267 * lib/hdb/Makefile.am: bump version to 4:0:1
516 (main): get rid of bogus opening of hdb database when propagating
579 * lib/hdb/Makefile.am (libhdb_la_SOURCES): add keytab.c. From
621 * lib/hdb/keytab.c: HDB keytab backend
799 * lib/hdb/Makefile.am: bump version number (changes to some
806 * lib/hdb/Makefile.am: bump version to 2:1:0
989 * lib/hdb/hdb.c (hdb_process_master_key): simplify by using
992 * lib/hdb/hdb.c (hdb_process_master_key): check return value from
[all …]
H A DChangeLog.200532 * lib/hdb/ndbm.c: memset hdb_entry_ex before use
34 * lib/hdb/db3.c: memset hdb_entry_ex before use
36 * lib/hdb/db.c: memset hdb_entry_ex before use
47 * lib/hdb, kdc, kadmin/load.c: Wrap hdb_entry with hdb_entry_ex, patch
50 * lib/hdb/hdb-ldap.c: Wrap hdb_entry with hdb_entry_ex, add url
83 * lib/hdb: drop convert_db, 0.0 to 0.1 transition was a long long
125 * lib/hdb/hdb.c (find_method): accept relative paths as old db
139 * lib/hdb/hdb.c: Only match db databases on filename starting with
159 * lib/hdb/db3.c (hdb_db_create): use calloc to callocate memory
161 * lib/hdb/ndbm.c (hdb_ndbm_create): use calloc to allocate memory
[all …]
H A DChangeLog.20018 * lib/hdb/mkey.c: fix a bug in which kstash would crash if
96 * lib/hdb/mkey.c (hdb_set_master_keyfile): clear error string when
132 * lib/hdb/hdb-ldap.c: some pretty much untested changes from Luke
210 * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): update to 7:4:0
273 * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): update to 7:3:0
295 * lib/hdb/mkey.c: more set_error_string
299 * lib/hdb/Makefile.am (libhdb_la_LIBADD): add required library
380 * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): set version to 7:2:0
448 * lib/hdb/hdb.c: use krb5_add_et_list
452 * lib/hdb/Makefile.am: add generation number
[all …]
H A DChangeLog42 * lib/hdb/version-script.map: some random bits needed for libkadm
60 * lib/hdb/Makefile.am: EXTRA_DIST += version-script.map
100 * lib/hdb/hdb-ldap.c: Use the _ext api for OpenLDAP, from Honza
127 * lib/hdb/Makefile.am: Move OpenLDAP includes to AM_CPPFLAGS to
404 * lib/hdb/hdb-ldap.c: Use malloc() instead of static buffer.
406 * lib/hdb/hdb-ldap.c: Use ldap_get_values_len, from LaMont Jones
468 * lib/hdb/Makefile.am: drop CHECK_SYMBOLS
H A DChangeLog.200322 * lib/hdb/hdb.asn1: remove enforce-transited-policy, its no longer
97 * lib/hdb/Makefile.am (LDADD): link with LIB_dlopen
250 * lib/hdb/hdb.asn1: add flag to enforce transited policy
419 * lib/hdb/Makefile.am: libhdb might depend on LIB_dlopen
437 * lib/hdb/db3.c: improve readability of ->open ifdef, check if
473 * lib/hdb/hdb_locl.h: include <limits.h> for ULONG_MAX noted by
623 * lib/hdb/db3.c: try to include more db headers
625 * lib/hdb/db3.c: patch for working with DB4 on heimdal-discuss
651 * lib/hdb/hdb-ldap.c: code rewrite from Luke Howard
722 * lib/hdb/mkey.c (read_master_mit): krb5_ret_int16 takes a int16_t
[all …]
/freebsd/crypto/heimdal/lib/hdb/
H A DMakefile.in52 subdir = lib/hdb
131 am__hdb_ldap_la_SOURCES_DIST = hdb-ldap.c
132 @OPENLDAP_MODULE_TRUE@am_hdb_ldap_la_OBJECTS = hdb-ldap.lo
139 am__dist_libhdb_la_SOURCES_DIST = common.c db.c db3.c ext.c hdb-ldap.c \
140 hdb.c hdb-sqlite.c hdb-keytab.c hdb-mitdb.c hdb_locl.h \
141 hdb-private.h keys.c keytab.c dbinfo.c mkey.c ndbm.c print.c
142 @OPENLDAP_MODULE_FALSE@am__objects_1 = hdb-ldap.lo
144 $(am__objects_1) hdb.lo hdb-sqlite.lo hdb-keytab.lo \
145 hdb-mitdb.lo keys.lo keytab.lo dbinfo.lo mkey.lo ndbm.lo \
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdb-keytab.Plo@am__quote@
[all …]
H A Dhdb_err.et2 # Error messages for the hdb library
8 error_table hdb
H A Dhdb.asn111 hdb-pw-salt INTEGER ::= 3
12 hdb-afs3-salt INTEGER ::= 10
76 -- hdb-ext-referrals ::= PA-SERVER-REFERRAL-DATA
/freebsd/contrib/file/magic/Magdir/
H A Dmaple51 # .hdb
54 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/h/hdb-maple.trid.xml
62 !:mime application/x-maple-hdb
63 !:ext hdb
66 # like hsum.hdb
68 !:mime application/x-maple-hdb
69 !:ext hdb
/freebsd/crypto/heimdal/kdc/
H A DMakefile.am69 $(top_builddir)/lib/hdb/libhdb.la \
78 $(top_builddir)/lib/hdb/libhdb.la \
92 $(top_builddir)/lib/hdb/libhdb.la \
101 LDADD = $(top_builddir)/lib/hdb/libhdb.la \
/freebsd/kerberos5/lib/libkdc/
H A DMakefile6 LIBADD= roken hdb hx509 krb5 heimntlm asn1 crypto
30 -I${KRB5DIR}/lib/hdb \
/freebsd/crypto/heimdal/lib/kadm5/
H A DMakefile.am24 ../hdb/libhdb.la $(LIBADD_roken)
130 $(top_builddir)/lib/hdb/libhdb.la \
141 $(top_builddir)/lib/hdb/libhdb.la \
/freebsd/kerberos5/usr.bin/kpasswd/
H A DMakefile5 LIBADD= hdb krb5 roken vers crypto
/freebsd/kerberos5/libexec/kpasswdd/
H A DMakefile6 LIBADD= kadm5srv hdb krb5 roken vers asn1
/freebsd/kerberos5/usr.sbin/kstash/
H A DMakefile7 LIBADD= hdb krb5 crypto vers
/freebsd/kerberos5/libexec/hpropd/
H A DMakefile7 LIBADD= hdb krb5 roken vers
/freebsd/kerberos5/libexec/ipropd-master/
H A DMakefile8 LIBADD= kadm5srv hdb krb5 roken vers
/freebsd/kerberos5/libexec/ipropd-slave/
H A DMakefile8 LIBADD= kadm5srv hdb krb5 roken vers

123