Age | Commit message (Expand) | Author |
2014-01-26 | m_ssl_openssl Fix memory leaks on /rehash ssl, unload and in VerifyCertificate() | Attila Molnar |
2014-01-24 | Set a session id on our server ssl context in m_ssl_openssl. It is required f... | Adam |
2013-08-13 | m_ssl_gnutls Fix feature testing and cipher suite related errors on older Gnu... | attilamolnar |
2013-07-16 | m_ssl_openssl Fix inverted check that prevented certificates from being recog... | attilamolnar |
2013-06-05 | Remove unnecessary string copies and dead code | attilamolnar |
2013-06-04 | m_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6d6f5d | attilamolnar |
2013-06-01 | m_mysql Fix escaping strings longer than MAXBUF/2 | attilamolnar |
2013-05-22 | m_mysql Fix crash on rehash when the database tags have been changed in the c... | attilamolnar |
2013-05-18 | m_geoip Set cc in OnSetConnectClass to the newly created string if it was NULL | attilamolnar |
2013-05-02 | m_ssl_gnutls Call gnutls_transport_set_errno() on Windows only | attilamolnar |
2013-05-02 | Fix gnutls (again) on Windows by using gnutls_transport_set_errno() | Adam |
2013-04-24 | m_ssl_gnutls Add ability to load DH params from file | attilamolnar |
2013-04-16 | Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE... | Adam |
2013-03-29 | m_ldapoper Make the module actually work | attilamolnar |
2013-03-29 | m_ldapoper Fix memory leak | attilamolnar |
2013-03-15 | m_ssl_openssl Make it clear that a CA file is not mandatory | attilamolnar |
2013-02-17 | m_ssl_gnutls Fix null pointer dereference in case gnutls_xxx_get_name() retur... | attilamolnar |
2013-01-28 | m_ssl_gnutls Fix build with GnuTLS 1.x | attilamolnar |
2012-12-25 | m_ldapoper Fix typo spotted by @lordsith49 | attilamolnar |
2012-12-17 | Fixed m_ssl_gnutls build on Windows; gnutls.h uses ssize_t which is defined i... | Adam |
2012-12-04 | Unbreak m_geoip | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-11-29 | ldapauth: register both extensions | Robin Burchell |
2012-11-29 | ldapauth: RAII returned ldap message. | Robin Burchell |
2012-11-29 | ldapauth: fix memory leak | Robin Burchell |
2012-11-29 | ldapauth: Allow setting virtual hosts on identification with m_ldapauth. | Robin Burchell |
2012-11-29 | ldapauth: Add missing verbose logging to required attributes. | Robin Burchell |
2012-11-29 | ldapauth: Rework required attributes code to use only one exit path. | Robin Burchell |
2012-11-28 | Change empty string assignments to .clear() or remove them entirely | attilamolnar |
2012-11-28 | Silence OpenSSL deprecation warnings on OS X. | Peter Powell |
2012-11-19 | m_ssl_gnutls Dynamically detect the number of certificates in the certfile | attilamolnar |
2012-11-19 | Fix m_ssl_gnutls under GCC on recent versions of GnuTLS. | Peter Powell |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-11-09 | m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c... | attilamolnar |
2012-11-09 | m_ssl_openssl Remove unused variables | attilamolnar |
2012-11-08 | Fix m_ssl_gnutls when using non-standard include/lib paths. | Peter Powell |
2012-10-21 | Make better use of User::GetFullRealHost() | attilamolnar |
2012-10-19 | m_ldapauth Allow filtering on arbitrary LDAP attributes | Adrien Bustany |
2012-10-14 | m_ssl_gnutls: Resolve deprecation warnings properly | ChrisTX |
2012-10-13 | m_ssl_gnutls Cast pointer difference to an unsigned int before displaying it | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-10-10 | Compare the result of ldap_search_ext_s to LDAP_SUCCESS.... | Adam |
2012-10-04 | Replace hardcoded paths with configurable ones | ChrisTX |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-09-22 | m_regex_stdlib: A regex provider for the C++11 container std::regex | ChrisTX |
2012-09-13 | Fixed crash in m_mysql if a module is unloaded while executing | Adam |