- Jul 28, 2001
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jul 27, 2001
-
-
Stig Venaas authored
case-Exact/Ignore-Substrings-Match/Filter/Indexer with common code for the caseExact and caseIgnore cases
-
- Jul 26, 2001
-
-
Stig Venaas authored
but can really be removed.
-
Kurt Zeilenga authored
-
- Jul 25, 2001
-
-
Stig Venaas authored
followed by stripping of characters with 8th bit set. The normalization is needed to make exact match imply approx match.
-
- Jul 24, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Pierangelo Masarati authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jul 23, 2001
-
-
Pierangelo Masarati authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jul 22, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Stig Venaas authored
them.
-
Kurt Zeilenga authored
-
- Jul 21, 2001
-
-
Kurt Zeilenga authored
-
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.
-