- 27 Nov, 2001 7 commits
-
-
Howard Chu authored
order, so the lastid is always the same as the last entry's ID. This is an incompatible db file change.
-
Howard Chu authored
returned from the backend.
-
Howard Chu authored
-
Howard Chu authored
-
Kurt Zeilenga authored
-
Howard Chu authored
(Concurrent Data Store mode) instead of DB_INIT_TXN. Faster, but tends to impede writers.
-
Howard Chu authored
tranasaction.
-
- 26 Nov, 2001 1 commit
-
-
Howard Chu authored
now take only two arguments instead of 3, overwriting the result onto the first argument. (glibc2.0.7 defaults to a 2MB stack per thread; 3 IDLs at 1.5MB plus various other runtime overhead is enough to trash the stack.) Also pass in a tmp IDL from search_candidates instead of allocating it in each candiate function.
-
- 24 Nov, 2001 6 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
bugs in indexing. Uncommented #define to turn on indexing in back-bdb.h. It looks like it's working.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 21 Nov, 2001 1 commit
-
-
Mark Adamson authored
-
- 17 Nov, 2001 8 commits
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
fix misinitialized UNDEFINED attribute type; reordered members of AttributeType because I don't know a portable way to statically initialize a mutex :)
-
Pierangelo Masarati authored
-
Howard Chu authored
-
Howard Chu authored
compile cleanly when BDB_FILTER_INDICES is defined, but I have not yet seen whether any of it actually works. In particular, I don't understand the "range" argument to the candidate functions...
-
Howard Chu authored
-
- 16 Nov, 2001 11 commits
-
-
Kurt Zeilenga authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
non-root modrdn of entries rooted at '' checks children write permission (completes previous add/delete fix; needs be ported to back-bdb)
-
Pierangelo Masarati authored
-
Howard Chu authored
Forced SLAP_USE_AD code, removed ifdefs of old code. filterindex.c is still badly broken when BDB_FILTER_INDICES is defined, working on that...
-
Howard Chu authored
(will fix up back-bdb next.)
-
Howard Chu authored
ad_find_lang() to search an AttributeType for a given language variant. (Will be used in back-bdb/back-ldbm index code...)
-
- 14 Nov, 2001 5 commits
-
-
Ralf Haferkamp authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
non-root add/delete of entries rooted at '' checks children write permission (forward port from back-ldbm)
-
Pierangelo Masarati authored
-
- 13 Nov, 2001 1 commit
-
-
Kurt Zeilenga authored
timelimit must be checked on first entry.
-