]> git.sur5r.net Git - openldap/history - servers/slapd/attr.c
Sync with HEAD
[openldap] / servers / slapd / attr.c
2005-08-09 Kurt ZeilengaSync with HEAD
2005-06-10 Kurt ZeilengaSync with HEAD
2005-06-03 Kurt ZeilengaMerge in recent changes to HEAD
2005-05-18 Kurt ZeilengaSync with HEAD
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-01-24 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-30 Kurt ZeilengaSync with HEAD
2004-12-30 Kurt ZeilengaCleanup
2004-12-20 Sang Seok LimComponent Indexing support for BDB
2004-12-13 Sang Seok Lim1) <select> and <content> type component reference...
2004-11-29 Sang Seok Lim1) <all> type component reference support
2004-11-14 Sang Seok LimComponentFilterMatch support for userCertificate
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-08-06 Pierangelo Masaratifix attr_merge() usage; cleanup
2004-07-25 Pierangelo Masaratislightly rework user/operational attributes handling...
2004-07-24 Pierangelo Masaraticleanup
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-08 Kurt Zeilengacleanup
2004-01-01 Kurt ZeilengaHappy new year
2003-11-27 Kurt ZeilengaUpdated notices
2003-10-18 Kurt ZeilengaExplicitly mark attribute/assertion syntax of values...
2003-08-19 Howard ChuFix tmpmemctx conflicts
2003-05-16 Kurt ZeilengaClean up SLAP_NVALUES comment
2003-04-24 Luke HowardFix potential attr_merge_normalize() crasher
2003-04-24 Luke HowardFix another crasher in attr_merge_normalize_one()
2003-04-24 Luke HowardFix crasher in attr_merge_normalize_one()
2003-04-11 Howard ChuMore memory context tweaks
2003-04-08 Pierangelo Masaratinormalize while merging values
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-24 Howard ChuSLAP_NVALUES - add attr_merge comment
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-02-28 Kurt ZeilengaRemove deadwood
2003-02-26 Pierangelo Masaratimore SLAP_NVALUES cleanup
2003-02-26 Kurt ZeilengaSLAP_NVALUES, round 3
2003-02-25 Kurt ZeilengaSLAP_NVALUES, round 2
2003-02-25 Kurt ZeilengaRound one of SLAP_NVALUES code
2003-01-03 Kurt ZeilengaHappy new year
2002-08-23 Pierangelo Masaratiadded attr_merge/value_add functions that dela with...
2002-03-23 Pierangelo Masaratifix ITS#1667
2002-01-16 Kurt Zeilengamore cleanup
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-11-17 Pierangelo Masaratiminor cleanup
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2000-06-15 Kurt ZeilengaMinor adjustments to last commit
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-06 Kurt ZeilengaPrepare for unifdef -DSLAPD_SCHEMA_NOT_COMPAT
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: working modify? need addition...
2000-05-28 Kurt Zeilengamodify ldbm_modify_internal to return error text
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: equality filters
2000-05-19 Kurt ZeilengaAdd a little debugging
2000-05-19 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: implement str2entry()
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: implement attr_merge()
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Rework caching of internal...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-28 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-15 Kurt ZeilengaMore -DSLAPD_SCHEMA_NOT_COMPAT changes
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...
2000-02-05 Kurt ZeilengaAnother round of SLAPD_SCHEMA_NOT_COMPAT changes including
2000-01-31 Kurt ZeilengaReplace -DSLAPD_SCHEMA_COMPAT with -USLAPD_SCHEMA_NOT_C...
2000-01-31 Kurt ZeilengaPut type;option trimming codes behind SLAPD_SCHEMA_COMPAT.
2000-01-31 Kurt ZeilengaAdd SLAP_SYNTAX_BINARY flag to indicate binary storage...
2000-01-29 Kurt ZeilengaConstify a few attr_*() routines
2000-01-28 Kurt ZeilengaAdditional changes to migrate to new schema codes
2000-01-28 Kurt ZeilengaPut more old schema code behind SLAPD_SCHEMA_COMPAT...
2000-01-25 Kurt ZeilengaStart putting old code behind the currently defined...
2000-01-24 Kurt ZeilengaModify slapd syntax struct to have both a validation...
1999-11-02 Howard ChuRemoved explicit include of <ac/param.h> because it...
1999-11-01 Kurt ZeilengaAdd <ac/param.h> to wrap <sys/param.h>
1999-09-22 Howard ChuFix memory leak if duplicate attr name in at_insert
1999-09-17 Julio Sánchez Fern... Let at_find find the AttributeType that matches a given...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-09-02 Hallvard FurusethFix Debug printf format
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-08-20 Kurt ZeilengaStop mergers if dup returns NULL.
1999-08-20 Kurt Zeilengacomplete this round of constification
1999-08-20 Kurt Zeilengamore const'ification
1999-08-20 Kurt Zeilengaconst'fication
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-29 Kurt ZeilengaSave attributes until we've completed schema check and
1999-07-21 Kurt ZeilengaACL CHANGES:
1999-06-17 Julio Sánchez Fern... If we are inheriting the syntax from a superior, we...
1999-06-17 Julio Sánchez Fern... Fix handling of SYNTAX_CES by making use of some matchi...
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-15 Julio Sánchez Fern... Activate support of matching rules and syntaxes, inheri...
1999-06-14 Julio Sánchez Fern... Matching rules and syntaxes, initial step.
1999-06-14 Juan Gomezs/official/canonical/ & s/at_on/at_cn/
1999-06-14 Julio Sánchez Fern... Some changes to be more inline with the constification...
1999-06-11 Juan GomezAdded at_ooficial_type() for uniform naming of index...
1999-06-01 Kurt ZeilengaShouldn't need <sys/stat.h>.
1999-05-30 Julio Sánchez Fern... Lose previously commented out old code.
1999-05-28 Julio Sánchez Fern... Provide (and use) #define shortcuts
1999-05-28 Julio Sánchez Fern... First step in new schema support.
1999-05-27 Kurt ZeilengaAdd assert( s != NULL )
next