]> git.sur5r.net Git - openldap/history - servers/slapd/connection.c
ITS#5469
[openldap] / servers / slapd / connection.c
2000-09-21 Kurt ZeilengaFix build issues
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-08 Kurt ZeilengaAdd "allow tls_2_anon" to allow StartTLS to force sessi...
2000-09-08 Kurt ZeilengaMinor change to connection error handling
2000-09-05 Kurt ZeilengaFix authz bug introduced by last change
2000-09-05 Kurt ZeilengaRework connection lock code to avoid unnecessary lock...
2000-09-05 Kurt ZeilengaFix SSF ACLs
2000-09-02 Kurt ZeilengaExperimental fix for deadlock
2000-08-30 Kurt ZeilengaDon't drain after TLS failure.... causes busy forever...
2000-08-28 Kurt Zeilengarestrictops, requires, disallow knobs; ssf acls; and...
2000-08-26 Kurt ZeilengaMinor typedef and other clean ups
2000-08-17 Kurt Zeilenganeeds ldap_pvt.h
2000-08-16 Howard ChuImplemented ldap_pvt_tls_get_peer() for use with SASL...
2000-07-28 Kurt ZeilengaWorking SASL security layers!
2000-07-27 Kurt ZeilengaRemove cruft
2000-07-23 Kurt ZeilengaFix typo
2000-07-15 Kurt ZeilengaStore sasl callbacks in session handle so that they...
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-09 Kurt Zeilengas/enable-unix/enable-local/
2000-06-14 Kurt ZeilengaMinor cleanup
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...
2000-06-10 Mark ValenceRemoved active_threads count and associated mutex/cond...
2000-06-09 Kurt ZeilengaUpdate PF_INET6 and PF_UNIX detection, both default...
2000-06-08 Kurt Zeilenga~ NULL was a bad idea.
2000-06-08 Kurt Zeilengaremove pointer v. int lint from ber_sockbuf_ctrl.
2000-06-07 Mark ValenceUse thread pool for operation threads.
2000-06-04 Mark ValenceBug fix for new sockbuf code under NT. Added mutex...
2000-06-01 Kurt Zeilengaremove lint
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-10 Howard Chulibldap/tls.c: change tls_verify_cb to no longer ignore...
2000-04-25 Kurt ZeilengaSASL closer to working from frontend only, need to...
2000-04-25 Kurt ZeilengaSASL code without backend support. Should work with
2000-03-02 Kurt ZeilengaPrint tag with SASL in progress operations error.
2000-03-02 Kurt ZeilengaMove handling of operations errors due to submission of
2000-02-29 Kurt ZeilengaReplace do_*() return -1 with return SLAPD_DISCONNECT.
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-09 Mark ValenceBug fix: re-used Connection have TLS value for previou...
1999-10-20 Kurt ZeilengaSlight modification to last commit to cast %ld args...
1999-10-19 Howard ChuFix stupid "got <garbage> of 0 so far" debug message...
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-04 Hallvard FurusethSome constification & lint removal
1999-08-29 Howard ChuIn previous commit - change strerror() to STRERROR().
1999-08-29 Howard ChuUse strerror()
1999-08-27 Kurt ZeilengaRemove misplaced asserts. connection_resched changes...
1999-08-27 Kurt ZeilengaPlug ber leakage:
1999-08-19 Kurt ZeilengaMore CSRI malloc debugging support and destroy sockbuf...
1999-08-19 Kurt ZeilengaClean up debug messages.
1999-08-13 Kurt ZeilengaForce to LDAPv3 until BIND
1999-08-07 Hallvard FurusethMinor cleanup:
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-04 Kurt ZeilengaDon't have time to finish SASL right now... this is...
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-21 Kurt ZeilengaACL CHANGES:
1999-07-21 Julio Sánchez Fern... Backout the input exhaustion change, it loops. Still...
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...
next