]> git.sur5r.net Git - openldap/history - servers/slapd/filter.c
Update copyright for next release
[openldap] / servers / slapd / filter.c
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2008-11-11 Quanah Gibson-MountITS#5803
2008-11-08 Quanah Gibson-MountITS#5731,ITS#5732
2008-09-06 Quanah Gibson-MountITS#5688
2008-02-18 Howard ChuITS#5386
2008-02-18 Pierangelo Masaratidon't denormalize invalid values (ITS#5386)
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-11-09 Quanah Gibson-MountMore for ITS#5212 make conditional explicit
2007-11-09 Howard ChuMore for ITS#5212 make conditional explicit
2007-11-08 Quanah Gibson-MountITS#5212
2007-11-07 Howard Chufix prev commit (ITS#5212)
2007-10-18 Quanah Gibson-MountITS#5192
2007-10-05 Pierangelo Masaratide-normalize simple filter values consistently
2007-10-05 Pierangelo Masaratifix previous commit
2007-10-05 Pierangelo Masaratifix previous commit (didn't have coffee yet :()
2007-10-05 Pierangelo Masaratimore about ITS#5168
2007-10-05 Pierangelo Masaratifor consistency, always represent UUIDs correctly ...
2007-09-27 Ralf Haferkamp/tmp/msg
2007-09-15 Pierangelo Masaratiadd helper for internal searchs for objectClass=*
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-02-20 Pierangelo Masaratithis should never occur, but in case keep it readable
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-12-28 Pierangelo Masaratifix filter structure leak (ITS#4794)
2006-12-26 Howard ChuFix prev commit
2006-12-26 Howard ChuUse temporary AttributeDescriptions to prevent unbounde...
2006-12-25 Howard ChuITS#3707 preserve filter input, allow (and ignore)...
2006-10-19 Kurt ZeilengaSync with HEAD
2006-09-09 Pierangelo Masarati- use STRLENOF, looks cleaner
2006-01-23 Howard ChuITS#4364 add filter_dup, don't use str2filter to dup...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-23 Kurt Zeilengafix ITS#4283/4 segfaults
2005-11-25 Pierangelo Masaraticleanup filter escaping
2005-08-25 Pierangelo Masaratiallow undefined attrs to be "proxied" (ITS#3959)
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-04 Hallvard FurusethFormat fixes (%d<->%lu etc)
2005-06-21 Kurt ZeilengaRework substring error checking
2005-01-01 Kurt ZeilengaHappy New Year!
2004-11-25 Howard ChuSplit Operation into Opheader and op
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-05-19 Kurt Zeilengacleanup
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-03-09 Pierangelo Masaraticleanup
2004-02-23 Pierangelo Masaratiimprove filter error logging in case of unknown attribu...
2004-01-11 Pierangelo Masaratifix ITS#2901
2004-01-01 Kurt ZeilengaHappy new year
2003-11-27 Kurt ZeilengaUpdated notices
2003-09-29 Hallvard FurusethDeclare filter_escape_value_x() and make it static.
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
next