summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2017-11-25Convert GenRandom to std::function.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-11-13Unite SSL service providers and SSL profile classesAttila Molnar
2017-11-12Merge tag 'v2.0.25' into master.Peter Powell
2017-11-01Fix some SSL module issues.Peter Powell
2017-10-29Add support to IOHook for retrieving the hostname sent via SNI.Peter Powell
2017-10-21Add PackageInfo directives for Debian.Peter Powell
2017-10-18Clean up OnCleanup.Peter Powell
2017-10-15Update wiki links to use HTTPS and point to the correct pages.Peter Powell
2017-10-12Fix a broken distro constraint in the m_ssl_gnutls PackageInfo.Peter Powell
2017-09-03Convert a bunch of time-related config options to getDuration.Peter Powell
2017-08-11Fix a broken distro constraint in the m_ssl_openssl PackageInfo.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2017-03-20m_ldapauth: fix providing username in PASSAdam
2016-11-23Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API.Peter Powell
2016-10-25Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque.Peter Powell
2016-09-16Add CentOS PackageInfoAdam
2016-09-16Merge pull request #1222 from SaberUK/master+warningsAttila Molnar
2016-09-16Rewrite the build system directive parser.Peter Powell
2016-09-15Fix m_ldap warning about OpenLDAP being deprecated on OS X.Peter Powell
2016-09-15Fix m_geoip warning about the use of C++11 features.Peter Powell
2016-09-02Merge insp20Attila Molnar
2016-09-02Fix whitespace issuesAttila Molnar
2016-08-23Remove broken mssql moduleAttila Molnar
2016-08-19Fix m_mysql warning about use of C++11 features on C++03.Peter Powell
2016-08-19Fix m_ldap not linking to liblber on UNIX systems.Peter Powell
2016-08-19m_ldap Remove unused LDAPService::last_timeout_checkAttila Molnar
2016-08-17m_sqlite3 Fix possible memory leak when opening a database failsAttila Molnar
2016-08-17Merge insp20Attila Molnar
2016-08-10m_ssl_mbedtls Apply dummy CA workaround for client contextAttila Molnar
2016-08-08m_ssl_* Add option to sslprofile controlling whether to request client certif...Attila Molnar
2016-08-08Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...Attila Molnar
2016-08-08Pass sendq to OnStreamSocketWriteAttila Molnar
2016-07-22m_ssl_openssl Verify DH params being non-NULL before setting it on the contextAttila Molnar
2016-06-21m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data remain...Attila Molnar
2016-06-15Add mbedTLS SSL moduleAttila Molnar
2016-04-28Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss...Attila Molnar
2016-04-28Export the GetCiphersuite() method from the SSL modulesAttila Molnar
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2016-02-22Merge insp20Attila Molnar
2016-02-20Fix GCC 6 warning about auto_ptr via a different method.Peter Powell
2016-02-19Fix warnings when building under GCC 6.Peter Powell
2016-02-11Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4Adam
2015-11-11m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher pr...Attila Molnar
2015-11-11m_ssl_gnutls Strip unrecognized tokens from the priority string if configured...Attila Molnar
2015-11-11m_ssl_gnutls Add GnuTLS::Priority::GetDefault()Attila Molnar
2015-11-10m_ssl_gnutls Remove DH parameter generationAttila Molnar
2015-11-10m_ssl_openssl Disable compression and SSL v3 by defaultAttila Molnar
2015-11-10m_ssl_openssl Add workaround for a memory leak in OpenSSLAttila Molnar
2015-07-07m_ssl_openssl Implement custom BIO methods that call SocketEngine methodsAttila Molnar