]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2019-02-12  Stephan Boschsubmission: relay backend: Provide data for the HELO...
2019-02-12  Stephan Boschlib-smtp: server: Use the HELO domain provided to smtp_...
2019-02-12  Stephan Boschlib-smtp: client: Remove proxy_data parameter from...
2019-02-12  Stephan Boschlib-smtp: client: Add smtp_client_connection_update_pro...
2019-02-12  Stephan Boschlib-smtp: client: Make smtp_client_connection_send_xcli...
2019-02-12  Stephan Boschlib-smtp: client: Copy proxy data from settings using...
2019-02-12  Stephan Boschlib-smtp: common: Add smtp_proxy_data_merge().
2019-02-12  Stephan Boschlib-smtp: client: Drop smtp_client_command_mail_submit_...
2019-02-12  Stephan Boschlib-smtp: client: connection: Fix copying of PROTO...
2019-02-12  Stephan Boschlib-smtp: syntax: Fix smtp_ehlo_line_parse() to also...
2019-02-12  Timo Sirainensubmission: Install header files
2019-02-12  Timo Sirainenlib-fs: If fs_get_metadata() isn't implemented, return...
2019-02-12  Stephan Boschsubmission: relay backend: Forward a (possibly multi...
2019-02-12  Stephan Boschsubmission: client: Properly handle a multi-line reason...
2019-02-12  Stephan Boschlib-smtp: server: connection: Properly handle a multi...
2019-02-12  Stephan Boschlib-smtp: server: connection: Properly handle a multi...
2019-02-12  Stephan Boschlib-smtp: server: connection: Add smtp_server_connectio...
2019-02-12  Stephan Boschlib-smtp: server: connection: Add debug messages for...
2019-02-12  Stephan Boschlib-smtp: reply: Add smtp_reply_get_text_lines_omit_pre...
2019-02-12  Stephan Boschlib-smtp: reply: Make parsing enhanced status codes...
2019-02-12  Stephan Boschlib: strfuncs: Add t_str_oneline().
2019-02-12  Stephan Boschlib-smtp: client: transaction: Hold a reference to...
2019-02-12  Stephan Boschlib-smtp: server: recipient: Hold a reference to the...
2019-02-12  Stephan Boschlib-smtp: server: recipient: Prevent reference counting...
2019-02-12  Stephan Boschlib-smtp: server: recipient: Add reference counting.
2019-02-12  Stephan Boschlib-smtp: server: Make sure command object is not used...
2019-02-12  Stephan Boschlib-smtp: server: command: Hold connection reference...
2019-02-12  Stephan Boschlib-smtp: server: command: Move core of smtp_server_com...
2019-02-12  Stephan Boschlib-smtp: server: command: Hold a reference to the...
2019-02-12  Stephan Boschlib-smtp: server: command: Prevent reference counting...
2019-02-12  Stephan Boschlib-smtp: Consistently use signed integer for reference...
2019-02-12  Stephan Boschsubmission: relay backend: Add assertion in backend_rel...
2019-02-12  Stephan Boschsubmission: relay backend: In backend_relay_handle_rela...
2019-02-12  Stephan Boschsubmission: Make include directory available to externa...
2019-02-12  Stephan Boschsubmission: relay backend: Allow creating the client...
2019-02-12  Stephan Boschlib-smtp: client: Allow enabling the LMTP per-RCPT...
2019-02-12  Stephan Boschsubmission: Add support for module contexts to backend.
2019-02-12  Stephan Boschsubmission: Allocate each backend on its own pool.
2019-02-12  Stephan Boschsubmission: Add support for modifying the transaction...
2019-02-12  Stephan Boschsubmission: Add backend flag indicating whether the...
2019-02-12  Stephan Boschsubmission: Add backend vfunc called when the backend...
2019-02-12  Stephan Boschlib-smtp: params: Explicitly allow smtp_params_*_add_ex...
2019-02-12  Stephan Boschsubmission: relay backend: Allow recording extra (non...
2019-02-12  Stephan Boschsubmission: relay backend: Provide access to the client...
2019-02-12  Stephan Boschlib-smtp: client: Add support for recording extra ...
2019-02-12  Stephan Boschlib-smtp: client: connection: Consolidate capability...
2019-02-12  Stephan Boschsubmission: Clarify the behavior of command handlers...
2019-02-12  Stephan Boschsubmission: Use the new smtp_server_cmd_noop_reply_succ...
2019-02-12  Stephan Boschlmtp: local: Use the new smtp_server_cmd_rcpt_reply_suc...
2019-02-12  Stephan Boschlib-smtp: server: NOOP command: Implement smtp_server_c...
2019-02-12  Stephan Boschlib-smtp: server: RSET command: Implement smtp_server_c...
2019-02-12  Stephan Boschlib-smtp: server: RCPT command: Implement smtp_server_c...
2019-02-12  Stephan Boschlib-smtp: server: MAIL command: Implement smtp_server_c...
2019-02-12  Stephan Boschsubmission: relay backend: Always reset the trans_start...
2019-02-12  Stephan Boschsubmission: backend: Properly reset the trans_started...
2019-02-12  Stephan Boschdoc: example-config: Document the new submission_backen...
2019-02-12  Stephan Boschsubmission,submission-login: Implicitly enable CHUNKING...
2019-02-12  Stephan Boschsubmission: relay backend: VRFY command: Avoid forwardi...
2019-02-12  Stephan Boschlib-smtp: server: VRFY command: Implement smtp_server_c...
2019-02-12  Stephan Boschsubmission,submission-login: Omit listing VRFY capabili...
2019-02-12  Stephan Boschsubmission-login: Use the submission_backend_capabiliti...
2019-02-12  Stephan Boschsubmission-login: Add the VRFY capability to the EHLO...
2019-02-12  Stephan Boschsubmission: relay backend: Fix non-transaction commands...
2019-02-12  Stephan Boschsubmission: backends: Set the started flag before calli...
2019-02-12  Timo Sirainenlib-fts: test-fts-tokenizer: Verify fts_tokenizer_creat...
2019-02-12  Stephan Boschsubmission: relay backend: Handle the LMTP per-RCPT...
2019-02-12  Stephan Boschsubmission: relay backend: Log an error when relayed...
2019-02-12  Stephan Boschsubmission: relay backend: Fix comment in RCPT command...
2019-02-12  Stephan Boschsubmission: recipient: Add field for associating backen...
2019-02-12  Stephan Boschlmtp: DATA command: Assert that the server transaction...
2019-02-12  Stephan Boschlib-smtp: server: Allow enabling the LMTP per-RCPT...
2019-02-12  Stephan Boschsubmission: relay backend: Do not close the client...
2019-02-12  Stephan Boschsubmission: relay backend: Use (potentially) modified...
2019-02-12  Stephan Boschsubmission: relay backend: Use smtp_reply_is_success...
2019-02-12  Stephan Boschlib-smtp: server: Add smtp_server_command_get_reply_cou...
2019-02-12  Stephan Boschlib-smtp: client: Make smtp_client_transaction_unref...
2019-02-12  Stephan Boschlib-smtp: client: Make smtp_client_transaction_destroy...
2019-02-12  Stephan Boschsubmission: Allocate recipients for the client transact...
2019-02-12  Stephan Boschlmtp: proxy: Allocate recipients for the client transac...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Add alternative function...
2019-02-12  Stephan Boschlib-smtp: client: transaction: Fix and amend a few...
2019-02-12  Stephan Boschlib-smtp: client: Remove unused "failed" field from...
2019-02-12  Stephan Boschsubmission: Fix starting secondary backends created...
2019-02-12  Stephan Boschsubmission: relay backend: Properly manage the trans_st...
2019-02-12  Stephan Boschsubmission: relay backend: Set the immediate for the...
2019-02-12  Stephan Boschsubmission: RCPT command: Move starting the backend...
2019-02-12  Stephan Boschsubmission: relay backend: Add support for relaying...
2019-02-12  Stephan Boschlib-smtp: client: Allow connecting to SMTP/LMTP service...
2019-02-12  Stephan Boschlib-smtp: client: Move creation of connection object...
2019-02-12  Stephan Boschlib-smtp: server: Record the associated server command...
2019-02-12  Stephan Boschsubmission: Use the recipient index in the server recip...
2019-02-12  Stephan Boschlmtp: Use the recipient index in the server recipient...
2019-02-12  Stephan Boschsubmission: Use the path in the server recipient object...
2019-02-12  Stephan Boschlmtp: Use the path in the server recipient object rathe...
2019-02-12  Stephan Boschsubmission: Start using the new lib-smtp/server recipie...
2019-02-12  Stephan Boschlmtp: Start using the new lib-smtp/server recipient...
2019-02-12  Stephan Boschlib-smtp: server: Create the definitive recipient objec...
2019-02-12  Stephan Boschlib-smtp: server: Record the index in the list of appro...
2019-02-12  Stephan Boschlib-smtp: server: Add hooks API for recipient.
2019-02-12  Stephan Boschlib-smtp: server: Allocate each recipient on its own...
next