summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2013-03-15m_ssl_openssl Make it clear that a CA file is not mandatoryattilamolnar
2013-02-17m_ssl_gnutls Fix null pointer dereference in case gnutls_xxx_get_name() retur...attilamolnar
2013-01-28m_ssl_gnutls Fix build with GnuTLS 1.xattilamolnar
2012-12-25m_ldapoper Fix typo spotted by @lordsith49attilamolnar
2012-12-17Fixed m_ssl_gnutls build on Windows; gnutls.h uses ssize_t which is defined i...Adam
2012-12-04Unbreak m_geoipattilamolnar
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-11-29Add a typedef for LocalUserListattilamolnar
2012-11-29ldapauth: register both extensionsRobin Burchell
2012-11-29ldapauth: RAII returned ldap message.Robin Burchell
2012-11-29ldapauth: fix memory leakRobin Burchell
2012-11-29ldapauth: Allow setting virtual hosts on identification with m_ldapauth.Robin Burchell
2012-11-29ldapauth: Add missing verbose logging to required attributes.Robin Burchell
2012-11-29ldapauth: Rework required attributes code to use only one exit path.Robin Burchell
2012-11-28Change empty string assignments to .clear() or remove them entirelyattilamolnar
2012-11-28Silence OpenSSL deprecation warnings on OS X.Peter Powell
2012-11-19m_ssl_gnutls Dynamically detect the number of certificates in the certfileattilamolnar
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