2002-01-26 |
Howard Chu | Fix, errno was incorrect after SSL_read returned 0... |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Howard Chu | Changed dnParent to void instead of int. (It always... |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Kurt Zeilenga | Remove deprecated routines and a little lint. |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Howard Chu | Changed be_issuffix and dnParent to struct bervals |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Howard Chu | Changed dnParent to struct bervals |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Howard Chu | Fix previous commit |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Howard Chu | Changed be_issuffix and dnParent to struct bervals |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Howard Chu | Changed be_issuffix and dnParent to take struct bervals. |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Kurt Zeilenga | Missed one db.bv_val in Debug statement |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Kurt Zeilenga | Straighten out some argument passing... cache code... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Kurt Zeilenga | Initialize backend ssf set from global. |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Howard Chu | More updates. Need to add lber-sockbuf.3 ... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Howard Chu | Entry caching. Based on ITS#1545 from Jong Hyuk Choi... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Howard Chu | Added Entry->e_bv for entry_decode |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Howard Chu | Minor cleanup, no need to zero fields in calloc'd memory |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Kurt Zeilenga | Add BDB compatibility check. Require Berkeley DB 3... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Pierangelo... | allow trailing '\' to continue a config line (ITS#1551) |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Pierangelo... | check on escaped rdn separator not needed any more |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Pierangelo... | final dn_parent elimination in back-bdb |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Pierangelo... | as a temporary hack, return result without rewriting... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Ralf Haferkamp | Updated todo list |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Kurt Zeilenga | Set lock detector to DEFAULT, not NORUN. |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Kurt Zeilenga | Update for BDB |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Kurt Zeilenga | set hostname via a variable, may need tweaking in some... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Kurt Zeilenga | DB4 changes |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Kurt Zeilenga | Misc thread cleanup |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Kurt Zeilenga | More (blind) cthread changes |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Kurt Zeilenga | Really Fix typos |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Kurt Zeilenga | Correct cthread typos |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Kurt Zeilenga | Fix typo in last commit |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Kurt Zeilenga | Fix cthread header test |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Kurt Zeilenga | ITS#1541 fix. |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Kurt Zeilenga | Misc updates |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Howard Chu | Mostly up to date. |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Kurt Zeilenga | Update collective attribute schema |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Kurt Zeilenga | Add mods.c |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Kurt Zeilenga | Move {add,replace,delete}_value() routines to frontend... |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Pierangelo... | fix ad_cmp |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Kurt Zeilenga | Modify ad_cmp() macro to support use as an ordering... |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Kurt Zeilenga | Add more reads/searches to pound a little harder |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Kurt Zeilenga | Fix modify/replace. |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Kurt Zeilenga | Cleanup prototypes |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Howard Chu | Fix previous commit |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Howard Chu | Reset Entry->e_ocflags to 0 if objectClass attr is... |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Howard Chu | Cleanup lint |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Howard Chu | Fix previous commit |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Howard Chu | Don't free bv_vals that were passed to ber_bvarray_add. |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Howard Chu | Use calloc for new Entries, take care of new e_ocflags... |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Howard Chu | Fix previous commit |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Howard Chu | Defined some ObjectClass->soc_flags values, changed... |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Kurt Zeilenga | Fix up duplicate error reporting |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Kurt Zeilenga | Add checks for duplicate values. |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Kurt Zeilenga | Add checks for duplicate values |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Kurt Zeilenga | Remove some lint. |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Kurt Zeilenga | Limit slurpd friendly code to replication user. |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Kurt Zeilenga | Add a fourth add thread |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Kurt Zeilenga | Fix compilation error |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Howard Chu | Added ldap_pvt_thread_yield() after txn_abort |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Howard Chu | Added "fewest" lockdetect keyword, to abort txn with... |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Howard Chu | Use DB_RMW in idl_fetch_key if called as part of a... |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Howard Chu | Do deadlock detection on any conflict, instead of in... |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Howard Chu | Added compatibility macros for BDB3/4 lock_get, txn_id. |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Howard Chu | Add missing newline at EOF |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Howard Chu | In UTF8StringValidate, 1-byte chars are already validated |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Howard Chu | Change to use dn_match |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Howard Chu | Cleanup while loops in dn2id_add/delete |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Howard Chu | Use ber_scanf 'm' format for ignored UDP string |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Pierangelo... | dn_parent => dnParent |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Pierangelo... | another round replacing dn_parent ... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Pierangelo... | fix dnParent to return '' if the dn is a rdn |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Pierangelo... | another round replacing dn_parent ... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Pierangelo... | fix uninitialized pointer (ITS#1538) |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Pierangelo... | first round at eliminating dn_parent ... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Kurt Zeilenga | Add a safety check to bvcasechr |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Pierangelo... | publish dnParent() |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Howard Chu | In db_destroy, cannot checkpoint a NULL dbenv. |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Howard Chu | DB_NODUPDATA is not a valid open flag |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Kurt Zeilenga | Run the lock detector |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Kurt Zeilenga | Add a third entry... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Kurt Zeilenga | Add section add. |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Kurt Zeilenga | Don't use BDB group/attribute callbacks as they may... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Kurt Zeilenga | replace strcasechr with bvcasechr |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Kurt Zeilenga | Reverse ber_strccmp assertion order to avoid ""[1]... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Pierangelo... | more ber_*cmp optimizations |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Kurt Zeilenga | Fix up last commit |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Pierangelo... | remark for future (questionable) optimization |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Pierangelo... | fix ber_*str renaming |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Kurt Zeilenga | Move most of the new ber_*cmp routines to lber_pvt... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Howard Chu | Fix bdb_idl_fetch/insert_key. Still fails test011. |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Pierangelo... | use dn_match |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Pierangelo... | compare attribute type, not value |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Pierangelo... | added ber_[mem|case]cmp() macros for fast berval compar... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Pierangelo... | fix assertion |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Howard Chu | Fix idl_insert_key with USE_INDIRECT_NIDS, wasn't setti... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Pierangelo... | don't auto-detect DCE form; assert the UTF-8 charlen... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Howard Chu | Fix misplaced #if USE_INDIRECT_NIDS/cont_alloc in idl_d... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Kurt Zeilenga | Fix last commit |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Kurt Zeilenga | more cleanup |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Kurt Zeilenga | Remove last uses of dn_validate() |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Kurt Zeilenga | Remove unused deprecated DN routines. |
commit | commitdiff | tree | snapshot |
next |