]> git.sur5r.net Git - openldap/history - servers/slapd/backglue.c
From HEAD
[openldap] / servers / slapd / backglue.c
2004-06-04 Kurt ZeilengaFrom HEAD
2004-04-06 Kurt ZeilengaSuck in changes from HEAD (CHANGES needs ITS #s)
2004-03-18 Kurt ZeilengaSync with HEAD
2004-03-17 Kurt ZeilengaSync with HEAD as of 14-March-2004
2004-03-05 Pierangelo Masaratifix ITS#2999 (cleanup op structure after abandon)
2004-02-23 Kurt ZeilengaSync with HEAD
2004-01-23 Kurt ZeilengaSync with HEAD
2004-01-21 Kurt Zeilengaentry close fix from HEAD
2004-01-17 Kurt ZeilengaSync with HEAD
2004-01-01 Kurt ZeilengaHappy new year
2003-12-29 Kurt ZeilengaSync with HEAD
2003-12-29 Kurt Zeilenga(Partial) Sync with HEAD
2003-12-15 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
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
2001-12-09 Howard ChuCleaned up search, use dn_issuffixbv
2001-12-09 Howard ChuAdded referrals to gluestate.
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-09 Howard ChuDon't include glued databases in namingContexts
2001-12-08 Howard ChuFix for slapcat
2001-12-08 Howard ChuAdded new backglue pseudo-backend. Uses callbacks to...