]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2017-03-27  Stephan Boschglobal: Use http_response_get_message() to log HTTP...
2017-03-27  Stephan Boschlib-http: Added a function to obtain a message suitable...
2017-03-27  Stephan Boschlib-http: Explicitly define the start of the range...
2017-03-27  Stephan Boschlib-http: test-http-client-errors: Always use the prope...
2017-03-27  Aki Tuomidoveadm: Send and receive exit codes correctly
2017-03-27  Aki Tuomidoveadm: Add exit code/string conversion functions
2017-03-27  Stephan Boschlib-lda: smtp-client: Fixed memory leak of the error...
2017-03-27  Stephan Boschlib-lda: smtp-client: Fixed cleanup of LMTP client...
2017-03-27  Stephan Boschlib-smtp: lmtp-client: Fixed bug in timeout handling.
2017-03-27  Stephan Boschlib-lda: smtp-client: Make sure only the first error...
2017-03-27  Stephan Boschlib-lda: smtp-client: Renamed "smtp_client" parameters...
2017-03-21  Timo Sirainenlib: Add missing error handling to o_stream_cork()
2017-03-21  Aki Tuomilib-dict: Ensure init returns dict
2017-03-21  Aki Tuomipop3-login: Add FORWARD for XCLIENT
2017-03-21  Aki Tuomipop3-login: Pass forward_ passdb args using XCLIENT...
2017-03-21  Aki Tuomiimap-login: Allow x-forward- to specify forward fields...
2017-03-21  Aki Tuomiauth: Accept forward_fields from auth client
2017-03-21  Aki Tuomiauth: Add auth_fields_import_prefixed
2017-03-21  Aki Tuomiauth: Support client_id variable
2017-03-21  Aki Tuomiimap-login: Forward original client ID to next hop
2017-03-21  Aki Tuomiimap-login: Retain ID request without dovecot specials
2017-03-21  Aki Tuomiimap-login: Add option to retain client id
2017-03-21  Aki Tuomiauth: Accept client_id from auth client
2017-03-21  Aki Tuomilogin-common: Add preproxy pool
2017-03-21  Timo Sirainenimapc: Use LOGOUT to cleanly disconnect from server.
2017-03-21  Timo Sirainenlib-storage: Don't reset \Recent flags when rebuilding...
2017-03-21  Aki Tuomitrash: Move config file to trash user
2017-03-16  Stephan Boschlib-http: test-http-server-errors: Fixed logically...
2017-03-16  Timo Sirainenexample-config: Update deliver_log_format comment
2017-03-16  Aki Tuomilib-ssl-iostream: Ensure verify_remote_cert is true
2017-03-16  Aki Tuomilib-ssl-iostream: Fix ambiguity with SSL settings
2017-03-16  Timo Sirainenimap-hibernate: Avoid using casts
2017-03-16  Aki Tuomitrash: Read settings after namespaces are loaded
2017-03-16  Timo Sirainenmaster: Try to listen on master socket even if all...
2017-03-16  Timo Sirainenmaster: Add missing error logging for master socket...
2017-03-16  Timo Sirainenmaster: Don't crash if master socket couldn't be re...
2017-03-16  Aki Tuomiimap-hibernate: Support userdb in var_expand
2017-03-16  Timo Sirainenlib-index: Fix test-mail-index-transaction-update
2017-03-16  Timo Sirainenlib-index: Minor fix to day_first_uid updating
2017-03-16  Aki Tuomidoveadm: Do not crash doveadm-server if input file...
2017-03-16  Aki Tuomilib-dcrypt: Add asserts
2017-03-16  Josef 'Jeff... lib-storage & imap: add MAIL_ERROR_UNAVAILABLE as ...
2017-03-16  Timo Sirainenimap, pop3, indexer-worker: Add (deinit) to process...
2017-03-16  Timo Sirainenpop3: Add client.destroyed boolean
2017-03-16  Timo Sirainenauth: Auth workers shouldn't return username if it...
2017-03-16  Timo Sirainenauth: passdb/userdb lookups via auth-worker cached...
2017-03-16  Aki Tuomiauth: Properly hide all fields with passwords
2017-03-16  Timo Sirainen*-login: Change API for how login_plugins hook into...
2017-03-16  Timo Sirainencassandra: Treat CASS_ERROR_SERVER_UNAVAILABLE as ...
2017-03-16  Timo Sirainenlib-oauth2: Don't free oauth2_request too early.
2017-03-16  Timo Sirainenlib-oauth2: Fix memory leak if HTTP URL parsing fails.
2017-03-16  Timo Sirainenauth: oauth2 - cleanup db_oauth2_lookup_callback_t
2017-03-16  Timo Sirainenauth: oauth2 - make it easier to see where db_oauth2_ca...
2017-03-16  Timo Sirainenauth: oauth2 - Clarify token validation success/valid...
2017-03-16  Timo Sirainenauth: oauth2 - remove db_oauth2_request.failed
2017-03-16  Timo Sirainenauth: oauth2 - remove db_oauth2_request.result
2017-03-16  Timo Sirainenauth: oauth2 - Template expand failure should be an...
2017-03-16  Timo Sirainenauth: oauth2 - make db_oauth2_template_export() static
2017-03-16  Timo Sirainenauth: oauth2 - introspection lookup error should be...
2017-03-16  Timo Sirainenauth: oauth2 - Make sure db_oauth2_request.req is set...
2017-03-16  Timo Sirainenauth: oauth2 - Fix aborting auth requests on deinit.
2017-03-16  Aki Tuomiauth: Do not double-expand key in passdb dict when...
2017-03-16  Timo Sirainen*-login: Remove unused client.proxy_state
2017-03-16  Timo Sirainenpop3-login: Remove usage of client.common.proxy_state
2017-03-16  Timo Sirainenpop3-login: Log proxy state as human-readable string.
2017-03-16  Timo Sirainenimap-login: Log proxy state as human-readable string.
2017-03-16  Timo Sirainen*-login: Add client.proxy_get_state() for providing...
2017-03-16  Timo Sirainenpop3: Set process title before syncing mailbox.
2017-03-16  Timo Sirainenimap: If unhibernation fails due to a mailbox error...
2017-03-16  Timo Sirainenimap: When disconnecting due to FETCH failure, include...
2017-03-16  Aki Tuomilib-sasl: Fix xoauth2 data format
2017-03-16  Aki Tuomidb-oauth2: Make sure request is removed only once
2017-03-16  Aki Tuomilib-oauth2: Use http client destroy callback
2017-03-06  Aki Tuomiauth: Apply skips to first passdb
2017-03-03  Aki Tuomilib-oauth2: Add missing content-type header
2017-03-01  Timo Sirainenlib: Added i_strchr_to_next()
2017-03-01  Martti Rannanjärvifts: Don't add NULL content disposition or type to...
2017-02-27  Aki Tuomidoveadm: Add missing newline to proxy kick output
2017-02-27  Aki Tuomidoveadm: Ensure -- is added to command line before...
2017-02-27  Aki Tuomidoveadm: Ensure -- is added to command line before...
2017-02-27  Aki Tuomidoveadm: Fix allow-empty-mailbox-name handling
2017-02-27  Timo Sirainendoveadm move: Use mailbox_move() instead of copy+expunge
2017-02-27  Martti Rannanjärvimaster: add cassandra to printed build options
2017-02-27  Timo Sirainenlib-dcrypt: Replace #if OPENSSL_VERSION_NUMBER with...
2017-02-27  Timo Sirainenlib-dcrypt: Move most of the OpenSSL #if handling to...
2017-02-26  Timo Sirainenlib: Fix t_strf*time() unit tests
2017-02-26  Timo Sirainendsync: Fix syncing attributes with large values.
2017-02-26  Timo Sirainenlazy-expunge: Use mailbox_move() instead of mailbox_copy()
2017-02-26  Timo Sirainenmail-filter: Add missing error handling in ostream...
2017-02-26  Timo Sirainenauth: Removed dead code from oauth2 mechanism
2017-02-26  Timo Sirainenacl plugin: Fix Coverity warning
2017-02-23  Stephan Boschlib-http: client: Fixed i_unreached() failure occurring...
2017-02-23  Aki Tuomiauth: Export oauth2 pass_attrs to passdb reply
2017-02-23  Timo Sirainenvirtual: Include virtual mailbox name in "Mailbox ID...
2017-02-23  Timo Sirainenlib-storage: Allow mail_storage_set_error() to use...
2017-02-23  Timo Sirainenlib-mail: istream-attachment-connector now allows msg_s...
2017-02-23  Timo Sirainenlib-mail: Make sure istream-attachment-connector detect...
2017-02-23  Timo Sirainenlib-mail: Fix memory leak in test-istream-attachment
2017-02-23  Timo Sirainenlib-mail: Improve istream-attachment-extractor unit...
2017-02-23  Timo Sirainenlib-mail: istream-attachment-extractor - use EIO for...
next