log

age author description
Thu, 11 Feb 2016 13:25:28 +0200 Timo Sirainen auth: Moved all passdb/userdb template handling to auth_passdb/userdb.
Thu, 11 Feb 2016 13:21:18 +0200 Timo Sirainen auth: Moved cache_key from passdb_module to auth_passdb.
Thu, 11 Feb 2016 13:58:54 +0200 Timo Sirainen lib-http: server: Error handling fix - avoid potential crash when request is already gone
Wed, 10 Feb 2016 22:02:50 +0200 Timo Sirainen login-proxy: Preserve client's istream even after login.
Wed, 10 Feb 2016 22:02:15 +0200 Timo Sirainen lib: Added i_stream_set_persistent_buffers()
Wed, 10 Feb 2016 19:30:42 +0200 Timo Sirainen lib: Ignore ENOSYS errors from madvise() calls.
Wed, 10 Feb 2016 23:39:25 +0100 Stephan Bosch lib-http: Created test program that tests payload exchange between client and server with various configurations.
Wed, 10 Feb 2016 22:32:46 +0100 Stephan Bosch lib-http: server: Implemented blocking request input stream.
Wed, 10 Feb 2016 22:30:22 +0100 Stephan Bosch lib-http: server: Implemented blocking response output stream.
Wed, 10 Feb 2016 22:25:07 +0100 Stephan Bosch lib-http: server: Created blocking http_server_response_send_payload() API that closely mimics the client equivalent.
Wed, 10 Feb 2016 22:19:27 +0100 Stephan Bosch lib-http: server: Added some request debug logging.
Wed, 10 Feb 2016 22:17:07 +0100 Stephan Bosch lib-http: request parser: Added support for explicitly finishing payload of previous request.
Wed, 10 Feb 2016 22:15:12 -0700 Michael M Slusarz lib-sql: Allow port to be configured for Cassandra cluster
Wed, 10 Feb 2016 19:08:11 +0200 Timo Sirainen lib-storage: Added missing %{userdb:*:default} handling
Wed, 10 Feb 2016 19:06:14 +0200 Timo Sirainen lib-storage: Deduplicate %{userdb:*} handling for mail_user and mail_storage_service_user
Wed, 10 Feb 2016 18:27:52 +0200 Timo Sirainen *-login: Pass client_auth_reply to client.auth_result() whenever possible.
Wed, 10 Feb 2016 16:54:43 +0200 Timo Sirainen auth: Added "fail" parameter, which fails the passdb lookup.
Wed, 10 Feb 2016 16:51:42 +0200 Timo Sirainen auth: Don't revert any previous failed=TRUE status if allow_nets check succeeds
Wed, 10 Feb 2016 15:50:48 +0200 Timo Sirainen Makefile: Added missing ostream-escaped.h
Wed, 10 Feb 2016 15:39:45 +0200 Timo Sirainen lib-http: Fixed test-http-request-parser unit test
Mon, 08 Feb 2016 16:22:34 +0200 Aki Tuomi lib: Add ostream-escaped filter
Tue, 09 Feb 2016 10:03:56 +0200 Aki Tuomi doveadm-print: Fix doveadm_print_json_print_stream
Mon, 08 Feb 2016 22:57:13 +0100 Stephan Bosch lib-http: message parser: Made sure that payload stream is always destroyed (hence closed) when the next request is to be parsed.
Mon, 08 Feb 2016 22:55:09 +0100 Stephan Bosch lib-http: server: Make sure that any pending request is aborted and destroyed before connection FDs are closed.
Mon, 08 Feb 2016 22:53:50 +0100 Stephan Bosch lib-http: server: Sometimes a success response was sent before all payload from the client request was read.
Mon, 08 Feb 2016 22:52:38 +0100 Stephan Bosch lib-http: server: Fixed memory problem reported by Valgrind, which was caused by the request being freed too early while sending a response.
Mon, 08 Feb 2016 22:51:14 +0100 Stephan Bosch lib-http: server: Fixed datastack framing problem in error handling of response sending.
Mon, 08 Feb 2016 22:49:28 +0100 Stephan Bosch lib-http: request parser: Made sure that partially parsed requests never have stale string values.
Mon, 08 Feb 2016 22:47:30 +0100 Stephan Bosch lib-http: client: Fixed pipelining bug: client sometimes sent new request while still waiting for 100-continue.
Mon, 08 Feb 2016 22:45:54 +0100 Stephan Bosch lib-http: client: Make sure that any pending request is aborted and destroyed before connection FDs are closed.
Mon, 08 Feb 2016 22:44:52 +0100 Stephan Bosch lib-http: Forgot to assign pointer parameter to NULL in request/response parser deinit functions.
Tue, 09 Feb 2016 10:34:29 +0200 Timo Sirainen Makefile: Added missing auth-request-stats.h
Mon, 08 Feb 2016 18:43:02 +0200 Timo Sirainen doveadm auth test/login: Added -M <master user> parameter.
Mon, 08 Feb 2016 16:21:40 +0200 Timo Sirainen stats: Minor error message cleanup.
Mon, 08 Feb 2016 16:20:46 +0200 Timo Sirainen auth: If auth_stats=yes, send statistics to stats process.
Fri, 05 Feb 2016 11:36:32 -0700 Michael M Slusarz man: document dsync -m and -R options
Mon, 08 Feb 2016 12:20:34 +0200 Timo Sirainen lib-master: Fail if syslog_facility's value is unknown.
Mon, 08 Feb 2016 12:04:02 +0200 Timo Sirainen acl: If acl_user is set, use it for ACL username checks. Overrides master_user.
Fri, 05 Feb 2016 15:55:36 +0200 Timo Sirainen auth: Small code cleanup to auth cache - deduplicate code.
Fri, 05 Feb 2016 15:54:35 +0200 Timo Sirainen auth: Minor code cleanup - fix parameter type
Fri, 05 Feb 2016 15:48:25 +0200 Timo Sirainen auth: If auth cache lookup results in expired entry, it should be tracked in stats as a "miss"
Fri, 05 Feb 2016 15:26:15 +0200 Timo Sirainen stats: Removed accidentally commited i_panic() in abb242da
Fri, 05 Feb 2016 15:07:00 +0200 Timo Sirainen stats: Split stats-connection.[ch] to lib-stats/ and plugin's mail-specific parts.
Fri, 05 Feb 2016 14:55:56 +0200 Timo Sirainen stats: Added ADD-USER command to add stats to a user without having a session.
Fri, 05 Feb 2016 14:35:48 +0200 Timo Sirainen stats: Renamed mail-server-connection to fifo-input-connection.
Thu, 04 Feb 2016 14:02:42 +0200 Timo Sirainen lib-mail: Reading from istream-header-filter second time reverted callback's eoh change.
Thu, 04 Feb 2016 13:32:58 +0200 Timo Sirainen lib: Fixed calling json_parse_skip_next() within arrays
Thu, 04 Feb 2016 13:31:59 +0200 Timo Sirainen lib: If json-parser has JSON_PARSER_NO_ROOT_OBJECT set, return the ending root "]" and "}"
Wed, 03 Feb 2016 17:56:49 +0200 Timo Sirainen lib: Avoid typeof() if HAVE_TYPEOF isn't set, even if gcc version is high enough.
Wed, 03 Feb 2016 14:05:07 +0200 Timo Sirainen imap, pop3, imap-urlauth: Added -a <auth-master socket path> parameter
Wed, 03 Feb 2016 14:00:16 +0200 Timo Sirainen *-login: Added -l parameter to specify the socket where to connect to after authentication
Wed, 03 Feb 2016 13:56:09 +0200 Timo Sirainen imap: SETMETADATA shouldn't crash when value parameter is missing.
Wed, 03 Feb 2016 13:03:36 +0200 Timo Sirainen lib-sasl: Compiler warning fix for previous EXTERNAL change..
Wed, 03 Feb 2016 12:29:29 +0200 Timo Sirainen lib-sasl: Don't require authid for EXTERNAL mechanism, since we're not really authenticating.
Wed, 03 Feb 2016 12:26:10 +0200 Timo Sirainen lib-sasl: Added support for EXTERNAL SASL mechanism
Tue, 02 Feb 2016 22:06:38 +0200 Aki Tuomi doveadm: Reset JSON formatter context before reuse
Tue, 02 Feb 2016 12:32:49 +0200 Timo Sirainen pop3c: Compiler warning fixes to earlier change
Mon, 01 Feb 2016 23:32:15 +0200 Timo Sirainen imapc: Compare INBOX in STATUS case-insensitively.
Mon, 01 Feb 2016 22:48:22 +0200 Timo Sirainen sdbox: Failing after saved mails' UIDs were already assigned caused unlink()ing garbage
Mon, 01 Feb 2016 22:40:15 +0200 Timo Sirainen dsync: If mailbox importing fails, stop immediately without waiting for exporter to finish.