2002-01-29 |
Kurt Zeilenga | Entry rwlock is no longer needed as concurrency is... LDBM_POST_GIANT_RWLOCK |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | Fix giant lock handling on entry release |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | revert constification of slap_init_user() |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | Add giant lock code back in... (it's my flakey devbox... |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | Back out giant lock code, needs more work |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | Add GIANT rwlock! This should resolve nasty concurrenc... |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | Add time.c |
tree | commitdiff |
2002-01-29 |
Pierangelo Masarati | added local time under 'lang' (lang-x-local) |
tree | commitdiff |
2002-01-29 |
Pierangelo Masarati | add Time subsystem |
tree | commitdiff |
2002-01-29 |
Pierangelo Masarati | fix uninitialized last (NULL) entry in BerVarray |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | Some misc cleanup |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | disable debug checks |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | BDB_ALIASES and BDB_SUBENTRIES cleanup |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | Add search no-op support. |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | Fix Debug() statement |
tree | commitdiff |
2002-01-29 |
Kurt Zeilenga | Add first cut BDB no-op control support. |
tree | commitdiff |
2002-01-28 |
Kurt Zeilenga | Delete CDB (no transactions) support |
tree | commitdiff |
2002-01-28 |
Pierangelo Masarati | Check the ldif file without actually creating the db... |
tree | commitdiff |
2002-01-28 |
Pierangelo Masarati | uses URL extensions to set socket permissions other... |
tree | commitdiff |
2002-01-28 |
Kurt Zeilenga | Add whoami extended operation. LDBM_PRE_GIANT_RWLOCK |
tree | commitdiff |
2002-01-28 |
Kurt Zeilenga | Remove lint |
tree | commitdiff |
2002-01-28 |
Pierangelo Masarati | provisions for user-supplied permissions |
tree | commitdiff |
2002-01-28 |
Pierangelo Masarati | another round at cleaning it up: better naming, more... |
tree | commitdiff |
2002-01-28 |
Pierangelo Masarati | beautify listener monitor |
tree | commitdiff |
2002-01-28 |
Howard Chu | Changed Access.a_sockurl_pat, Connection.c_listener_url... |
tree | commitdiff |
2002-01-28 |
Howard Chu | Some more struct berval conversions |
tree | commitdiff |
2002-01-27 |
Howard Chu | Extended TLS_REQCERT/TLSVerifyClient syntax to 4 states... |
tree | commitdiff |
2002-01-26 |
Kurt Zeilenga | Don't free langbuf. |
tree | commitdiff |
2002-01-26 |
Kurt Zeilenga | Back out unintended commit |
tree | commitdiff |
2002-01-26 |
Kurt Zeilenga | Language Tag and Range Support <draft-zeilenga-ldap... |
tree | commitdiff |
2002-01-26 |
Howard Chu | Fix result |
tree | commitdiff |
2002-01-26 |
Howard Chu | Eliminated dn_normalize. No more migration. |
tree | commitdiff |
2002-01-26 |
Pierangelo Masarati | appropriately detect index delete failure |
tree | commitdiff |
2002-01-26 |
Howard Chu | Changed slap_authz_info.sai_mech to struct berval. |
tree | commitdiff |
2002-01-26 |
Howard Chu | Changed dnParent to void instead of int. (It always... |
tree | commitdiff |
2002-01-26 |
Kurt Zeilenga | Remove deprecated routines and a little lint. |
tree | commitdiff |
2002-01-26 |
Howard Chu | Changed be_issuffix and dnParent to struct bervals |
tree | commitdiff |
2002-01-26 |
Howard Chu | Changed dnParent to struct bervals |
tree | commitdiff |
2002-01-26 |
Howard Chu | Fix previous commit |
tree | commitdiff |
2002-01-26 |
Howard Chu | Changed be_issuffix and dnParent to struct bervals |
tree | commitdiff |
2002-01-26 |
Howard Chu | Changed be_issuffix and dnParent to take struct bervals. |
tree | commitdiff |
2002-01-26 |
Kurt Zeilenga | Missed one db.bv_val in Debug statement |
tree | commitdiff |
2002-01-26 |
Kurt Zeilenga | Straighten out some argument passing... cache code... |
tree | commitdiff |
2002-01-25 |
Kurt Zeilenga | Initialize backend ssf set from global. |
tree | commitdiff |
2002-01-25 |
Howard Chu | Entry caching. Based on ITS#1545 from Jong Hyuk Choi... |
tree | commitdiff |
2002-01-25 |
Howard Chu | Added Entry->e_bv for entry_decode |
tree | commitdiff |
2002-01-25 |
Howard Chu | Minor cleanup, no need to zero fields in calloc'd memory |
tree | commitdiff |
2002-01-23 |
Pierangelo Masarati | allow trailing '\' to continue a config line (ITS#1551) |
tree | commitdiff |
2002-01-22 |
Pierangelo Masarati | check on escaped rdn separator not needed any more |
tree | commitdiff |
2002-01-22 |
Pierangelo Masarati | final dn_parent elimination in back-bdb |
tree | commitdiff |
2002-01-22 |
Pierangelo Masarati | as a temporary hack, return result without rewriting... |
tree | commitdiff |
2002-01-21 |
Kurt Zeilenga | Set lock detector to DEFAULT, not NORUN. |
tree | commitdiff |
2002-01-20 |
Kurt Zeilenga | ITS#1541 fix. |
tree | commitdiff |
2002-01-19 |
Kurt Zeilenga | Update collective attribute schema |
tree | commitdiff |
2002-01-19 |
Kurt Zeilenga | Add mods.c |
tree | commitdiff |
2002-01-19 |
Kurt Zeilenga | Move {add,replace,delete}_value() routines to frontend... |
tree | commitdiff |
2002-01-19 |
Pierangelo Masarati | fix ad_cmp |
tree | commitdiff |
2002-01-19 |
Kurt Zeilenga | Modify ad_cmp() macro to support use as an ordering... |
tree | commitdiff |
2002-01-19 |
Kurt Zeilenga | Fix modify/replace. |
tree | commitdiff |
2002-01-19 |
Kurt Zeilenga | Cleanup prototypes |
tree | commitdiff |
2002-01-19 |
Howard Chu | Fix previous commit |
tree | commitdiff |
2002-01-19 |
Howard Chu | Reset Entry->e_ocflags to 0 if objectClass attr is... |
tree | commitdiff |
2002-01-19 |
Howard Chu | Cleanup lint |
tree | commitdiff |
2002-01-19 |
Howard Chu | Fix previous commit |
tree | commitdiff |
2002-01-19 |
Howard Chu | Don't free bv_vals that were passed to ber_bvarray_add. |
tree | commitdiff |
2002-01-19 |
Howard Chu | Use calloc for new Entries, take care of new e_ocflags... |
tree | commitdiff |
2002-01-19 |
Howard Chu | Fix previous commit |
tree | commitdiff |
2002-01-19 |
Howard Chu | Defined some ObjectClass->soc_flags values, changed... |
tree | commitdiff |
2002-01-19 |
Kurt Zeilenga | Fix up duplicate error reporting |
tree | commitdiff |
2002-01-19 |
Kurt Zeilenga | Add checks for duplicate values. |
tree | commitdiff |
2002-01-19 |
Kurt Zeilenga | Add checks for duplicate values |
tree | commitdiff |
2002-01-19 |
Kurt Zeilenga | Remove some lint. |
tree | commitdiff |
2002-01-18 |
Kurt Zeilenga | Limit slurpd friendly code to replication user. |
tree | commitdiff |
2002-01-18 |
Kurt Zeilenga | Fix compilation error |
tree | commitdiff |
2002-01-18 |
Howard Chu | Added ldap_pvt_thread_yield() after txn_abort |
tree | commitdiff |
2002-01-18 |
Howard Chu | Added "fewest" lockdetect keyword, to abort txn with... |
tree | commitdiff |
2002-01-18 |
Howard Chu | Use DB_RMW in idl_fetch_key if called as part of a... |
tree | commitdiff |
2002-01-18 |
Howard Chu | Do deadlock detection on any conflict, instead of in... |
tree | commitdiff |
2002-01-18 |
Howard Chu | Added compatibility macros for BDB3/4 lock_get, txn_id. |
tree | commitdiff |
2002-01-18 |
Howard Chu | Add missing newline at EOF |
tree | commitdiff |
2002-01-18 |
Howard Chu | In UTF8StringValidate, 1-byte chars are already validated |
tree | commitdiff |
2002-01-18 |
Howard Chu | Change to use dn_match |
tree | commitdiff |
2002-01-17 |
Howard Chu | Cleanup while loops in dn2id_add/delete |
tree | commitdiff |
2002-01-17 |
Pierangelo Masarati | dn_parent => dnParent |
tree | commitdiff |
2002-01-17 |
Pierangelo Masarati | another round replacing dn_parent ... |
tree | commitdiff |
2002-01-17 |
Pierangelo Masarati | fix dnParent to return '' if the dn is a rdn |
tree | commitdiff |
2002-01-17 |
Pierangelo Masarati | another round replacing dn_parent ... |
tree | commitdiff |
2002-01-17 |
Pierangelo Masarati | fix uninitialized pointer (ITS#1538) |
tree | commitdiff |
2002-01-17 |
Pierangelo Masarati | first round at eliminating dn_parent ... |
tree | commitdiff |
2002-01-17 |
Kurt Zeilenga | Add a safety check to bvcasechr |
tree | commitdiff |
2002-01-17 |
Pierangelo Masarati | publish dnParent() |
tree | commitdiff |
2002-01-17 |
Howard Chu | In db_destroy, cannot checkpoint a NULL dbenv. |
tree | commitdiff |
2002-01-17 |
Howard Chu | DB_NODUPDATA is not a valid open flag |
tree | commitdiff |
2002-01-17 |
Kurt Zeilenga | Don't use BDB group/attribute callbacks as they may... |
tree | commitdiff |
2002-01-17 |
Kurt Zeilenga | replace strcasechr with bvcasechr |
tree | commitdiff |
2002-01-16 |
Pierangelo Masarati | more ber_*cmp optimizations |
tree | commitdiff |
2002-01-16 |
Kurt Zeilenga | Fix up last commit |
tree | commitdiff |
2002-01-16 |
Pierangelo Masarati | remark for future (questionable) optimization |
tree | commitdiff |
2002-01-16 |
Pierangelo Masarati | fix ber_*str renaming |
tree | commitdiff |
2002-01-16 |
Kurt Zeilenga | Move most of the new ber_*cmp routines to lber_pvt... |
tree | commitdiff |
next |