- Nov 05, 2001
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Howard Chu authored
must be set later using dbenv_set_flags.
-
Howard Chu authored
the patch from ITS#1289 to be ported here.
-
- Nov 04, 2001
-
-
Kurt Zeilenga authored
-
- Nov 03, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- Nov 02, 2001
-
-
Pierangelo Masarati authored
-
- Nov 01, 2001
-
-
Pierangelo Masarati authored
wrong length in statement selection (not critical); some cleanup (sizeof()-1 instead of strlen on constant strings)
-
- Oct 31, 2001
-
-
Pierangelo Masarati authored
-
- Oct 30, 2001
-
-
Pierangelo Masarati authored
moved rdn parsing in a dedicated routine, ldap_str2rdn(), that can be used directly; now ldap_rdn2str() handles all the formats
-
- Oct 29, 2001
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
may need optimization; uncomment #define USE_LDAP_DN_PARSING in libraries/libldap/getdn.c to enable its use. The ava/rdn/dn handling routines (append, insert, free and so) must be made available thru declaration in some header.
-
- Oct 27, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 26, 2001
-
-
Pierangelo Masarati authored
enhanced dn parsing; see libraries/libldap/dntest for a 'demo'. Need to define USE_LDAP_DN_PARSING to override usual ldap_dn2ufn and so, and PARSE_UTF8 to parse attribute values as utf-8
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Includes rewriting of URLs where the DN of the referral object and the DN of the ref attribute attribute are not the same. Also, always returns explicit DN and scope. Currently, back-ldbm only. Needs to be ported to back-bdb.
-
Kurt Zeilenga authored
-
- Oct 25, 2001
-
-
Pierangelo Masarati authored
-
Kurt Zeilenga authored
-
Pierangelo Masarati authored
-
Kurt Zeilenga authored
Developed by Steve Omrani/IBM Copyright IBM Corp. 2001 Use of this source code is subject to the terms of The OpenLDAP Public License Version 2.7, 7 September 2001. No trademarks of the IBM Corporation are to be used to identify, endorse or promote any products derived from this code without the prior written consent of IBM.
-
- Oct 24, 2001
-
-
Kurt Zeilenga authored
Use presence indices in support of >= and <=. (Note presence indices could be used to support = and substr in like fashion where eq and substr indices are not maintained, but I'll save that for another day.)
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 23, 2001
-
-
Kurt Zeilenga authored
Developed by Julius Enarusai/IBM Copyright IBM Corp. 2001 Use of this source code is subject to the terms of The OpenLDAP Public License Version 2.7, 7 September 2001. No trademarks of the IBM Corporation are to be used to identify, endorse or promote any products derived from this code without the prior written consent of IBM.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Julio Sánchez Fernández authored
in a check. This way you have to say: index userCertificate eq If we remove it, we could say: index userCertificate;binary eq I have not tried the latter.
-
Julio Sánchez Fernández authored
you can search efficiently the directory for a certificate. Notice that we index certificates just as serial integers. A full index should combine the issuer DN too, but I think in most scenarios that would be extremely redundant and of little benefit. We can add an option later to do full indexing.
-