summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
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
2010-03-13Change SQLv3 to format queries during submission, not beforedanieldg
2010-03-13Add OnUnloadModule hook to MySQLdanieldg
2010-03-13Convert MySQL to SQLv3danieldg
2010-03-13Implement OnUnloadModule for postgresdanieldg
2010-03-13Convert pgsql to SQLv3danieldg
2010-03-06Add column names to SQLv3, allow sqloper to specify its own query stringdanieldg
2010-03-06Convert SQLite driver to SQLv3danieldg
2010-03-05Fix SQL modules not all using AddService, noticed by Morpheusdanieldg
2010-03-02Fix some more incorrect socket usedanieldg
2010-02-21Add Base64 encode/decode functions to the coredanieldg
2010-02-18Compile fix for m_ldapauthdanieldg
2010-02-18Support multiple certificates in GnuTLS certificate chaindanieldg
2010-02-17Check for <user>:<password> for ldap auth in /PASS password if ident/nickname...w00t