]> git.sur5r.net Git - openldap/history - servers/slapd/schema_init.c
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
[openldap] / servers / slapd / schema_init.c
2006-04-01 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2006-03-08 Kurt ZeilengaUpdate certificate schema to use IANA assigned OIDs
2006-03-03 Kurt ZeilengaAdd support for GSER-encoded certificateExactAsssertion...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-20 Kurt ZeilengaAdd UUIDPretty
2005-12-20 Kurt Zeilenga(Quick)fix UUID naming attributes
2005-11-13 Pierangelo Masaratidon't trust strchr/strrchr with bervals
2005-10-23 Howard Chusubstring indexing optimization
2005-09-26 Kurt ZeilengaentryUUID schema to use IANA (newly) assigned OIDs
2005-09-25 Howard ChuITS#4040 move initialization
2005-09-25 Howard ChuITS#4040 fix uniqueMemberMatch when value is zero-length
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-22 Pierangelo Masaratifurther ACI factoring out & confinement
2005-08-22 Pierangelo Masaratimutex-protect "undefined" attribute descriptions/object...
2005-08-17 Pierangelo MasaratiACIs almost entirely factored out of slapd
2005-08-11 Pierangelo Masaratiadd authzSyntax for authzTo/authzFrom attributes; add...
2005-07-30 Hallvard FurusethserialNumberAndIssuerPretty() and serialNumberAndIssuer...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-11 Howard ChuITS#3847 silence warnings
2005-06-16 Luke HowardFix OpenLDAP ITS#3782 - broken logic in bitwise matchin...
2005-04-10 Kurt Zeilenga<limits.h> cleanup && ITS#3643
2005-03-26 Kurt ZeilengaUpdate uniqueMemberMatch to be consistent with latest
2005-03-25 Kurt ZeilengaITS#3538: improved substrings matching (spaces handled
2005-03-21 Howard ChuFix unparsers, schema loading works
2005-02-01 Howard ChuFix off-by-one in octetStringSubstringsFilter
2005-01-18 Pierangelo Masaraticonsistently use BER_* macros
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-07 Kurt Zeilengacleanup
2004-12-06 Howard ChuBetter fix for prev commit
2004-12-06 Howard ChuDon't assert on short time strings, just ignore them.
2004-12-02 Howard ChuHide CSN schema dependencies
2004-12-02 Howard ChuAdd CSN syntax, matching rules (to support inequality...
2004-11-29 Sang Seok Lim1) <all> type component reference support
2004-11-14 Sang Seok LimComponentFilterMatch support for userCertificate
2004-10-27 Sang Seok LimComponent Matching module
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-28 Howard ChuAdd SLAP_MR_ORDERED_INDEX - support for inequality...
2004-09-28 Howard ChuTweak exact hashing in prev commit
2004-09-28 Howard ChuITS#2661: configurable substring index lengths
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-09 Kurt ZeilengaAdd additional DN matching rules.
2004-09-09 Kurt ZeilengaAdd initial dnSubtreeMatch.
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-09-01 Jong Hyuk Choirevert prev commit to normalizers
2004-08-31 Jong Hyuk Choiuse ch_malloc for normailzed values
2004-08-31 Jong Hyuk Choipatch for ITS#3296 - do not use sl_malloc on normalized...
2004-08-28 Kurt Zeilengacleanup
2004-08-26 Sang Seok LimThis patch is for a component filter. please refer...
2004-07-28 Jong Hyuk Choishould not assert(0) in UUIDValidate
2004-07-18 Pierangelo Masaratifix empty uniqueMember dn portion (ITS#3247)
2004-06-29 Sang Seok LimThis patch provides support for rdnMatch matching rule...
2004-06-29 Pierangelo Masaratifix uniqueMemberMatch according to previous fix (relate...
2004-06-29 Pierangelo Masaratifix nameUID* and uniqueMember* stuff in a consistent...
2004-06-28 Kurt Zeilengacleanup
2004-06-28 Pierangelo Masaratifix nameUID/uniqueMember stuff (ITS#3210)
2004-06-11 Kurt Zeilengacleanup
2004-05-13 Pierangelo Masaratifix previous commit :)
2004-05-13 Pierangelo Masaraticaught nasty empty DN bug
2004-05-04 Kurt ZeilengaUpdate substr indexing macros to better separate
2004-04-28 Kurt ZeilengaITS#3118: fix objectIdentifierFirstComponentMatch for...
2004-04-28 Kurt ZeilengaITS#3118: initial fix: (objectClasses=2.5.6.0) works
2004-04-28 Pierangelo Masaratiquick hack for ITS#3118; may need work
2004-04-26 Kurt ZeilengaITS#3115: don't increment argument to TOLOWER macro
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-19 Kurt ZeilengaAdditional invalid objectClass changes (ITS#3097)
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-02 Kurt ZeilengaAdd a yet-to-be-tested deliveryMethodValidate function
2004-03-26 Kurt ZeilengaAdd numericStringOrderingMatch rule (ITS#2988)
2004-03-18 Kurt ZeilengaAdd note that some of the unimplemented matching rules are
2004-02-17 Pierangelo Masaratifix numericStringMatch (ITS#2938)
2004-01-01 Kurt ZeilengaHappy new year
2003-12-17 Pierangelo Masaraticleanup most of the -pedantic warnings (ITS#2884) and...
2003-11-27 Kurt ZeilengaUpdated notices
2003-11-03 Howard ChuITS#2808 fix UUIDNormalize, use it.
2003-10-31 Kurt ZeilengaUpdate entryUUID to latest draft specification
2003-10-23 Howard ChuFix caseExact/caseIgnore IA5 normalization
2003-10-18 Kurt ZeilengaExplicitly mark attribute/assertion syntax of values...
2003-10-18 Howard ChuITS#2771 fix memory usage in LDAPDN_rewrite, fix normalizer
2003-10-18 Kurt ZeilengaAdd basic support for certificateMatch (as an extensibl...
2003-10-18 Kurt ZeilengaRework support for certificate exact matching based...
2003-09-22 Luke HowardCheck for HAVE_LONG_LONG in STRTOL macro
2003-09-21 Luke HowardDefine SLAP_STRTOL macro for integerBitAndMatch() and...
2003-08-22 Kurt ZeilengaAdd missing assignment in last commit.
2003-08-22 Kurt ZeilengaAdd nameAndOptionalUID pretty routine... improves uniqu...
2003-08-13 Hallvard FurusethHandle full syntax of Generalized Time and UTC Time.
2003-08-11 Kurt ZeilengaITS#2664: add uniqueMemberMatch
2003-06-13 Howard ChuITS#2587 fix failure return from telephoneNumberNormalize
2003-06-09 Kurt Zeilengamisc cleanup
2003-05-31 Kurt ZeilengaSchema cleanup
2003-05-19 Pierangelo Masaraticlarify the size of a generalizedTime
2003-05-16 Kurt ZeilengaNVALUES updates to approximate matching...
2003-05-14 Kurt Zeilengaupdated certificateExactMatch support,
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-29 Kurt Zeilengaremove dnPretty
2003-04-28 Kurt Zeilengageneric first component matching routines
2003-04-25 Kurt Zeilengafix up nvalues code so that pretty routines work properly
2003-04-24 Kurt ZeilengaBackout last commit... needs more work
2003-04-24 Kurt Zeilengarework objectClass mucking to use syntax "pretty" routine
2003-04-24 Kurt ZeilengaFix typo
next