2004-08-26 |
Luke Howard | Check for opinfo->boi_txn before using it - sometimes... |
tree | commitdiff |
2004-08-26 |
Luke Howard | boi_bdb must be set |
tree | commitdiff |
2004-08-25 |
Howard Chu | ITS#3301 fix prev commit, don't fail op on DB_NOTFOUND |
tree | commitdiff |
2004-08-25 |
Howard Chu | ITS#3301 check for dn2entry failure |
tree | commitdiff |
2004-08-24 |
Pierangelo Masarati | add paged results support to back-ldap |
tree | commitdiff |
2004-07-25 |
Pierangelo Masarati | slightly rework user/operational attributes handling... |
tree | commitdiff |
2004-07-25 |
Howard Chu | Fix ITS#3255, boi_bdb comparisons |
tree | commitdiff |
2004-07-25 |
Howard Chu | Fix spurious warning for fasttool keyword when running... |
tree | commitdiff |
2004-07-22 |
Howard Chu | Added linearindex option for slapindex. Improves perfor... |
tree | commitdiff |
2004-07-22 |
Howard Chu | ITS#3178 add "fasttool" option to disable transaction... |
tree | commitdiff |
2004-07-18 |
Pierangelo Masarati | rework op/rs structures to deal with opeartional attributes |
tree | commitdiff |
2004-07-18 |
Howard Chu | Make sure hdb gets signed chars for len comparison |
tree | commitdiff |
2004-07-17 |
Pierangelo Masarati | normalize authcDN (ITS#3246); don't touch databases... |
tree | commitdiff |
2004-07-14 |
Pierangelo Masarati | silence warning |
tree | commitdiff |
2004-07-12 |
Howard Chu | Don't bother logging lock failures for tryOnly mode |
tree | commitdiff |
2004-07-12 |
Howard Chu | Release cache locker on db close |
tree | commitdiff |
2004-07-12 |
Howard Chu | Fix for non-thread run |
tree | commitdiff |
2004-07-11 |
Pierangelo Masarati | minor cleanup |
tree | commitdiff |
2004-07-11 |
Pierangelo Masarati | log what backend is starting (bdb/hdb) |
tree | commitdiff |
2004-07-11 |
Pierangelo Masarati | back-relay doesn't like this |
tree | commitdiff |
2004-07-10 |
Howard Chu | Make sure DB result codes are returned to caller; add... |
tree | commitdiff |
2004-07-10 |
Pierangelo Masarati | make sure we only get here when everything is fine |
tree | commitdiff |
2004-07-10 |
Howard Chu | Minor cleanup |
tree | commitdiff |
2004-07-09 |
Howard Chu | Use previously unused Backend->be_context_csn |
tree | commitdiff |
2004-07-09 |
Howard Chu | Use long-lived per-thread TXNs for loading entries... |
tree | commitdiff |
2004-07-09 |
Ralf Haferkamp | ITS#3226: Clear attribute flags after schema_check... |
tree | commitdiff |
2004-07-09 |
Jong Hyuk Choi | SLAP_IDL_CACHE macro removed |
tree | commitdiff |
2004-07-05 |
Howard Chu | Plug mem leaks |
tree | commitdiff |
2004-07-05 |
Howard Chu | Better fix for ITS#3213, plug mem leaks. Also fix postr... |
tree | commitdiff |
2004-07-04 |
Howard Chu | Plug memleak from ITS#2895 |
tree | commitdiff |
2004-07-03 |
Howard Chu | Fix misplaced unlock in prev commit |
tree | commitdiff |
2004-07-03 |
Howard Chu | Re-order EntryInfo/DB locks to fix deadlocks |
tree | commitdiff |
2004-07-03 |
Howard Chu | Fix prev commit |
tree | commitdiff |
2004-07-03 |
Howard Chu | Fix: LRU corruption, HDB rename detection, Ctxcsn asser... |
tree | commitdiff |
2004-07-01 |
Jong Hyuk Choi | cleanup |
tree | commitdiff |
2004-06-29 |
Pierangelo Masarati | `err' might be used uninitialized |
tree | commitdiff |
2004-06-29 |
Ralf Haferkamp | TS#3213: free copy of e_attrs before retrying the trans... |
tree | commitdiff |
2004-06-28 |
Jong Hyuk Choi | logging psearch return code |
tree | commitdiff |
2004-06-28 |
Pierangelo Masarati | propagate search result (maybe this is not what bdb_pse... |
tree | commitdiff |
2004-06-28 |
Jong Hyuk Choi | - use ctxcsn_locker for the ctxcsn add transaction |
tree | commitdiff |
2004-06-25 |
Howard Chu | Fix previous commit, deleting under suffix... |
tree | commitdiff |
2004-06-25 |
Howard Chu | More locking cleanup (ITS#3201, etc) |
tree | commitdiff |
2004-06-24 |
Howard Chu | ITS#3201 fix conflict with BDB internal locks |
tree | commitdiff |
2004-06-24 |
Howard Chu | ITS#3201 fix conflict with BDB internal locks |
tree | commitdiff |
2004-06-24 |
Howard Chu | ITS#3201 partial fix. still encountering deadlocks. |
tree | commitdiff |
2004-06-23 |
Kurt Zeilenga | Rework pre/post read controls to handle retry conditions... |
tree | commitdiff |
2004-06-23 |
Kurt Zeilenga | Move pre/post read calls into outer transaction. |
tree | commitdiff |
2004-06-23 |
Jong Hyuk Choi | use ltid if it exists; use NULL otherwise. |
tree | commitdiff |
2004-06-23 |
Jong Hyuk Choi | using write lock in accessing pslist |
tree | commitdiff |
2004-06-23 |
Jong Hyuk Choi | use txn locker if it exists; get one otherwise. |
tree | commitdiff |
2004-06-22 |
Kurt Zeilenga | Add pre-read FIXME comment |
tree | commitdiff |
2004-06-22 |
Jong Hyuk Choi | patch for ITS#3173 |
tree | commitdiff |
2004-06-18 |
Kurt Zeilenga | More paged results cleanup |
tree | commitdiff |
2004-06-18 |
Kurt Zeilenga | Fix nentries logging |
tree | commitdiff |
2004-06-18 |
Kurt Zeilenga | Don't return useless estimate. |
tree | commitdiff |
2004-06-16 |
Kurt Zeilenga | cleanup |
tree | commitdiff |
2004-06-16 |
Pierangelo Masarati | improve pagedResults ignoring (hopefully) |
tree | commitdiff |
2004-06-16 |
Howard Chu | More for ITS#3188 |
tree | commitdiff |
2004-06-15 |
Kurt Zeilenga | Partial fix for ITS#3188. |
tree | commitdiff |
2004-06-12 |
Pierangelo Masarati | return pagedResultsControl with empty cookie at end... |
tree | commitdiff |
2004-06-12 |
Howard Chu | ITS#3182 ? clear ctrls after sending paged response |
tree | commitdiff |
2004-06-12 |
Howard Chu | back-hdb fixes for ITS#3063 |
tree | commitdiff |
2004-06-12 |
Pierangelo Masarati | clarify no limits in (internal) searches |
tree | commitdiff |
2004-06-12 |
Howard Chu | Better fix for ITS#3063, #3186 |
tree | commitdiff |
2004-06-12 |
Howard Chu | ITS#3186 don't print error when empty DN "" is the... |
tree | commitdiff |
2004-06-12 |
Howard Chu | Fix prev commit |
tree | commitdiff |
2004-06-12 |
Howard Chu | Add glue for root DB (ITS#3063) |
tree | commitdiff |
2004-06-12 |
Howard Chu | Another crash for ITS#3063 |
tree | commitdiff |
2004-06-09 |
Kurt Zeilenga | cleanup |
tree | commitdiff |
2004-05-07 |
Pierangelo Masarati | typo in error message |
tree | commitdiff |
2004-05-07 |
Pierangelo Masarati | fix DN_SEPARATOR() and clarify its use |
tree | commitdiff |
2004-05-07 |
Pierangelo Masarati | fix escaped semicolon bug in back-bdb |
tree | commitdiff |
2004-04-20 |
Kurt Zeilenga | ITS#3092: Rename sl_free() and friends to slap_sl_free() |
tree | commitdiff |
2004-04-17 |
Howard Chu | Fix module link libraries |
tree | commitdiff |
2004-04-17 |
Pierangelo Masarati | remove unused structure member ps_id |
tree | commitdiff |
2004-04-12 |
Howard Chu | Fix paged search initialization |
tree | commitdiff |
2004-04-10 |
Pierangelo Masarati | first round of SHADOW flags/isupdate test unification |
tree | commitdiff |
2004-04-09 |
Kurt Zeilenga | Fix approx matching when there is an equality index... |
tree | commitdiff |
2004-04-09 |
Pierangelo Masarati | completion of limits w/ paged results control |
tree | commitdiff |
2004-04-09 |
Pierangelo Masarati | improve previous commit; now special limit on the numbe... |
tree | commitdiff |
2004-04-09 |
Pierangelo Masarati | honor size limits when using paged results |
tree | commitdiff |
2004-04-09 |
Pierangelo Masarati | blind fix to ITS#3069; I assume there's no reason to... |
tree | commitdiff |
2004-04-08 |
Howard Chu | Fix ITS#3063, special case handling of "" suffix |
tree | commitdiff |
2004-04-08 |
Kurt Zeilenga | bvalue cleanup |
tree | commitdiff |
2004-04-08 |
Howard Chu | More dynamic/static cleanup |
tree | commitdiff |
2004-04-08 |
Howard Chu | Consolidated static/dynamic backend switches |
tree | commitdiff |
2004-04-07 |
Jong Hyuk Choi | updatedn fix for syncrepl |
tree | commitdiff |
2004-04-07 |
Howard Chu | Zero out rs->sr_err before send_search_entry |
tree | commitdiff |
2004-04-07 |
Kurt Zeilenga | use BER_BVNULL |
tree | commitdiff |
2004-04-06 |
Kurt Zeilenga | cleanup |
tree | commitdiff |
2004-04-06 |
Kurt Zeilenga | ITS#3056 partial fix - from a slurpd perspective, the... |
tree | commitdiff |
2004-04-06 |
Pierangelo Masarati | rework be_isupdate accordingly to be_isroot |
tree | commitdiff |
2004-04-06 |
Kurt Zeilenga | swap be_isroot and be_isroot_dn symbols |
tree | commitdiff |
2004-04-05 |
Kurt Zeilenga | First rounds of backend/database flag cleanup |
tree | commitdiff |
2004-04-05 |
Pierangelo Masarati | exploit new isroot_dn helper |
tree | commitdiff |
2004-03-27 |
Kurt Zeilenga | Don't return subordinate referrals (per RFC 3296) |
tree | commitdiff |
2004-03-27 |
Kurt Zeilenga | Don't disclose information to attacker. |
tree | commitdiff |
2004-03-20 |
Howard Chu | Use REP_MATCHED_MUSTBEFREED reply flag |
tree | commitdiff |
2004-03-18 |
Kurt Zeilenga | cleanup for release engineering |
tree | commitdiff |
2004-03-17 |
Pierangelo Masarati | reset flags (need to check consistence across slapd) |
tree | commitdiff |
next |