]> git.sur5r.net Git - openldap/history - servers/slapd/filter.c
Sync with HEAD
[openldap] / servers / slapd / filter.c
2004-01-17 Kurt ZeilengaSync with HEAD
2004-01-01 Kurt ZeilengaHappy new year
2003-12-01 Kurt ZeilengaSync with HEAD
2003-10-06 Kurt ZeilengaMerge in latest changes from HEAD
2003-04-29 Howard ChuFix computed filter inversion
2003-04-29 Hallvard FurusethMust have ';' between default: and '}'
2003-04-29 Kurt Zeilengaremove dnPretty
2003-04-29 Howard ChuFix computed TRUE/FALSE filters
2003-04-18 Howard ChuFix undefined substring filters
2003-04-12 Howard ChuAdded sl_context() to return the context associated...
2003-04-11 Howard ChuMore memory context tweaks
2003-04-10 Howard ChuMore memory context tweaks
2003-04-09 Howard ChuMinor cleanups
2003-04-09 Howard ChuFirst cut at thread-local malloc. Only used by search...
2003-04-07 Kurt Zeilengacleanup
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-18 Pierangelo Masarativalue is parsed in place; minor cleanup
2003-03-17 Kurt Zeilengareplace get_substring_filter with get_ssa()
2003-03-17 Kurt ZeilengaSLAP_NVALUES: more fixes
2003-03-16 Kurt ZeilengaFix typos in last commit
2003-03-16 Kurt ZeilengaRewrite filter routines to malloc() late.
2003-03-16 Kurt ZeilengaSLAP_NVALUES: still chasing an extranous free... this...
2003-03-16 Kurt ZeilengaSLAP_NVALUES updates
2003-03-15 Kurt ZeilengaNot sure why these asserts are failing... too tired...
2003-03-15 Kurt ZeilengaAdd some additional error checking...
2003-03-09 Kurt ZeilengaUse ch_malloc instead of malloc for unchecked allocations
2003-03-01 Pierangelo Masaratiimproved filter mapping/rewrite; improved result rewrit...
2003-03-01 Kurt ZeilengaSLAP_NVALUES: test003 now passes (with help of a substr...
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-01-20 Kurt ZeilengaRemove values match v. filter struct field macro overloads
2003-01-03 Kurt ZeilengaHappy new year
2002-11-21 Pierangelo Masaratifix typo in comment :)
2002-11-10 Pierangelo Masaratiremove #ifdef SLAP_FILTER_HASSUBORDINATES
2002-09-01 Kurt Zeilengaunifdef -DSLAP_X_MRA_MATCH_DNATTRS
2002-08-31 Pierangelo Masaraticleanup comments
2002-08-29 Pierangelo Masarati- added the capability to filter based on hasSubordinat...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-08 Kurt Zeilengaremove lint
2002-05-04 Howard ChuITS#1797 err used unit'd in Debug statement. (removed)
2002-05-02 Kurt ZeilengaMatched Values implementation (ITS#1776) based upon...
2002-03-30 Kurt Zeilengamove ldap_int_put_filter to ldap_pvt_put_filter
2002-03-11 Kurt ZeilengaMisc extensible match clean up.
2002-03-10 Kurt ZeilengaDeprecate filter_print in favor of filter2bv.
2002-03-07 Kurt ZeilengaReplace get_filter generation of fstr with filter2bv().
2002-03-04 Kurt ZeilengaFix typo
2002-03-01 Kurt ZeilengaValidate filter and compare inputs
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-06 Howard ChuAdded LDAP_FILTER_EXT case to filter_free()
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-31 Howard ChuMinor cleanup
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-26 Howard ChuChanged ma_rule_text to struct berval.
2001-12-24 Kurt ZeilengaClean up some symbol scoping
2001-12-05 Kurt ZeilengaI should finish my morning coke before making my first...
2001-12-05 Kurt Zeilenga(undefined=*) should precompute to False
2001-12-05 Kurt ZeilengaAdd undefined present filter bug fix
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-06-22 Kurt Zeilengaplug substrings filter memory leak
2001-06-16 Kurt ZeilengaFix undefined filter parsing
2001-05-24 Kurt ZeilengaAdd some additional filter checks
2001-01-17 Gary Williamsfix format
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-10-15 Julio Sánchez Fern... Extend MRA. It now has a pointer to a MatchingRule...
2000-10-13 Julio Sánchez Fern... The beginning of extensible matches. Do not use.
2000-10-09 Julio Sánchez Fern... Remove lint.
2000-08-28 Kurt Zeilengarestrictops, requires, disallow knobs; ssf acls; and...
2000-07-02 Kurt ZeilengaRename escape_value to filter_escape_value
2000-07-02 Mark ValenceFix seg fault (test003).
2000-07-01 Kurt ZeilengaEscape filter strings
2000-06-30 Kurt ZeilengaSkip over unsupported tags
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-27 Kurt Zeilengas/substring/substrings/
2000-05-27 Kurt Zeilengafix -USLAPD_SCHEMA_NOT_COMPAT
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: allocate/deallocate f_sub...
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Add more three value filter...
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaRemove lint
2000-05-18 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: numerous changes to syntax...
2000-05-17 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: add framework for substr value...
2000-05-17 Kurt ZeilengaSLAP_SCHEMA_NOT_COMPAT: add calls to dummy value_normal...
2000-05-16 Kurt ZeilengaFix -USLAPD_SCHEMA_NOT_COMPAT
2000-05-16 Kurt ZeilengaRemove Lint.
2000-05-16 Kurt ZeilengaFix desc not NULL bugs
2000-05-16 Kurt ZeilengaModify ava code to return error text
2000-05-16 Kurt Zeilengabv2ad expects desc pointer to be NULL if unallocated
2000-05-16 Kurt ZeilengaRework root dse and other info entry codes to produce...
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: need to set desc to NULL
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: working cn=schema
2000-05-15 Kurt ZeilengaFix -USLAPD_SCHEMA_NOT_COMPAT bugs introduced in last...
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: basic filter parsing
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-12 Kurt ZeilengaFix debug messages
2000-03-01 Kurt ZeilengaReorder error detection based upon precedence
2000-02-29 Kurt ZeilengaReplace do_*() return -1 with return SLAPD_DISCONNECT.
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-07 Kurt ZeilengaFix -DSLAPD_SCHEMA_NOT_COMPAT -DLDAP_DEBUG builds ...
2000-02-06 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-01-31 Kurt ZeilengaReplace -DSLAPD_SCHEMA_COMPAT with -USLAPD_SCHEMA_NOT_C...
next