]> git.sur5r.net Git - openldap/history - servers/slapd/backglue.c
__should__ fix ITS#4262; please review
[openldap] / servers / slapd / backglue.c
2005-12-09 Howard ChuFix ITS#4133, reset subtree search req_dn
2005-12-09 Howard ChuFix ITS#4084, onelevel searches cannot return NO_SUCH_O...
2005-11-26 Kurt ZeilengaRemove some unnecessary #ifdefs
2005-11-25 Pierangelo Masaratiuse LDAP_SIZELIMIT_EXCEEDED; rework the return values...
2005-11-25 Howard ChuDon't touch op->ors_slimit.
2005-11-06 Pierangelo Masaratisilence warnings
2005-11-03 Kurt ZeilengaUpdate result code to IANA-assigned values
2005-10-15 Howard ChuRevert prev commit, use -g option to disable glue instead
2005-10-15 Howard ChuITS#4089 use slapcat -n XX to specify just the superior...
2005-09-29 Hallvard FurusethRemove unused variable
2005-09-27 Howard ChuITS#3996 fix glue/syncprov interaction
2005-09-09 Howard ChuITS#3979 restore old (RE21, RE22) search order
2005-09-09 Howard ChuITS#3979 only support tool entry points if root DB...
2005-09-09 Howard ChuITS#3979 better check for duplicate bi_open functions
2005-09-03 Hallvard FurusethSilence warnings
2005-09-01 Howard ChuMoving glue overlay back into slapd core, returning...
2004-12-04 Howard ChuDelete backglue.c in favor of glue overlay
2004-11-27 Howard ChuMore migration of syncrepl from frontend to syncprov...
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-08-28 Howard Chufix uninit'd be_context_csn for syncrepl
2004-07-02 Howard ChuQualify some structure fields
2004-06-14 Jong Hyuk ChoiMore backglue fix: do not return NO_SUCH_OBJECT when...
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-06-01 Jong Hyuk ChoiFixing backglue behaviors
2004-05-31 Jong Hyuk ChoiFix for backglue limit checking
2004-05-31 Jong Hyuk ChoiPatch for ITS#3133
2004-04-05 Kurt ZeilengaFirst rounds of backend/database flag cleanup
2004-03-18 Kurt Zeilengacleanup for release engineering
2004-03-10 Howard ChuMinor cleanup
2004-03-05 Pierangelo Masaraticleanup
2004-03-04 Pierangelo Masaratiimprove fix to ITS#2999: don't care about limits after...
2004-03-04 Pierangelo Masaratifix ITS#2999
2004-02-13 Howard ChuITS#2888 fix back-ldap to check result of send_search_e...
2004-01-21 Howard ChuITS#2888 once more, fix sizelimit propagation
2004-01-19 Ralf HaferkampAdditional fix for ITS#2924: check for availability of
2004-01-16 Howard ChuITS#2924, fix transition to subsequent subordinates
2004-01-11 Pierangelo Masaratidon't segfault if a database doesn't have the suffix
2004-01-01 Kurt ZeilengaHappy new year
2003-12-20 Pierangelo Masaratifix previous commit
2003-12-20 Howard ChuITS#2888 don't return LDAP_SIZELIMIT_EXCEEDED prematurely
2003-12-17 Kurt ZeilengaSync with HEAD
2003-12-07 Howard ChuAdded sc_next and sc_cleanup to slap_callback
2003-11-27 Kurt ZeilengaUpdated notices
2003-08-30 Jong Hyuk Choislaptool update for LDAP Sync replication
2003-08-19 Howard ChuTweaks to callback processing; callbacks can return...
2003-04-29 Howard ChuITS#2474 default return value
2003-04-29 Hallvard FurusethReduce warnings: Add missing 0 or NULL initializers...
2003-04-20 Howard ChuFix glue_sub_init realloc disconnect
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-31 Howard ChuMinor cleanup
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-03 Pierangelo Masaratifix ITS#2343
2003-02-05 Pierangelo Masaratipartially fixes ITS#2299
2003-02-01 Luke HowardAdd sendreference callback
2003-01-19 Hallvard FurusethSilence gcc warnings (signed vs. unsigned, implicit...
2003-01-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
2003-01-03 Kurt ZeilengaHappy new year
2002-11-28 Howard ChuFix ITS#2214, clear gs->matched after freeing it.
2002-11-28 Howard ChuMore streamlining.
2002-11-28 Howard ChuDon't use be_private to point to our glueinfo. This...
2002-09-06 Howard ChuFix typo in one-level searches, left over from -r1...
2002-06-11 Kurt ZeilengaRework c_authzid_backend in preparation for sasl_setpas...
2002-05-01 Howard ChuChanged be_[n]suffix, be_[n]suffixAlias to BerVarray...
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-03-30 Pierangelo Masaratiinitialize temporaries
2002-03-25 Howard ChuFix ITS#1675, make sure search results are initialized
2002-02-23 Kurt ZeilengaC translator portability changes (ITS#1609)
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Howard ChuChanged dnParent to struct bervals
2002-01-19 Howard ChuFix previous commit
2002-01-18 Howard ChuChange to use dn_match
2002-01-17 Pierangelo Masaratifirst round at eliminating dn_parent ...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuReworked callback layout, added send_search_entry callback
2002-01-12 Pierangelo Masaratierror message from be_entry_put tool backend function
2002-01-11 Howard ChuFix loop in glue_tool_sync
2002-01-10 Kurt ZeilengaRework backend (lastmod + glue + system schema) flags
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-26 Kurt ZeilengaMore struct berval DNs changes
2001-12-26 Kurt ZeilengaAdditional struct berval DN changes...
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-26 Kurt Zeilengamove compare and delete to struct berval DNs
2001-12-26 Kurt Zeilengamodify be_referral to use struct berval DNs.
2001-12-26 Howard ChuFirst pass at converting bind to struct bervals
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-24 Kurt ZeilengaClean up some symbol scoping
2001-12-24 Kurt ZeilengaMisc DN cleanup, no functional changes
2001-12-18 Howard ChuMinor cleanup
2001-12-17 Howard Chufrom jon@symas.com - minor cleanup
2001-12-10 Howard ChuMore cleanup. The last, I hope.
2001-12-10 Howard ChuExtra NULL check, just in case
2001-12-10 Howard ChuMisc cleanup
2001-12-10 Howard ChuFix typo in glue_back_select
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-09 Kurt Zeilengafix issuffix call
2001-12-09 Kurt Zeilengamisc cleanup
next