]> git.sur5r.net Git - openldap/history - servers/slapd/schema_init.c
Fixed aci syntax validation to use UTF (aci attrs can have dn's)
[openldap] / servers / slapd / schema_init.c
2001-02-19 Mark ValenceFixed aci syntax validation to use UTF (aci attrs can...
2001-01-31 Stig VenaasUsing UTF8normcmp() from lunicode, removing our own...
2001-01-26 Stig VenaasMade caseIgnoreIndexer(), caseIgnoreFilter(),
2001-01-25 Stig VenaasMade dnNormalize() do Unicode normalization and case...
2001-01-17 Kurt ZeilengaAdd more restrictive numeric string validate.
2001-01-17 Gary Williamsfix format
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-11-10 Kurt Zeilengaempty OID values are invalid
2000-11-04 Kurt ZeilengaPostal Address should be treated like directoryString
2000-11-04 Kurt ZeilengaUpdate validation of printable-like syntaxes
2000-11-04 Kurt ZeilengaUpdate printableString to restrict characters per RFC17...
2000-11-03 Mark AdamsonImprove handling of initials in approximate search...
2000-10-25 Kurt ZeilengaFix another #if 0 v UTF8MATCH bug
2000-10-24 Kurt ZeilengaMissed on #if 0 to #if UTF8MATCH is last commit
2000-10-24 Kurt ZeilengaUTF8 aware caseIgnore matching
2000-10-24 Mark AdamsonImplement 2 approximate matching algorithms.
2000-10-16 Kurt ZeilengaTrim unimplemented syntaxes and matching rules from...
2000-10-14 Kurt ZeilengaPer IETF LDAPext discussions, ;binary transfer of binar...
2000-10-04 Kurt Zeilengaallow numericString match indexing
2000-09-29 Kurt ZeilengaITS#786: fix IA5 string indexing to use appropriate...
2000-09-22 Kurt ZeilengaReplace indexing hash with 32-bit FNV-1... should be...
2000-09-22 Kurt ZeilengaAdd indirection to hash routines to allow for easier...
2000-09-22 Kurt ZeilengaUse LUTIL_MD5_BYTES constant
2000-09-15 Kurt ZeilengaAdd additional error checking... need to better handle
2000-09-13 Kurt ZeilengaUpdate handling of binary syntax to require ";binary...
2000-09-13 Kurt ZeilengaFix reversed assert logic
2000-09-12 Kurt Zeilengaremove lint
2000-09-12 Kurt ZeilengaFix bad merge
2000-09-12 Kurt ZeilengaAdd BitString syntax/matching rule handlers
2000-09-12 Kurt ZeilengaRework integer syntax to support signed values.
2000-09-11 Julio Sánchez Fern... Integer (not numericString, that are different) matches.
2000-09-07 Kurt Zeilengabackout ucdata change as being a little too experimental
2000-09-07 Kurt ZeilengaUse ucdata (very experimental)
2000-09-06 Kurt ZeilengaITS#713 check_time_syntax suggested by klasen@zdv.uni...
2000-09-05 Kurt Zeilengareuse dnMatch as uniqueMemberMatch
2000-09-05 Kurt ZeilengaUse DN syntax routines for Name and Optional OID syntax.
2000-09-03 Kurt ZeilengaBring UCdata infrastructure.
2000-09-03 Kurt ZeilengaDuplicate IA5 matching rule routines as needed to imple...
2000-09-03 Kurt ZeilengaITS#705: nisNetgroupTripleValidate
2000-08-28 Kurt ZeilengaRemove lint
2000-08-26 Kurt ZeilengaAlign with re20
2000-08-26 Kurt ZeilengaUpdate void syntax and entry/children pseudo-attribute...
2000-08-26 Kurt ZeilengaAssign publishable OID for caseExactIA5SubstringsMatch
2000-08-24 Kurt ZeilengaAdd fake validators for nisNetgroupTriple and bootParam...
2000-08-22 Kurt ZeilengaFix substring any filters
2000-08-22 Kurt ZeilengaFirst cut of LDBM substrings indexing. Needs testing.
2000-08-22 Kurt ZeilengaAdd frontend support for "any" substrings assertions.
2000-08-22 Kurt ZeilengaRemove extraneous ber_bvfree()
2000-08-21 Kurt ZeilengaFix uninitialized value ptr bug
2000-08-17 Kurt Zeilengajpeg syntax should be using blobValidator.
2000-08-15 Kurt ZeilengaSplit a = b = c statement to remove warnings (errors...
2000-08-11 Kurt ZeilengaFix reversed assertion logic
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-24 Kurt ZeilengaUpdate framework to support registration of approximate...
2000-07-18 Kurt ZeilengaFix substring indices and enable in tests.
2000-07-18 Kurt ZeilengaAdd experimental caseExact/Ignore substrings indexer...
2000-07-02 Kurt ZeilengaProvide caseExactIA5SubstringsMatch using OpenLDAP OID
2000-06-30 Kurt ZeilengagenTime: Move validate above normalizer
2000-06-29 Kurt ZeilengaInitial, very unforgiving, booleanValidate and booleanM...
2000-06-28 Mark ValenceFix negated tests in IA5StringNormalize and numericStri...
2000-06-26 Kurt ZeilengaUpdate matching rule usage
2000-06-26 Kurt ZeilengaAdd attribute type/matching rule support for structural...
2000-06-23 Kurt ZeilengaDirectoryString syntaxes must have one or more octets...
2000-06-21 Kurt ZeilengaPrepare for additional schema routines.
2000-06-20 Kurt ZeilengaUse ASCII_*() macros and friends. Should be combined...
2000-06-20 Kurt ZeilengaAdd experimental objectIdentifierFirstComponentMatch...
2000-06-19 Kurt ZeilengaClarify normalization/matching routine recycling
2000-06-15 Kurt ZeilengaTreat all phone number syntaxes as numericString
2000-06-15 Kurt ZeilengaTreat telephone syntax as numeric
2000-06-15 Kurt Zeilengafix substring match bugs
2000-06-15 Kurt ZeilengaRepair case{Ignore,Exact}IA5SubstringsMatch
2000-06-15 Mark ValenceAdded Generalized Time matching and ordering (it's...
2000-06-15 Mark ValenceFixed whitespace prefix checks. Added UTC Time and...
2000-06-14 Mark ValenceBug hunting -- crash when doing substring match.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-05-30 Kurt ZeilengaRework ACI codes to use OpenLDAPaci. Add needed schema...
2000-05-29 Kurt ZeilengaNew schema code is now the default.
2000-05-29 Kurt ZeilengaAdd NumericString syntax and matching rules.
2000-05-29 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: working tests 1-4!
2000-05-29 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: cheap DN match
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: case{Exact,Ignore}IA5Substring...
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Add enough matching rules...
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: prelim ACL work
2000-05-25 Kurt ZeilengaSplit schema_prep() from schema_init.c
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: fix IA5StringNormalize aswell
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Fix UTF8StringNormalizer
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT:
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: equality filters
2000-05-24 Kurt Zeilengaobjectclass needs a special equality match.
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Fix normalization bugs
2000-05-23 Kurt ZeilengaAdd bogus validator for fax number syntax
2000-05-23 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: cleanup
2000-05-23 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Use no-op syntax validator
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-19 Kurt ZeilengaFix typo in -USLAPD_SCHEMA_NOT_COMPAT varient
2000-05-19 Kurt ZeilengaFix typo in last commit
2000-05-18 Kurt ZeilengaAdd X-BINARY (binary transfer required) and X-NOT-H...
2000-05-18 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: numerous changes to syntax...
next