]> git.sur5r.net Git - openldap/history - servers/slapd/backend.c
Additional manageDIT changes.
[openldap] / servers / slapd / backend.c
2005-05-13 Kurt ZeilengaAdditional manageDIT changes.
2005-05-13 Kurt ZeilengaControl cleanup
2005-05-13 Howard ChuITS#3608 - ignore unavailable non-critical controls
2005-05-04 Howard ChuIn backend_group, return LDAP_COMPARE_FALSE if attr...
2005-04-19 Howard ChuMore modify support. ACL editing works.
2005-04-18 Pierangelo Masaratifix overlay access control; cleanup
2005-04-13 Pierangelo Masaratipartially revert previous commit (ITS#3652)
2005-04-12 Pierangelo Masaratimore on ITS#3652
2005-04-12 Pierangelo Masaratiadd ACL hook to overlays
2005-04-04 Pierangelo Masaraticleanup listener permissions
2005-03-24 Howard ChuFix prev commit
2005-03-24 Howard ChuConvert backendInfo/backendDB to STAILQs
2005-03-18 Howard ChuReorganiza SLAPD_CRYPT and SLAPD_SPASSWD support for...
2005-02-11 Howard ChuDelete unused syncrepl_pool
2005-01-31 Pierangelo Masaratimake frontend-generated attrs available to backend...
2005-01-30 Pierangelo Masarati"ultimate" fix of glued databases controls checking...
2005-01-29 Pierangelo Masaratinow works
2005-01-29 Pierangelo Masaratilooks a little better (but test033 doesn't work any...
2005-01-29 Pierangelo Masaratiavoid cycling twice in the control list
2005-01-29 Pierangelo Masaratiuse direct access instead of string comparison to check...
2005-01-27 Kurt ZeilengaRemoved control old kludge code
2005-01-27 Pierangelo Masaraticleanup
2005-01-27 Kurt ZeilengaLess kludgy willing-to-perform check for recognized...
2005-01-26 Pierangelo Masaratimove compare to frontend (disabled by default, only...
2005-01-26 Kurt ZeilengaPlace control availability kludge behind
2005-01-26 Pierangelo Masaraticontrols can be added in two passes (e.g. by backends...
2005-01-26 Pierangelo Masaratimove supported controls listing at backend startup...
2005-01-25 Pierangelo Masaratifix dynamically registered controls check; NOTE: contro...
2005-01-25 Kurt ZeilengaMore proper criticality handling. Implementation is...
2005-01-25 Kurt ZeilengaRevert part of last (two) commits. Need additional...
2005-01-25 Kurt ZeilengaRemove redundant note.
2005-01-25 Kurt ZeilengaPrelim unavailableCriticalExtension v. unwillingToPerfo...
2005-01-22 Pierangelo Masaratifix previous commit
2005-01-21 Pierangelo Masaratifix previous commit
2005-01-19 Pierangelo Masaraticleanup
2005-01-19 Pierangelo Masaratitry to collect operational attributes as well
2005-01-13 Howard ChuSingle consumer context per database
2005-01-13 Howard ChuDeleted syncrepl updatedn
2005-01-09 Kurt ZeilengaReplace backend.h with backends.c, generated by config...
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-17 Howard ChuRemove obsolete comment
2004-12-06 Howard ChuDelete unused be_context_csn, cleanup pending csn entry
2004-12-05 Howard ChuBetter fix for ITS#3365, manage back-bdb's read locks...
2004-12-03 Howard ChuRename syncrepl_rq to slapd_rq, move to daemon.c
2004-12-02 Howard ChuAvoid segfault if backend_destroy is called before...
2004-11-27 Howard ChuAdd SLAP_DBFLAG_OVERLAY
2004-11-27 Howard ChuFix overlay aux_operational, add contextCSN as operatio...
2004-11-11 Pierangelo Masaratiremove backed-out code from previous commit
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-11-11 Pierangelo Masaratifix return code; fix test (please review)
2004-10-27 Howard ChuITS#3365 - fix leaking bdb locks when evaluating dynami...
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-09-27 Pierangelo Masaratifix csne destroy
2004-09-25 Jong Hyuk Choia fix to prev commit
2004-09-23 Jong Hyuk ChoiA follow-on commit to the previous @oc support change...
2004-09-23 Jong Hyuk ChoiModified @oc supprot code to the share anlist routines...
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
next