| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge insp20 | 2016-09-02 | 1 | -1/+3 | |
| |\ | |||||
| | * | m_sqlite3 Fix possible memory leak when opening a database fails | 2016-08-17 | 1 | -1/+3 | |
| | | | |||||
| * | | Fix whitespace issues | 2016-09-02 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove broken mssql module | 2016-08-23 | 1 | -857/+0 | |
| | | | | | | | | | Issue #1006 | ||||
| * | | Fix m_mysql warning about use of C++11 features on C++03. | 2016-08-19 | 1 | -2/+6 | |
| | | | | | | | | | NO_CLIENT_LONG_LONG was removed in a recent version of MySQL. | ||||
| * | | Fix m_ldap not linking to liblber on UNIX systems. | 2016-08-19 | 1 | -1/+1 | |
| | | | |||||
| * | | m_ldap Remove unused LDAPService::last_timeout_check | 2016-08-19 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge insp20 | 2016-08-17 | 2 | -1/+10 | |
| |\| | |||||
| | * | m_ssl_openssl Verify DH params being non-NULL before setting it on the context | 2016-07-22 | 1 | -4/+11 | |
| | | | | | | | | | Fixes issue reported by @m4rkw on IRC | ||||
| | * | m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data ↵ | 2016-06-21 | 2 | -1/+11 | |
| | | | | | | | | | remains in the buffer of the SSL library | ||||
| * | | m_ssl_mbedtls Apply dummy CA workaround for client context | 2016-08-10 | 1 | -0/+1 | |
| | | | |||||
| * | | m_ssl_* Add option to sslprofile controlling whether to request client ↵ | 2016-08-08 | 3 | -9/+39 | |
| | | | | | | | | | certificates | ||||
| * | | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ↵ | 2016-08-08 | 3 | -28/+19 | |
| | | | | | | | | | | | | | module Use it to simplify logic in all modules using or providing IOHooks | ||||
| * | | Pass sendq to OnStreamSocketWrite | 2016-08-08 | 3 | -6/+3 | |
| | | | |||||
| * | | Add mbedTLS SSL module | 2016-06-15 | 1 | -0/+924 | |
| | | | |||||
| * | | Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into ↵ | 2016-04-28 | 2 | -43/+0 | |
| | | | | | | | | | m_sslinfo | ||||
| * | | Export the GetCiphersuite() method from the SSL modules | 2016-04-28 | 2 | -2/+6 | |
| | | | |||||
| * | | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | 2016-02-25 | 1 | -5/+4 | |
| | | | |||||
| * | | Merge insp20 | 2016-02-22 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4 | 2016-02-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix GCC 6 warning about auto_ptr via a different method. | 2016-02-20 | 1 | -4/+8 | |
| | | | | | | | | | The previous method was causing build errors on CentOS and Solaris. | ||||
| * | | Fix warnings when building under GCC 6. | 2016-02-19 | 1 | -3/+3 | |
| | | | |||||
| * | | m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher ↵ | 2015-11-11 | 1 | -1/+1 | |
| | | | | | | | | | preferences by default | ||||
| * | | m_ssl_gnutls Strip unrecognized tokens from the priority string if ↵ | 2015-11-11 | 1 | -2/+61 | |
| | | | | | | | | | configured to do so or when using the default | ||||
| * | | m_ssl_gnutls Add GnuTLS::Priority::GetDefault() | 2015-11-11 | 1 | -2/+12 | |
| | | | |||||
| * | | m_ssl_gnutls Remove DH parameter generation | 2015-11-10 | 1 | -17/+1 | |
| | | | | | | | | | Generating DH params like this blocked the main thread, significantly slowing down startup and it made /rehash ssl freeze the server until the generation finished. External tools such as our genssl should be used to generate DH params. | ||||
| * | | m_ssl_openssl Disable compression and SSL v3 by default | 2015-11-10 | 1 | -2/+2 | |
| | | | |||||
| * | | m_ssl_openssl Add workaround for a memory leak in OpenSSL | 2015-11-10 | 1 | -1/+9 | |
| | | | |||||
| * | | m_ssl_openssl Implement custom BIO methods that call SocketEngine methods | 2015-07-07 | 1 | -3/+86 | |
| | | | |||||
| * | | m_ssl_openssl Remove NULL check of the session in OpenSSLIOHook constructor | 2015-07-07 | 1 | -2/+0 | |
| | | | |||||
| * | | m_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if available | 2015-07-06 | 1 | -1/+6 | |
| | | | |||||
| * | | m_ssl_openssl Enable ECDH when acting as a server on OpenSSL 1.0.0 and later | 2015-07-06 | 1 | -0/+5 | |
| | | | |||||
| * | | m_ssl_openssl Unconditionally compile code for detecting renegotiation and ↵ | 2015-07-06 | 1 | -9/+1 | |
| | | | | | | | | | disallow it by default | ||||
| * | | m_ssl_gnutls, m_ssl_openssl Log library version information on load | 2015-06-22 | 2 | -0/+4 | |
| | | | |||||
| * | | m_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data ↵ | 2015-06-06 | 1 | -18/+89 | |
| | | | | | | | | | copies done by sendq flattening | ||||
| * | | Call OnStreamSocketWrite() once per write event | 2015-06-06 | 2 | -5/+15 | |
| | | | | | | | | | Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core | ||||
| * | | Add max outgoing record size option to sslprofile config | 2015-06-06 | 2 | -2/+16 | |
| | | | |||||
| * | | Convert all code to use StreamSocket::SendQueue | 2015-06-06 | 2 | -6/+10 | |
| | | | | | | | | | Let OnStreamSocketWrite see the entire sendq instead of one element at a time | ||||
| * | | New m_ldap from Anope | 2015-05-18 | 1 | -302/+343 | |
| | | | | | | | | | | | Redesign to be more like m_mysql, polling ldap_result from a thread as done previously is undefined. | ||||
| * | | Merge insp20 | 2015-05-10 | 2 | -0/+27 | |
| |\| | |||||
| | * | m_ssl_gnutls Hold users in pre-registration state until the handshake is ↵ | 2015-05-10 | 1 | -1/+8 | |
| | | | | | | | | | completed | ||||
| * | | Dispatch EventHandler events to dedicated virtual functions | 2015-04-12 | 1 | -10/+11 | |
| | | | | | | | | | Remove enum EventType | ||||
| * | | m_ssl_gnutls Set a vector push function on GnuTLS 2.12 and later | 2015-03-06 | 1 | -0/+42 | |
| | | | | | | | | | Setting a vector push function is recommended to reduce overhead during handshake | ||||
| * | | m_ssl_openssl Remove OpenSSLIOHook::outbound and is_outbound constructor ↵ | 2015-03-05 | 1 | -5/+3 | |
| | | | | | | | | | parameter | ||||
| * | | m_ssl_openssl Specify TLS client/server role on session creation, switch to ↵ | 2015-03-05 | 1 | -11/+14 | |
| | | | | | | | | | SSL_do_handshake() | ||||
| * | | m_ssl_gnutls Pass client/server role to GnuTLSIOHook constructor as a ↵ | 2015-03-05 | 1 | -4/+4 | |
| | | | | | | | | | GNUTLS_* constant | ||||
| * | | m_ssl_gnutls Add typedef for second parameter of gnutls_init() which changed ↵ | 2015-03-05 | 1 | -0/+8 | |
| | | | | | | | | | in 2.99 | ||||
| * | | m_ssl_gnutls Move GnuTLSIOHook::InitSession() code to constructor and ↵ | 2015-03-05 | 1 | -14/+9 | |
| | | | | | | | | | GnuTLS::Profile::SetupSession() | ||||
| * | | m_ssl_gnutls, m_ssl_openssl Deduplicate Handshake() calling code | 2015-03-05 | 2 | -53/+47 | |
| | | | |||||
| * | | m_ssl_gnutls, m_ssl_openssl Simplify status handling in IOHook read/write ↵ | 2015-03-05 | 2 | -19/+5 | |
| | | | | | | | | | | | | | handlers Remove states ISSL_CLOSING and ISSL_CLOSED from m_ssl_gnutls | ||||
