]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2018-03-13  Aki Tuomilogin-common: Pass SSL protocol details to auth
2018-03-13  Aki Tuomilogin-common: Indicate TLS encryption if haproxy says...
2018-03-13  Aki Tuomilib-auth: Include ssl protocol details in request when...
2018-03-13  Aki Tuomilib-auth: Add AUTH_REQUEST_FLAG_TLS
2018-03-13  Aki Tuomilib-ssl-iostream: Add accessors for additional SSL...
2018-03-13  Aki Tuomim4: Check for SSL_CIPHER_get_kx_nid
2018-03-13  Aki Tuomiauth: Ensure crypt schemes match with samples
2018-03-13  Aki Tuomiauth: Fix crypt scheme detection
2018-03-13  Aki Tuomiauth: Support standard auth variables in LDAP subqueries
2018-03-13  Stephan Boschlib-http: client: Assert that req->client != NULL in...
2018-03-13  Stephan Boschlib-http: test-http-payload: Initialize http_context...
2018-03-13  Stephan Boschlib-smtp: address: Remove useless local variable initia...
2018-03-13  Timo Sirainenlib-http: client: Fix using non-context SSL settings
2018-03-13  Timo Sirainenlib: Remove ostream.get_used_size()
2018-03-13  Timo Sirainenlib-test: test-ostream - Implement the new ostream...
2018-03-13  Timo Sirainenlib: ostream-buffer - Implement the new ostream.get_buf...
2018-03-13  Timo Sirainenlib: ostream-file - Implement the new ostream.get_buffe...
2018-03-13  Timo Sirainenlib-compression: Implement the new ostream.get_buffer_u...
2018-03-13  Timo Sirainenlib-ssl-iostream: Implement the new ostream.get_buffer_...
2018-03-13  Timo Sirainenlib: ostream-multiplex - Implement the new get_buffer_u...
2018-03-13  Timo Sirainenlib: Remove ostream-escaped
2018-03-13  Timo Sirainenlib: Change/clarify o_stream_get_buffer_used/avail_size...
2018-03-13  Aki Tuomiauth: db-lua - Do not assert-crash if given parameter...
2018-03-13  Aki Tuomiauth: db-lua - Use luaL_error correctly
2018-03-13  Aki Tuomilib-auth: Require being connected before adding requests
2018-03-13  Aki Tuomilib-auth: Prevent double-disconnect
2018-03-13  Stephan Boschlib-lda: Do not convert "From:" message address to...
2018-03-13  Martti Rannanjärvimaster: Strip '\n' from suid_dumpable read buffer befor...
2018-03-13  Timo Sirainenmaster: Improve "core not dumped" error messages with...
2018-03-13  Timo Sirainenmaster: Add explanation URL to "core dumps disabled...
2018-03-13  Aki Tuomiglobal: Use unix_socket capability in connection.c
2018-03-13  Aki Tuomilib: connection - only switch created iostreams
2018-03-13  Stephan Boschsubmission: Properly handle omission of required authen...
2018-03-13  Stephan Boschlib-smtp: server: Fix overwriting a previously submitte...
2018-03-13  Stephan Boschsubmission: Limit the set of capabilities to those...
2018-03-13  Stephan Boschlib-smtp: server: Only accept XCLIENT command when...
2018-03-13  Stephan Boschlib-smtp: client: Make clear that XCLIENT is not sent...
2018-03-13  Stephan Boschlib-smtp: client: Add assertion to smtp_client_command_...
2018-03-13  Stephan Boschlib-smtp: client: Fix smtp_client_command_name_equals...
2018-03-13  Stephan Boschlib-smtp: client: Make smtp_client_connection_commands_...
2018-03-13  Stephan Boschlib-smtp: client: Make smtp_client_connection_commands_...
2018-03-13  Timo Sirainendsync: Log a warning if copying a mail fails unexpectedly
2018-03-13  Stephan Boschsubmission-login: Only send HELO domain to post-login...
2018-03-13  Stephan Boschlib-smtp: server: Fix application of pre-login HELO...
2018-03-13  Stephan Boschlib-smtp: server: RCPT command: Make sure conn->state...
2018-03-13  Stephan Boschlib-smtp: server: MAIL command: Make sure conn->state...
2018-03-13  Stephan Boschlib-smtp: server: Fix double decrement of RCPT pending...
2018-03-13  Stephan Boschlib-lda: Parse Return-Path header using RFC5322 (IMF...
2018-03-13  Stephan Boschlib-mail: message-address: Add support for parsing...
2018-03-12  Ville SavolainenFixup "lib-mail: message_address_write() - don't crash...
2018-03-12  Timo Sirainenlib-storage: Fix mailbox rename checking child mailbox...
2018-03-12  Timo Sirainenlib-storage: Fix memory leak when search accessed heade...
2018-03-12  Timo Sirainenlib-storage: Code cleanup - remove unnecessary temporar...
2018-03-12  Josef 'Jeff... global: start relying on file_lock_free(NULL) being...
2018-03-12  Josef 'Jeff... global: start relying on mailbox_header_lookup_unref...
2018-03-12  Josef 'Jeff... lib-storage: mailbox_header_lookup_unref(NULL) should...
2018-03-12  Josef 'Jeff... lib-mail: start relying on mail_html2text_deinit(NULL...
2018-03-12  Josef 'Jeff... lib-mail: mail_html2text_deinit(NULL) should be a no-op
2018-03-12  Josef 'Jeff... global: start relying on ssl_iostream_destroy(NULL...
2018-03-12  Josef 'Jeff... ssl-iostream: ssl_iostream_destroy(NULL) should be...
2018-03-12  Josef 'Jeff... global: start relying on iostream_proxy_unref(NULL...
2018-03-12  Josef 'Jeff... lib: iostream_proxy_unref(NULL) should be a no-op
2018-03-12  Josef 'Jeff... global: start relying on str_free(NULL) being a no-op
2018-03-12  Josef 'Jeff... lib: str_free(NULL) should be a no-op
2018-03-12  Stephan Boschlib-http: client: Add event fields for the number of...
2018-03-12  Stephan Boschlib-http: response parser: Record input stream offset...
2018-03-12  Stephan Boschlib-http: message parsers: Record beginning of parsed...
2018-03-12  Stephan Boschlib-http: client: Trigger special events when a request...
2018-03-12  Stephan Boschlib-http: client: Record last status code in the reques...
2018-03-12  Stephan Boschlib-http: client: Reset redirect counter when the reque...
2018-03-12  Stephan Boschlib-http: client: Add "host" and "port" fields to reque...
2018-03-12  Stephan Boschlib-http: client: Use the new http_url_get_port*(...
2018-03-12  Stephan Boschlib-http: url: Add functions that obtain the effective...
2018-03-12  Stephan Boschlib-http: Create http-common.h, which contains global...
2018-03-12  Stephan Boschlmtp: proxy: Do not forward 421 reply (server shutdown...
2018-03-12  Stephan Boschlib-smtp: client: transaction: Better document the...
2018-03-12  Stephan Boschlib-smtp: client: transaction: Don't call the DATA...
2018-03-12  Stephan Boschlib-smtp: client: transaction: Properly advance the...
2018-03-12  Stephan Boschlib-smtp: client: transaction: Use the correct callback...
2018-03-12  Timo Sirainenglobal: Set extra_groups=$default_internal_group for...
2018-03-12  Timo Sirainenlib: restrict_access_by_env() - Preserve RESTRICT_SETEX...
2018-03-12  Timo Sirainenimap-hibernate: Change imap-hibernate default socket...
2018-03-12  Timo Sirainenstats: Change stats-writer default socket permissions...
2018-03-12  Timo Sirainendict: Change dict and dict-async default socket permiss...
2018-03-12  Timo Sirainenmaster: Add default_internal_group setting, defaulting...
2018-03-12  Stephan Boschlib-smtp: server: Remove inappropriate assert from...
2018-03-12  Stephan Boschlib-http: client: Simplified return code handling in...
2018-03-12  Stephan Boschlib-http: client: Make sure output is used only when...
2018-03-12  Stephan Boschlib-http: client: Uncork and flush the output stream...
2018-03-12  Stephan Boschlib-http: client: Hold reference to the connection...
2018-03-12  Stephan Boschlib-http: client: Continue sending request payload...
2018-03-12  Stephan Boschlib-http: client: Hold reference to the connection...
2018-03-12  Stephan Boschlib-http: client: Perform output stream error handling...
2018-03-12  Stephan Boschlib-http: client: Make http_client_connection_lost...
2018-03-12  Stephan Boschlib-http: client: Handle output stream errors in a...
2018-03-12  Stephan Boschlib-http: client: Flush and check output for errors...
2018-03-12  Stephan Boschlib-http: server: Simplified return code handling in...
2018-03-12  Stephan Boschlib-http: server: Make sure output is used only when...
2018-03-12  Stephan Boschlib-http: server: Perform output stream error handling...
2018-03-12  Stephan Boschlib-http: server: Flush and check output for errors...
next