log

age author description
Mon, 16 Jun 2014 19:21:36 +0300 Timo Sirainen login proxy: If passdb returns "source_ip" extra field, use it for outgoing connections.
Mon, 16 Jun 2014 18:01:58 +0300 Timo Sirainen lib: Use __attribute__((returns_nonnull)) for the common memory/string functions.
Mon, 16 Jun 2014 17:40:51 +0300 Timo Sirainen lib: Changed mempool.h to use inline functions instead of macros.
Mon, 16 Jun 2014 16:27:12 +0300 Timo Sirainen doveadm who: Don't crash if server happens to send broken input (second try).
Mon, 16 Jun 2014 16:26:09 +0300 Timo Sirainen doveadm dump: Avoid crashes with corrupted log files
Mon, 16 Jun 2014 15:47:12 +0300 Timo Sirainen doveadm dump log: Fixed potential crash when log header size was corrupted.
Mon, 16 Jun 2014 15:42:39 +0300 Timo Sirainen Added (void) prefix for ignoring return values we don't care about.
Mon, 16 Jun 2014 15:41:52 +0300 Timo Sirainen Check for syscall errors that are quite unlikely to happen.
Mon, 16 Jun 2014 15:35:07 +0300 Timo Sirainen xml2text: Check for read()/write() failures and exit if they fail.
Mon, 16 Jun 2014 13:12:40 +0300 Timo Sirainen lmtp: Proxying now logs successful and failed deliveries after DATA.
Mon, 16 Jun 2014 13:03:31 +0300 Timo Sirainen lmtp: Removed some unnecessary code
Sun, 15 Jun 2014 11:03:32 +0300 Timo Sirainen auth: Fixed wrong assert added by recent commit.
Sat, 14 Jun 2014 11:58:57 +0300 Phil Carmody trivial variable-non-use fixes
Fri, 13 Jun 2014 16:12:27 +0300 Phil Carmody fts-lucene: Fix SnowballAnalyzer constructors
Fri, 13 Jun 2014 15:14:44 +0300 Timo Sirainen Added several asserts to make sure duplicates aren't inserted into hash table.
Fri, 13 Jun 2014 15:13:26 +0300 Timo Sirainen lib-master: Fixed caching settings where both local_name and local_ip was specified.
Fri, 13 Jun 2014 11:35:40 +0300 Timo Sirainen Make sure we don't shift signed integers left by 24. They should be unsigned.
Fri, 13 Jun 2014 11:21:07 +0300 Timo Sirainen dbox: Fixed potential infinite looping when scanning a broken dbox file.
Fri, 13 Jun 2014 10:25:22 +0300 Timo Sirainen auth: Fixed handling userdb_userdb_import passdb extra field.
Fri, 13 Jun 2014 10:22:49 +0300 Timo Sirainen lib-http: Removed unnecessary for loop.
Fri, 13 Jun 2014 03:09:26 +0300 Timo Sirainen dbox: Added asserts to dbox file fixing to make sure it doesn't go to infinite loop.
Fri, 13 Jun 2014 02:54:21 +0300 Timo Sirainen imap, pop3: Remove the client from clients-list at the very end of the destroy function.
Fri, 13 Jun 2014 02:34:19 +0300 Timo Sirainen Compiler warning fix
Fri, 13 Jun 2014 02:19:15 +0300 Timo Sirainen Use the new [io]_stream_create_fd_*autoclose() functions wherever possible.
Fri, 13 Jun 2014 02:18:53 +0300 Timo Sirainen lib: Added [io]_stream_create_fd_*autoclose()
Fri, 13 Jun 2014 02:04:12 +0300 Timo Sirainen doveadm stats top: Fixed double-close()ing stats connection
Fri, 13 Jun 2014 02:01:55 +0300 Timo Sirainen director-test: Fixed double-close() on admin connection deinit
Fri, 13 Jun 2014 01:57:04 +0300 Timo Sirainen Added various asserts to try to silence Coverity false positives.
Fri, 13 Jun 2014 01:52:13 +0300 Timo Sirainen lib-mail: message_parser_parse_next_block() now fully clears block_r to be safe case.
Fri, 13 Jun 2014 01:35:13 +0300 Timo Sirainen Added "fall through" comments to switch statements where break is intentionally missing.
Fri, 13 Jun 2014 01:30:14 +0300 Timo Sirainen lib-storage: Fixed parsing corrupted mailbox list index header.
Fri, 13 Jun 2014 01:26:14 +0300 Timo Sirainen imap-urlauth: Fatal failure error handling wasn't done correctly.
Fri, 13 Jun 2014 01:22:23 +0300 Timo Sirainen replication plugin: Synchronous notification timeout error wasn't logged as intended.
Fri, 13 Jun 2014 01:20:25 +0300 Timo Sirainen lib-otp: OTP_MAX_WORD_LEN wasn't actually enforced, any word lengths could have been used.
Fri, 13 Jun 2014 01:11:24 +0300 Timo Sirainen fts: Improved doveadm fts dump for corrupted expunge log
Fri, 13 Jun 2014 01:02:48 +0300 Timo Sirainen lib: Fixed file_dotlock_replace(flags=DOTLOCK_REPLACE_FLAG_VERIFY_OWNER|DOTLOCK_REPLACE_FLAG_DONT_CLOSE_FD)
Fri, 13 Jun 2014 00:57:06 +0300 Timo Sirainen director: Fixed crash if master_user_separator is set, but we didn't do a proxy lookup.
Fri, 13 Jun 2014 00:51:44 +0300 Timo Sirainen imapc: Avoid crashing if server happens to send invalid resp-text-codes.
Fri, 13 Jun 2014 00:46:34 +0300 Timo Sirainen fts: Minor code cleanup: Don't increment NULL pointer.
Fri, 13 Jun 2014 00:45:43 +0300 Timo Sirainen Removed pointless NULL checks.
Fri, 13 Jun 2014 00:30:27 +0300 Timo Sirainen auth: Invalid userdb passwd-file and userdb templates may have caused crashes.
Fri, 13 Jun 2014 00:15:47 +0300 Timo Sirainen auth: passdb/userdb dict settings file parsing didn't handle errors correctly.
Fri, 13 Jun 2014 00:09:23 +0300 Timo Sirainen lib: Changed net_geterror() to return errno instead of -1 if getsockopt() fails.
Fri, 13 Jun 2014 00:05:16 +0300 Timo Sirainen doveadm sis deduplicate: Error handling fix if open() fails.
Fri, 13 Jun 2014 00:03:11 +0300 Timo Sirainen lib: Added (void) prefixes to some setsockopt() calls which we don't care if they fail.
Fri, 13 Jun 2014 00:00:31 +0300 Timo Sirainen dsync: Fixed potential crash when debug logging was enabled.
Thu, 12 Jun 2014 23:51:28 +0300 Timo Sirainen mbox: X-Delivery-ID: and X-IMAP: headers weren't dropped from incoming mails.
Thu, 12 Jun 2014 23:47:55 +0300 Timo Sirainen doveadm who: Don't crash if server happens to send broken input.
Thu, 12 Jun 2014 23:16:40 +0300 Timo Sirainen configure: Don't actually run the test to see if inotify works.
Thu, 12 Jun 2014 12:51:34 +0300 Timo Sirainen lib: Changed hash_table_remove() "key not found" panic to be in a macro itself.
Tue, 10 Jun 2014 17:49:45 +0200 Phil Carmody lib: test-bits - fix nearest_power for 32-bit size_t
Tue, 10 Jun 2014 16:40:46 +0200 Timo Sirainen rawlog: Buffer writing to rawlog files to improve performance.
Mon, 09 Jun 2014 23:08:18 +0300 Timo Sirainen lib-fs: Fixed crash in fs-sis if hard linking failed.
Mon, 09 Jun 2014 23:02:52 +0300 Phil Carmody lib: fix numpack overflow checking
Mon, 09 Jun 2014 23:02:52 +0300 Phil Carmody lib: unit tests for lib/bits
Mon, 09 Jun 2014 23:02:52 +0300 Phil Carmody lib-test: test_assert helper for loops
Mon, 09 Jun 2014 23:02:52 +0300 Phil Carmody lib: bit twiddles
Mon, 09 Jun 2014 22:59:59 +0300 Phil Carmody lib: Fix MEM_ALIGN to cope with huge allocations
Mon, 09 Jun 2014 22:53:16 +0300 Timo Sirainen lib-index: modseq -> {log file, offset} lookup often ignored dovecot.index.log.2
Mon, 09 Jun 2014 18:15:51 +0300 Timo Sirainen lib: Added some kind of a unit test for hash table.