]> git.sur5r.net Git - openldap/history - servers/slapd/back-monitor
dn2id fixes, slapadd working
[openldap] / servers / slapd / back-monitor /
2011-06-21 Ondrej KuznikITS#6974 (Re)moving stray cleanup code.
2011-02-08 Ralf Haferkampremoved some used vars
2011-01-13 Howard ChuMore cleanup
2011-01-13 Howard ChuITS#6787 release entry locks before sending entries
2011-01-12 Howard ChuFix typo
2011-01-12 Howard ChuMinor cleanup
2011-01-12 Howard ChuMore for prev commit
2011-01-12 Howard ChuITS#6783 fix abandon processing, cleanup
2011-01-05 Kurt ZeilengaHappy New Year
2010-12-31 Hallvard Furusethnoop commit: cleanup 0 -> REP_RESULT in SlapReply
2010-12-30 Hallvard FurusethRemove lint (unused vars/labels/funcs/default:s)
2010-12-23 Howard ChuITS#6753 use slap_compare_entry()
2010-11-18 Pierangelo Masaratido not add hasSubordinates if already present (blind...
2010-04-13 Kurt Zeilengahappy belated New Year
2010-01-18 Pierangelo Masaratiimplement support for selective iteration in slaptools...
2009-11-15 Howard ChuUse fake_init2 in db_open/db_close since they can execu...
2009-08-18 Pierangelo Masaratiwrap gmtime for reentrancy (ITS#6262)
2009-08-18 Howard ChuFix prev commit, attr_find args
2009-08-17 Pierangelo Masaratiallow to register overlay-specific stuff
2009-08-13 Pierangelo Masaratiremove misleading comment
2009-08-13 Pierangelo Masaratiexpose subordinate databases; add a link to the superior DN
2009-02-04 Pierangelo Masaratifix structuralObjectClass modification (glue, ITS#5921...
2009-01-27 Howard ChuITS#5540 sean-burford-monitor-normalize-unified-080706...
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-10-12 Pierangelo Masaratifix overlays with private instances of databases (ITS...
2008-10-09 Pierangelo Masaratidon't free and reuse filter structure; don't rewrite...
2008-05-26 Pierangelo Masaratis/PATH_MAX/MAXPATHLEN/ (ITS#5531)
2008-04-28 Pierangelo Masaratiavoid potential deadlock?
2008-04-23 Howard ChuFor ITS#5346 - reintroduce bd_self pointer (from 2008...
2008-02-11 Hallvard FurusethITS#5328 - cosmetic cleanup (0 -> LDAP_SUCCESS)
2008-01-08 Pierangelo Masaratimore attribute values mucking
2008-01-08 Pierangelo Masaratifix zeroing out attribute values (should fix ITS#5311)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-15 Pierangelo Masaratifix declarations of buffers for numeric strings; other...
2007-10-25 Howard ChuUse per-thread slap_counters to eliminate lock contention
2007-10-03 Howard ChuFrom ITS#5164 - treat monitoredInfo normalization consi...
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-09-15 Howard ChuAdd comment for prev commit
2007-09-15 Howard ChuFix prev commit
2007-09-15 Pierangelo Masaratiapply Howard's cleanup of database monitoring registration
2007-08-28 Pierangelo Masaratiforgot to re-sort operation names
2007-08-27 Pierangelo Masaraticonsistently dispose of limbo
2007-08-16 Pierangelo Masaratilet req_modify_s and req_modrdn_s have a common portion...
2007-08-16 Pierangelo Masaratiuniformly exploit rootdn bind; add support for rootdn...
2007-08-11 Howard ChuRemove tool_id2entry_get
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-08-01 Ralf Haferkampremoved bogus cast
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-07-13 Howard ChuFallout from ITS#4986 - remove unused param of select_b...
2007-06-15 Hallvard Furuseth Do not access a void* (mi_entry_limbo) as if it were...
2007-06-09 Pierangelo Masaratialways complain when custom monitor stuff cannot be...
2007-05-18 Hallvard FurusethGive OperationBuffer normal struct members instead...
2007-05-18 Hallvard FurusethWarning cleanup (avoid cast double return val -> intege...
2007-05-08 Howard Chucoverity scan, e is non-NULL
2007-05-08 Howard Chucoverity scan, fix typo
2007-04-04 Ralf HaferkampMoved the check for existing monitor database to the...
2007-03-21 Pierangelo Masaratidon't add databases twice; but try as hard as possible...
2007-03-21 Pierangelo Masaratiallow adding of back-bdb with monitoring on (ITS#4789)
2007-03-21 Pierangelo Masaratifix ITS#4883
2007-03-20 Pierangelo Masaraticleanup struct declarations
2007-03-19 Pierangelo Masaratiadd uptime monitoring (in seconds)
2007-01-27 Howard ChuPartially revert prev commit, just omit the sl_mem_destroy
2007-01-25 Howard ChuDon't muck with sl_mem
2007-01-25 Howard ChuFix call to connection_fake_init, plug leak
2007-01-23 Pierangelo Masaratimake Solaris happy with printf of NULLs (ITS#4811?)
2007-01-07 Pierangelo Masaratidon't leave attrs with no values 'round; fix description
2007-01-06 Pierangelo Masaratiself-document thread monitoring
2007-01-02 Kurt Zeilengahappy new year
2006-12-24 Pierangelo Masaratidon't leak callbacks if stuff cannot be registered...
2006-12-08 Kurt ZeilengaMonitor attributes should have dSAOperation usage,
2006-11-27 Howard ChuAvoid unnecessary calls to oc_bvfind
2006-11-15 Howard ChuConvert schema parsers to ConfigArgs so they can pass...
2006-10-26 Pierangelo Masaratifix building without threads (don't publish any thread...
2006-10-08 Howard ChuFix uninit (coverity)
2006-09-25 Pierangelo Masaratimonitor max file descriptor number
2006-09-15 Pierangelo Masaratimore good looking error messages
2006-09-14 Pierangelo Masaratihandle errors
2006-09-14 Pierangelo Masaratimonitor __ALL__ thread parameters
2006-09-13 Howard ChuUse register_at / register_oc helpers
2006-09-13 Howard ChuAdd BackendInfo.bi_extra for backend custom APIs
2006-09-09 Pierangelo Masaratidon't bother about unregistering stuff during shutdown
2006-09-09 Pierangelo Masaratimore cleanup; add the frontend to the set of monitored...
2006-09-09 Pierangelo Masaratifix entry unlock in case of unhandled scope (ITS#4668)
2006-09-09 Pierangelo Masaratisupport "subordinate" scope
2006-09-08 Pierangelo Masarati- need to be able to set new subsystems when appending...
2006-09-06 Pierangelo Masaraticleanup subsystems monitoring OID handling
2006-09-06 Pierangelo Masaraticheck return values (failing when filter invalid)
2006-09-06 Pierangelo Masaratiimplement support for unregistering registered stuff
2006-09-06 Pierangelo Masaratiremove dependencies on back-{b,h}db
2006-09-06 Pierangelo Masarati- setup framework for monitoring of back-bdb/back-hdb...
2006-09-01 Pierangelo Masaraticleanup
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-18 Pierangelo Masaratimore thread monitoring reworking; connection_pool_max...
2006-08-17 Pierangelo Masaratifix previous commit
2006-08-17 Pierangelo Masaratiadd tasklist monitoring; review runqueue monitoring
2006-08-15 Kurt ZeilengaSome LDAP_DEVEL cleanup
2006-08-05 Pierangelo Masaratiprocess callbacks first; they are supposed to remove...
2006-05-06 Pierangelo Masaratiadd URI list resorting feature (ITS#4524)
2006-04-12 Kurt Zeilengaunifdef -DSLAP_ACL_HONOR_DISCLOSE
2006-04-11 Kurt Zeilengaremove more LDBM cruft
next