]> git.sur5r.net Git - openldap/history - servers/slapd/connection.c
Import ITS#4158 fixes from HEAD
[openldap] / servers / slapd / connection.c
2005-11-16 Howard ChuImport ITS#4158 fixes from HEAD
2005-11-01 Howard ChuFree bind callback
2005-10-30 Howard ChuImport ITS#3850 fix from HEAD
2005-03-01 Howard ChuITS#3534, 3546, 3571 revert abandon behavior
2005-01-20 Kurt ZeilengaHappy new year!
2004-12-30 Pierangelo Masaratifix last commit
2004-12-28 Kurt ZeilengaImport PROTOS fix from HEAD
2004-12-25 Howard ChuImport ITS#3448 fix from HEAD
2004-08-30 Kurt ZeilengaFirst round of changes from HEAD
2004-06-29 Kurt ZeilengaSync with HEAD
2004-04-29 Kurt ZeilengaAdd slapd TLS ctx
2004-04-12 Kurt ZeilengaSync with HEAD
2004-03-26 Kurt ZeilengaRemove lint
2004-03-17 Kurt ZeilengaSync with HEAD
2004-03-17 Kurt ZeilengaSync with HEAD as of 14-March-2004
2004-02-23 Kurt ZeilengaSync with HEAD
2004-01-17 Kurt ZeilengaSync with HEAD
2004-01-01 Kurt ZeilengaHappy new year
2003-12-30 Kurt ZeilengaSync with HEAD
2003-12-29 Kurt Zeilenga(Partial) Sync with HEAD
2003-12-19 Kurt ZeilengaSync with HEAD
2003-12-17 Kurt ZeilengaSync with HEAD
2003-12-15 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-10-06 Kurt ZeilengaMerge in latest changes from HEAD
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-31 Kurt ZeilengaSuck in changes from HEAD
2003-05-28 Howard ChuFix LBER_OPT_MEMCTX behavior
2003-05-25 Howard ChuITS#2549, init memctx to NULL. Also reset ber memctx...
2003-05-20 Jong Hyuk Choipersistent search updates with recent changes
2003-05-15 Hallvard FurusethFix some Statslog()s: Add missing newlines. Print...
2003-05-01 Howard ChuITS#2424 use two SASL contexts per session to conform...
2003-04-12 Howard ChuMemory context tweaks for other ops
2003-04-12 Howard ChuMemory context tweaks for Bind
2003-04-11 Howard ChuMore memory context tweaks
2003-04-11 Howard ChuMore memory context tweaks
2003-04-10 Howard ChuMore memory context tweaks
2003-04-09 Howard ChuMinor cleanups
2003-04-09 Howard ChuEliminate getkey search
2003-04-09 Howard ChuJust use a fixed size slab for now
2003-04-09 Howard ChuFirst cut at thread-local malloc. Only used by search...
2003-04-03 Pierangelo Masaratisilence warning
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-27 Howard ChuITS#2389 - added conn_max_pending/auth config keywords...
2003-03-26 Howard ChuCleanup previous commit
2003-03-25 Howard Chustruct co_arg is redundant, removed
2003-03-20 Howard ChuITS#2389 - stop reading requests on a conn if it has...
2003-03-16 Howard ChuITS#2382 use ch_calloc
2003-02-28 Howard ChuFix ITS#2335, RFC1798 sequence layout was wrong.
2003-02-28 Howard ChuPartial fix of ITS#2335, restore proper CLDAP msg forma...
2003-02-09 Kurt ZeilengaCancel exop updates
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-02-03 Jong Hyuk ChoiIntermediate Response
2003-01-27 Jong Hyuk ChoiLDAP cancel misc patch
2003-01-25 Jong Hyuk ChoiLDAP cancel operation
2003-01-23 Luke HowardLDAPv3 over UDP disposition is now compatible with...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-17 Howard ChuRevert previous, it was only masking the real problem...
2002-12-11 Howard Chuundef CONNECTION_INPUT_LOOP, use DATA_READY_LOOP. Seems...
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-10-26 Howard ChuFix ITS#2157, server should never attempt to unlink...
2002-10-25 Jong Hyuk ChoiAddition of servers/slapd/lcup.c and servers/slapd...
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-10-24 Pierangelo Masaratilistener:
2002-09-16 Kurt ZeilengaMisc cleanup
2002-08-26 Howard ChuRemove c_sasl_bindmutex, Binds are already serialized.
2002-08-26 Kurt ZeilengaAdd a Connection pointer to the Operation.
2002-08-24 Howard ChuExperimental cruft to propagate valid Operation to...
2002-08-24 Howard ChuAdded thread-pool getkey/setkey functions
2002-08-07 Howard ChuRevert previous commit
2002-08-07 Howard ChuDon't strdup conn->authz into op, just reference direct...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-10 Kurt Zeilengaget data if ready
2002-06-12 Howard ChuDeleted Connection->c_cdn. Use conn->c_dn instead...
2002-06-11 Kurt ZeilengaRework c_authzid_backend in preparation for sasl_setpas...
2002-05-04 Howard ChuITS#1795 authid is uninit'd if tls_get_cert fails
2002-05-02 Kurt ZeilengaMatched Values implementation (ITS#1776) based upon...
2002-04-30 Howard ChuChanged ldap_pvt_tls_get_my_dn and ldap_pvt_tls_get_pee...
2002-04-18 Howard ChuFix memory leak in previous commit
2002-04-18 Howard Chudeleted sasl_external_x509dn_convert; X509 DNs are...
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-11 Howard ChuITS#1735 unused conn.c_uthc_backend, include ldap_pvt.h
2002-04-08 Pierangelo Masaratidon't count operations per request if back-monitor...
2002-04-08 Pierangelo Masaraticount initiated/completed operations divided per request
2002-04-05 Howard ChuITS#1708 ldap_pvt_tls_sb_ctx() et al
2002-03-30 Pierangelo Masaratido not print -1 as %lu
2002-03-24 Kurt ZeilengaUpdate control framework
2002-03-23 Pierangelo Masaratifix ITS#1671 and more
2002-03-23 Pierangelo Masaratifix ITS#1660 (issue 1)
2002-03-20 Howard ChuFix ITS#1655, don't retrieve sd until we've checked...
2002-03-18 Howard Chuuse ber_str2bv() instead of ch_strdup/strlen.
2002-03-06 Kurt ZeilengaCLDAP fixes
2002-01-29 Kurt ZeilengaSome misc cleanup
2002-01-28 Howard ChuChanged Access.a_sockurl_pat, Connection.c_listener_url...
2002-01-26 Howard ChuChanged slap_authz_info.sai_mech to struct berval.
2002-01-13 Kurt ZeilengaZap connection_internal_*
2002-01-10 Howard Chureadahead is only needed on UDP, don't use it on TCP...
next