]> git.sur5r.net Git - openldap/history - libraries/libldap/tls.c
plug potential ld_error leak (ITS#4064)
[openldap] / libraries / libldap / tls.c
2005-10-04 Pierangelo Masaratiplug potential ld_error leak (ITS#4064)
2005-01-20 Kurt ZeilengaHappy new year!
2004-09-08 Kurt ZeilengaAdd TLS_CIPHER_SUITE directive
2004-07-25 Howard Chusync with HEAD
2004-06-10 Kurt ZeilengaAdded libldap cert check extension (ITS#3134)
2004-01-01 Kurt ZeilengaHappy new year
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-05-06 Kurt ZeilengaFix typo in last commit
2003-05-05 Kurt ZeilengaITS#2486: plug leak
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-04-30 Howard ChuFor ITS#2424, move all SASL session management to ldap_...
2003-04-11 Howard ChuMore memory context tweaks
2003-04-06 Kurt ZeilengaMark a few error strings
2003-01-30 Howard ChuFix ITS#2161, the check is meaningless anyway.
2003-01-19 Hallvard FurusethCast ctype.h arguments to unsigned char.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-23 Pierangelo Masaratisilence warnings
2002-12-18 Howard ChuAdded subjectAltName:IPADDR tests to ldap_pvt_tls_check...
2002-12-11 Hallvard FurusethFix const errors.
2002-11-10 Pierangelo Masaratisilence warnings
2002-10-11 Howard ChuIn sb_tls_bio_read/write, check for EAGAIN in addition...
2002-09-04 Howard ChuSet SSL session cache context ID
2002-09-04 Howard ChuFix previous commit - still need X509_free for peer...
2002-09-04 Howard ChuDon't call X509_free after SSL_get_certificate, it...
2002-08-31 Howard ChuFix previous commit
2002-08-31 Howard ChuOS/390 EBCDIC support
2002-08-01 Howard ChuITS#1995 return error text when ldap_pvt_tls_check_host...
2002-07-24 Howard ChuWrap get_ca_list opendir code with #if HAVE_DIRENT_H...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-05 Howard ChuITS#1924 use GENERAL_NAMES_free instead of ext_free.
2002-06-14 Howard ChuFinish implementation of get_ca_list()
2002-05-04 Howard ChuInitialize authid in case ldap_pvt_tls_get_my_dn fails
2002-05-04 Howard ChuChanged default tls_opt_require_cert value to LDAP_OPT_...
2002-05-01 Kurt Zeilengaadd an RFC 2849 check... but behind #if 0 as I'm now...
2002-05-01 Kurt Zeilengacleanup before working on changes
2002-04-30 Howard ChuChanged ldap_pvt_tls_get_my_dn and ldap_pvt_tls_get_pee...
2002-04-19 Howard ChuIn ldap_int_tls_start, authid is very temporary, not...
2002-04-18 Howard ChuFix memory leak in previous commit
2002-04-18 Howard Chu Added ldap_X509dn2bv()
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-04-05 Howard ChuITS#1708 ldap_pvt_tls_sb_ctx() et al
2002-04-02 Kurt ZeilengaPatch: More format bugs (ITS#1702)
2002-04-01 Julius EnarusaiAdded LDAP_LOG messages
2002-03-11 Kurt ZeilengaCopyright 2001, Adrian Thurston, All rights reserved.
2002-01-27 Howard ChuSend a warning to the client if we try to use a bad...
2002-01-27 Howard ChuExtended TLS_REQCERT/TLSVerifyClient syntax to 4 states...
2002-01-26 Howard ChuFix, errno was incorrect after SSL_read returned 0...
2002-01-12 Howard ChuMore cleanup in ldap_pvt_tls_destroy()
2002-01-12 Howard ChuFix ldap_start_tls_s, don't check for TLS present on...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuHide (make static) sb_bio_method and tls_sbio structure...
2001-12-17 Kurt ZeilengaWe "understand" localhost to be same as the local hostn...
2001-11-30 Howard ChuAdd #include <openssl/safestack.h> to fix ITS#1412
2001-11-06 Howard ChuAdded ldap_pvt_tls_destroy() to cleanup TLS library...
2001-10-25 Pierangelo Masaratimissing leading quote
2001-10-25 Kurt ZeilengaDon't pass NULL string pointers to Debug
2001-09-18 Kurt ZeilengaMinor cleanup
2001-09-18 Howard ChuSilence some typecast warnings
2001-09-18 Howard ChuDon't pass NULL hostname to ldap_pvt_tls_check_hostname...
2001-09-09 Kurt ZeilengaRemove dead code
2001-09-09 Kurt ZeilengaBlindly fix TLS/SASL external interaction.
2001-09-05 Kurt ZeilengaFix TLS ldap.conf issues
2001-09-02 Howard ChuFix ldap_int_tls_start to set its error codes in ld...
2001-09-02 Howard ChuFull implementation of server identity checking per...
2001-08-29 Howard ChuRemove redundant call of SSL_set_info_callback, to...
2001-08-27 Kurt ZeilengaFix -H ldaps:// crashes due to rework of TLS code
2001-08-02 Kurt ZeilengaFix bug introduced during TLS rework
2001-06-25 Kurt ZeilengaAnother round of TLS updates to support secure referral...
2001-06-25 Kurt ZeilengaRework tls check
2001-06-25 Kurt Zeilengamove TLS ctx to lconn struct in prep for supporting...
2001-06-22 Kurt ZeilengaFix up error handling
2001-05-19 Kurt ZeilengaShould not be using reverse lookup names to check certi...
2001-01-18 Kurt ZeilengaAdd ldap_pvt_tls_get_peer_dn() routine. Returns peer...
2001-01-10 Kurt Zeilengaupdate rand file after use
2000-11-22 Kurt ZeilengaITS#903: validate hostname in server cert from Norbert...
2000-10-31 Kurt ZeilengaFirst cut of SASL/EXTERNAL
2000-10-16 Kurt ZeilengaITS#821: TLS data ready fix from <mattc@chartist.com>
2000-10-05 Kurt ZeilengaAdd missing newlines
2000-10-02 Kurt ZeilengaFix up some free'ing.
2000-09-21 Kurt ZeilengaShould modify code to bail on initialization errors...
2000-09-13 Randy KunkeeInclude <ac/param.h> to pick up MAXPATHLEN.
2000-09-13 Kurt ZeilengaClean up
2000-09-13 Kurt ZeilengaMove ldap_pvt_tls_init call to ldap_pvt_tls_start
2000-09-12 Kurt ZeilengaRework TLS code (only supports default connection)
2000-09-01 Kurt ZeilengaChange default to SSL_PEER_NONE (don't require peer...
2000-08-25 Kurt ZeilengaMove ldap_start_tls_s() to tls.c
2000-08-16 Howard ChuImplemented ldap_pvt_tls_get_peer() for use with SASL...
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-08 Kurt ZeilengaITS#619: TLS PRNG initialization code
2000-06-07 Kurt ZeilengaAdd missing -DNO_THREADS trylock and make minor change...
2000-06-07 Kurt ZeilengaUse LDAP_VFREE and friends. Other misc code cleanup.
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-10 Howard Chulibldap/tls.c: change tls_verify_cb to no longer ignore...
2000-03-18 Kurt ZeilengaReturn okay after setting LDAP_OPT_X_TLS_CERT (ITS...
2000-01-15 Howard ChuIn ldap_pvt_tls_init() treat subsequent invocations...
1999-12-10 Mark ValenceStart TLS extension: check that TLS was inited successf...
1999-12-09 Mark ValenceAdds for Start TLS functionality on slapd and LDAP...
1999-12-06 Mark ValenceChanged ldap_pvt_tls_init_def_ctx() to not fail if...
next