log

age author description
Sun, 19 Dec 2004 10:31:00 +0200 Timo Sirainen Type changes, was probably broken with 64bit systems. HEAD
Sun, 19 Dec 2004 10:19:00 +0200 Timo Sirainen mail_cache_decision_*() prototypes were wrong. HEAD
Sun, 19 Dec 2004 10:18:05 +0200 Timo Sirainen my_madvise() wasn't returning anything. HEAD
Sun, 19 Dec 2004 09:04:14 +0200 Timo Sirainen In some cases we may have crashed if header didn't end with LF+LF. HEAD
Sun, 19 Dec 2004 08:36:12 +0200 Timo Sirainen Added %f pop3_uidl_format for maildir. Patch by Andrey Panin. HEAD
Sun, 19 Dec 2004 07:49:26 +0200 Timo Sirainen Include libgen.h only if it exists. HEAD
Sun, 19 Dec 2004 07:30:20 +0200 Timo Sirainen Fixed crashing due to free()ing too much. HEAD
Sun, 19 Dec 2004 07:11:05 +0200 Timo Sirainen SEARCH UNKEYWORD wasn't working. HEAD
Sun, 19 Dec 2004 03:53:30 +0200 Timo Sirainen Don't crash if last extension in record needs padding. HEAD
Sun, 19 Dec 2004 02:46:10 +0200 Timo Sirainen MIME part header fetches weren't working correctly. HEAD
Sun, 19 Dec 2004 02:45:33 +0200 Timo Sirainen Seeking backwards to headers wasn't working. HEAD
Sat, 18 Dec 2004 16:47:46 +0200 Timo Sirainen Don't call bsearch() with zero member count, it crashes in Solaris. HEAD
Fri, 17 Dec 2004 15:31:19 +0200 Timo Sirainen Go back to the version before recent changes. It was correct all the time. HEAD
Fri, 17 Dec 2004 13:08:58 +0200 Timo Sirainen Added mbox_writeonly variable, forgot in last commit. HEAD
Fri, 17 Dec 2004 02:05:54 +0200 Timo Sirainen Named pipes are now treated as write-only mboxes. HEAD
Thu, 16 Dec 2004 22:41:15 +0200 Timo Sirainen o_stream_send_istream() was broken and could have just caused copying to be HEAD
Thu, 16 Dec 2004 03:41:25 +0200 Timo Sirainen Fix when using multiple auth processes. HEAD
Thu, 16 Dec 2004 03:37:20 +0200 Timo Sirainen Added assert. HEAD
Thu, 16 Dec 2004 03:37:14 +0200 Timo Sirainen LF-stream might have counted the bytes wrong in certain situations, causing HEAD
Thu, 16 Dec 2004 03:35:40 +0200 Timo Sirainen Stream copying skipped too much input if the output buffer wasn't empty when HEAD
Thu, 16 Dec 2004 00:22:45 +0200 Timo Sirainen Crashfix HEAD
Wed, 15 Dec 2004 23:38:33 +0200 Timo Sirainen Deinitialize pending command only if it's actually executing. Fixes crash if HEAD
Wed, 15 Dec 2004 23:31:53 +0200 Timo Sirainen If mbox isn't synced, don't try to set message's md5sum because it just HEAD
Wed, 15 Dec 2004 22:12:31 +0200 Timo Sirainen Added support for multiple modifiers. Added %X = hex modifier. Prefixing HEAD
Wed, 15 Dec 2004 22:05:15 +0200 Timo Sirainen Added pop3_uidl_format setting. HEAD
Wed, 15 Dec 2004 21:31:06 +0200 Timo Sirainen Auth cache key was built wrong if any modifiers were used for %vars. HEAD
Wed, 15 Dec 2004 21:24:11 +0200 Timo Sirainen Removed X-UIDL header handling. It's not actually used. HEAD
Wed, 15 Dec 2004 20:48:06 +0200 Timo Sirainen If we want MD5 sums in indexes, mail saving should also add them. HEAD
Wed, 15 Dec 2004 20:43:40 +0200 Timo Sirainen Reorganized mbox md5 summing code so it doesn't require sync context anymore. HEAD
Wed, 15 Dec 2004 20:06:47 +0200 Timo Sirainen When building cache key, use each %key only once, more wastes only memory. HEAD
Wed, 15 Dec 2004 19:52:17 +0200 Timo Sirainen Connect to available auth sockets by round robin. HEAD
Wed, 15 Dec 2004 19:44:22 +0200 Timo Sirainen If login_process_per_connection=no, create a separate listener socket for HEAD
Wed, 15 Dec 2004 19:24:44 +0200 Timo Sirainen Check for duplicate fields in header. HEAD
Wed, 15 Dec 2004 19:01:55 +0200 Timo Sirainen Added mbox_very_dirty_syncs setting. HEAD
Tue, 14 Dec 2004 05:03:56 +0200 Timo Sirainen Continuing last header-md5 commit.. HEAD
Tue, 14 Dec 2004 05:03:34 +0200 Timo Sirainen Always register the header-md5, but use separate variable to figure out if HEAD
Tue, 14 Dec 2004 04:44:33 +0200 Timo Sirainen Moved mbox header MD5 summing code into separate file so it's easily changed. HEAD
Mon, 13 Dec 2004 02:55:42 +0200 Timo Sirainen If log file sequences get broken, complain instead of crashing. HEAD
Mon, 13 Dec 2004 02:24:27 +0200 Timo Sirainen A few extra asserts. HEAD
Thu, 09 Dec 2004 00:35:50 +0200 Timo Sirainen When master looked for auth request, it didn't check if the authentication HEAD
Thu, 09 Dec 2004 00:06:41 +0200 Timo Sirainen Don't change login dir permissions if using external auth. HEAD
Wed, 08 Dec 2004 19:22:42 +0200 Timo Sirainen CREATE dir/ wasn't working. HEAD
Wed, 08 Dec 2004 19:15:46 +0200 Timo Sirainen Changed mbox header padding back to 50. It was 5 for debugging (probably HEAD
Wed, 08 Dec 2004 04:27:39 +0200 Timo Sirainen Requests in failed response queue could still be found from request queue HEAD
Tue, 07 Dec 2004 23:32:09 +0200 Timo Sirainen Added assert HEAD
Tue, 07 Dec 2004 22:26:00 +0200 Timo Sirainen Fixed mbox corruption in certain situations. Added more asserts to catch HEAD
Tue, 07 Dec 2004 05:59:20 +0200 Timo Sirainen Moved extension syncing code to separate file. HEAD
Tue, 07 Dec 2004 04:02:12 +0200 Timo Sirainen Sync contexts are always of type struct mail_index_sync_map_ctx. HEAD
Tue, 07 Dec 2004 03:19:10 +0200 Timo Sirainen Added oe-ns-eoh workaround. HEAD
Tue, 07 Dec 2004 03:02:04 +0200 Timo Sirainen Crashfix for mmap_disable=yes. HEAD
Tue, 07 Dec 2004 02:56:05 +0200 Timo Sirainen mail_cache_merge_bitmask() was broken, cache compression could have crashed HEAD
Tue, 07 Dec 2004 02:43:51 +0200 Timo Sirainen Cache compression didn't work with lock_method = dotlock. HEAD
Tue, 07 Dec 2004 02:41:38 +0200 Timo Sirainen If pid in dotlock file is same as ours, assume a stale lock file. HEAD
Tue, 07 Dec 2004 02:26:01 +0200 Timo Sirainen Added assert HEAD
Tue, 07 Dec 2004 02:08:00 +0200 Timo Sirainen mail_deinit() wasn't used anymore. HEAD
Mon, 06 Dec 2004 18:55:57 +0200 Timo Sirainen Crashfix for passdb cache. Patch by Andrey Panin. HEAD
Mon, 06 Dec 2004 18:46:49 +0200 Timo Sirainen Cached passwords didn't return scheme correctly. Patch by Andrey Panin. HEAD
Mon, 06 Dec 2004 18:42:12 +0200 Timo Sirainen Mechanism list / passdb compatibility checking wasn't working because we HEAD
Mon, 06 Dec 2004 18:39:02 +0200 Timo Sirainen Added name variable for userdb_module and passdb_module and changed their HEAD
Sun, 05 Dec 2004 06:10:43 +0200 Timo Sirainen lock_method=dotlock doesn't crash anymore while trying to modify cache file. HEAD
Sun, 05 Dec 2004 05:42:43 +0200 Timo Sirainen Changed assert() to friendly human readable message. HEAD
Sun, 05 Dec 2004 04:18:44 +0200 Timo Sirainen mmap_disable=yes: when we're syncing index by reading transaction log, HEAD
Sun, 05 Dec 2004 03:49:20 +0200 Timo Sirainen mmap_disable=yes: if mail_index_map() is called while syncing make sure we HEAD
Sun, 05 Dec 2004 03:47:03 +0200 Timo Sirainen Added more asserts. HEAD
Sun, 05 Dec 2004 03:45:53 +0200 Timo Sirainen Renamed mail_index_refresh() to mail_index_reopen_if_needed(). Added public HEAD
Sun, 05 Dec 2004 03:41:45 +0200 Timo Sirainen Don't try to fsck when we're modifying index. It could have happened with HEAD
Sun, 05 Dec 2004 03:38:17 +0200 Timo Sirainen Added "sync lost" handlers which are called with mmap_disable=yes when index HEAD
Sun, 05 Dec 2004 03:36:12 +0200 Timo Sirainen Changed file_cache_invalidate()'s size argument to uoff_t type. HEAD
Sun, 05 Dec 2004 00:04:45 +0200 Timo Sirainen Expunge sync handlers were using wrong extension contexts. This may have HEAD
Sat, 04 Dec 2004 23:57:36 +0200 Timo Sirainen Don't crash with assert if transaction log was truncated unexpectedly. HEAD
Sat, 04 Dec 2004 23:56:19 +0200 Timo Sirainen If index is completely broken, don't try to fsck it since we'll just crash. HEAD
Sat, 04 Dec 2004 23:55:41 +0200 Timo Sirainen Locking fixes and cleanups HEAD
Sat, 04 Dec 2004 21:46:59 +0200 Timo Sirainen RETR: Don't bother adding \Seen flag to message if it's already there. HEAD
Sat, 04 Dec 2004 20:51:26 +0200 Timo Sirainen Timeout changes. Default idle timeout is now 10 minutes instead of 30 HEAD
Fri, 03 Dec 2004 06:58:37 +0200 Timo Sirainen Make sure index is reopened if it's marked corrupted. HEAD
Fri, 03 Dec 2004 06:57:59 +0200 Timo Sirainen Don't crash if we failed to lock cache file. HEAD
Tue, 30 Nov 2004 11:37:33 +0200 Timo Sirainen broken fix for sync handler deinitializing.. HEAD
Tue, 30 Nov 2004 11:20:25 +0200 Timo Sirainen Sync handlers weren't always deinitialized with correct parameters. HEAD
Tue, 30 Nov 2004 10:59:26 +0200 Timo Sirainen With mmap_disabled=no the index header wasn't always updated causing various HEAD
Mon, 29 Nov 2004 20:01:26 +0200 Timo Sirainen Wrong extension sync_handler might have been called if index extensions HEAD
Mon, 29 Nov 2004 19:38:38 +0200 Timo Sirainen Don't write to closed cache file HEAD
Mon, 29 Nov 2004 19:35:45 +0200 Timo Sirainen Added assert HEAD
Mon, 29 Nov 2004 19:22:40 +0200 Timo Sirainen If extension data changes was actually found from transaction view, it was HEAD
Mon, 29 Nov 2004 14:30:27 +0200 Timo Sirainen Crashfixes for reading corrupted cache files. HEAD
Mon, 29 Nov 2004 14:21:24 +0200 Timo Sirainen Don't crash if trying to read more than INT_MAX bytes. Just silently allow HEAD
Mon, 29 Nov 2004 04:30:14 +0200 Timo Sirainen Initial response support for NTLM and RPA. Patch by Andrey Panin. HEAD
Mon, 29 Nov 2004 03:25:45 +0200 Timo Sirainen Make sure we don't try to write to cache file when it's already closed HEAD
Mon, 29 Nov 2004 03:16:30 +0200 Timo Sirainen mmap_disable=yes fixes. HEAD
Mon, 29 Nov 2004 03:15:49 +0200 Timo Sirainen We were accessing map which was potentially already freed. HEAD
Mon, 29 Nov 2004 02:48:45 +0200 Timo Sirainen Changed mail_index_map_to_memory() to mail_index_map_clone(). Even if the HEAD
Mon, 29 Nov 2004 02:27:47 +0200 Timo Sirainen Don't crash if cache is unusable. HEAD
Mon, 29 Nov 2004 02:23:35 +0200 Timo Sirainen Don't mark map to be written into disk if we're syncing a view and not HEAD
Mon, 29 Nov 2004 02:17:44 +0200 Timo Sirainen Cache sync handler wasn't registered correctly so it broke with HEAD
Mon, 29 Nov 2004 01:55:40 +0200 Timo Sirainen Give UIDVALIDITY for empty mboxes too. HEAD
Mon, 29 Nov 2004 01:43:23 +0200 Timo Sirainen Still need to update view->hdr.. HEAD
Mon, 29 Nov 2004 01:26:19 +0200 Timo Sirainen sync_ext_reorder() sometimes added too much data to buffer. HEAD
Mon, 29 Nov 2004 01:19:53 +0200 Timo Sirainen Removed view->messages_count, view->hdr.messages_count is enough. Also fixes HEAD
Mon, 29 Nov 2004 01:02:01 +0200 Timo Sirainen added assert HEAD
Mon, 29 Nov 2004 00:45:39 +0200 Timo Sirainen mail_index_write_base_header() doesn't crash anymore if index mapping is in HEAD
Sun, 28 Nov 2004 02:04:29 +0200 Timo Sirainen Don't destroy client structure immediately when sending line fails. Fixes some writes to freed memory. HEAD
Fri, 26 Nov 2004 21:15:27 +0200 Timo Sirainen fix HEAD
Thu, 25 Nov 2004 22:19:38 +0200 Timo Sirainen UID FETCH * gave error message with empty mailbox. HEAD
Thu, 25 Nov 2004 21:12:46 +0200 Timo Sirainen crashfix HEAD
Thu, 25 Nov 2004 16:49:25 +0200 Timo Sirainen Username given in USER was was not freed when destroying client. HEAD
Thu, 25 Nov 2004 01:05:01 +0200 Timo Sirainen When we actually read index file's header make sure it gets copied to memory HEAD
Wed, 24 Nov 2004 22:42:02 +0200 Timo Sirainen Avoid re-reading index file with mmap_disable=yes. HEAD
Wed, 24 Nov 2004 22:41:35 +0200 Timo Sirainen When committing transaction, don't do index locking unless we really want to HEAD
Wed, 24 Nov 2004 22:40:39 +0200 Timo Sirainen mail_index_refresh() isn't public anymore, mail_index_view_open_locked() HEAD
Wed, 24 Nov 2004 20:39:57 +0200 Timo Sirainen Changed mail_index_get_header() to return the header as return value because HEAD
Wed, 24 Nov 2004 19:55:05 +0200 Timo Sirainen recent flag fixes HEAD
Wed, 24 Nov 2004 19:43:52 +0200 Timo Sirainen recent flag fixes HEAD
Wed, 24 Nov 2004 19:32:06 +0200 Timo Sirainen APPEND/COPY was broken with maildir. HEAD
Wed, 24 Nov 2004 19:31:53 +0200 Timo Sirainen If we synced external transactions at the beginning of index sync, we have HEAD
Wed, 24 Nov 2004 18:46:15 +0200 Timo Sirainen Don't access freed memory. HEAD
Wed, 24 Nov 2004 18:44:11 +0200 Timo Sirainen Allow running all executables with parameters. HEAD
Sun, 14 Nov 2004 03:23:21 +0200 Timo Sirainen Avoid re-reading index file with mmap_disabled=yes. Instead sync it by HEAD
Sun, 14 Nov 2004 01:08:07 +0200 Timo Sirainen Update view's header only after syncing the view. This and other changes fix HEAD
Sun, 14 Nov 2004 01:06:16 +0200 Timo Sirainen We didn't give error if trying to search message by sequence in an empty HEAD
Sun, 14 Nov 2004 00:27:57 +0200 Timo Sirainen When view was synced without expunges, we didn't actually sync the expunges HEAD
Fri, 12 Nov 2004 16:35:49 +0200 Timo Sirainen Make SIGUSR1 reopen log files. HEAD
Fri, 12 Nov 2004 16:35:39 +0200 Timo Sirainen Add signal counters to USR1 and USR2 signals too. HEAD
Fri, 12 Nov 2004 00:24:08 +0200 Timo Sirainen dovecot-shared file was supposed to show permissions/gid for files created HEAD
Fri, 12 Nov 2004 00:10:56 +0200 Timo Sirainen APPEND was using all CPU. HEAD
Fri, 12 Nov 2004 00:01:39 +0200 Timo Sirainen Allow specifying to transaction if it's external. Make mail saving HEAD
Thu, 11 Nov 2004 19:45:03 +0200 Timo Sirainen allow LM authentication for older (Win9x) clients HEAD
Thu, 11 Nov 2004 19:36:51 +0200 Timo Sirainen Make sure fetching gets deinitialized properly if connection closes in the HEAD
Thu, 11 Nov 2004 17:25:50 +0200 Timo Sirainen crashfix HEAD
Tue, 09 Nov 2004 18:54:31 +0200 Timo Sirainen Make sure imap or pop3 processes cannot be started from inetd. HEAD
Mon, 08 Nov 2004 04:45:59 +0200 Timo Sirainen Check for libgen.h and if it's not found, use my_basename(). Also HEAD
Mon, 08 Nov 2004 04:31:40 +0200 Timo Sirainen crashfix HEAD
Mon, 08 Nov 2004 04:12:55 +0200 Timo Sirainen Removed byteorder.* files. They're not used anymore. HEAD
Mon, 08 Nov 2004 03:21:14 +0200 Timo Sirainen Cache invalidating needed to hook into view syncing as well. HEAD
Mon, 08 Nov 2004 03:02:52 +0200 Timo Sirainen Use madvise(MADV_DONTNEED) for invalidated pages to free memory. HEAD
Mon, 08 Nov 2004 02:55:02 +0200 Timo Sirainen More correct file cache invalidating. HEAD
Mon, 08 Nov 2004 02:40:36 +0200 Timo Sirainen Cache file works now with mmap_disable=yes. Still needs a few optimizations. HEAD
Sun, 07 Nov 2004 22:35:26 +0200 Timo Sirainen mark decision changes dirty so when we're trying to write them to disk, we HEAD
Sun, 07 Nov 2004 20:57:17 +0200 Timo Sirainen Crashfix HEAD
Sun, 07 Nov 2004 20:55:15 +0200 Timo Sirainen Allow calling mail_index_fsck() with log locked. HEAD
Sun, 07 Nov 2004 20:52:30 +0200 Timo Sirainen fsck index if transaction log is found to be corrupted. HEAD
Sun, 07 Nov 2004 20:44:58 +0200 Timo Sirainen Added extra checks to avoid crashes with corrupted transaction log. HEAD
Sun, 07 Nov 2004 20:06:02 +0200 Timo Sirainen DIGEST-MD5 was broken. HEAD
Sun, 07 Nov 2004 17:21:29 +0200 Timo Sirainen Use dynamic buffer. Probably fixes some "buffer full" crashes. HEAD
Sun, 07 Nov 2004 17:17:15 +0200 Timo Sirainen Print pool name for "buffer full" errors. HEAD
Sun, 07 Nov 2004 17:15:18 +0200 Timo Sirainen Removed assert, it's allowed to happen HEAD
Sat, 06 Nov 2004 22:55:31 +0200 Timo Sirainen print info about cache clearing HEAD
Sat, 06 Nov 2004 22:23:13 +0200 Timo Sirainen SIGHUP now clears cache. HEAD
Sat, 06 Nov 2004 22:22:59 +0200 Timo Sirainen Changed lib_signal_hup to lib_signal_hup_count. HEAD
Sat, 06 Nov 2004 19:20:18 +0200 Timo Sirainen Removed cache_offset from mail_index_record and changed it to use extension HEAD
Fri, 05 Nov 2004 17:36:38 +0200 Timo Sirainen warning fix HEAD
Fri, 05 Nov 2004 02:56:52 +0200 Timo Sirainen fix HEAD
Thu, 04 Nov 2004 15:09:44 +0200 Timo Sirainen Check that PASS replies with OK. HEAD
Tue, 02 Nov 2004 02:35:15 +0200 Timo Sirainen Last fix was wrong.. HEAD
Tue, 02 Nov 2004 02:24:38 +0200 Timo Sirainen line updating was broken HEAD
Tue, 02 Nov 2004 02:03:56 +0200 Timo Sirainen idx_seq wasn't properly set when we were seeking into UID which doesn't HEAD
Mon, 01 Nov 2004 22:48:42 +0200 Timo Sirainen oops HEAD
Mon, 01 Nov 2004 22:48:11 +0200 Timo Sirainen error message fix HEAD
Mon, 01 Nov 2004 15:53:14 +0200 Timo Sirainen Crashfix in some error conditions HEAD
Mon, 01 Nov 2004 15:43:06 +0200 Timo Sirainen Cleanups HEAD
Mon, 01 Nov 2004 15:34:36 +0200 Timo Sirainen And more leak fixes.. HEAD
Mon, 01 Nov 2004 15:31:00 +0200 Timo Sirainen Fixed memory leaks. HEAD
Mon, 01 Nov 2004 14:18:04 +0200 Timo Sirainen memory leak fixes HEAD
Mon, 01 Nov 2004 14:15:42 +0200 Timo Sirainen Added str_free_without_data(). HEAD
Fri, 29 Oct 2004 20:56:46 +0300 Timo Sirainen typofix: advertise auth=plain only with disable_plaintext_auth = yes HEAD
Thu, 28 Oct 2004 18:22:35 +0300 Timo Sirainen another proxy crashfix HEAD
Thu, 28 Oct 2004 13:27:22 +0300 Timo Sirainen crashfixes HEAD
Wed, 27 Oct 2004 17:20:21 +0300 Timo Sirainen Keep proxy_user stored until proxy is destroyed. HEAD
Tue, 26 Oct 2004 07:38:40 +0300 Timo Sirainen Don't show extra LFs in lines longer than input buffer size. HEAD
Tue, 26 Oct 2004 06:57:15 +0300 Timo Sirainen still not right HEAD
Tue, 26 Oct 2004 02:54:51 +0300 Timo Sirainen one more expunge fix.. HEAD
Tue, 26 Oct 2004 01:40:56 +0300 Timo Sirainen expunge logic still wrong. maybe now? HEAD
Tue, 26 Oct 2004 01:10:33 +0300 Timo Sirainen last fix was wrong HEAD
Tue, 26 Oct 2004 00:55:15 +0300 Timo Sirainen Expunge sync fix HEAD
Tue, 26 Oct 2004 00:23:33 +0300 Timo Sirainen fix. HEAD
Tue, 26 Oct 2004 00:18:08 +0300 Timo Sirainen cleanup HEAD
Tue, 26 Oct 2004 00:13:20 +0300 Timo Sirainen restart partial syncs correctly. and cleanups. HEAD
Mon, 25 Oct 2004 23:04:43 +0300 Timo Sirainen one more major version change fix HEAD
Mon, 25 Oct 2004 22:55:19 +0300 Timo Sirainen More rebuilding fixes with mmap_disable=yes HEAD
Mon, 25 Oct 2004 22:51:02 +0300 Timo Sirainen Rebuild broken index files with mmap_disabled=yes too.. HEAD
Mon, 25 Oct 2004 22:47:18 +0300 Timo Sirainen Handle major version changes silently even if the file isn't large enough to HEAD
Mon, 25 Oct 2004 22:41:50 +0300 Timo Sirainen Don't crash if mmap_disable=yes and index is broken. HEAD
Mon, 25 Oct 2004 21:50:04 +0300 Timo Sirainen config.rpath isn't supposed to be here.. HEAD
Mon, 25 Oct 2004 20:42:51 +0300 Timo Sirainen Use separate sync offsets for internal/external transactions. Pending external HEAD
Mon, 25 Oct 2004 20:12:51 +0300 Timo Sirainen Always protect maildir syncing with uidlist lock. Before we only tried to HEAD
Mon, 25 Oct 2004 05:05:50 +0300 Timo Sirainen getgroups() was used wrongly before and caused problems if there were lots HEAD
Sun, 24 Oct 2004 03:22:11 +0300 Timo Sirainen Don't crash to asserts HEAD
Sun, 24 Oct 2004 03:21:50 +0300 Timo Sirainen fix HEAD
Sun, 24 Oct 2004 02:03:30 +0300 Timo Sirainen buffer_insert() and buffer_insert_zero() didn't work correctly when it used HEAD
Sat, 23 Oct 2004 23:55:42 +0300 Timo Sirainen Send the "* BYE Logging out" before closing mailbox. HEAD
Fri, 22 Oct 2004 20:47:28 +0300 Timo Sirainen Make it more clear that password query must return a "password" named field. HEAD
Fri, 22 Oct 2004 17:15:32 +0300 Timo Sirainen Don't try to free cache if it doesn't exist. HEAD
Fri, 22 Oct 2004 16:44:03 +0300 Timo Sirainen Dovecot authentication protocol v1.0 HEAD
Fri, 22 Oct 2004 16:42:55 +0300 Timo Sirainen Separate major/minor version with TAB instead of dot in VERSION. HEAD
Fri, 22 Oct 2004 16:34:06 +0300 Timo Sirainen support OEM encoding in NTLM messages. Patch by Andrey Panin. HEAD
Fri, 22 Oct 2004 03:48:44 +0300 Timo Sirainen More expunge/rewrite fixes. HEAD
Thu, 21 Oct 2004 23:58:23 +0300 Timo Sirainen Don't access freed memory. HEAD
Thu, 21 Oct 2004 23:47:36 +0300 Timo Sirainen mail_log_prefix was using old %p, changed it to %s.. HEAD
Thu, 21 Oct 2004 23:33:44 +0300 Timo Sirainen rewrite fixes HEAD
Thu, 21 Oct 2004 20:16:32 +0300 Timo Sirainen Crashfix HEAD
Thu, 21 Oct 2004 16:41:36 +0300 Timo Sirainen mysql/pgsql -> sql HEAD
Thu, 21 Oct 2004 16:40:14 +0300 Timo Sirainen Don't return values from void functions. HEAD
Thu, 21 Oct 2004 05:36:29 +0300 Timo Sirainen IDLE used 100% CPU. HEAD
Thu, 21 Oct 2004 05:27:12 +0300 Timo Sirainen cleanup HEAD
Thu, 21 Oct 2004 05:23:09 +0300 Timo Sirainen Added simple LRU cache for auth requests. Currently only for sql passdb. HEAD
Thu, 21 Oct 2004 02:34:34 +0300 Timo Sirainen Changed %p (protocol) -> %s (service). Also changed %P (pid) -> %p. HEAD
Thu, 21 Oct 2004 02:05:53 +0300 Timo Sirainen Upgrades to autoconf 2.5 and automake >1.4. HEAD
Thu, 21 Oct 2004 01:35:13 +0300 Timo Sirainen This is a generated file. Shouldn't be in cvs. HEAD
Wed, 20 Oct 2004 23:46:37 +0300 Timo Sirainen Removed special Maildir/.INBOX directory. Indexes are now stored in maildir HEAD
Wed, 20 Oct 2004 23:19:57 +0300 Timo Sirainen Don't crash if no headers are given (fixes FETCH BODY[n.MIME] crashing) HEAD
Wed, 20 Oct 2004 21:09:32 +0300 Timo Sirainen Added tb-negative-fetch workaround. HEAD
Wed, 20 Oct 2004 20:49:02 +0300 Timo Sirainen Put SPID back, it's needed for standalone dovecot-auth. HEAD
Wed, 20 Oct 2004 20:07:32 +0300 Timo Sirainen Changed ostream's flush callback to have return value which can tell if HEAD
Wed, 20 Oct 2004 20:04:27 +0300 Timo Sirainen input->eof && o_stream_send_istream() == 0 isn't a correct way to check if all HEAD
Wed, 20 Oct 2004 20:03:23 +0300 Timo Sirainen Added i_stream_have_bytes_left(). HEAD
Wed, 20 Oct 2004 17:02:12 +0300 Timo Sirainen Fixes. HEAD
Wed, 20 Oct 2004 16:59:32 +0300 Timo Sirainen Logging changes. HEAD
Wed, 20 Oct 2004 16:49:04 +0300 Timo Sirainen Use USER/PASS instad for AUTH PLAIN. Also don't require "+OK" to have HEAD
Tue, 19 Oct 2004 18:53:16 +0300 Timo Sirainen Don't advertise LISTEXT capability. It's still a draft which changes HEAD
Tue, 19 Oct 2004 18:47:45 +0300 Timo Sirainen crashfixes HEAD
Tue, 19 Oct 2004 18:47:31 +0300 Timo Sirainen Don't crash with invalid auth client input. HEAD
Tue, 19 Oct 2004 05:51:37 +0300 Timo Sirainen s/protocol/service/ in authentication HEAD
Tue, 19 Oct 2004 04:47:55 +0300 Timo Sirainen If we can't add file to I/O notify list, close the fd so we don't leak. HEAD
Tue, 19 Oct 2004 04:17:39 +0300 Timo Sirainen Added version to login <-> master communication as well. HEAD
Tue, 19 Oct 2004 04:17:20 +0300 Timo Sirainen We didn't send VERSION handshake to auth process. HEAD
Tue, 19 Oct 2004 03:59:12 +0300 Timo Sirainen If auth client sends broken input and we disconnect it, wait for a while HEAD
Tue, 19 Oct 2004 03:51:21 +0300 Timo Sirainen Added VERSION command and checking to authentication protocol. HEAD
Tue, 19 Oct 2004 03:42:07 +0300 Timo Sirainen Log flushing fixes. HEAD
Tue, 19 Oct 2004 02:08:02 +0300 Timo Sirainen updated HEAD
Tue, 19 Oct 2004 02:07:01 +0300 Timo Sirainen More smart IMAP and POP3 proxies. Now if remote login fails, it just HEAD
Tue, 19 Oct 2004 02:03:54 +0300 Timo Sirainen Use reason=xx field in FAIL to report the error message instead of separate HEAD
Tue, 19 Oct 2004 00:52:10 +0300 Timo Sirainen Use -lz always with mysql. Our previous check wasn't really working because HEAD
Mon, 18 Oct 2004 23:05:51 +0300 Timo Sirainen comment update HEAD
Mon, 18 Oct 2004 22:23:49 +0300 Timo Sirainen Don't require boolean flags to be 'Y' for yes, only to be non-NULL. HEAD
Mon, 18 Oct 2004 22:21:40 +0300 Timo Sirainen Added IMAP and POP3 proxying support. HEAD
Mon, 18 Oct 2004 11:17:31 +0300 Timo Sirainen We failed with "Can't drop root group privileges" if root's gid wasn't 0. HEAD
Mon, 18 Oct 2004 04:13:25 +0300 Timo Sirainen Implemented support for LOGIN-REFERRALS using "referral" and "reason" HEAD
Mon, 18 Oct 2004 04:00:42 +0300 Timo Sirainen Authentication OK and FAIL replies can now contain extra fields from passdb. HEAD
Mon, 18 Oct 2004 02:36:08 +0300 Timo Sirainen Didn't work with asynchronous passdb. HEAD
Mon, 18 Oct 2004 02:08:40 +0300 Timo Sirainen tls/secured variables are in common client structure. Plaintext logins HEAD
Sun, 17 Oct 2004 21:24:21 +0300 Timo Sirainen New way of handling extension introductions in transaction log. HEAD
Sun, 17 Oct 2004 19:42:20 +0300 Timo Sirainen Removed mmap() memory area protections. They weren't always set correctly. HEAD