]> git.sur5r.net Git - openldap/history - servers/slapd/root_dse.c
make additional checking optional (more on ITS#5860)
[openldap] / servers / slapd / root_dse.c
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-08-30 Howard ChuRevert prev commit, don't advertise subord scope
2007-08-29 Howard Chuunifdef LDAP_DEVEL for subordinate scope
2007-01-02 Kurt Zeilengahappy new year
2006-12-24 Pierangelo Masaratisilence warning
2006-12-24 Pierangelo Masaratiplug rootDSE info one-time leak
2006-09-11 Pierangelo Masaratiadd sb_version to slap_bindconf;
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-25 Kurt ZeilengaUse LINE_MAX instead of BUFSIZ. Per POSIX, LINE_MAX...
2006-08-19 Kurt ZeilengaLDAP_DEVEL cleanup
2006-05-10 Howard Chuplug leaks
2006-04-13 Pierangelo Masaraticleanup
2006-04-06 Kurt Zeilengacleanup
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Pierangelo Masaratiallow modules to register callbacks for dynamic data...
2005-11-27 Pierangelo Masaratiallow to register (and expose) a supported feature
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-12 Kurt ZeilengaUse IANA assigned OIDs
2005-07-22 Hallvard FurusethRemove unused variables.
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-07-04 Hallvard FurusethCast away const
2005-05-12 Howard ChuUpdated ldif_read_record to support LDIF include: directive
2005-05-11 Kurt ZeilengaNever publish:
2005-05-05 Pierangelo Masaratimove discover function to frontend
2005-04-22 Howard ChuFix prev commit
2005-04-21 Pierangelo Masaratimore attr_merge cleanup (please check)
2005-03-24 Howard ChuConvert backendInfo/backendDB to STAILQs
2005-03-14 Howard ChuMove cn=config from namingContexts to configContext
2005-02-01 Pierangelo Masaratifix spelling
2005-01-31 Pierangelo Masaratihonor SLAP_GLUE_INSTANCE() flag; allow to advertize...
2005-01-19 Kurt ZeilengaMake most LDAP_DEVEL macro uses indirect
2005-01-01 Kurt ZeilengaHappy New Year!
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-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-04-05 Kurt ZeilengaFirst rounds of backend/database flag cleanup
2004-04-05 Kurt ZeilengaUse SLAP_MONITOR(be) to check flag
2004-01-11 Pierangelo Masaratidon't segfault if a database doesn't have the suffix
2004-01-01 Kurt ZeilengaHappy new year
2003-12-28 Luke HowardDon't require slapi to be in the path - always include...
2003-12-28 Luke HowardCleanup SLAPI namespace
2003-12-17 Kurt ZeilengaSync with HEAD
2003-11-27 Kurt ZeilengaUpdated notices
2003-09-19 Kurt ZeilengaHide experimental features
2003-08-07 Kurt ZeilengaAdd initial support for modify/increment. No over...
2003-05-31 Kurt ZeilengaHide experimental controls and extended operations
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-03-14 Howard ChuPlug leaks. (benign. slap_controls and root_dse need...
2003-03-03 Pierangelo Masaratifix ITS#2343
2003-02-28 Luke HowardSupport for dynamic registration of controls, both...
2003-02-25 Kurt ZeilengaRound one of SLAP_NVALUES code
2003-02-10 Kurt ZeilengaMove include <slapi.h> behind #ifdef
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-01-27 Pierangelo Masaratislapi header cleanup
2003-01-03 Kurt ZeilengaHappy new year
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-11-10 Kurt ZeilengaRemove extra entry_free()
2002-11-08 Julius EnarusaiConverted ch_malloc, ch_calloc and ch_realloc calls...
2002-11-01 Julius EnarusaiConverted ch_malloc, ch_calloc and ch_realloc calls...
2002-08-24 Kurt Zeilengause ldap_charray_*() instead of charray_*()
2002-07-23 Kurt Zeilengamisc cleanup
2002-06-19 Kurt ZeilengaAdd monitorContext rootDSE attribute
2002-06-19 Kurt ZeilengaHide cn=Monitor from namingContexts
2002-05-01 Howard ChuChanged be_[n]suffix, be_[n]suffixAlias to BerVarray...
2002-04-08 Pierangelo Masaratiuse BVC() macro (changed in BER_BVC) to initialize...
2002-02-15 Howard ChuChanged supportedFeatures to array of struct bervals OPENLDAP_REL_ENG_2_1_BP
2002-02-15 Howard ChuChanged reqoid to struct berval
2002-01-26 Kurt ZeilengaLanguage Tag and Range Support <draft-zeilenga-ldap...
2002-01-10 Kurt ZeilengaRework backend (lastmod + glue + system schema) flags
2002-01-09 Kurt ZeilengaRework control infrastructure a bit. Add subentries...
2002-01-04 Kurt ZeilengaCleanup
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Kurt ZeilengaIndicate support for True (&) and False (|) filters
2002-01-02 Kurt Zeilengacleanup
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-26 Kurt ZeilengaMisc cleanup and dn_normalize() zapping
2001-12-26 Howard ChuRemoved obsolete dn_normalize calls
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-21 Kurt ZeilengaLDAPv2 disallow and other flag changes
2001-12-19 Kurt ZeilengaPatch slapadd(8) to provide a structuralObjectClass...
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-09 Howard ChuDon't include glued databases in namingContexts
2001-12-06 Kurt ZeilengaAllow an object class to be provided in an attribute...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-05 Mark Adamsonfix various memory leaks
2001-10-23 Kurt ZeilengaUse defined Root DSE attributes.
2001-09-09 Kurt ZeilengaAdd root DSE supportedFeatures support.
2000-08-31 Kurt ZeilengaDon't publish version 2 if disallowed
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-30 Kurt ZeilengaRework ACI codes to use OpenLDAPaci. Add needed schema...
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-16 Kurt Zeilengas/LDAProotDSE/OpenLDAProotDSE/ (until we have a standar...
2000-05-16 Kurt ZeilengaRework root dse and other info entry codes to produce...
2000-05-15 Kurt ZeilengaShould have #ifdef'ed in last commit
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Rework caching of internal...
2000-05-15 Kurt Zeilengacleanup old TOOLID macro
2000-05-13 Kurt ZeilengaY2k copyright update
next