2003-04-22 |
Howard Chu | Mem context tweaks for bdb_dn2idl |
blob | commitdiff | raw |
2003-04-22 |
Howard Chu | Moved IDL cache code to standalone functions. |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Howard Chu | Pass parent EntryInfo instead of parent DN to dn2id_add... |
blob | commitdiff | raw | diff to current |
2003-04-21 |
Howard Chu | memory context tweaks |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Howard Chu | Added CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut... |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Howard Chu | Hierarchical cache management. |
blob | commitdiff | raw | diff to current |
2003-04-11 |
Howard Chu | More memory context tweaks |
blob | commitdiff | raw | diff to current |
2003-04-05 |
Pierangelo Masarati | cleanup & more |
blob | commitdiff | raw | diff to current |
2003-03-30 |
Howard Chu | Major API change - (SLAP_OP_BLOCKS) All request paramet... |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Howard Chu | Deleted BackendInfo->bi_acl_attribute, bi_acl_group. |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Howard Chu | Don't use DB_AUTO_COMMIT when opening a database |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Jong Hyuk Choi | declaration of bdb_idl_entry_cmp() |
blob | commitdiff | raw | diff to current |
2003-02-14 |
Kurt Zeilenga | Use function pointers to get at backend routines. |
blob | commitdiff | raw | diff to current |
2003-02-05 |
Jong Hyuk Choi | LDAP Sync Operation (draft-zeilenga-ldup-sync) as a... |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Kurt Zeilenga | Happy new year |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Jong Hyuk Choi | LCUP persistent search code drop |
blob | commitdiff | raw | diff to current |
2002-09-19 |
Howard Chu | Simpler fix for NO_THREADS |
blob | commitdiff | raw | diff to current |
2002-09-19 |
Howard Chu | Fixes for NO_THREADS |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Pierangelo Masarati | add bdb_hasSubordinates() helper |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Kurt Zeilenga | cleanup |
blob | commitdiff | raw | diff to current |
2002-08-24 |
Howard Chu | Experimental code that uses one locker ID per thread... |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Howard Chu | OS/390 EBCDIC support |
blob | commitdiff | raw | diff to current |
2002-06-10 |
Jong Hyuk Choi | DB_RMW flag to dn2id and id2entry |
blob | commitdiff | raw | diff to current |
2002-06-06 |
Jong Hyuk Choi | remove dbenv->lock_put() call from transaction-protecte... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Jong Hyuk Choi | redesign of back-bdb locking : |
blob | commitdiff | raw | diff to current |
2002-03-18 |
Howard Chu | Use a single malloc'd block for all the temporary IDL... |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Kurt Zeilenga | Use UUID to generate a GID for txn_prepare. Based... |
blob | commitdiff | raw | diff to current |
2002-01-25 |
Howard Chu | Entry caching. Based on ITS#1545 from Jong Hyuk Choi... |
blob | commitdiff | raw | diff to current |
2002-01-14 |
Howard Chu | Renamed BVarray to BerVarray. Moved slapd:bvarray_... |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Howard Chu | Modify performance patch from Gertjan van Wingerde... |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Kurt Zeilenga | Update copyright statements |
blob | commitdiff | raw | diff to current |
2002-01-02 |
Howard Chu | Change struct berval ** to BVarray |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Howard Chu | More cleanup |
blob | commitdiff | raw | diff to current |
2001-12-27 |
Howard Chu | More struct berval fixes |
blob | commitdiff | raw | diff to current |
2001-12-27 |
Kurt Zeilenga | Misc cleanup |
blob | commitdiff | raw | diff to current |
2001-12-27 |
Kurt Zeilenga | Quick struct berval DN support for defer alias API. |
blob | commitdiff | raw | diff to current |
2001-12-26 |
Howard Chu | Some more (incomplete) struct berval conversion |
blob | commitdiff | raw | diff to current |
2001-12-26 |
Howard Chu | Changed search attrs to struct berval **. |
blob | commitdiff | raw | diff to current |
2001-12-24 |
Kurt Zeilenga | Every quick mod to use a struct berval for e_dn/e_ndn... |
blob | commitdiff | raw | diff to current |
2001-12-08 |
Howard Chu | Switched to dn_parent1, cleaned up dn2id_add/delete |
blob | commitdiff | raw | diff to current |
2001-12-06 |
Howard Chu | Experimental index management. Uncomment BDB_IDL_MULTI... |
blob | commitdiff | raw | diff to current |
2001-12-06 |
Howard Chu | Minor rearrangement, give pdn to dn2id_add to avoid... |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Howard Chu | Fix segv in slapcat. Tool must use be_entry_return... |
blob | commitdiff | raw | diff to current |
2001-11-26 |
Howard Chu | Some tweaks to cut down on IDL stack usage. idl_interse... |
blob | commitdiff | raw | diff to current |
2001-11-24 |
Howard Chu | Removed unused "range" argument from indexing functions... |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Howard Chu | Changed AttributeType.sat_cname from char * to struct... |
blob | commitdiff | raw | diff to current |
2001-11-12 |
Howard Chu | Added bdb_attribute and bdb_group ACL support routines |
blob | commitdiff | raw | diff to current |
2001-10-13 |
Kurt Zeilenga | BDB updates... haven't had a chance to work on this... |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Kurt Zeilenga | Another round. BDB_INDEX almost ready for functional... |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Kurt Zeilenga | Initial idl fetch code, undef BDB_INDEX for now, other... |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Kurt Zeilenga | Add some initial BDB_INDEX code... needs much work. |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Kurt Zeilenga | More changes to let BDB build without LDBM. |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Kurt Zeilenga | Add prelim index code from LDBM, needs work... |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Kurt Zeilenga | Add BDB index config code |
blob | commitdiff | raw | diff to current |
2001-07-31 |
Kurt Zeilenga | Fix basic operations |
blob | commitdiff | raw | diff to current |
2001-06-15 |
Kurt Zeilenga | Work in progress codes. !UNTESTED! |
blob | commitdiff | raw | diff to current |
2000-09-28 |
Kurt Zeilenga | Mostly working modify |
blob | commitdiff | raw | diff to current |
2000-09-27 |
Kurt Zeilenga | Rough in extended ops, modify, and modrdn. |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Kurt Zeilenga | replace ALLIDS with RANGE IDLs |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Kurt Zeilenga | Add reindex |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Kurt Zeilenga | Add bdb_bind, clean up init, s/Backend/BackendDB/ |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Kurt Zeilenga | Rough in search routine |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Kurt Zeilenga | Add dn2entry.c |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Kurt Zeilenga | Add compare routine |
blob | commitdiff | raw | diff to current |
2000-09-23 |
Kurt Zeilenga | rough in an add/delete and deadlock avoidance |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Kurt Zeilenga | Add bdb_add() and supporting routines |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Kurt Zeilenga | remove lint |
blob | commitdiff | raw | diff to current |
2000-09-20 |
Kurt Zeilenga | Add dn2id code |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Kurt Zeilenga | Add new nextid code. |
blob | commitdiff | raw | diff to current |
2000-09-18 |
Kurt Zeilenga | Add errpfx and errcall |
blob | commitdiff | raw | diff to current |
|