- Mar 29, 2012
-
-
Howard Chu authored
-
Howard Chu authored
-
- Mar 28, 2012
-
-
Howard Chu authored
-
Howard Chu authored
Sub-DBs were correct before
-
Howard Chu authored
-
Howard Chu authored
when replacing an existing item
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Also allow read access to freelist in mdb_cursor_open
-
-
- Mar 27, 2012
-
-
Howard Chu authored
Allow pages from free list to be used when growing the free list. (Yes, this is self-referential...)
-
Currently ldap_back_default_rebind cannot access the ldapinfo structure. Being a configurable callback, not letting it monitor when a change might be disruptive feels safer.
-
Only completed operations are considered for now, this can be changed if needed.
-
During initialization (and elsewhere), the subsystems have no way of storing local data. While embedding them inside a larger strusture and breaking out when needed (like the current back-ldap monitoring code currently does) works, it certainly does not add to readability. Notice that there is still no way to unregister an active subsystem. This patch does not attempt to include such functionality while it might actually be needed with the advent of SLAP_CONFIG_DELETE.
-
Howard Chu authored
-
For all other ce_types it holds that each is represented by one attribute, making ce_type matching for X-ORDERED siblings equivalent to how back-ldif handles them. Cft_misc is means "all other types", however no overlay/backend so far has used different attributes as siblings, triggering the difference in handling between bconfig.c and back-ldif.
-
- Mar 26, 2012
-
-
Howard Chu authored
-
Howard Chu authored
don't skip the cursor adjust checks
-
Howard Chu authored
-
Howard Chu authored
-
- Mar 21, 2012
-
-
Howard Chu authored
-
- Mar 09, 2012
-
-
Hallvard Furuseth authored
test044-dynlist uses olcDatabase={2}$BACKEND,cn=config. This breaks when back-monitor is omitted as database {1}.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Also line up the code logic a bit.
-
Hallvard Furuseth authored
Delay (MDB_txninfo*) cast to after comparing mmap() with MAP_FAILED. Otherwise, if MAP_FAILED = (void*)-1 but MDB_txninfo requires stricter alignment, the compiler could assume the result is never MAP_FAILED. Also store NULL in env->(me_map, me_txns) after mmap failure.
-
Hallvard Furuseth authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Revealed when gcc optimization is enabled
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Mar 07, 2012
-
-
Howard Chu authored
-
Howard Chu authored
-