/freebsd/usr.sbin/ypldap/ |
H A D | aldap.c | 83 aldap_bind(struct aldap *ldap, char *binddn, char *bindcred) in aldap_bind() argument 96 elm = ber_printf_elements(root, "d{tdsst", ++ldap->msgid, BER_CLASS_APP, in aldap_bind() 104 error = ber_write_elements(&ldap->ber, root); in aldap_bind() 110 return (ldap->msgid); in aldap_bind() 115 ldap->err = ALDAP_ERR_OPERATION_FAILED; in aldap_bind() 120 aldap_unbind(struct aldap *ldap) in aldap_unbind() argument 127 elm = ber_printf_elements(root, "d{t", ++ldap->msgid, BER_CLASS_APP, in aldap_unbind() 134 error = ber_write_elements(&ldap->ber, root); in aldap_unbind() 140 return (ldap->msgid); in aldap_unbind() 145 ldap->err = ALDAP_ERR_OPERATION_FAILED; in aldap_unbind() [all …]
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2004 | 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 493 * lib/hdb/hdb-ldap.c (LDAP_entry2mods): allow for pre-c99 538 * lib/hdb/hdb-ldap.c (LDAP_seq): try handling errors better 546 * lib/hdb/hdb-ldap.c (LDAP__connect): call ldap_initialize with [all …]
|
H A D | ChangeLog | 100 * lib/hdb/hdb-ldap.c: Use the _ext api for OpenLDAP, from Honza 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
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | NTMakefile | 45 $(OBJ)\ldap.obj \ 108 $(OBJ)\test-ldap.exe \ 130 $(OBJ)\test-ldap.exe: $(OBJ)\test-ldap.obj 144 test-ldap.exe
|
H A D | ChangeLog | 64 * test-ldap.c: Test ldap cases. 68 * ldap.c (_wind_ldap_case_exact_attribute): case exact matching.
|
H A D | Makefile.am | 32 ldap.c \ 76 test-ldap \
|
H A D | Makefile.in | 51 test-punycode$(EXEEXT) test-ldap$(EXEEXT) test-utf8$(EXEEXT) 131 ldap.lo normalize.lo punycode.lo stringprep.lo utf8.lo 150 test_ldap_SOURCES = test-ldap.c 151 test_ldap_OBJECTS = test-ldap.$(OBJEXT) 192 $(idn_lookup_SOURCES) test-bidi.c test-ldap.c test-map.c \ 196 test-bidi.c test-ldap.c test-map.c test-normalize.c \ 474 ldap.c \ 667 test-ldap$(EXEEXT): $(test_ldap_OBJECTS) $(test_ldap_DEPENDENCIES) 668 @rm -f test-ldap$(EXEEXT) 703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldap.Plo@am__quote@ [all …]
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | ldap_routing.m4 | 43 … `ldap -1 -T<TMPF> -v mailHost -k (&(objectClass=inetLocalMailRecipient)(mailLocalAddress=%0))', 47 …`ldap -1 -T<TMPF> -v mailRoutingAddress -k (&(objectClass=inetLocalMailRecipient)(mailLocalAddress…
|
H A D | authinfo.m4 | 21 …defn(`_ARG_'), `LDAP', `ldap -1 -v sendmailMTAMapValue,sendmailMTAMapSearch:FILTER:sendmailMTAMapO…
|
H A D | bitdomain.m4 | 24 …defn(`_ARG_'), `LDAP', `ldap -1 -v sendmailMTAMapValue,sendmailMTAMapSearch:FILTER:sendmailMTAMapO…
|
H A D | domaintable.m4 | 24 …defn(`_ARG_'), `LDAP', `ldap -1 -v sendmailMTAMapValue,sendmailMTAMapSearch:FILTER:sendmailMTAMapO…
|
H A D | genericstable.m4 | 24 …defn(`_ARG_'), `LDAP', `ldap -1 -v sendmailMTAMapValue,sendmailMTAMapSearch:FILTER:sendmailMTAMapO…
|
H A D | mailertable.m4 | 24 …defn(`_ARG_'), `LDAP', `ldap -1 -v sendmailMTAMapValue,sendmailMTAMapSearch:FILTER:sendmailMTAMapO…
|
H A D | uucpdomain.m4 | 24 …defn(`_ARG_'), `LDAP', `ldap -1 -v sendmailMTAMapValue,sendmailMTAMapSearch:FILTER:sendmailMTAMapO…
|
H A D | virtusertable.m4 | 24 …defn(`_ARG_'), `LDAP', `ldap -1 -v sendmailMTAMapValue,sendmailMTAMapSearch:FILTER:sendmailMTAMapO…
|
H A D | access_db.m4 | 48 …defn(`_ARG_'), `LDAP', `ldap -T`'_ATMPF_ -1 -v sendmailMTAMapValue,sendmailMTAMapSearch:FILTER:sen…
|
/freebsd/crypto/openssl/test/recipes/95-test_external_krb5_data/ |
H A D | krb5.sh | 16 ./configure --with-ldap --with-prng-alg=os --enable-pkinit \
|
/freebsd/kerberos5/lib/libwind/ |
H A D | Makefile | 18 ldap.c \
|
/freebsd/lib/libsm/ |
H A D | Makefile | 32 signal.c clock.c config.c sem.c shm.c mbdb.c strexit.c cf.c ldap.c \
|
/freebsd/kerberos5/lib/libhdb/ |
H A D | Makefile | 46 hdb-ldap.c \
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | Makefile.in | 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 \ 142 @OPENLDAP_MODULE_FALSE@am__objects_1 = hdb-ldap.lo 661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdb-ldap.Plo@am__quote@
|
/freebsd/secure/caroot/trusted/ |
H A D | D-TRUST_BR_Root_CA_1_2020.pem | 49 …URI:ldap://directory.d-trust.net/CN=D-TRUST%20BR%20Root%20CA%201%202020,O=D-Trust%20GmbH,C=DE?cert…
|
H A D | D-TRUST_EV_Root_CA_1_2020.pem | 49 …URI:ldap://directory.d-trust.net/CN=D-TRUST%20EV%20Root%20CA%201%202020,O=D-Trust%20GmbH,C=DE?cert…
|
/freebsd/sys/kern/ |
H A D | kern_mutex.c | 1260 _mtx_lock_indefinite_check(struct mtx *m, struct lock_delay_arg *ldap) in _mtx_lock_indefinite_check() argument 1264 ldap->spin_cnt++; in _mtx_lock_indefinite_check() 1265 if (ldap->spin_cnt < 60000000 || kdb_active || KERNEL_PANICKED()) in _mtx_lock_indefinite_check()
|
/freebsd/secure/caroot/untrusted/ |
H A D | D-TRUST_Root_CA_3_2013.pem | 54 …URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20CA%203%202013,O=D-Trust%20GmbH,C=DE?certifica…
|