]> git.sur5r.net Git - openldap/history - servers/slapd/back-monitor/init.c
Reworked recent backend API changes, now using a separate struct,
[openldap] / servers / slapd / back-monitor / init.c
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-08 Howard Chucoverity scan, e is non-NULL
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-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-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-15 Howard ChuConvert schema parsers to ConfigArgs so they can pass...
2006-09-15 Pierangelo Masaratimore good looking error messages
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-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 Masarati- setup framework for monitoring of back-bdb/back-hdb...
2006-03-31 Howard Chuplug leaks
2006-03-31 Howard ChuCleanup
2006-01-12 Howard ChuAdd monitor_entry_stub() for creating entries. Fix...
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-27 Kurt ZeilengaUpdate description
2005-11-26 Howard ChuDrop monitor_back_db_config()
2005-11-16 Pierangelo Masaratipartially revert commit
2005-11-14 Pierangelo Masaratiinitialize back-monitor only if configured (so resource...
2005-11-03 Pierangelo Masaratidon't leak on exit
2005-10-12 Kurt ZeilengaAlign Operation buffers using LBER_ALIGNED_BUFFER
2005-09-08 Pierangelo Masaratifix messages in previous commit
2005-09-08 Pierangelo Masaratireject registrations when back-monitor is not configured
2005-08-30 Pierangelo Masaratidon't let back-monitor appear __after__ a database...
2005-08-08 Pierangelo Masaratimore (in)sanity stuff
2005-08-08 Hallvard FurusethDestroy monitor_info.mi_cache_mutex
2005-08-08 Pierangelo Masaratiplug more one-time leaks; rearrange subsystems setup
2005-08-08 Pierangelo Masaratiplug another one-time leak
2005-08-06 Pierangelo Masaraticleanup
2005-07-23 Pierangelo Masaratiadd back-config suppor to back-monitor; advertize what...
2005-07-20 Pierangelo Masaratidestroy cache on exit
2005-07-19 Pierangelo MasaratiMemory cleanup
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-05-21 Pierangelo Masaratipublish updateref...
2005-05-09 Kurt ZeilengaDon't split description across multiple values.
2005-05-06 Pierangelo Masaraticleanup ident string
2005-05-04 Pierangelo Masaratiadd "monitorIsShadow" (ITS#3696); more to come (see...
2005-04-29 Pierangelo Masaratianticipate monitor schema definition
2005-04-29 Pierangelo Masaratiperform internal operations as rootdn, if any
2005-04-27 Pierangelo Masaratirefactor ABI for arbitrary attribute/entry/callback...
2005-04-27 Pierangelo Masaratifix attributeType DESC; #ifdef the legacy monitoredInfo
2005-04-27 Pierangelo Masaratiexplode connection monitored info into dedicated attributes
2005-04-27 Pierangelo Masaraticleanup entity registration
2005-03-21 Howard ChuSchema unparsing support
2005-03-21 Howard ChuAdd HARDCODE schema flags
2005-01-30 Pierangelo Masaratimatched values is "global"
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-08 Pierangelo Masaratifix schema (1.3.6.1.4.1.4203.666.3.13 for 'monitoredObj...
2004-11-27 Howard ChuMore migration of syncrepl from frontend to syncprov...
2004-11-25 Howard ChuSplit Operation into Opheader and op
2004-11-15 Pierangelo Masaratiremove back-*/external.h
2004-11-13 Pierangelo Masaratifirst step towards removing back-*/external.h
2004-11-13 Pierangelo Masaratifurther cleanup
2004-11-12 Pierangelo Masaratimore on monitor customization
2004-11-08 Pierangelo Masaratiallow to register entries and entry callbacks; radical...
2004-11-08 Pierangelo Masaratiallow creation of subsystems whatever order the databas...
2004-11-08 Pierangelo Masaratifix typo in rww; general cleanup
2004-11-08 Pierangelo Masaratirework subsystem initialization (can be added dynamical...
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-12 Pierangelo Masaratilots of cleanup; few improvements; fix RDN selection...
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-19 Pierangelo Masaratiadd {creators|modifiers}Name to all entries
2004-05-01 Pierangelo Masaratiadd restrictedOperation to databases; modification...
2004-04-27 Pierangelo Masaratiset schema first, so it can be used, e.g., in ACLs
2004-04-27 Howard ChuAdded readOnly attribute, can be toggled on individual...
2004-04-09 Kurt ZeilengaFix typo
2004-04-08 Howard ChuConsolidated static/dynamic backend switches
2004-04-05 Kurt Zeilengause SLAP_DBFLAGS instead of be->be_flags
2004-03-17 Pierangelo Masaratiadd labeledURI to back-ldap databases
2004-03-16 Pierangelo Masaratiadd overlay subsystem and connect it to databases
2004-03-16 Pierangelo Masaratihandle overlays
2004-01-01 Kurt ZeilengaHappy new year
2003-12-08 Kurt Zeilenganotices and acknowledgements
2003-12-07 Howard ChuCleanup unknown config directive handling.
2003-12-06 Luke HowardUse gmtime_r()/localtime_r if HAVE_GMTIME_R/HAVE_LOCALT...
2003-11-27 Kurt ZeilengaFix last commit
2003-11-27 Kurt ZeilengaNotice and acknowledgements
2003-08-30 Jong Hyuk Choislaptool update for LDAP Sync replication
2003-06-12 Howard ChuITS#2440 unmunge init_module names
2003-05-31 Pierangelo Masaratifix typo; need to port fix in OPENLDAP_REL_ENG_2_2
2003-05-31 Kurt ZeilengaSet schema flags (might need schema check routines...
next