]> git.sur5r.net Git - openldap/history - servers/slapd/connection.c
SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani...
[openldap] / servers / slapd / connection.c
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...
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.
next