log

age author description
Fri, 17 Mar 2017 23:18:52 +0100 Stephan Bosch lib-http: client: Clear request pointer immediately in http_client_request_error().
Fri, 17 Mar 2017 23:00:42 +0100 Stephan Bosch lib-http: test-http-client-errors: Added test for using https:// while SSL is not configured.
Sun, 19 Mar 2017 15:47:41 +0100 Stephan Bosch global: Use http_response_get_message() to log HTTP responses.
Sun, 19 Mar 2017 15:09:03 +0100 Stephan Bosch lib-http: Added a function to obtain a message suitable for logging from a response object.
Sun, 19 Mar 2017 15:06:13 +0100 Stephan Bosch lib-http: Explicitly define the start of the range of internal response status codes.
Fri, 17 Mar 2017 23:03:03 +0100 Stephan Bosch lib-http: test-http-client-errors: Always use the proper error status code definitions rather than an integer literal.
Wed, 22 Mar 2017 09:03:20 +0200 Aki Tuomi doveadm: Send and receive exit codes correctly
Wed, 22 Mar 2017 19:21:55 +0200 Aki Tuomi doveadm: Add exit code/string conversion functions
Thu, 02 Mar 2017 23:12:45 +0100 Stephan Bosch lib-lda: smtp-client: Fixed memory leak of the error message string.
Thu, 02 Mar 2017 23:51:45 +0100 Stephan Bosch lib-lda: smtp-client: Fixed cleanup of LMTP client at end of transaction.
Thu, 02 Mar 2017 00:42:13 +0100 Stephan Bosch lib-smtp: lmtp-client: Fixed bug in timeout handling.
Thu, 02 Mar 2017 00:03:50 +0100 Stephan Bosch lib-lda: smtp-client: Make sure only the first error determines the tempfail status.
Sat, 05 Nov 2016 22:00:09 +0100 Stephan Bosch lib-lda: smtp-client: Renamed "smtp_client" parameters to "client" for consistency.
Wed, 22 Mar 2017 01:05:37 +0200 Timo Sirainen lib: Add missing error handling to o_stream_cork()
Mon, 20 Mar 2017 20:21:56 +0200 Aki Tuomi lib-dict: Ensure init returns dict
Fri, 10 Mar 2017 10:05:14 +0200 Aki Tuomi pop3-login: Add FORWARD for XCLIENT
Fri, 10 Mar 2017 10:04:33 +0200 Aki Tuomi pop3-login: Pass forward_ passdb args using XCLIENT command
Mon, 20 Feb 2017 20:37:09 +0200 Aki Tuomi imap-login: Allow x-forward- to specify forward fields from trusted networks
Mon, 20 Feb 2017 20:36:58 +0200 Aki Tuomi auth: Accept forward_fields from auth client
Thu, 16 Mar 2017 13:36:23 +0200 Aki Tuomi auth: Add auth_fields_import_prefixed
Tue, 14 Mar 2017 10:01:51 +0200 Aki Tuomi auth: Support client_id variable
Thu, 16 Mar 2017 10:01:23 +0200 Aki Tuomi imap-login: Forward original client ID to next hop
Mon, 20 Feb 2017 19:11:01 +0200 Aki Tuomi imap-login: Retain ID request without dovecot specials
Tue, 21 Feb 2017 14:46:31 +0200 Aki Tuomi imap-login: Add option to retain client id
Mon, 20 Feb 2017 18:58:21 +0200 Aki Tuomi auth: Accept client_id from auth client
Thu, 09 Mar 2017 14:08:40 +0200 Aki Tuomi login-common: Add preproxy pool
Sun, 29 Jan 2017 01:03:00 +0200 Timo Sirainen imapc: Use LOGOUT to cleanly disconnect from server.
Thu, 16 Mar 2017 18:46:28 +0200 Timo Sirainen lib-storage: Don't reset \Recent flags when rebuilding index
Thu, 16 Mar 2017 09:38:59 +0200 Aki Tuomi trash: Move config file to trash user
Sun, 05 Mar 2017 19:45:04 +0100 Stephan Bosch lib-http: test-http-server-errors: Fixed logically dead code.