]> git.sur5r.net Git - openldap/history - servers/slapd/backglue.c
Import recent changes in 2.4 for release
[openldap] / servers / slapd / backglue.c
2007-02-15 Kurt ZeilengaImport recent changes in 2.4 for release
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-02-06 Howard ChuAdd overlay hooks for entry_get_rw / entry_release_rw
2007-01-15 Howard ChuITS#4554
2007-01-11 Hallvard FurusethDelete unused variables.
2007-01-02 Kurt Zeilengahappy new year
2006-12-24 Howard ChuITS#4337 implement modrdn for back-config
2006-12-18 Howard ChuFix rev 1.121/1.122
2006-12-18 Howard ChuPass extended ops thru as well
2006-12-18 Howard ChuUse a specific sr_type for intermediate Glue results
2006-12-18 Howard ChuFake intermediate Results to prevent premature cleanup
2006-12-13 Howard ChuRemainder of fix for ITS#4615 - stop processing overlay...
2006-08-18 Kurt ZeilengaSync with HEAD
2006-07-15 Howard ChuITS#4614 - complain if glue/subordinate are attempted...
2006-06-16 Howard ChuAdditional ONELEVEL fix
2006-06-11 Luke Howardfix previous commit
2006-06-10 Luke HowardHonour o_no_subordinate_glue
2006-06-10 Luke HowardFix glue_back_select() behaviour so that it actually...
2006-05-15 Kurt ZeilengaSync with HEAD
2006-05-09 Howard ChuFix tlimit munging
2006-04-07 Howard ChuMore for ITS#4323 fix
2006-04-05 Hallvard FurusethFix for the previous ITS#4323 fix: for(expr;...) -...
2006-04-05 Howard ChuAdditional fix for ITS#4323, must propagate search...
2006-04-05 Howard ChuITS#4323 allow lower overlays to work on master database
2006-04-02 Hallvard FurusethWarnings: Unused vars. funcptr=0, not =NULL. if(b=...
2006-02-27 Howard ChuITS#4417 backglue must pass intermediate responses...
2006-01-03 Kurt ZeilengaHappy new year!
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 ...
next