]> git.sur5r.net Git - openldap/history - servers/slapd/backend.c
memory leak fixes
[openldap] / servers / slapd / backend.c
2004-09-11 Jong Hyuk Choimemory leak fixes
2004-09-07 Kurt ZeilengaInitial entryDN implementation.
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-30 Pierangelo Masaratifix previous commit
2004-08-28 Kurt ZeilengaAdd FIXME comment regarding improper return of unavaila...
2004-08-26 Luke HowardDon't use SLAPI_TARGET_DN for group plugins - it is...
2004-08-26 Luke Howardbackend_compute_output_attr() should use actual compute...
2004-08-26 Luke HowardExtend backend_attribute() to support computed attribut...
2004-08-26 Luke HowardAdd SLAPI_X_GROUP_TARGET_ENTRY so that group plugin...
2004-08-25 Luke HowardSupport pre-operation and post-operations for backend_g...
2004-08-18 Howard ChuReworked fix for ITS#3140 - add access parameter to...
2004-08-18 Howard ChuMore fixes for prev commit
2004-08-18 Howard ChuDelete unused be_context_csn_mutex
2004-08-18 Howard ChuFix ITS#3288: use be_pcl_mutexp instead of be_pcl_mutex
2004-07-26 Pierangelo Masaratifrontend stuff moved into a database structure, essenti...
2004-07-25 Pierangelo Masaratislightly rework user/operational attributes handling...
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-07-12 Howard ChuAdd backend_startup_one()
2004-07-09 Howard ChuFix prev commit
2004-07-09 Howard ChuUse previously unused Backend->be_context_csn
2004-07-05 Kurt Zeilengafix typos in last commit
2004-07-05 Kurt Zeilengabetter ssf related error messages
2004-06-26 Howard ChuFix uninit'd exopflags
2004-05-31 Jong Hyuk ChoiPatch for ITS#3133
2004-05-07 Pierangelo Masaratifix DN_SEPARATOR() and clarify its use
2004-05-07 Pierangelo Masaratimore on fixing escaped semicolon in normalized DN
2004-05-01 Pierangelo Masaratiadd granular op restriction
2004-04-10 Pierangelo Masaratifirst round of SHADOW flags/isupdate test unification
2004-04-08 Howard ChuConsolidated static/dynamic backend switches
2004-04-07 Jong Hyuk Choiupdatedn fix for syncrepl
2004-04-06 Pierangelo Masaratirework be_isupdate accordingly to be_isroot
2004-04-06 Kurt Zeilengaswap be_isroot and be_isroot_dn symbols
2004-04-05 Pierangelo Masaratirevert erroneous commit
2004-04-05 Pierangelo Masaratiadd new isroot_dn helper
2004-03-18 Kurt Zeilengacleanup for release engineering
2004-03-17 Pierangelo Masaratiadd back-relay (doesn't work yet)
2004-03-09 Jong Hyuk Choibackend operations check
2004-01-15 Howard Chusl_malloc tweak
2004-01-11 Pierangelo Masaratiwarn if no suffix or no init function are present
2004-01-11 Pierangelo Masaratidon't segfault if a database doesn't have the suffix
2004-01-01 Kurt ZeilengaHappy new year
2003-12-30 Kurt Zeilengaclarify meaning of strongAuthRequired
2003-12-29 Kurt ZeilengaMisc code cleanup
2003-12-28 Luke HowardDon't require slapi to be in the path - always include...
2003-12-28 Luke HowardCleanup SLAPI namespace
2003-12-17 Kurt ZeilengaSync with HEAD
2003-12-16 Luke HowardFirst round of SLAPI cleanups - use slapi_int_XXX for...
2003-12-13 Howard ChuFix prev commit, use c_authtype
2003-12-02 Howard ChuITS#2764, #2781 revert backend.c patch, just catch...
2003-11-27 Kurt ZeilengaUpdated notices
2003-11-26 Jong Hyuk ChoiSupport multiple sync replication at the consumer :
2003-10-24 Howard ChuSLAPI fix - no-op when slapi_plugins_used == 0
2003-10-23 Howard ChuITS#2781 don't worry about missing updateref if SLAPD_M...
2003-10-23 Howard ChuUse tmpmem for group cache, doesn't need cleanup
2003-10-23 Howard ChuITS#2779, cache group ACLs per operation instead of...
2003-10-22 Kurt ZeilengaSyncrepl code cleanup (namely prefix struct field names)
2003-10-18 Howard ChuITS#2747, Reorganize syncrepl, fix some memleaks. More...
2003-09-29 Howard ChuITS#2743 initialize rc
2003-09-29 Howard ChuITS#2130 glued subordinates are not referrals, ignore...
2003-09-22 Howard ChuITS#2678 complain if updateref is missing on a slave...
2003-09-20 Howard ChuITS#2573 dynamic group support
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-08-23 Jong Hyuk ChoiContext CSN patch (1)
2003-08-07 Kurt ZeilengaAdd initial support for modify/increment. No over...
2003-06-11 Jong Hyuk Choisyncrepl changes
2003-05-22 Howard ChuITS#2533 remember which backend fetched the entry
2003-05-07 Jong Hyuk Choirunqueue restructuring
2003-05-07 Jong Hyuk Choirunqueue update
2003-05-07 Jong Hyuk Choia runqueue for periodic thread execution (for syncrepl)
2003-05-01 Howard ChuITS#2424 use two SASL contexts per session to conform...
2003-04-30 Howard ChuAdded errmsg arg to lutil_passwd_{check,hash} functions
2003-04-23 Howard ChuAdded back-hdb. Contributed by Howard Chu @ Symas Corp.
2003-04-21 Jong Hyuk ChoiOpenLDAP synchronization based replication engine
2003-04-14 Howard ChudoPlugins return code fix
2003-04-12 Howard ChuMemory context tweaks for Bind
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-04 Howard ChuInit entry in be_entry_get_rw
2003-04-03 Pierangelo Masaraticleanup?
2003-04-02 Pierangelo Masaratipartially revert previous commit
2003-04-02 Pierangelo Masaratifix listener mod handling
2003-03-31 Howard ChuMinor cleanup
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-10 Pierangelo Masaraticheck conn->c_listener before use (hack to fix ITS...
2003-03-03 Pierangelo Masaratifix ITS#2343
2003-02-16 Howard ChuUse struct berval for exop reqoid everywhere. Define...
2003-02-10 Kurt ZeilengaMove include <slapi.h> behind #ifdef
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-07 Kurt Zeilengareally put SLAPI behind its #ifdef
2003-01-27 Pierangelo Masaratislapi header cleanup
2003-01-27 Pierangelo Masaratislapi header cleanup
2003-01-25 Jong Hyuk ChoiLDAP cancel operation
2003-01-21 Luke HowardMark Sun ONE 5.x SLAPI plugin types to avoid collisions
2003-01-20 Luke HowardConform SLAPI to Netscape, iPlanet and Sun ONE Director...
2003-01-20 Kurt ZeilengaRemove values match v. filter struct field macro overloads
2003-01-19 Luke HowardUse new SLAPI API for setting associated parameters...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-27 Pierangelo Masaratislapi used the old version of the LDAP_LOG macro (caugh...
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
next