log

age author description
Tue, 31 Jul 2012 02:46:21 +0300 Timo Sirainen imap: CATENATE command fixes.
Tue, 31 Jul 2012 02:45:23 +0300 Timo Sirainen lib-master: Assert-crashfix
Mon, 30 Jul 2012 19:49:43 +0300 Timo Sirainen auth: EXTERNAL mechanism didn't use auth_username_* settings.
Mon, 30 Jul 2012 15:56:00 +0300 Timo Sirainen Added "connection" API for handling client/server connections more easily.
Mon, 30 Jul 2012 15:55:39 +0300 Timo Sirainen Makefile: Fixed libdovecot-ssl to actually contain libssl-iostream
Mon, 30 Jul 2012 15:06:29 +0300 Timo Sirainen dovecot.m4: Export also LIBDOVECOT_IMAP_INCLUDE
Sat, 28 Jul 2012 21:55:14 +0300 Timo Sirainen lib-master: Check ssl_cert/ssl_key only when running in config/doveconf.
Sat, 28 Jul 2012 18:03:25 +0300 Timo Sirainen dovecot.m4: Updates from Pigeonhole
Sat, 28 Jul 2012 17:55:46 +0300 Timo Sirainen Added libdovecot-ssl for creating SSL servers more easily using lib-ssl-iostream.
Sat, 28 Jul 2012 17:54:19 +0300 Timo Sirainen Moved ssl_* settings from login-common to lib-master.
Sat, 28 Jul 2012 17:47:34 +0300 Timo Sirainen lib-master: Added base_dir to master_service_settings.
Sat, 28 Jul 2012 17:45:47 +0300 Timo Sirainen lib-master: Added and used MASTER_SERVICE_INTERNAL_SET_PARSERS macro.
Sat, 28 Jul 2012 17:37:19 +0300 Timo Sirainen ssl-params: Create also base_dir/ssl-params socket.
Sat, 28 Jul 2012 17:36:53 +0300 Timo Sirainen login: Use lib-ssl-iostream code to handle ssl_protocols setting.
Sat, 28 Jul 2012 17:36:27 +0300 Timo Sirainen lib-ssl-iostream: Added protocols setting.
Sat, 28 Jul 2012 17:34:11 +0300 Timo Sirainen lib-ssl-iostream: Name SSL iostreams based on parent streams.
Sat, 28 Jul 2012 17:33:45 +0300 Timo Sirainen lib-ssl-iostream: Inherit output stream's error handling from parent.
Sat, 28 Jul 2012 17:32:14 +0300 Timo Sirainen lib-ssl-iostream: Added ssl_iostream_destroy() to do a clean SSL shutdown.
Sat, 28 Jul 2012 16:29:22 +0300 Timo Sirainen config: Added support for plugins to contain multiple service settings.
Sat, 28 Jul 2012 15:34:28 +0300 Timo Sirainen imap: MOVE command's COPYUID reply was missing a space
Wed, 25 Jul 2012 19:31:28 +0300 Timo Sirainen i_stream_read(): Added assert to make sure EOF isn't returned too early.
Wed, 25 Jul 2012 19:30:59 +0300 Timo Sirainen Comment update.
Wed, 25 Jul 2012 19:30:55 +0300 Timo Sirainen istream-attachment-extractor: Fixed read() returning EOF too early.
Tue, 17 Jul 2012 16:03:43 +0300 Jan Friesse quota: Support for fs hard limit
Mon, 16 Jul 2012 20:41:51 +0300 Timo Sirainen imap: Updated MOVE implementation.
Mon, 16 Jul 2012 18:24:53 +0300 Timo Sirainen master: Create missing /var/lib/dovecot/ with world-read-exec permissions.
Mon, 16 Jul 2012 16:59:51 +0300 Timo Sirainen lib-storage: Search crashfix.
Thu, 05 Jul 2012 16:11:00 +0300 Timo Sirainen lib-storage: Minor code cleanup
Thu, 05 Jul 2012 16:08:07 +0300 Timo Sirainen lib-storage: Fixed searching message flags on mailboxes without private index.
Thu, 05 Jul 2012 10:51:42 +0300 Timo Sirainen imap: Fixed crashes on some FETCH commands
Wed, 04 Jul 2012 13:13:56 +0300 Timo Sirainen lib-storage: Private index needs to be synced also when messages have been expunged.
Wed, 04 Jul 2012 12:37:02 +0300 Timo Sirainen lib-storage: Don't try to sync private index files if syncing already failed.
Wed, 04 Jul 2012 11:19:44 +0300 Timo Sirainen lib-master: i_close_fd() change caused environment variables to be used as settings.
Mon, 02 Jul 2012 05:14:22 +0300 Timo Sirainen lib-storage: Fixed searching message flags with private flags index.
Mon, 02 Jul 2012 05:14:02 +0300 Timo Sirainen lib-storage: Fixed STATUS_FIRST_UNSEEN_SEQ lookup with private flags index.
Sat, 30 Jun 2012 22:27:34 +0300 Timo Sirainen o_stream_nsend() comment update
Fri, 29 Jun 2012 09:15:26 +0300 Timo Sirainen istreams: Added default stat() implementation for filter streams.
Fri, 29 Jun 2012 09:01:56 +0300 Timo Sirainen istreams: Added default seek() implementation for seekable streams.
Fri, 29 Jun 2012 08:01:08 +0300 Timo Sirainen lib-storage: Use the new istream-attachment-* APIs to handle external mail attachments.
Fri, 29 Jun 2012 08:00:19 +0300 Timo Sirainen lib-mail: Added istream-attachment-[connector|extractor].
Fri, 29 Jun 2012 07:56:02 +0300 Timo Sirainen istreams: Set (file), (fd) or (buffer) as default name for those input streams.
Thu, 28 Jun 2012 09:28:05 +0300 Timo Sirainen Fixed ostream's new error handling not to always assert-crash.
Thu, 28 Jun 2012 03:20:34 +0300 Timo Sirainen hash-format object can now be reset to build multiple hashes.
Thu, 28 Jun 2012 03:18:55 +0300 Timo Sirainen Added i_stream_alloc()
Thu, 28 Jun 2012 01:30:50 +0300 Timo Sirainen istreams: Renamed i_stream_get_buffer_space() to i_stream_try_alloc()
Thu, 28 Jun 2012 01:01:58 +0300 Timo Sirainen Renamed istream-attachment to istream-sized.
Thu, 28 Jun 2012 00:27:13 +0300 Timo Sirainen Changed i_close_fd() API to set the fd to -1 after closing.
Wed, 27 Jun 2012 12:03:51 +0300 Timo Sirainen gssapi: Allow logging in as users listed in "k5principals" extra field.
Wed, 27 Jun 2012 04:24:53 +0300 Timo Sirainen Try to avoid (void) casts by adding more ATTR_NOWARN_UNUSED_RESULT.
Mon, 25 Jun 2012 03:21:25 +0300 Timo Sirainen Avoid using (void)s by adding ATTR_NOWARN_UNUSED_RESULT attributes and other ways.
Mon, 25 Jun 2012 02:52:33 +0300 Timo Sirainen Replaced (void)close(fd) and close_keep_errno() with i_close_fd().
Mon, 25 Jun 2012 02:38:29 +0300 Timo Sirainen Added array_append_zero() to write a zero-filled record to an array.
Mon, 25 Jun 2012 02:22:12 +0300 Timo Sirainen seq-range-array: Reverted most of recent API changes.
Mon, 25 Jun 2012 02:20:30 +0300 Timo Sirainen Added ATTR_NOWARN_UNUSED_RESULT, which expands to nowarn_unused_result attribute if supported.
Mon, 25 Jun 2012 02:15:22 +0300 Timo Sirainen Added i_stream_get_data_size(). Used it where possible.
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Mon, 25 Jun 2012 00:01:59 +0300 Timo Sirainen Added o_stream_nsend*() and related functions to make delayed error handling safer.
Sun, 24 Jun 2012 21:43:48 +0300 Timo Sirainen master: Problems with creating base_dir/statedir should be fatals.
Sun, 24 Jun 2012 21:35:18 +0300 Timo Sirainen lib-lda: Duplicate database write failures weren't detected.
Sun, 24 Jun 2012 21:29:56 +0300 Timo Sirainen seq_range_array_add() API change triggered a crash in buggy code.