]> git.sur5r.net Git - openldap/history - servers/slapd/schema_check.c
Happy New Year (belated)
[openldap] / servers / slapd / schema_check.c
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-06-09 Hallvard FurusethITS#5007: Rename label "leave"; OSF1 pthread.h makes...
2007-02-17 Pierangelo MasaratiextensibleObject allows all
2007-02-11 Howard ChuFix prev commit
2007-02-11 Howard ChuCoverity scan errors
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-08-01 Luke HowardAdd o_no_schema_check to operation structure
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-05-13 Kurt ZeilengamanageDIT framework and obsolete objectclasses/DIT...
2005-05-11 Kurt ZeilengaMostly remove global_schemacheck. More cleanup needed in
2005-04-09 Howard ChuITS#3616 skip naming checks for entry with zero-length DN
2005-03-15 Howard Chuentry_schema_check - NULL out *text when returning...
2005-01-17 Pierangelo Masaratiremove dangling text pointer in case of success
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-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-04-08 Kurt Zeilengabvalue cleanup
2004-03-11 Pierangelo Masaratifix error message
2004-01-01 Kurt ZeilengaHappy new year
2003-11-27 Kurt ZeilengaUpdated notices
2003-10-30 Kurt Zeilengacleanup
2003-10-25 Pierangelo Masaratithis should be the intended behavior
2003-10-25 Kurt ZeilengaMore naming checks
2003-10-25 Kurt ZeilengaProvide more descriptive naming violation error messages
2003-10-24 Kurt ZeilengaAdd a basic DIT content rule test.
2003-10-18 Kurt ZeilengaExplicitly mark attribute/assertion syntax of values...
2003-09-03 Jong Hyuk Choino schema checking patch for proxy cache (apurva)
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-06-28 Jong Hyuk ChoiGlueing code changes for replica promotion scenario
2003-06-25 Jong Hyuk Choiadd SLAP_OC_GLUE flag to oc_map
2003-05-14 Luke HowardFix content rule validation code -- don't use validatio...
2003-05-05 Luke HowardContent rule logic fix
2003-04-21 Jong Hyuk ChoiOpenLDAP synchronization based replication engine
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-03-22 Kurt ZeilengaITS#2847: fix cn=#,...
2003-02-27 Kurt ZeilengaFix typo in last commit
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-02-26 Pierangelo Masaratiimprove previous commit
2003-02-26 Pierangelo Masaratifix ITS#2330; free rdn after usage
2003-02-07 Kurt ZeilengaMove RDN checks to entry_schema_check() so that it...
2003-01-03 Kurt ZeilengaHappy new year
2002-10-27 Kurt ZeilengaFix typo
2002-10-10 Kurt ZeilengaMore OBSOLETE checks
2002-10-10 Kurt ZeilengaAdd some OBSOLETE schema checks
2002-10-09 Kurt ZeilengaImplement content rule checks
2002-08-27 Kurt ZeilengaAdd another safety check
2002-08-27 Kurt ZeilengaReturn other.
2002-08-27 Kurt ZeilengaFix bug in last commit
2002-08-27 Kurt Zeilengano structuralObjectClass is not a schema violation...
2002-08-27 Kurt ZeilengaClean up some structuralObject checks to improve readab...
2002-08-27 Kurt ZeilengaFix comment
2002-08-22 Kurt ZeilengaFix abstract schema check
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-03-07 Julius EnarusaiThe following file fails compile when NEW_LOGGING is...
2002-01-31 Howard ChuFix ITS#1573 spelling errors
2002-01-19 Kurt ZeilengaUpdate collective attribute schema
2002-01-19 Howard ChuDefined some ObjectClass->soc_flags values, changed...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Kurt ZeilengaInstall system schema checks
2002-01-13 Kurt ZeilengaMisc cleanup, lint removal, and minor optimizations
2002-01-11 Kurt ZeilengaAdd collective attribute system schema support.
2002-01-11 Kurt ZeilengaAdd Backend to system schema check routines
2002-01-10 Kurt ZeilengaAdd Backend argument to entry_schema_check() to support...
2002-01-10 Kurt Zeilengaadd system schema checks
2002-01-10 Kurt ZeilengaStart of new operational attribute framework
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuMinor cleanup
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-28 Howard ChuMisc berval stuff.
2001-12-21 Kurt ZeilengaLDAPv2 disallow and other flag changes
2001-12-20 Kurt ZeilengaAdd abstract object class checks and a bit of structura...
2001-12-20 Kurt ZeilengaAdd better error reporting.
2001-12-19 Kurt ZeilengaFix minor error in error text handling
2001-12-19 Kurt ZeilengaPatch slapadd(8) to provide a structuralObjectClass...
2001-12-19 Kurt ZeilengaAdd structuralObjectClass support and a bit of const...
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-10-23 Kurt ZeilengaUse defined Root DSE attributes.
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-08-28 Kurt ZeilengaMinor rework of *text = textbuf fix
2001-08-15 Mark AdamsonNeed to set error text pointer sooner in entry_schema_c...
2001-07-24 Kurt ZeilengaRework single-value check
2001-07-24 Kurt ZeilengaAdd an improved single value constraint check.
2001-06-06 Kurt ZeilengaAdd more detailed reporting of schema violations to...
2001-01-17 Gary Williamsfix format
2001-01-17 Kurt ZeilengaUse consistent spelling of objectClass
2001-01-17 Kurt ZeilengaMove optimistic ret setting
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2001-01-10 Kurt ZeilengaTreat unrecognized object classes as an objecdt class...
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-04 Mark ValenceBug fix.
2000-05-31 Kurt ZeilengaAdd extensibleObject support
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Mostly work modify
2000-05-23 Kurt ZeilengaRemove debugging assert committed by mistake
next