summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2012-11-19Fix m_ssl_gnutls under GCC on recent versions of GnuTLS.Peter Powell
2012-11-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-11-09m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c...attilamolnar
2012-11-09m_ssl_openssl Remove unused variablesattilamolnar
2012-11-08Fix m_ssl_gnutls when using non-standard include/lib paths.Peter Powell
2012-10-21Make better use of User::GetFullRealHost()attilamolnar
2012-10-19m_ldapauth Allow filtering on arbitrary LDAP attributesAdrien Bustany
2012-10-14m_ssl_gnutls: Resolve deprecation warnings properlyChrisTX
2012-10-13m_ssl_gnutls Cast pointer difference to an unsigned int before displaying itattilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-12Remove superfluous std::string()sattilamolnar
2012-10-10Compare the result of ldap_search_ext_s to LDAP_SUCCESS....Adam
2012-10-04Replace hardcoded paths with configurable onesChrisTX
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-09-22m_regex_stdlib: A regex provider for the C++11 container std::regexChrisTX
2012-09-13Fixed crash in m_mysql if a module is unloaded while executingAdam
2012-08-20listensocket: Fix the two aliasing warningsChrisTX
2012-07-27m_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls to fix #261attilamolnar
2012-07-26m_ssl_gnutls Allow setting the priorities to use on the ciphers, key exchange...attilamolnar
2012-07-21m_ssl_gnutls Compile with -Wno-deprecated-declarationsattilamolnar
2012-07-21m_ssl_gnutls Advertise only one ssl port by default in ISUPPORTattilamolnar
2012-07-21m_ssl_gnutls Move common session initialization code into a functionattilamolnar
2012-07-21m_ssl_gnutls Add a config option that can be used to set the value of the SSL...attilamolnar
2012-07-13m_ssl_openssl Use the system default cipher list if no cipher list is specifedattilamolnar
2012-07-13Merge pull request #230 from Robby-/insp20-opensslAttila Molnar
2012-07-09Fixed Windows build, int32_t is already defined in stdint.h.Adam
2012-07-07m_ldapoper Say what the module actually does in the descriptionattilamolnar
2012-06-27m_ssl_openssl: Allow the list of available ciphers to be customized.Robby-
2012-06-27m_ssl_openssl: Show the SSL cipher used after connecting.Robby-
2012-06-12m_geoip Add support for /stats Gattilamolnar
2012-06-01m_ssl_gnutls Only generate DH params when dh_params is initedattilamolnar
2012-06-01m_ssl_gnutls Fix crash caused by calling gnutls_dh_params_deinit() when dh_pa...attilamolnar
2012-05-28Use socketengine functions for sending and receiving data instead of plain se...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Merge pull request #35 from pcarrier/insp20ldapRobin Burchell
2012-04-12Remove references to old configure commands.Peter Powell
2012-04-10extras/m_ldapauth: CIDR-based whitelistingPierre Carrier
2012-04-10Fixed linking m_sqlite3 on WindowsAdam
2011-08-07Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all versi...Daniel De Graaf
2011-06-23Remove possibly dangerous skip of VerifyCertificateDaniel De Graaf
2011-06-23Fix initialization of SSL certificate field on connectDaniel De Graaf
2011-06-18Fix extras compilation under WindowsAdam
2010-12-02Simplify ClearAllConnections code and fix possible crashJackmcbarn
2010-10-15Remove m_sqlv2.h from these modules, they both use v3 now.Dennis Friis
2010-09-19A zero return from gnutls_record_send is not an errorDaniel De Graaf
2010-08-04Fix $md5pass and $sha256pass in SQL queriesDaniel De Graaf
2010-04-16Possible fix for OpenSSL SendQ processing haltsDaniel De Graaf
2010-03-22Fix MySQL crash on module unload with empty query queuedanieldg
2010-03-13Fix uninit pointer on MySQL initial connectiondanieldg
2010-03-13Handle database not present a bit better, add missing MySQL rehash on initdanieldg