]> git.sur5r.net Git - openldap/history - servers/slapd/starttls.c
Happy New Year!
[openldap] / servers / slapd / starttls.c
2012-01-20 Kurt ZeilengaHappy New Year!
2011-11-04 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2011-01-05 Kurt ZeilengaHappy New Year!
2010-04-13 Kurt Zeilengahappy belated new year
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-03-07 Kurt ZeilengaTXN protocol element parsers (without any backend support)
2006-01-03 Kurt ZeilengaHappy new year!
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-14 Hallvard FurusethAdd missing Statslog() statements (loglevel stats/stats2):
2005-07-11 Howard ChuITS#3847 silence warnings
2005-01-01 Kurt ZeilengaHappy New Year!
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.