/libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/ |
LDAPCertStoreHelper.java | 26 package sun.security.provider.certpath.ldap; 44 * LDAP implementation of CertStoreHelper.
|
LDAPCertStore.java | 26 package sun.security.provider.certpath.ldap; 58 * <code>CRL</code>s from an LDAP directory, using the PKIX LDAP V2 Schema 67 * <code>CertStore</code> and establish the DNS name and port of the LDAP 85 * minimize LDAP round trips. The cache is associated with the CertStore 91 * a single LDAP request when any one of them is needed. The reason is that 114 * LDAP attribute identifiers. 137 "sun.security.certpath.ldap.cache.lifetime"; 142 * when validating signed JARs with LDAP URLs in certificates. 145 "sun.security.certpath.ldap.disable.app.resource.files" [all...] |
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
URICertStore.java | 119 // true if URI is ldap 120 private boolean ldap = false; field in class:URICertStore 165 // if ldap URI, use an LDAPCertStore to fetch certs and CRLs 166 if (uri.getScheme().toLowerCase(Locale.ENGLISH).equals("ldap")) { 167 ldap = true; 168 ldapHelper = CertStoreHelper.getInstance("LDAP"); 249 // if ldap URI we wrap the CertSelector in an LDAPCertSelector to 250 // avoid LDAP DN matching issues (see LDAPCertSelector for more info) 251 if (ldap) { 258 // Fetch the certificates via LDAP. LDAPCertStore has its ow [all...] |
/external/curl/lib/ |
ldap.c | 31 * compiled is the code from ldap.c. 38 #ifdef USE_WIN32_LDAP /* Use Windows LDAP implementation. */ 41 # error Your Platform SDK is NOT sufficient for LDAP support! \ 42 Update your Platform SDK, or disable LDAP support! 51 # include <ldap.h> 137 * LDAP protocol handler. 141 "LDAP", /* scheme */ 191 LDAP *server = NULL; 216 infof(data, "LDAP local: LDAP Vendor = %s ; LDAP Version = %d\n" [all...] |
openldap.c | 32 * compiled is the code from ldap.c. 39 #include <ldap.h> 58 LDAP **ld); 71 * LDAP protocol handler. 75 "LDAP", /* scheme */ 135 LDAP *ld; 167 failf(conn->data, "LDAP local: %s", msg); 199 strcpy(hosturl, "ldap"); 208 failf(data, "LDAP local: Cannot connect to %s, %s", 286 failf(data, "LDAP local: bind ldap_result %s", ldap_err2string(rc)) [all...] |
/external/icu/icu4c/source/tools/gensprep/ |
filterRFC3454.pl | 57 "--ldap" => \$writeLDAPMap, 360 $comment ="# Map table for LDAP profile (rfc4518.txt)\n\n"; 661 --ldap Generate data for LDAP map table
|
/external/curl/packages/vms/ |
build_vms.com | 42 $! NOLDAP Disable LDAP support if LDAP is available. 124 $! LDAP default to on where available 128 $! Linker finds ldap with out option file. 271 $ ldap = 1 479 $ ldap = 0 607 $! LDAP. 609 $ if f$search("SYS$SHARE:LDAP$SHR.EXE") .eqs. "" 611 $ ldap = 0 613 $ if (ldap .eq. 0 [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
storage_v1_messages.py | 649 trace: A tracing token of the form "token:<tokenid>" or "email:<ldap>" to [all...] |
/external/curl/packages/OS400/ |
os400sys.c | 55 #include <ldap.h> 920 /* ASCII wrappers for the LDAP procedures. */
|
/external/ipsec-tools/src/racoon/ |
cftoken.l | 217 /* ldap config */ 253 <S_CFG>ldap { YYD; return(CFG_LDAP); }
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winldap.h | 131 typedef struct ldap { struct 153 } LDAP,*PLDAP; 245 WINLDAPAPI LDAP *LDAPAPI ldap_openW(const PWCHAR HostName,ULONG PortNumber); 246 WINLDAPAPI LDAP *LDAPAPI ldap_openA(const PCHAR HostName,ULONG PortNumber); 247 WINLDAPAPI LDAP *LDAPAPI ldap_initW(const PWCHAR HostName,ULONG PortNumber); 248 WINLDAPAPI LDAP *LDAPAPI ldap_initA(const PCHAR HostName,ULONG PortNumber); 249 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitW(PWCHAR HostName,ULONG PortNumber,int secure); 250 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitA(PCHAR HostName,ULONG PortNumber,int secure); 251 WINLDAPAPI ULONG LDAPAPI ldap_connect(LDAP *ld,struct l_timeval *timeout); 258 WINLDAPAPI LDAP *LDAPAPI ldap_open(PCHAR HostName,ULONG PortNumber) [all...] |