- Aug 26, 2004
-
-
Sang Seok Lim authored
and "implementing GSER and Component Matching" in ODD 2004. All codes are #ifdef'd with LDAP_COMP_MATCH. test031-component-filter works correctly only when the LDAP_COMP_MATCH macro is set. To disable it, set AC_WITH_COMP_MATCH "no" in "openldap_src/tests/run.in".
-
- Aug 25, 2004
-
-
Howard Chu authored
-
Luke Howard authored
This allows computed attribute plugins to also provide their attributes to the ACL engine, for example
-
Luke Howard authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Howard Chu authored
-
Luke Howard authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Luke Howard authored
SLAPI always assigning connection and operation IDs of zero for internal operations, such operations would cause a stale contextCSN to be returned from slap_get_commit_csn(). As a result, SLAPI internal updates would be invisible to replicas until an external update was made. Also, SLAPI internal operations never called slap_graduate_commit_csn() which leaked pending CSNs. Also included in this patch is a general cleanup of some of the SLAPI code. Note that we need to use a separate mutex on conn_nextid to avoid a deadlock where a post-operation plugin tries to acquire connections_mutex, having locked the per-connection mutex, while the listener thread tries to acquire the per-connection mutex (having locked connections_mutex). connection.c needs to be fixed to acquire mutexes in the same order.
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
works with IBM db2 as well; at this point the tsts are assumed to wok with any RDBMS that allows write operations
-
Pierangelo Masarati authored
more definitive improvements; now write operations are consistent; plugged some more leaks/invalid frees; tests are more complete. IBM db2 doesn't pass write test because the entries are written in a different order; need to write a script that sorts the results...
-
- Aug 24, 2004
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
and the objectClass right after caching, even if not requested, while subsequent searches are fine; - the response callback needs be apended at the end of the callback list, otherwise the resulting entries are cached before other overlays can alter them - the callback structure and its contents needs be freed
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Luke Howard authored
from within a rebind function.
-
Luke Howard authored
-
- Aug 23, 2004
-
-
Luke Howard authored
is passed in.
-
- Aug 21, 2004
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-