]> git.sur5r.net Git - openldap/history - servers/slapd/back-monitor/log.c
Update copyright for next release
[openldap] / servers / slapd / back-monitor / log.c
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-02-11 Quanah Gibson-Mountattribute values mucking
2008-01-08 Pierangelo Masaratimore attribute values mucking
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-08-16 Pierangelo Masaratilet req_modify_s and req_modrdn_s have a common portion...
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-11-27 Howard ChuAvoid unnecessary calls to oc_bvfind
2006-01-03 Kurt ZeilengaHappy new year!
2005-10-15 Pierangelo Masaraticomplete fix of slapd-monitor log modify (ITS#4091)
2005-10-15 Pierangelo Masaratifix log level modification via slapd-monitor (ITS#4091)
2005-08-08 Pierangelo Masaratiplug more one-time leaks; rearrange subsystems setup
2005-08-01 Luke HowardAdd o_no_schema_check to operation structure
2005-05-13 Kurt ZeilengamanageDIT framework and obsolete objectclasses/DIT...
2005-04-29 Pierangelo Masaratianticipate monitor schema definition
2005-04-27 Pierangelo Masaratirefactor ABI for arbitrary attribute/entry/callback...
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-09-12 Pierangelo Masaratilots of cleanup; few improvements; fix RDN selection...
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-04-08 Kurt Zeilengabvalue cleanup
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-01-01 Kurt ZeilengaHappy new year
2003-12-08 Kurt Zeilenganotices and acknowledgements
2003-11-27 Kurt ZeilengaFix last commit
2003-11-27 Kurt ZeilengaNotice and acknowledgements
2003-10-18 Kurt ZeilengaExplicitly mark attribute/assertion syntax of values...
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-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 Masaratimore cleanup and api rewriting (too tired to do anythin...
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 Pierangelo Masaratifix memory context (hope NULL at init is valid)
2003-04-08 Pierangelo Masaratiimprove (and cleanup) value normalization
2003-04-07 Pierangelo Masaratifix attr nvals & more improvements
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-01 Kurt ZeilengaSLAP_NVALUE: misc updates
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-02-26 Kurt ZeilengaChange MR flag names and add comments as to what they...
2003-02-25 Kurt ZeilengaSLAP_NVALUES back-monitor temporary hack
2003-01-03 Kurt ZeilengaHappy new year
2002-07-31 Kurt ZeilengaoperationsError != Internal Error
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-02 Pierangelo Masaratifix last part of ITS#1710 (commented code, though)
2002-01-10 Pierangelo Masaratifix for backend-dependent schema check
2002-01-10 Kurt ZeilengaUse NULL for be parameter to entry_schema_check() for...
2002-01-10 Kurt ZeilengaAdd Backend argument to entry_schema_check() to support...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Pierangelo Masaratimore cleanup
2002-01-02 Howard ChuChanged struct berval ** to BVarray
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-28 Pierangelo Masaraticached entries are deleted if volatile; small improvements
2001-12-27 Pierangelo Masaratistruct bervals for DN; fix in send children
2001-12-25 Kurt ZeilengaMore "char *" to struct berval DN changes
2001-12-24 Howard ChuFix uninitialized struct berval* to avoid assert in...
2001-12-10 Pierangelo Masaratiimprovements to monitor backend: added a log entry...