]> git.sur5r.net Git - openldap/history - servers/slapd/backend.c
Reworked recent backend API changes, now using a separate struct,
[openldap] / servers / slapd / backend.c
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-07-13 Howard ChuFallout from ITS#4986 - remove unused param of select_b...
2007-07-13 Howard ChuFix prev commit
2007-07-13 Howard ChuITS#4986 - remove special manageDSAit handing in select...
2007-06-09 Pierangelo Masaratitemporary fix to ITS#4986; does not break current tests...
2007-04-06 Howard ChuAxe slurpd / replog support
2007-03-20 Pierangelo Masaraticleanup struct declarations
2007-02-17 Pierangelo Masarationly fetch user if and as soon as required by filter
2007-02-13 Howard Chusyncinfo_free must be able to free multiple syncinfos
2007-01-02 Kurt Zeilengahappy new year
2006-12-24 Howard ChuITS#4337 implement modrdn for back-config
2006-11-05 Pierangelo Masaraticleanup variables scope; re-sort conditions
2006-10-28 Kurt ZeilengaRFC 4511 calls for unavailableCriticalExtension to...
2006-09-14 Pierangelo Masaratidestroy exactly what needs to
2006-09-09 Pierangelo Masaratiminor cleanup
2006-08-28 Pierangelo Masaratiappend global access rules also when be != NULL in...
2006-08-22 Kurt Zeilengas/managedit/relax/
2006-05-29 Howard ChuAdd "hidden" database config, allow hidden DBs with...
2006-04-20 Howard ChuMake be_shadow_update more specific for syncrepl ops...
2006-04-12 Kurt Zeilengaunifdef -DSLAP_ACL_HONOR_DISCLOSE
2006-03-24 Pierangelo Masaratifix operational attrs return with chain overlay (ITS...
2006-03-07 Kurt Zeilengacontrol/TXN cleanup
2006-01-06 Pierangelo Masaratiallow backend_attribute to check access to "entry"...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-16 Pierangelo Masaratialways provide a NULL o_private to be_entry_get (ITS...
2005-12-16 Pierangelo Masaratiplug one-time leaks; misc cleanup
2005-11-29 Pierangelo Masaraticomplete merging of dyngroup into dynlist; add back...
2005-11-26 Kurt ZeilengaPrimitive handling of dontUseCopy (always error).
2005-11-03 Howard ChuITS#4128 use backend_db_init to init the private backend
2005-10-03 Howard ChuITS#4027 select_backend should ignore manageDSAit when...
2005-09-05 Howard ChuITS#4003 frontend->be_replogfile can legitimately be...
2005-09-04 Pierangelo Masaraticleanup
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-18 Luke HowardCheck for NULL in be_match()
2005-08-18 Pierangelo Masaratimore on manage access level
2005-08-10 Pierangelo Masaratitemporarily fix SLAPD_OVERLAY_ACCESS conflict
2005-08-10 Pierangelo Masaraticleanup
2005-08-07 Pierangelo Masaratimore about freeing replica resources
2005-08-07 Pierangelo Masaratifree replica info as appropriate
2005-07-25 Pierangelo Masaratifix operational attributes collection (ITS#3882)
2005-07-25 Pierangelo Masaratidestroy limits at exit
2005-07-25 Luke HowardFix ITS#3882
2005-07-22 Pierangelo Masaratiexit the loop at some point (ITS#3878)
2005-07-22 Luke HowardSupport for global ACL overlays, corresponding SLAPI...
2005-07-22 Luke HowardCleaner version of previous patch (keep operational...
2005-07-22 Luke HowardMove backend_operational() implementation into frontend...
2005-07-21 Howard ChuPlug more memleaks
2005-07-21 Luke HowardMove most of SLAPI frontend into overlay
2005-07-21 Luke HowardSLAPI cleanups
2005-07-19 Luke HowardCheck op->o_bd != NULL
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-11 Howard ChuITS#3847 silence warnings
2005-06-19 Pierangelo Masaraticleanup
2005-06-13 Howard ChuITS#3774 delete backend/overlay structures after a...
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...
next