]> git.sur5r.net Git - openldap/history - servers/slapd/connection.c
Some misc cleanup
[openldap] / servers / slapd / connection.c
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...
2002-01-06 Howard ChuChanged conn->c_cdn to struct berval.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuUse ldap_queue.h instead of <ac/queue.h>
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-31 Howard ChuUse queue-compat for Connection->c_ops,c_pending_ops
2001-12-30 Howard ChuMore str2rdn tweaks
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-18 Howard Chumore cleanup from jon@symas.com
2001-12-09 Howard ChuEliminate unnecessary per-operation dn_normalize(o_ndn...
2001-12-04 Kurt ZeilengaClean up some misplaced 'extern' declarations (should...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-13 Mark Adamsonoptimize number of calls to slap_get_time()
2001-11-12 Howard ChuAdded backend_group result caching.
2001-10-02 Howard ChuMore CLDAP tweaks, to differentiate between real LDAPv2...
2001-09-28 Howard ChuSet protocol to LDAP_VERSION2 on UDP session.
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-06-25 Kurt ZeilengaAnother round of TLS updates to support secure referral...
2001-05-29 Kurt ZeilengaAdd support for separate max incoming for anonymous...
2001-05-05 Kurt ZeilengaAdd simple configure support for sockbuf max incoming
2001-05-04 Kurt ZeilengaQuick sb_max_incoming hack, should be configurable...
2001-01-17 Gary Williamsfix format
2001-01-11 Gary Williamsmore new logging (finally), behind NEW_LOGGING
2000-12-08 Mark AdamsonITS#897, internal connections need to free their single...
2000-10-14 Kurt Zeilengalabel io as "ldap_"
2000-09-22 Kurt ZeilengaDon't recursive lock connections_mutex in idle timeout...
2000-09-22 Kurt Zeilengaremove lint
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...
next