- Jul 21, 2001
-
-
Kurt Zeilenga authored
Remove lint
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Pierangelo Masarati authored
Added the suffix=<dn> parameter to replica config directive to allow selective replication of subtrees of a single database. Multiple occurrences allow the same replica to handle different subtrees
-
Pierangelo Masarati authored
Now operations that set the status of an entry to CREATING (add.c, modrdn.c) need to set it to COMMIT, by calling cache_entry_commit, before returning the entry itself, otherwise the entry is removed from the cache and its private data is freed. Should fix crashes due to add failures as in ITS#1245
-
- Jul 20, 2001
-
-
Pierangelo Masarati authored
Reworked API of nextid; e_private gets destroyed separately from the entry in case add fails (should fix ITS#1245)
-
- Jul 17, 2001
-
-
Stig Venaas authored
-
Stig Venaas authored
Unicode cannonical normalization
-
- Jul 16, 2001
-
-
Randy Kunkee authored
dbsync configuration is in use, which was preventing the performance gains of this mode.
-
Stig Venaas authored
-
Randy Kunkee authored
slapadd core-dumps when destroying db's env (Sleepycat 3.2.9) (ITS#1239) Only call ldbm_shutdown_env if the database has been opened, ie. when li->li_dbenv != NULL. Would appear any time a shutdown occurred and not all LDBM databases were opened.
-
- Jul 15, 2001
-
-
Stig Venaas authored
UTF8 normalization must be done before we compute number of keys since string length might increase.
-
Kurt Zeilenga authored
be applied to substrings assertions as well.
-
Kurt Zeilenga authored
-
Stig Venaas authored
-
- Jul 14, 2001
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
The old monitoring stuff has been removed; the new backend is enabled by using --enable-monitor at configure time and requires database monitor in slapd.conf to be activated. At present it implements a subset of the old monitoring options, and it should be extendable to a number of different subsystems. The search operation has been implementd; it does not honor abandon or size/time limits, though. The compare and the abandon operations are planned. Copyright Pierangelo Masarati <ando@sys-net.it>; the code is provided AS IS with NO GUARANTEE. It can be used and distributed under the conditions stated by the OpenLDAP Public License.
-
Kurt Zeilenga authored
Remove ssf from slapd-schema.conf
-
Kurt Zeilenga authored
-
- Jul 13, 2001
-
-
Pierangelo Masarati authored
David A. Cooper <david.cooper@nist.gov> (ITS#1232) according to draft-ietf-ldapbis-dn-05.txt A copyright statement follows: The functions normalize_unicode(), get_hexpair(), write_hex_pair(), get_next_byte(), get_next_char(), get_ber_length(), ber_parse_primitive_string(), ber_parse_string(), String_normalize(), DirectoryString_normalize(), PrintableString_normalize(), IA5String_normalize(), ber_parse_primitive_bitstring(), ber_parse_bitstring(), getNext8bits(), bitString_normalize(), match_oid(), match_key(), get_validated_av_in_dn(), get_validated_rdn_in_dn(), and get_validated_dn() in this file were developed at the National Institute of Standards and Technology by employees of the Federal Government in the course of their official duties. Pursuant to title 17 Section 105 of the United States Code the code in these functions is not subject to copyright protection and is in the public domain. The copyright for all other code in this file is as specified below.
-
- Jul 11, 2001
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
added function cache_find_entry_ndn2id that avoids an unnecessary call to dn_normalize; now dn2id calls this function, while the original function has been left as a wrapper
-
- Jul 10, 2001
-
-
Randy Kunkee authored
OpenLDAP 2.x is supported.
-
Randy Kunkee authored
and ldap_next_attribute if using newer interface. Current test for this is an #if LDAP_API_VERSION >= 2004.
-
Pierangelo Masarati authored
reworked rdn_attrs to use ldap_explode_rdn; maybe we should remove escapes "\" from parts directly in ldap_explode_rdn
-
Gary Williams authored
-
- Jul 09, 2001
-
-
Pierangelo Masarati authored
-
- Jul 07, 2001
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
by slapd/tools/*; slap_mods_free is needed by ldbm_back_modrdn after fixing ITS#1184 (at present -DMULTIATTRVAL_RDN is needed when compiling back-ldbm/modrdn.c to trigger the compilation of new code).
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jul 06, 2001
-
-
Pierangelo Masarati authored
-