]> git.sur5r.net Git - openldap/history - servers/slapd/schema_init.c
More system schema checks
[openldap] / servers / slapd / schema_init.c
2002-01-10 Kurt ZeilengaStart of new operational attribute framework
2002-01-06 Kurt ZeilengaHide select matching rules from published schema
2002-01-06 Kurt ZeilengaAdd LDAP/X.500 subentry schema (draft-zeilenga-ldap...
2002-01-05 Pierangelo Masaratileftover ber_bvdup eliminated; rewritten ber_bvdup...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Kurt ZeilengaAll empty IA5 and Printable strings, but not Directory...
2002-01-02 Kurt ZeilengaRework filter code
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-01 Howard ChuFix previous commit
2002-01-01 Howard ChuOptimize ISSPACE checks in UTF8StringNormalize
2001-12-31 Howard ChuAdded oidm_destroy
2001-12-30 Howard ChuCleanup, fix uninitialized vars
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-28 Howard ChuMisc berval stuff.
2001-12-26 Kurt ZeilengaMisc cleanup and dn_normalize() zapping
2001-12-26 Howard ChuPrecompute syn_oidlen and mr_oidlen
2001-12-26 Howard ChuMigrate to dnNormalize
2001-12-23 Kurt ZeilengaMove dnValidate, dnNormalize, dnPretty to dn.c
2001-12-23 Kurt Zeilengause dnPretty instead of dn_pretty
2001-12-22 Kurt ZeilengaAdd a couple of FIXME comments
2001-12-17 Howard Chufrom jon@symas.com - minor cleanup
2001-12-10 Pierangelo Masaratiminor cleanup
2001-12-09 Kurt Zeilengamisc cleanup
2001-12-06 Pierangelo Masaratinow dnValidate loops thru each value; added private...
2001-12-06 Pierangelo Masaratiliberally accept many LDAPv2/LDAPv3 stuff in DN (quoted...
2001-12-06 Kurt Zeilengapretty DNs
2001-12-06 Kurt ZeilengaRework dnNormalize/dnPretty to share LDAP_rewrite
2001-12-05 Kurt ZeilengaAdd basic infrastructure for pretty routines
2001-12-05 Kurt ZeilengaAdd comments
2001-12-05 Pierangelo Masaratianother step towards schema aware normalization: ava...
2001-12-05 Pierangelo Masaratia gross attempt to implement a schema-aware normalization
2001-12-04 Kurt ZeilengadnMatch should not be local to file
2001-12-04 Pierangelo Masaratireimplement dn_validate/normalize/(match) using the...
2001-12-02 Kurt ZeilengaMake sure experimental syntaxes are hidden
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-16 Kurt ZeilengabitString fixes from Julius Enarusai (ITS#1441)
2001-11-09 Mark Adamsonuse berval's instead of strings with UTF8normalize()
2001-11-07 Howard ChuAdded schema_destroy() et al to free schema structures...
2001-11-06 Stig VenaasFixed more memory leaks
2001-11-06 Mark Adamsonbervals alloc'd by UTF8SubstringsassertionNormalize...
2001-11-05 Mark Adamsonfix various memory leaks
2001-11-03 Kurt Zeilengatelex number should allow $
2001-10-23 Julio Sánchez Fern... And this change implements indexing for certificateExac...
2001-10-23 Julio Sánchez Fern... Normalization and more error checking.
2001-10-22 Julio Sánchez Fern... Do something with the error text.
2001-10-22 Julio Sánchez Fern... It now sort of works, but needs some normalization...
2001-10-20 Julio Sánchez Fern... Use the ldap syntax oid assigned by David Chadwick...
2001-10-20 Julio Sánchez Fern... First cut at certificateExactMatch, completely untested...
2001-09-20 Mark AdamsonFinished the integerMatch matching rule and the integer...
2001-09-07 Kurt ZeilengaAdd <limits.h>
2001-09-01 Kurt ZeilengaAdd general extensible matching support and integerBitA...
2001-07-27 Stig VenaasRemoved duplicate code by replacing case-Exact/Ignore...
2001-07-26 Stig VenaasMaking the approx multistring code default. Leaving...
2001-07-26 Kurt ZeilengaMisc cleanup of asserts
2001-07-25 Stig VenaasMade approxMatch/Indexer/Filter all do Unicode cannonic...
2001-07-24 Kurt ZeilengaITS#1274 fix
2001-07-22 Kurt Zeilengafix up UTF8MATCH
2001-07-22 Kurt ZeilengaUse DN normalize
2001-07-22 Stig VenaasWe shouldn't need UTF8oncasecmp() and UTF8casechr(...
2001-07-21 Kurt ZeilengaMake some additional UTF8 public
2001-07-21 Kurt ZeilengaZap !UTF8MATCH code
2001-07-21 Kurt ZeilengaBack out DN changes, needs more work
2001-07-17 Stig VenaasMade caseExactMatch() use Unicode normalization
2001-07-17 Stig VenaasMade caseIgnoreSubstringsMatch and caseExactSubstringsM...
2001-07-16 Stig VenaasFixed UTF8 encoding checks for substrings assertions
2001-07-15 Stig VenaasFixed bug in caseExactSubstringsIndexer() and caseIgnor...
2001-07-15 Kurt ZeilengaExtend assertion value syntax checks to some other...
2001-07-15 Stig VenaasFixed segfault in caseIgnoreFilter when assertion value...
2001-07-13 Pierangelo Masaratidn_validate/dn_normalize has been rewritten by
2001-06-15 Kurt ZeilengaMisc updates for NT4
2001-06-15 Kurt ZeilengaRemove extraneous variable
2001-05-30 Kurt ZeilengaFix typo in last commit
2001-05-30 Kurt ZeilengaAllow empty numericString matching
2001-05-09 Kurt ZeilengaZap presentation address match define
2001-05-03 Kurt ZeilengaAdd telephone number indexing support (reuse only)
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...
next