log

age author description
Fri, 03 Jun 2016 20:21:42 +0300 Aki Tuomi auth-policy: Add policy implementation
Fri, 10 Jun 2016 14:31:00 +0300 Baofeng Wang fts plugin: Added fts_autoindex_exclude settings.
Mon, 27 Jun 2016 16:37:18 +0300 Timo Sirainen lib-dcrypt: Make static analyzer happier
Mon, 27 Jun 2016 14:43:58 +0300 Aki Tuomi dcrypt: Add tests for v1 and v2 public keys and RSA
Mon, 27 Jun 2016 14:43:27 +0300 Aki Tuomi dcrypt-openssl: Various fixes
Mon, 27 Jun 2016 14:13:15 +0300 Timo Sirainen lib-dcrypt: Added sample-v1_short.asc to EXTRA_DIST
Mon, 27 Jun 2016 13:21:05 +0300 Aki Tuomi istream-decrypt: Ensure we can open short v1 files
Mon, 27 Jun 2016 13:19:35 +0300 Aki Tuomi istream-decrypt: Correctly check the header length for v1
Fri, 24 Jun 2016 12:14:32 +0300 Timo Sirainen last-login: Ignore the plugin if last_login_dict setting is empty
Thu, 23 Jun 2016 18:04:40 +0300 Timo Sirainen lib-ssl-iostream: Use ENGINE_set_default()
Thu, 23 Jun 2016 17:21:09 +0300 Timo Sirainen lazy_expunge: Optimize checking for last instance when moving a mail.
Wed, 22 Jun 2016 01:24:42 +0300 Timo Sirainen fts-lucene: Fixed crash on error or auto-rebuild conditions.
Tue, 21 Jun 2016 22:08:25 +0300 Timo Sirainen welcome plugin: -Wstrict-bool warning fix
Tue, 21 Jun 2016 21:26:29 +0300 Timo Sirainen LAYOUT=index: Existence or GUID lookups don't need to refresh mailboxes.
Tue, 21 Jun 2016 21:39:49 +0300 Timo Sirainen lib-storage: Added a kludgy quick-"parameter" to list_index_has_changed()
Tue, 21 Jun 2016 21:06:22 +0300 Timo Sirainen LAYOUT=index: Avoid unnecessary work for setting \Marked flags in LIST reply.
Mon, 20 Jun 2016 11:33:47 +0300 Timo Sirainen lib-dcrypt: dcrypt_keypair_generate() no longer assumes pair_r to be initialized.
Sun, 19 Jun 2016 22:27:00 +0300 Timo Sirainen lib-dcrypt: Check for all the return values in unit tests
Sun, 19 Jun 2016 22:21:59 +0300 Timo Sirainen lib-dcrypt: Added missing error handling.
Sun, 19 Jun 2016 22:18:04 +0300 Timo Sirainen lib-dcrypt: Don't ignore BIO errors.
Sun, 19 Jun 2016 21:21:56 +0300 Timo Sirainen lib-dcrypt: dcrypt_key_type_public/private() can no longer fail.
Sun, 19 Jun 2016 21:20:27 +0300 Timo Sirainen lib-dcrypt: dcrypt_key_convert_private_to_public() can no longer fail.
Sun, 19 Jun 2016 20:55:19 +0300 Timo Sirainen lib-dcrypt: Assert-crash if key parameter is NULL.
Sun, 19 Jun 2016 20:48:27 +0300 Timo Sirainen lib-dcrypt: Assert-crash if impossible private/public keys are seen.
Tue, 21 Jun 2016 18:47:42 +0300 Timo Sirainen doveadm fs delete: Allow multiple paths also with -R parameter.
Tue, 21 Jun 2016 18:30:20 +0300 Timo Sirainen doveadm: Fixed --long-parameters handling
Mon, 20 Jun 2016 20:06:38 +0300 Timo Sirainen dbox: Optimize POP3 MAIL_FETCH_UIDL_BACKEND.
Mon, 20 Jun 2016 11:39:55 +0300 Timo Sirainen Added welcome plugin.
Tue, 21 Jun 2016 15:11:04 +0300 Martti Rannanjärvi doc: fix wrong tense in doveadm-expunge man page
Tue, 21 Jun 2016 17:26:01 +0300 Timo Sirainen fs-posix: Allow ":" as well as space as parameter separator.
Tue, 21 Jun 2016 17:24:11 +0300 Timo Sirainen fs-posix: Added "dirs" parameter to enable explicit directory removal.
Tue, 21 Jun 2016 16:49:19 +0300 Timo Sirainen fs-posix: Autodelete directories also when "prefix" parameter is used.
Mon, 20 Jun 2016 15:10:55 +0300 Baofeng Wang lib-storage: Add autoexpunge_max_mails configuration to autoexpunge
Tue, 21 Jun 2016 12:04:24 +0300 Timo Sirainen lib-dict: Explicitly specify used dict_vfuncs methods for drivers.
Wed, 08 Jun 2016 16:41:04 +0300 Baofeng Wang lib-fts: add unit test to fts_tokenizer_delete_trailing_partial_char()
Tue, 07 Jun 2016 16:37:27 +0300 Baofeng Wang lib-fts: allow hyphen character in domain part
Tue, 07 Jun 2016 15:58:38 +0300 Baofeng Wang lib-fts: remove trailing period character from email-address
Tue, 07 Jun 2016 16:01:03 +0300 Baofeng Wang lib-test: add test_assert_failed_strcmp to expose strings.
Mon, 20 Jun 2016 21:38:56 +0300 Timo Sirainen Makefile: Added run-test-valgrind.supp to EXTRA_DIST
Mon, 20 Jun 2016 18:46:04 +0300 Timo Sirainen Updated run-test-valgrind.supp
Mon, 20 Jun 2016 17:52:28 +0300 Timo Sirainen lib: file_create_locked() - Unexpectedly deleted temp file is error.
Mon, 20 Jun 2016 14:29:57 +0300 Timo Sirainen Added valgrind suppression for OpenSSL <v1.0.2
Mon, 20 Jun 2016 13:37:13 +0300 Timo Sirainen openssl: Use our own malloc()/realloc() that will die on out-of-memory.
Mon, 20 Jun 2016 13:33:34 +0300 Timo Sirainen lib-dcrypt: Allow specifying crypto_device (OpenSSL engine).
Mon, 20 Jun 2016 13:33:05 +0300 Timo Sirainen lib-dcrypt: Added library dependencies to unit tests
Mon, 20 Jun 2016 12:58:08 +0300 Timo Sirainen lib-dcrypt, lib-ssl-iostream: Share OpenSSL init/deinit code.
Mon, 20 Jun 2016 13:05:37 +0300 Timo Sirainen lib-dcrypt: Fix to backend module loading.
Sun, 19 Jun 2016 21:31:10 +0200 Stephan Bosch lib-http: server: Created test program that tests error conditions.
Mon, 20 Jun 2016 02:41:37 +0200 Stephan Bosch lib-http: Restructured Makefile.am to have less duplicated lines for the test suite.
Mon, 20 Jun 2016 01:25:02 +0200 Stephan Bosch lib-http: server: Added settings to configure the connection's socket kernel buffer sizes.
Mon, 20 Jun 2016 01:20:33 +0200 Stephan Bosch lib-http: server: Make sure provided connection FDs are non-blocking.
Mon, 20 Jun 2016 01:15:18 +0200 Stephan Bosch lib-http: server: Wrap request payload in a timeout input stream.
Sun, 19 Jun 2016 22:31:18 +0200 Stephan Bosch lib-http: server: Fixed handling of idle timeout when request just starts processing on the server.
Sun, 19 Jun 2016 22:35:43 +0200 Stephan Bosch lib-http: server: Added more detailed debugging about when idle timeouts are started/stopped.
Fri, 17 Jun 2016 16:59:37 +0200 Stephan Bosch lib-http: client: Added tests for manual handling of connection loss retries to test-http-client-errors.
Fri, 17 Jun 2016 16:59:15 +0200 Stephan Bosch lib-http: client: Implemented no_auto_retry setting that disables all automatic request retries.
Fri, 17 Jun 2016 15:39:36 +0200 Stephan Bosch lib-http: client: Allow retrying requests that failed internally.
Tue, 14 Jun 2016 22:47:31 +0200 Stephan Bosch lib-http: client: Added test for http_client_request_delay_msecs() in test_http_client_errors.
Thu, 26 May 2016 18:27:27 +0300 Timo Sirainen lib-http: Improved error logging for net_set_*_buffer_size() failures.
Sun, 22 May 2016 10:38:18 +0200 Stephan Bosch lib-http: client: Created test program that triggers most possible error conditions.