2007-10-25 |
Howard Chu | Use per-thread slap_counters to eliminate lock contention |
tree | commitdiff |
2007-10-08 |
Howard Chu | ITS#5164 from HEAD |
tree | commitdiff |
2007-10-03 |
Howard Chu | From ITS#5164 - treat monitoredInfo normalization consi... |
tree | commitdiff |
2007-09-29 |
Howard Chu | ITS#5153 from HEAD - sorted values |
tree | commitdiff |
2007-09-29 |
Howard Chu | ITS#4965 again, registration cleanup from HEAD |
tree | commitdiff |
2007-09-24 |
Howard Chu | Use attr_valfind instead of value_find_ex to optimize... |
tree | commitdiff |
2007-09-15 |
Howard Chu | Add comment for prev commit |
tree | commitdiff |
2007-09-15 |
Howard Chu | Fix prev commit |
tree | commitdiff |
2007-09-15 |
Pierangelo Masarati | apply Howard's cleanup of database monitoring registration |
tree | commitdiff |
2007-09-01 |
Quanah Gibson-Mount | Sync with HEAD for OL 2.4.5 |
tree | commitdiff |
2007-08-28 |
Pierangelo Masarati | forgot to re-sort operation names |
tree | commitdiff |
2007-08-27 |
Pierangelo Masarati | consistently dispose of limbo |
tree | commitdiff |
2007-08-16 |
Pierangelo Masarati | let req_modify_s and req_modrdn_s have a common portion... |
tree | commitdiff |
2007-08-16 |
Pierangelo Masarati | uniformly exploit rootdn bind; add support for rootdn... |
tree | commitdiff |
2007-08-11 |
Howard Chu | Remove tool_id2entry_get |
tree | commitdiff |
2007-08-03 |
Ralf Haferkamp | Reworked recent backend API changes, now using a separa... |
tree | commitdiff |
2007-08-01 |
Ralf Haferkamp | removed bogus cast |
tree | commitdiff |
2007-07-25 |
Ralf Haferkamp | Added a new parameter (ConfigArgs*) to the _db_init... |
tree | commitdiff |
2007-07-13 |
Howard Chu | Fallout from ITS#4986 - remove unused param of select_b... |
tree | commitdiff |
2007-06-15 |
Hallvard Furuseth | Do not access a void* (mi_entry_limbo) as if it were... |
tree | commitdiff |
2007-06-09 |
Pierangelo Masarati | always complain when custom monitor stuff cannot be... |
tree | commitdiff |
2007-05-18 |
Hallvard Furuseth | Give OperationBuffer normal struct members instead... |
tree | commitdiff |
2007-05-18 |
Hallvard Furuseth | Warning cleanup (avoid cast double return val -> intege... |
tree | commitdiff |
2007-05-08 |
Howard Chu | coverity scan, e is non-NULL |
tree | commitdiff |
2007-05-08 |
Howard Chu | coverity scan, fix typo |
tree | commitdiff |
2007-04-04 |
Ralf Haferkamp | Moved the check for existing monitor database to the... |
tree | commitdiff |
2007-03-21 |
Pierangelo Masarati | don't add databases twice; but try as hard as possible... |
tree | commitdiff |
2007-03-21 |
Pierangelo Masarati | allow adding of back-bdb with monitoring on (ITS#4789) |
tree | commitdiff |
2007-03-21 |
Pierangelo Masarati | fix ITS#4883 |
tree | commitdiff |
2007-03-20 |
Pierangelo Masarati | cleanup struct declarations |
tree | commitdiff |
2007-03-19 |
Pierangelo Masarati | add uptime monitoring (in seconds) |
tree | commitdiff |
2007-02-13 |
Kurt Zeilenga | Quick merge: everything from HEAD |
tree | commitdiff |
2007-01-27 |
Howard Chu | Partially revert prev commit, just omit the sl_mem_destroy |
tree | commitdiff |
2007-01-25 |
Howard Chu | Don't muck with sl_mem |
tree | commitdiff |
2007-01-25 |
Howard Chu | Fix call to connection_fake_init, plug leak |
tree | commitdiff |
2007-01-23 |
Pierangelo Masarati | make Solaris happy with printf of NULLs (ITS#4811?) |
tree | commitdiff |
2007-01-07 |
Pierangelo Masarati | don't leave attrs with no values 'round; fix description |
tree | commitdiff |
2007-01-06 |
Pierangelo Masarati | self-document thread monitoring |
tree | commitdiff |
2007-01-02 |
Kurt Zeilenga | happy new year |
tree | commitdiff |
2006-12-24 |
Pierangelo Masarati | don't leak callbacks if stuff cannot be registered... |
tree | commitdiff |
2006-12-08 |
Kurt Zeilenga | Monitor attributes should have dSAOperation usage, |
tree | commitdiff |
2006-11-27 |
Howard Chu | Avoid unnecessary calls to oc_bvfind |
tree | commitdiff |
2006-11-15 |
Howard Chu | Convert schema parsers to ConfigArgs so they can pass... |
tree | commitdiff |
2006-10-26 |
Pierangelo Masarati | fix building without threads (don't publish any thread... |
tree | commitdiff |
2006-10-19 |
Kurt Zeilenga | Sync with HEAD |
tree | commitdiff |
2006-10-08 |
Howard Chu | Fix uninit (coverity) |
tree | commitdiff |
2006-09-25 |
Pierangelo Masarati | monitor max file descriptor number |
tree | commitdiff |
2006-09-15 |
Pierangelo Masarati | more good looking error messages |
tree | commitdiff |
2006-09-14 |
Pierangelo Masarati | handle errors |
tree | commitdiff |
2006-09-14 |
Pierangelo Masarati | monitor __ALL__ thread parameters |
tree | commitdiff |
2006-09-13 |
Howard Chu | Use register_at / register_oc helpers |
tree | commitdiff |
2006-09-13 |
Howard Chu | Add BackendInfo.bi_extra for backend custom APIs |
tree | commitdiff |
2006-09-09 |
Pierangelo Masarati | don't bother about unregistering stuff during shutdown |
tree | commitdiff |
2006-09-09 |
Pierangelo Masarati | more cleanup; add the frontend to the set of monitored... |
tree | commitdiff |
2006-09-09 |
Pierangelo Masarati | fix entry unlock in case of unhandled scope (ITS#4668) |
tree | commitdiff |
2006-09-09 |
Pierangelo Masarati | support "subordinate" scope |
tree | commitdiff |
2006-09-08 |
Pierangelo Masarati | - need to be able to set new subsystems when appending... |
tree | commitdiff |
2006-09-06 |
Pierangelo Masarati | cleanup subsystems monitoring OID handling |
tree | commitdiff |
2006-09-06 |
Pierangelo Masarati | check return values (failing when filter invalid) |
tree | commitdiff |
2006-09-06 |
Pierangelo Masarati | implement support for unregistering registered stuff |
tree | commitdiff |
2006-09-06 |
Pierangelo Masarati | remove dependencies on back-{b,h}db |
tree | commitdiff |
2006-09-06 |
Pierangelo Masarati | - setup framework for monitoring of back-bdb/back-hdb... |
tree | commitdiff |
2006-09-01 |
Pierangelo Masarati | cleanup |
tree | commitdiff |
2006-08-29 |
Howard Chu | Entry/Attribute struct caching, to minimize malloc... |
tree | commitdiff |
2006-08-20 |
Kurt Zeilenga | sync with HEAD |
tree | commitdiff |
2006-08-18 |
Pierangelo Masarati | more thread monitoring reworking; connection_pool_max... |
tree | commitdiff |
2006-08-18 |
Kurt Zeilenga | Sync with HEAD |
tree | commitdiff |
2006-08-17 |
Pierangelo Masarati | fix previous commit |
tree | commitdiff |
2006-08-17 |
Pierangelo Masarati | add tasklist monitoring; review runqueue monitoring |
tree | commitdiff |
2006-08-15 |
Kurt Zeilenga | Some LDAP_DEVEL cleanup |
tree | commitdiff |
2006-08-05 |
Pierangelo Masarati | process callbacks first; they are supposed to remove... |
tree | commitdiff |
2006-05-15 |
Kurt Zeilenga | Sync with HEAD |
tree | commitdiff |
2006-05-06 |
Pierangelo Masarati | add URI list resorting feature (ITS#4524) |
tree | commitdiff |
2006-04-18 |
Kurt Zeilenga | Sync with HEAD |
tree | commitdiff |
2006-04-12 |
Kurt Zeilenga | unifdef -DSLAP_ACL_HONOR_DISCLOSE |
tree | commitdiff |
2006-04-11 |
Kurt Zeilenga | sync with HEAD |
tree | commitdiff |
2006-04-11 |
Kurt Zeilenga | remove more LDBM cruft |
tree | commitdiff |
2006-04-02 |
Hallvard Furuseth | Warnings: Unused vars. funcptr=0, not =NULL. if(b=... |
tree | commitdiff |
2006-04-02 |
Hallvard Furuseth | Cast %ld format arg to long |
tree | commitdiff |
2006-03-31 |
Pierangelo Masarati | don't use uninitialized mutexes |
tree | commitdiff |
2006-03-31 |
Howard Chu | plug leaks |
tree | commitdiff |
2006-03-31 |
Howard Chu | Cleanup |
tree | commitdiff |
2006-03-19 |
Pierangelo Masarati | fix leak |
tree | commitdiff |
2006-02-16 |
Kurt Zeilenga | Macro cleanup |
tree | commitdiff |
2006-01-21 |
Pierangelo Masarati | fix previous commit |
tree | commitdiff |
2006-01-12 |
Howard Chu | Add monitor_entry_stub() for creating entries. Fix... |
tree | commitdiff |
2006-01-09 |
Pierangelo Masarati | use a placeholder to mark that there is no process... |
tree | commitdiff |
2006-01-05 |
Pierangelo Masarati | fix search of specific connection (ITS#4300) |
tree | commitdiff |
2006-01-03 |
Kurt Zeilenga | Happy new year! |
tree | commitdiff |
2005-12-26 |
Pierangelo Masarati | handle when URIs are null |
tree | commitdiff |
2005-11-27 |
Kurt Zeilenga | Update description |
tree | commitdiff |
2005-11-26 |
Howard Chu | Drop monitor_back_db_config() |
tree | commitdiff |
2005-11-25 |
Pierangelo Masarati | check sizelimit in frontend (ITS#4213) |
tree | commitdiff |
2005-11-20 |
Pierangelo Masarati | don't leak temporary URLs |
tree | commitdiff |
2005-11-19 |
Pierangelo Masarati | fix dangling resources issue in slapd-ldap; completely... |
tree | commitdiff |
2005-11-18 |
Pierangelo Masarati | better fix to ITS#4183 (the prototype in proto-slap... |
tree | commitdiff |
2005-11-16 |
Pierangelo Masarati | partially revert commit |
tree | commitdiff |
2005-11-14 |
Pierangelo Masarati | initialize back-monitor only if configured (so resource... |
tree | commitdiff |
2005-11-06 |
Pierangelo Masarati | silence warnings |
tree | commitdiff |
2005-11-03 |
Pierangelo Masarati | don't leak on exit |
tree | commitdiff |
next |