Age | Commit message (Expand) | Author |
2015-05-10 | m_ssl_gnutls Hold users in pre-registration state until the handshake is comp... | Attila Molnar |
2014-10-26 | Remove some dead code found by Coverity | Attila Molnar |
2014-10-25 | Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions. | Peter Powell |
2014-10-20 | m_ssl_openssl Add compile time option that allows disabling renegotiations | Attila Molnar |
2014-10-20 | m_ssl_openssl Add compile time option to enable ECDH | Attila Molnar |
2014-10-20 | m_ssl_gnutls Add compile time option for allowing sha256 certificate fingerpr... | Attila Molnar |
2014-10-16 | Initialize all fields of issl_session on module load in SSL modules | Attila Molnar |
2014-10-16 | Add interface to SSL modules that allows other modules to obtain the raw SSL ... | Attila Molnar |
2014-10-16 | m_ssl_gnutls Refcount GnuTLS objects, free them when they are no longer in us... | Attila Molnar |
2014-10-15 | m_ssl_openssl Fix debug message | Attila Molnar |
2014-10-15 | m_ssl_openssl Reset data_to_write for new sessions | Attila Molnar |
2014-10-15 | m_ssl_openssl Free the ssl_cert object as soon as the session is closed inste... | Attila Molnar |
2014-10-15 | m_ssl_openssl Remove bogus errno assignment from CloseSession() | Attila Molnar |
2014-10-14 | m_ssl_openssl Return an error from the IOHook read and write functions if the... | Attila Molnar |
2014-10-14 | m_ssl_openssl Add user-friendly config options for setting a few OpenSSL cont... | Attila Molnar |
2014-10-10 | m_ssl_openssl Allow configuring raw OpenSSL context options | Attila Molnar |
2014-10-10 | m_ssl_openssl Disable session caching and session tickets | Attila Molnar |
2014-10-10 | m_ssl_openssl Enable single (EC)DH use and disable SSL v2 | Attila Molnar |
2014-10-08 | m_ssl_openssl Clear the error queue before every SSL_* call | Attila Molnar |
2014-10-03 | m_ssl_gnutls Re-set DH params when the gnutls_certificate_credentials_t struc... | Attila Molnar |
2014-09-02 | m_sqlite3 Fix cleanup of unsuccessful database connections | Attila Molnar |
2014-07-24 | Make sure the DN strings obtained from the SSL mods are always valid | Attila Molnar |
2014-04-13 | Change Windows libraries to be dynamically linked | Adam |
2014-04-13 | m_ssl_openssl Avoid Applink on Windows by calling PEM_read_bio_DHparams() ins... | Attila Molnar |
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 |