]> git.sur5r.net Git - openldap/history - servers/slapd/schema_init.c
Experimental cruft to propagate valid Operation to SASL callbacks.
[openldap] / servers / slapd / schema_init.c
2002-08-17 Howard ChuUpdated register_syntax, register_matching_rule for...
2002-08-16 Pierangelo Masaratifix printableStringValidate return value bug
2002-08-07 Kurt ZeilengaMove large string comment to just above UTF8StringValid...
2002-08-06 Kurt Zeilengaother->invalid
2002-08-06 Kurt ZeilengaFor IA5, printable, telephone:
2002-08-06 Kurt ZeilengaAdd a summary to strings comment
2002-08-06 Kurt ZeilengaUpdate string commment with examples.
2002-08-06 Kurt ZeilengaAdd start of discussion of strings in LDAP/X.500 and...
2002-08-06 Kurt ZeilengaFix nameAndOptionalUUID normalization,
2002-08-06 Howard ChuITS#1998 UTF8StringNormalize should accept all-space...
2002-07-24 Kurt ZeilengaBootParamSyntax: be more liberal than the ABNF such...
2002-07-24 Kurt ZeilengaShould allow keystring in bootParams
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-07 Stig VenaasAdded normalization to caseIgnoreIA5Indexer()
2002-05-15 Howard ChuFix nameUIDvalidate memfree
2002-04-18 Howard Chudeleted sasl_external_x509dn_convert; X509 DNs are...
2002-04-16 Howard ChuITS#1712, rewritten dn_openssl2ldap(). Added dnDCEnorma...
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-04-04 Stig VenaasChanged to use lower case for case folding
2002-03-25 Kurt ZeilengaITS#1674: integerOrderingMatch, integerFirstComponentMa...
2002-03-24 Kurt ZeilengaUpdate control framework
2002-03-11 Kurt ZeilengaMisc extensible match clean up.
2002-03-07 Julius EnarusaiThe following file fails compile when NEW_LOGGING is...
2002-03-02 Pierangelo Masaratibackout previous change; validation has been added...
2002-03-02 Pierangelo Masaratinull length string is not allowed
2002-02-27 Stig VenaasUsing new UTF8bv* all over, getting rid of UTF8normaliz...
2002-02-26 Stig VenaasAdded code for approximate matching in UTF8bvnormalize...
2002-02-18 Kurt Zeilenga#ifdef ACI/authpasswd schema
2002-02-14 Pierangelo Masaratiuse memchr in ber_bvchr
2002-02-14 Pierangelo Masaratisubstrings match works with NULs in UTF8 strings
2002-02-14 Pierangelo Masaratifirst round at replacing UTF8normalize with UTF8bvnormalize
2002-02-13 Pierangelo Masaratimake UTF8STringNormalize handle NUL
2002-01-18 Howard ChuIn UTF8StringValidate, 1-byte chars are already validated
2002-01-17 Kurt ZeilengaAdd a safety check to bvcasechr
2002-01-17 Kurt Zeilengareplace strcasechr with bvcasechr
2002-01-15 Kurt ZeilengaRemove some asserts. Need to re-valid logic
2002-01-15 Howard ChuUse LDAP_UTF8_CHARLEN2 to check shortest possible encoding
2002-01-15 Kurt ZeilengaA very basic UTF-8 check
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
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
next