]> git.sur5r.net Git - openldap/history - servers/slapd/schema_init.c
don't return referral if cannot compute one (should fix ITS#2435)
[openldap] / servers / slapd / schema_init.c
2003-04-16 Pierangelo Masaratiuse global bervals for TRUE/FALSE
2003-04-16 Pierangelo Masaratiuse syntax and matching rules knowledge when preparing...
2003-04-16 Kurt ZeilengaAdd associated matching rules
2003-04-11 Howard ChuMore memory context tweaks
2003-04-11 Howard ChuMore memory context tweaks
2003-04-07 Pierangelo Masaratineed OpenLDAPaciMatch
2003-04-07 Kurt Zeilengacleanup
2003-04-07 Kurt Zeilengamore SLAP_NVALUES tweaking
2003-04-07 Kurt ZeilengaSLAP_NVALUES code cleanup
2003-04-06 Kurt ZeilengaMore #unifdef -DSLAP_NVALUES
2003-04-06 Kurt Zeilengapartial #unifdef -DSLAP_NVALUES
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-03 Pierangelo MasaratiFIXME: is this the intended behavior?
2003-04-02 Luke Howards/octetStringIndexer/octetStringMatch
2003-04-02 Luke HowardApply Kurt's fix for octet string normalization/filteri...
2003-03-24 Kurt ZeilengaSLAP_NVALUES: a few more matching rules
2003-03-24 Kurt ZeilengaSLAP_NVALUES: telephoneNumberNormalize
2003-03-24 Kurt ZeilengaSLAP_NVALUES: add numericStringNormalize()
2003-03-23 Kurt ZeilengaBoolean indexing support
2003-03-16 Kurt ZeilengaSLAP_NVALUES: remove all the extra frees
2003-03-16 Kurt ZeilengaSLAP_NVALUES: fix extraneous free bug.
2003-03-01 Kurt ZeilengaSLAP_NVALUES: substrings indexing/filterring
2003-03-01 Kurt ZeilengaSLAP_NVALUES: A couple of more normalizers...
2003-03-01 Kurt ZeilengaSLAP_NVALUES: test003 now passes (with help of a substr...
2003-02-28 Kurt ZeilengaSLAP_NVALUES: fix UTF8StringNormalize
2003-02-28 Pierangelo Masaratimissing OpenLDAPaciMatch definition
2003-02-28 Kurt ZeilengaSLAP_NVALUES: a couple of basic normalizers... but...
2003-02-27 Kurt ZeilengaSLAP_NVALUES: More preparation for new normalization...
2003-02-27 Kurt ZeilengaSLAP_NVALUES: prepare for new schema routines
2003-02-27 Kurt Zeilengaaxe mr_ptr in favor or schema_prep
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-02-25 Kurt ZeilengaAdditional indexer normalization (need to check all...
2003-02-25 Kurt ZeilengaQuick (and incomplete) fix to " foo " indexing
2003-01-19 Luke HowardUse strtol() not strtoul() in integerBit{And,Or}Match...
2003-01-03 Kurt ZeilengaHappy new year
2003-01-03 Hallvard FurusethFix octetStringOrderingMatch(). It thought "b"<"aa...
2003-01-03 Hallvard FurusethDelete bitStringNormalize().
2003-01-02 Hallvard FurusethFix attribute value parsing in objectIdentifierFirstCom...
2002-12-21 Kurt ZeilengaA few X.509 certificate tweaks... needs work (and testing)
2002-12-11 Kurt Zeilengamisc cleanup
2002-12-11 Howard ChuFix ITS#2227, nameUIDNormalize fell behind the times...
2002-12-10 Kurt ZeilengaMake digit a local static variable instead of a global
2002-11-19 Julius EnarusaiConverted ch_malloc and ch_calloc calls to SLAP_MALLOC...
2002-09-15 Kurt ZeilengaMisc CLIENT_UPDATE cleanups
2002-09-04 Jong Hyuk ChoiLDAP Client Update Protocol - non-persistent update...
2002-09-03 Kurt ZeilengaAdd appropriate matching rule checks.
2002-08-31 Kurt ZeilengaAdd matching rule use support where assertion syntax...
2002-08-31 Pierangelo Masaratifix bitwise matching (courtesy of Luke Howard)
2002-08-31 Pierangelo Masaratiadd matchingRuleUse to schema; use a berval instead...
2002-08-30 Kurt ZeilengaWe don't support substrings matching via extensibleMatch
2002-08-29 Kurt ZeilengaFinish adding subclassing indexing support
2002-08-29 Kurt ZeilengaRound one of subclass indexing for objectClass and...
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
next