log

age author description
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.