]> git.sur5r.net Git - openldap/history - servers/slapd/slapi/slapi_ops.c
Use local SSF for internal SLAPI operations (probably need to do same
[openldap] / servers / slapd / slapi / slapi_ops.c
2005-12-24 Luke HowardUse local SSF for internal SLAPI operations (probably...
2005-10-13 Howard ChuMove CSN invocations to backends
2005-08-01 Luke HowardPlug leaks
2005-08-01 Luke Howardslap_mods2entry() should not zero pointers into the...
2005-07-31 Luke HowardCall slap_mods2entry() in do_add(), so that global...
2005-07-30 Luke HowardBack out previous commit, appears not to match frontend...
2005-07-30 Luke Howardslapi_add_internal_pb() should not set op->ora_e, this...
2005-07-27 Luke HowardPBlock SlapReply needs to be a pointer into that suppli...
2005-07-26 Luke HowardSupport object extensions on internal SLAPI operations
2005-07-25 Luke HowardHarmonize Slapi_PBlock field nomenclature with rest...
2005-07-25 Luke HowardHeads up: fix for SLAPI compliance: when calling slapi_...
2005-07-25 Luke HowardUse SLAPI_LOG_OPERATION instead of private flag
2005-07-25 Luke Howardmore SLAPI cleanups
2005-07-25 Luke Howarduse slapi_pblock_delete_param()
2005-07-25 Luke HowardCareful not to disturb result codes
2005-07-25 Luke Howardplug leak
2005-07-25 Luke HowardMake slapi_pblock directly overlaid on operation/connec...
2005-07-23 Luke Howardmore slapi cleanup
2005-07-23 Luke HowardCleanup of SLAPI internal operation code; use frontendD...
2005-07-22 Pierangelo Masaratirenamed slapi_int_init_connection => slapi_int_connecti...
2005-07-22 Luke HowardRemove SLAPI pblock from operation structure
2005-07-22 Luke Howardfix error in previous commit
2005-07-22 Luke HowardMore use of SLAPI accessor macros
2005-07-22 Luke HowardUse accessor macros for SLAPI parameter blocks, should...
2005-07-22 Luke HowardSet SLAPI_REQUESTOR_ISROOT for internal operations
2005-07-21 Luke Howardmore cleanups
2005-07-21 Luke Howardmore cleanups
2005-07-21 Luke HowardMove most of SLAPI frontend into overlay
2005-07-21 Luke HowardFactor out common code in SLAPI internal ops
2005-07-20 Luke HowardFix order of statements in SLAPI internal modrdn implem...
2005-07-20 Luke HowardUnset intop callback parameters before they go out...
2005-07-19 Luke HowardFix callback API for cast safety
2005-07-19 Luke HowardImplement more of SLAPI 5.x - all SLAPI internal operat...
2005-07-14 Hallvard FurusethSilence "unused variable" warnings
2005-06-04 Howard ChuAdd SLAP_MOD_INTERNAL flag to Modifications, allow...
2005-05-13 Kurt ZeilengaAdd manage obsolete attributes capability.
2005-01-27 Luke HowardSupport LDAP_MOD_INCREMENT in slapi_modify_internal()
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-11 Pierangelo Masaratiimprove usability of global ovrlays for write operation...
2004-12-04 Howard ChuAlways exclude subordinates from top-level ops so glue...
2004-11-23 Howard ChuUse SLAP_CONTROL_* constants
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-04 Pierangelo Masaratifix global configuration patch (ITS#3353)
2004-09-11 Jong Hyuk Choimemory leak fixes
2004-08-25 Luke HowardThis patch fixes some subtle interactions between SLAPI...
2004-08-23 Luke HowardHarmonize bvptr2obj_copy() with values2obj_copy() ...
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-06-30 Pierangelo Masaraticleanup
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-05-23 Luke HowardFix breakage
2004-05-23 Luke HowardImplement slapi_entry_has_children()
2004-04-15 Luke HowardFix warning
2004-04-08 Kurt Zeilengabvalue cleanup
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-06 Pierangelo Masaratirework be_isupdate accordingly to be_isroot
2004-03-17 Pierangelo Masaratifix previous commit
2004-03-17 Pierangelo Masaratireset SlapReply flags
2004-01-01 Kurt ZeilengaHappy new year
2003-12-28 Luke HowardCleanup SLAPI namespace
2003-12-25 Howard ChuBetter fix for ITS#2512. Use callback to invoke replog...
2003-12-23 Howard ChuFix replog sequencing - assign sequence numbers at...
2003-12-19 Luke HowardFix slapi_modify_internal() to deal with just the modif...
2003-12-16 Pierangelo Masaratiadd to 'val[.<style>=<value>' ACLs special match styles...
2003-11-29 Kurt ZeilengaCleanup rcsid comments
2003-11-26 Kurt ZeilengaUpdate notices and acknowledgements
2003-11-20 Kurt ZeilengaNormalize to IBM's OPL notice (with permission).
2003-11-20 Kurt ZeilengaUpdate to basic notice.
2003-10-23 Howard ChuITS#2779, cache group ACLs per operation instead of...
2003-10-07 Luke HowardUse slapi_entry_dup() instead of converting entry to...
2003-09-15 Luke HowardModifications must be copied before calling slap_mods_c...
2003-08-01 Luke HowardAllow SLAPI plug-ins to override OpenLDAP extended...
2003-07-11 Jong Hyuk ChoiSyncRepl is changed to share the following routnines :
2003-05-25 Luke Howards/forms/form in PADL copyright
2003-05-25 Luke Howards/forms/form in PADL copyright
2003-05-25 Kurt ZeilengaUpdate IBM copyrights
2003-05-01 Luke HowardFix build breakage
2003-04-25 Howard ChuITS#2464 don't strdup NULL DN
2003-04-23 Luke HowardFix incorrect usage of slapi_ch_free()
2003-04-12 Howard ChuNew ldap_pvt_thread_pool_context()
2003-04-11 Howard ChuMore memory context tweaks
2003-04-09 Howard ChuInit op->tmpmfuncs.
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-01 Luke HowardDon't set SLAPI_NENTRIES in internal_result_v3; seems...
2003-04-01 Luke HowardFixed crasher due to op->o_conn not being initialized...
2003-04-01 Luke HowardFix compile breakage from nentries fix
2003-04-01 Luke HowardUpdate for new internal API: set op backend
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-31 Luke HowardCleanup to use new internal API
2003-03-31 Luke HowardSLAPI fixes
2003-03-11 Pierangelo Masaratiuse an "unknown" listener name/url when faking connections
2003-03-03 Pierangelo Masaratiinitialize var
2003-03-01 Kurt ZeilengaDon't return LDAP_OPERATIONS_ERROR for internal errors
2003-02-27 Pierangelo Masaratiquick fix to allow -DSLAP_NVALUES with -DLDAP_SLAPI
2003-02-09 Kurt ZeilengaITS#2117: remove suffixalias support until someone...
2003-02-08 Kurt Zeilengaextern'ize
2003-02-02 Luke HowardDo not crash when more than one attribute is passed to
2003-02-02 Luke HowardEnsure normalized root DN is available to internal...
2003-02-02 Luke HowardAlways pass normalized DN to select_backend() when...
2003-01-27 Pierangelo Masaratireworking of slapi headers
2003-01-24 Luke HowardPlug memory leak
next