]> git.sur5r.net Git - openldap/history - servers/slapd/connection.c
use BER_BVNULL
[openldap] / servers / slapd / connection.c
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-03-24 Howard ChuSilence warning
2004-03-17 Kurt Zeilengacleanup
2004-03-17 Howard ChuAdd connection_fake_init()
2004-03-14 Kurt Zeilengacleanup
2004-03-12 Howard ChuAdd c_conn_idx, to simplify external modules managing...
2004-02-10 Kurt ZeilengaDon't defer abandon due to pending
2004-02-09 Kurt ZeilengaITS#2959: provide reason for deferring operation in...
2004-01-15 Howard ChuITS#2921, fix client connection handling for HAVE_WINSOCK
2004-01-01 Kurt ZeilengaHappy new year
2003-12-29 Kurt ZeilengaMisc code cleanup
2003-12-28 Luke HowardDon't require slapi to be in the path - always include...
2003-12-18 Kurt ZeilengaMove experimental built-in SASL behind SLAP_BUILTIN_SAS...
2003-12-18 Kurt ZeilengaCompletely untested built-in EXTERNAL implementation
2003-12-16 Luke HowardFirst round of SLAPI cleanups - use slapi_int_XXX for...
2003-12-13 Kurt Zeilengacleanup
2003-12-08 Kurt Zeilengaunifdef -DLDAP_CONTROL_PAGEDRESULTS (as it is always...
2003-12-06 Howard ChuMove SLAB_SIZE def to slap.h
2003-11-30 Hallvard FurusethCleanup: Remove unused label 'no_co_op_free:' in connec...
2003-11-27 Kurt ZeilengaUpdated notices
2003-11-20 Howard ChuFor previous, assert (writewaiter==0) in conn_destroy...
2003-11-18 Howard ChuCleanup prev commit, assert if writewaiter != 0 in...
2003-11-18 Howard ChuITS#2832 init conn->c_writewaiter to 0
2003-11-18 Kurt Zeilengacleanup
2003-11-10 Jong Hyuk Choi1. Session history support
2003-11-06 Kurt ZeilengaCode and logging cleanup
2003-10-25 Howard ChuFix retry on failure
2003-10-25 Howard ChuFix prev commit, don't timeout outbound connections
2003-10-24 Howard ChuAdd support for outbound connections in main listener.
2003-10-24 Howard ChuFix prev commit
2003-10-24 Howard ChuSLAPI fix - no-op when slapi_plugins_used == 0
2003-10-23 Howard ChuITS#2779, cache group ACLs per operation instead of...
2003-10-19 Howard ChuITS#2684 keep psearch operations on the connection...
2003-09-27 Howard ChuDon't timeout slow-running operations
2003-09-25 Jong Hyuk Choimove c->c_n_ops_executing/completed to the right place
2003-09-16 Kurt ZeilengaInitial support for pre/post read controls.
2003-09-13 Howard ChuITS#2649, never defer Abandon requests
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-07-03 Luke HowardSupport for SLAPI plugin extensions API.
2003-06-27 Jong Hyuk ChoiLCUP primitive routines removed
2003-06-10 Kurt ZeilengaFix vrFilter compile error
2003-05-31 Kurt ZeilengaMerge partial and intermediate responses
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...
next