]> git.sur5r.net Git - openldap/history - servers/slapd/back-monitor/conn.c
Happy new year!
[openldap] / servers / slapd / back-monitor / conn.c
2006-01-03 Kurt ZeilengaHappy new year!
2005-08-08 Pierangelo Masaratiplug more one-time leaks; rearrange subsystems setup
2005-07-20 Pierangelo Masaraticonnection_client leave c_peer_* fields NULL
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-17 Pierangelo Masaratifix generated connection entries
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-21 Pierangelo Masaratifix previous commit
2005-04-21 Pierangelo Masaratieither pass normalized values to attr_merge*() or call...
2005-01-18 Pierangelo Masaratishould we touch timestamps when internally updating?
2005-01-01 Kurt ZeilengaHappy New Year!
2004-11-08 Pierangelo Masaratiallow to register entries and entry callbacks; radical...
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-01-01 Kurt ZeilengaHappy new year
2003-12-08 Kurt Zeilenganotices and acknowledgements
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-05-17 Pierangelo Masaratiuse back-monitor without including core.schema; commit...
2003-05-15 Pierangelo Masaratiadd create/modify timestamp to all entries; use monitor...
2003-05-14 Hallvard Furuseth#include <ac/string.h>, to get strlen(), strncmp()...
2003-04-18 Pierangelo Masaratiuse a macro for the entry buffer size
2003-04-12 Pierangelo MasaratiHEADS-UP: complete reworking of back-monitor
2003-04-12 Pierangelo Masaratiadd new schema stuff (no #ifdef, too heavy)
2003-04-11 Pierangelo Masaratipass Operation instead of private info
2003-04-11 Howard ChuMore memory context tweaks
2003-04-07 Pierangelo Masaratifix attr nvals & more improvements
2003-03-11 Pierangelo Masarati#include reordering
2003-02-25 Kurt ZeilengaSLAP_NVALUES back-monitor temporary hack
2003-01-03 Kurt ZeilengaHappy new year
2002-08-31 Pierangelo Masaratidefine macros for appropriate sizing of lutil buffers
2002-08-06 Kurt ZeilengaRemove lint
2002-07-27 Howard ChuUse lutil_gentime
2002-07-25 Pierangelo Masaratifix normalization bug (related to ITS#1984)
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-12 Howard ChuDeleted Connection->c_cdn. Use conn->c_dn instead...
2002-04-03 Pierangelo Masaratimissing description in current cunnections number
2002-04-02 Pierangelo Masaratiappropriately detect the required conn
2002-04-02 Pierangelo Masaratidon't loop any more if connid is found :)
2002-04-02 Pierangelo Masaratipartial fulfilment of ITS#1710
2002-02-13 Pierangelo Masaratiuse ldap_bv2[r]dn and turn ldap_str2[r]dn into wrappers
2002-01-28 Pierangelo Masaratianother round at cleaning it up: better naming, more...
2002-01-28 Howard ChuChanged Access.a_sockurl_pat, Connection.c_listener_url...
2002-01-11 Pierangelo Masaratiadded structural objectclass; reworked obejctclasses...
2002-01-09 Kurt ZeilengaFix problems caused by lint removal
2002-01-09 Kurt ZeilengaRemove some lint caused by the changes in const'ification
2002-01-07 Kurt ZeilengaMinor cleanup
2002-01-07 Pierangelo Masaratifix c_cdn migration
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuUse ldap_queue.h instead of <ac/queue.h>
2002-01-02 Pierangelo Masaratimore cleanup
2002-01-02 Howard ChuChanged struct berval ** to BVarray
2002-01-01 Howard ChuUse ldap_str2rdn
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-28 Pierangelo Masaraticached entries are deleted if volatile; small improvements
2001-12-28 Howard ChuChanged dnExtractRdn to use a provided berval instead...
2001-12-27 Kurt ZeilengadnExtractRDN should take a struct berval DN.
2001-12-27 Pierangelo Masaratistruct bervals for DN; fix in send children
2001-12-22 Pierangelo Masaratiadded operations and sent stats to back-monitor; minor...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-07-14 Pierangelo MasaratiThis is the skeleton of back-monitor, the slapd monitor...