]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/search.c
Sync with HEAD
[openldap] / servers / slapd / back-ldbm / search.c
2005-01-20 Kurt ZeilengaSync with HEAD
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-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-04-26 Pierangelo Masaratido not return entry pointer in case of failure
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-03-18 Kurt Zeilengacleanup for release engineering
2004-03-17 Pierangelo Masaratireset SlapReply flags
2004-03-08 Pierangelo Masaratimove limits evaluation to frontend
2004-02-18 Pierangelo Masaratiallow search limits based on groups (ITS#2967)
2004-01-01 Kurt ZeilengaHappy new year
2003-12-30 Kurt ZeilengaLDAP_SCOPE_SUBORDINATES (for chaining)
2003-11-28 Kurt ZeilengaNotices
2003-09-27 Howard ChuITS#2736 clear result strings
2003-08-29 Jong Hyuk Choimore patches for ITS#2692 (Thanks Luke!)
2003-08-27 Jong Hyuk Choicleanup
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-08-14 Jong Hyuk ChoiProxy caching update : op->o_caching_on flag removed
2003-07-15 Jong Hyuk ChoiVarious changes
2003-04-11 Howard ChuMore memory context tweaks
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-31 Pierangelo Masaratinew API cleanup in proxy cache code
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-06 Jong Hyuk ChoiCommit of the Proxy Cache contribution (ITS#2062)
2003-02-09 Kurt Zeilengarename "permit modify" control to "permissive modify"
2003-01-03 Kurt ZeilengaHappy new year
2002-11-21 Pierangelo Masaratiimprove limits handling and consistency; return "Admin...
2002-10-31 Stig VenaasFix referrals and alias. For ldbm and I think for bdb...
2002-10-26 Pierangelo Masaratifix hasSubordinate filtering; now it can be safely...
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-05-03 Pierangelo Masaratis/LDAP_UNWILLING_TO_PERFORM/LDAP_ADMINLIMIT_EXCEEDED...
2002-04-29 Pierangelo Masaratihonor limits if below soft limit
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-01-29 Kurt ZeilengaAdd giant lock code back in... (it's my flakey devbox...
2002-01-29 Kurt ZeilengaBack out giant lock code, needs more work
2002-01-29 Kurt ZeilengaAdd GIANT rwlock! This should resolve nasty concurrenc...
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-06 Kurt ZeilengaFix compile errors
2002-01-05 Pierangelo Masaratileftover ber_bvdup eliminated; rewritten ber_bvdup...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-01 Howard ChuMore struct berval conversions
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-31 Howard ChuMinor cleanup
2001-12-30 Howard ChuUse dnIsSuffix
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-27 Pierangelo Masaratimatched_dn may be null
2001-12-27 Kurt ZeilengaQuick struct berval DN support for defer alias API.
2001-12-26 Howard ChuChanged Filter.f_dn to struct berval*
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-26 Howard ChuChanged get_limits to struct berval*
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-07 Kurt ZeilengaFix reference scope.
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-11-13 Kurt ZeilengaRemove slap_get_time optimization.
2001-11-13 Mark Adamsonoptimize number of calls to slap_get_time()
2001-11-12 Pierangelo MasaratiFixes ITS#1433
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-09-08 Kurt ZeilengaAdd referral scope checks (ITS#1289) from dshriver...
2001-08-01 Pierangelo Masaratiadd global, per backend and per op_ndn time/size soft...
2001-07-28 Pierangelo Masaratiexploits regex-based per op_ndn time/size limits
2001-04-12 Kurt ZeilengaFix referral handling bug
2001-01-17 Gary Williamsfix format for new logging
2000-10-18 Kurt Zeilengaquick hack to support holding of the root naming context
2000-09-25 Kurt ZeilengaClean up logging and fix ITS#771 typo
2000-06-17 Kurt ZeilengaReimplement search_candidate support for scope, referra...
2000-06-17 Kurt ZeilengaFix aliasing.
2000-06-17 Kurt ZeilengaRemove broken num subordinates code.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-28 Kurt ZeilengaFix error text handling
2000-05-27 Kurt ZeilengaWorking test001 and test002.
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
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...
1999-10-28 Howard ChuAdded numsubordinates operational attribute
1999-10-27 Kurt ZeilengaRemove lint
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-18 Howard ChuAdded mixed-case as well as up-cased DN argument. The...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-02 Hallvard FurusethCleanup:
1999-08-26 Kurt Zeilengafix dn2id delete bug... breaks modrdn.
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-13 Kurt ZeilengaAdd DN_INDICES search filter and has_children support...
1999-08-07 Kurt ZeilengaUse a cursor to step through ID_BLOCKS.
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-24 Kurt ZeilengaAdd support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
next