]> git.sur5r.net Git - openldap/history - servers/slapd/ad.c
fix str2anlist handling of undefined objects (ITS#4854)
[openldap] / servers / slapd / ad.c
2007-03-05 Pierangelo Masaratifix str2anlist handling of undefined objects (ITS#4854)
2007-01-02 Kurt Zeilengahappy new year
2006-05-09 Kurt ZeilengaMore Quanah suggested patches
2006-04-05 Kurt ZeilengaAdditional changes - these suggested by Quanah
2006-01-17 Kurt ZeilengaMore fixes from HEAD
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-14 Kurt ZeilengaSync with HEAD
2005-10-07 Kurt Zeilenga Fixed slapd req_pwdexop bug
2005-09-28 Kurt ZeilengaSync with HEAD
2005-08-29 Kurt ZeilengaSync with HEAD
2005-08-26 Kurt ZeilengaSync with HEAD
2005-08-25 Kurt ZeilengaSync with HEAD (need to update CHANGES)
2005-08-19 Kurt ZeilengaSync with HEAD
2005-08-12 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-11-12 Pierangelo Masaratisilence warnings
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-23 Jong Hyuk ChoiA follow-on commit to the previous @oc support change...
2004-09-23 Jong Hyuk ChoiModified @oc supprot code to the share anlist routines...
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-18 Pierangelo Masaratihelpers for special attribute lists
2004-07-13 Pierangelo Masaratimore on AttributeDescription error messages
2004-07-09 Pierangelo Masaraticleanup AD stuff (ITS#3225)
2004-06-30 Pierangelo Masaraticleanup
2004-01-01 Kurt ZeilengaHappy new year
2003-12-16 Pierangelo Masaratiline up comments and code
2003-12-16 Kurt ZeilengaDeprecate +objectClass in favor of @objectClass per...
2003-12-16 Pierangelo Masaratihonor '!' (objectClass negation) when checking attribut...
2003-12-16 Pierangelo Masaratiadd to 'val[.<style>=<value>' ACLs special match styles...
2003-11-27 Kurt ZeilengaUpdated notices
2003-05-22 Howard ChuITS#2217 fix option sorting
2003-04-21 Howard ChuFix previous commit
2003-04-21 Howard ChuPerform is_at_subtype check inline
2003-04-12 Howard ChuTweak strcpy's
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-02-26 Kurt ZeilengaSLAP_NVALUES, round 3
2003-01-20 Kurt ZeilengaRemove values match v. filter struct field macro overloads
2003-01-19 Hallvard FurusethSilence gcc warnings (signed vs. unsigned, implicit...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-13 Hallvard FurusethRename "lang(uage)" to "tag(s)". (Cleanup after attrib...
2002-12-12 Hallvard FurusethImplement user-defined tagging attribute options and...
2002-11-30 Hallvard FurusethA search requesting 'cn;lang-en-' did not find 'cn...
2002-11-09 Pierangelo Masaraticleanup str2adlist
2002-09-21 Kurt ZeilengaAdd experimental +/- AttributeName support.
2002-09-20 Kurt ZeilengaSave "-" for no subtypes
2002-09-16 Kurt ZeilengaFor object classes in attribute lists, use '+' (or...
2002-08-20 Kurt ZeilengaITS#2004 AD lang bug fix
2002-04-18 Howard ChuFix slap_bv2ad initializing with wrong bv_len
2002-02-15 Howard ChuFix ad_inlist typo on oc->required
2002-02-12 Kurt ZeilengaMinor cleanup.
2002-02-12 Kurt ZeilengaMisc cleanup
2002-01-28 Kurt ZeilengaAdd whoami extended operation. LDBM_PRE_GIANT_RWLOCK
2002-01-26 Kurt ZeilengaDon't free langbuf.
2002-01-26 Kurt ZeilengaLanguage Tag and Range Support <draft-zeilenga-ldap...
2002-01-11 Kurt ZeilengaAdditional system schema checks
2002-01-10 Howard ChuFix str2anlist declaration, str is not const. (gets...
2002-01-10 Howard ChuFix lint in previous commit
2002-01-10 Howard ChuAdded an_oc to AttributeName for caching ObjectClass...
2002-01-07 Kurt ZeilengaDon't use 'void *' unnecessarily.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuChanged AttributeName back into an array instead of...
2001-12-31 Howard ChuMore for ad_inlist
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-28 Howard ChuMisc berval stuff.
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-26 Howard ChuMinor cleanup
2001-12-26 Howard ChuMore struct berval changes, dnNormalize migration...
2001-12-06 Kurt ZeilengaAllow an object class to be provided in an attribute...
2001-11-16 Howard ChuChanged global ad_mutex into per-attributeType mutex...
2001-11-13 Kurt Zeilengarm currenttime_mutex.
2001-11-12 Mark Adamsonalready have the strlen of the attrname in the berval...
2001-11-07 Howard ChuAdded schema_destroy() et al to free schema structures...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2000-09-14 Kurt ZeilengaFix ;binary subtyping
2000-07-02 Kurt ZeilengaAdd experimental support for undefined attribute types.
2000-06-16 Kurt ZeilengaDuplicate language tag to avoid double free
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-23 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: fix up add framework
2000-05-22 Kurt ZeilengaConst'ification
2000-05-18 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: numerous changes to syntax...
2000-05-16 Kurt ZeilengaFix -USLAPD_SCHEMA_NOT_COMPAT
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: simple Root DSE search WORKS!
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: basic filter parsing
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-28 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-25 Kurt ZeilengaMore -DSLAPD_SCHEMA_NOT_COMPAT changes, including initial
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-06 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...