]> git.sur5r.net Git - openldap/history - servers/slapd/starttls.c
ITS#5276 from HEAD
[openldap] / servers / slapd / starttls.c
2007-01-02 Kurt Zeilengahappy new year
2006-01-03 Kurt ZeilengaHappy new year!
2005-08-17 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-26 Pierangelo Masaratipreformat "conn=%lu op=%lu"
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-08-28 Kurt ZeilengaNote fixme
2004-06-02 Kurt ZeilengaTLS availability should check slapd's context not the...
2004-01-01 Kurt ZeilengaHappy new year
2003-11-27 Kurt ZeilengaUpdated notices
2003-05-15 Hallvard FurusethFix some Statslog()s: Add missing newlines. Print...
2003-03-31 Howard ChuMinor cleanup
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-02-16 Howard ChuUse struct berval for exop reqoid everywhere. Define...
2003-01-03 Kurt ZeilengaHappy new year
2002-11-11 Kurt ZeilengaAdd AUTHZ stats logging
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuUse ldap_queue.h instead of <ac/queue.h>
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Howard ChuUse queue-compat for Connection->c_ops,c_pending_ops
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-21 Kurt ZeilengaLDAPv2 disallow and other flag changes
2001-11-17 Pierangelo Masaratiminor cleanup
2001-06-25 Kurt Zeilengamove TLS ctx to lconn struct in prep for supporting...
2000-09-08 Kurt ZeilengaAdd "allow tls_2_anon" to allow StartTLS to force sessi...
2000-08-30 Kurt Zeilengareorder tests
2000-08-26 Kurt ZeilengaRemove extended op callback function... doesn't provide...
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-25 Kurt ZeilengaFix comment
2000-04-12 Kurt ZeilengaFix c_mutex unlock bug
2000-03-02 Kurt ZeilengaStartTLS now grabs conn->c_mutex before mucking with...
1999-12-15 Kurt ZeilengaUpdated sasl response to support returning of referrals.
1999-12-10 Mark ValenceStart TLS extension: check that TLS was inited successf...
1999-12-10 Kurt ZeilengaFix slapd SASL/ExternalOps encoding
1999-12-09 Kurt ZeilengaReturn protocol error if reqdata was provided.
1999-12-09 Mark ValenceStart TLS extended op routine.