]> git.sur5r.net Git - openldap/history - servers/slapd/connection.c
Move the input data exhaustion loop to connection.c from daemon.c
[openldap] / servers / slapd / connection.c
1999-07-20 Julio Sánchez Fern... Move the input data exhaustion loop to connection.c...
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-16 Kurt Zeilenga(re)introduce o_connid such that STATS doesn't need...
1999-07-16 Julio Sánchez Fern... Clear c_needs_tls_acccept on ldap_pvt_tls_accept errors
1999-07-16 Julio Sánchez Fern... Move calls to ldap_pvt_tls_accept to connection_read...
1999-07-14 Julio Sánchez Fern... connection_init now takes one more argument that indica...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-07-02 Kurt ZeilengaAbandon all operations upon receiving a BindRequest.
1999-07-02 Kurt ZeilengaMore bind changes to support SASL/DIGEST.
1999-07-02 Kurt ZeilengaAdd conn/op bind_in_progress flags such that operations...
1999-06-30 Kurt ZeilengaRework BER decoding with lieu of LDAPv3 controls (comin...
1999-06-30 Kurt ZeilengaReimplement connection counters. Format of "connection...
1999-06-29 Kurt ZeilengaAdd framework for sasl and controls.
1999-06-29 Kurt ZeilengaRemove old U-Mich v3.0 and OLD_LDAP_* crud.
1999-06-23 Bastiaan BakkerAdded connection initialisation and destruction notific...
1999-06-19 Kurt Zeilengaexperimental connections_timeout_idle() implementation.
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-18 Kurt Zeilengainitial commit of idletimeout code... everything but...
1999-06-17 Kurt ZeilengaAdd test for resched state change in connection_get
1999-06-16 Gary Williamscheck addr for NULL before copying
1999-06-14 Kurt Zeilengaconnection_get forgot to unlock c_mutex in not used...
1999-06-12 Kurt ZeilengaResched changes struct state without lock to avoid...
1999-06-12 Kurt Zeilengaconnection_get:
1999-06-11 Kurt ZeilengaAdd additional assert in connection get for race debugging.
1999-06-11 Kurt ZeilengaEXPERIMENTAL: move slapd_remove to connections_read...
1999-06-10 Kurt ZeilengaAdd Debug to help sort out race condition.
1999-06-04 Kurt ZeilengaInitialize connection pointer to NULL else won't be...
1999-06-04 Kurt ZeilengaFix typo in previous commit.
1999-06-04 Kurt ZeilengaAdd diagnostics.
1999-05-27 Kurt Zeilengamove connection_close call from connection_input to...
1999-05-27 Kurt ZeilengaMake connection_first/next/done reentrant.
1999-05-27 Kurt Zeilengaremove redundant memset 0 of connection entry after...
1999-05-27 Kurt ZeilengaAdd comment concerning connections mutex. Need to...
1999-05-27 Kurt ZeilengaLock (connections_mutex) should be acquired by caller.
1999-05-22 Kurt Zeilengaldap.h:
1999-05-21 Kurt Zeilengadon't free connections[i]
1999-05-19 Kurt Zeilengamethod tag should be unsigned long.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-11 Gary Williamsuse mutex to protect connection in connection_destroy...
1999-05-06 Gary Williamsmove socket.h before errno.h so EWOULDBLOCK is defined...
1999-04-28 Kurt ZeilengaWinsock changes:
1999-04-28 Kurt ZeilengaDon't destroy uninitialized connections...
1999-04-26 Kurt ZeilengaDon't have connection_state_closing() lock connection...
1999-04-23 Kurt ZeilengaImplement "quick" shutdown (similiar in behavior to...
1999-04-23 Kurt ZeilengaShould clear the write flag upon closing.
1999-04-23 Kurt ZeilengaUpdate state to closing early.
1999-04-23 Kurt ZeilengaModify connection_closing() to abandon operations and...
1999-04-08 Kurt ZeilengaChanges to support FreeBSD LinuxThreads port. Namely...
1999-04-01 Gary WilliamsNT port
1999-03-26 Kurt ZeilengaReenable counters.
1999-03-23 Kurt ZeilengaFix unlock bug in connection_read/write. Fix connectio...
1999-03-23 Kurt ZeilengaImproved "closing" handling. Remove fd from read set...
1999-03-22 Kurt ZeilengaAdd trace to connection_get() to aid debugging.
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-16 Kurt ZeilengaFirst cut at bind race fix. Passes our test suite...
1999-03-16 Kurt ZeilengaInitial check of connection states. Have only implemented
1999-03-09 Hallvard FurusethBugfix: Missing parens in `status = ldap_pvt_thread_cre...
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-01-29 Kurt ZeilengaDon't leak slap_op when op not in list.
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-12 Kurt ZeilengaReport status of failed pthread_create()
1999-01-11 Kurt ZeilengaUse pthread_detach() to detach connection threads inste...
1999-01-11 Kurt ZeilengaChange SLAPD shutdown to do a cond wait on active threa...
1999-01-10 Kurt Zeilengarename 'struct op' to 'struct slap_op'
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-23 Hallvard Furusethgcc -Wformat cleanup
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-11 Kurt ZeilengaUpdate configure to handle DEC OSF1 3.2 special cases.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt ZeilengaFound the really, really stupid bug. The SAFEMEMCPY...
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-09-23 Kurt ZeilengaUse ldap_cdefs.h more. Use bridge.h less.
1998-08-18 Kurt ZeilengaChanges prompted by Terry's patches
1998-08-17 Kurt ZeilengaMerge from LAMBERT branch
1998-08-13 Kurt Zeilengaintegrated changed from rage.net glibc.patch
1998-08-09 Kurt ZeilengaInitial revision