log

age author description
Sun, 11 Dec 2005 00:25:05 +0200 Timo Sirainen Added missing header files. Fixed plugin install hooks to use DESTDIR. HEAD
Sun, 11 Dec 2005 00:23:43 +0200 Timo Sirainen Some syslog facilities aren't defined everywhere. Put #ifdefs around them. HEAD
Sat, 10 Dec 2005 23:10:48 +0200 Timo Sirainen fix HEAD
Sat, 10 Dec 2005 23:03:21 +0200 Timo Sirainen fix HEAD
Sat, 10 Dec 2005 22:36:18 +0200 Timo Sirainen Added some more information about prefetch userdb. HEAD
Sat, 10 Dec 2005 21:44:45 +0200 Timo Sirainen Added beginnings of plugin infrastructure. TODO: These could be optionally HEAD
Sat, 10 Dec 2005 20:58:59 +0200 Timo Sirainen Added dictionary API and implementation for SQL. It's meant for looking and HEAD
Sat, 10 Dec 2005 20:57:11 +0200 Timo Sirainen Added support for transactions and synchronous SQL queries. HEAD
Sat, 10 Dec 2005 20:56:02 +0200 Timo Sirainen Added module_contexts to transactions. HEAD
Tue, 06 Dec 2005 21:23:10 +0200 Timo Sirainen Don't allow pop3_uidl_format without at least one valid %var in it. HEAD
Tue, 06 Dec 2005 19:34:45 +0200 Timo Sirainen Make pop3_reuse_xuidl setting actually work. Patch by grant beattie. HEAD
Tue, 06 Dec 2005 18:58:01 +0200 Timo Sirainen Fixed broken index directory creation change HEAD
Tue, 06 Dec 2005 18:48:20 +0200 Timo Sirainen If LDAP lookup fails because connection gets closed, try retrying it again HEAD
Tue, 06 Dec 2005 17:08:32 +0200 Timo Sirainen Added better logging HEAD
Tue, 06 Dec 2005 16:53:52 +0200 Timo Sirainen Deinitialize userdbs/passdbs first, so they can still generate auth failure HEAD
Tue, 06 Dec 2005 16:37:15 +0200 Timo Sirainen Don't crash if cache key isn't set but cache is enabled. HEAD
Tue, 06 Dec 2005 16:32:50 +0200 Timo Sirainen If DONE was sent while output was still being sent to clients, we didn't HEAD
Tue, 06 Dec 2005 14:54:42 +0200 Timo Sirainen mailbox_idle_check_interval comment updated HEAD
Sat, 03 Dec 2005 00:15:22 +0200 Timo Sirainen Forgot to add in syslog_facility commit HEAD
Fri, 02 Dec 2005 14:53:21 +0200 Timo Sirainen Added syslog_facility setting to config file. HEAD
Fri, 02 Dec 2005 13:30:45 +0200 Timo Sirainen mail_index_keywords_create_from_indexes(): Don't crash with 64bit systems if there are only 0 keywords. HEAD
Fri, 02 Dec 2005 13:05:28 +0200 Timo Sirainen Comment changes to reflect the new way to configure pass_attrs and user_attrs (which has been there for months already, the old way still works too). HEAD
Fri, 02 Dec 2005 12:03:41 +0200 Timo Sirainen Logic/comments cleanups. Keep uidlist locked a bit shorter time. HEAD
Mon, 28 Nov 2005 01:05:28 +0200 Timo Sirainen Initial implementation of Dovecot's own high performance file format, named HEAD
Mon, 28 Nov 2005 01:03:06 +0200 Timo Sirainen Minor error handling fix HEAD
Fri, 25 Nov 2005 21:23:23 +0200 Timo Sirainen "userdb prefetch" should be commented out by default. HEAD
Fri, 25 Nov 2005 17:19:49 +0200 Timo Sirainen Added decimal <-> hex string translation functions. HEAD
Fri, 25 Nov 2005 17:16:46 +0200 Timo Sirainen Moved seq_range_*() functions to more generic ones in lib/. HEAD
Fri, 25 Nov 2005 17:15:11 +0200 Timo Sirainen Added file_dotlock_get_lock_path() HEAD
Sun, 20 Nov 2005 19:15:51 +0200 Timo Sirainen Changed "pop3_uidl_format not set" error message. HEAD
Sat, 19 Nov 2005 14:42:56 +0200 Timo Sirainen MAILBOX_OPEN_NO_INDEX_FILES flagfix. HEAD
Sat, 19 Nov 2005 14:42:43 +0200 Timo Sirainen Don't create index directory if we're not using index files HEAD
Sat, 19 Nov 2005 14:35:50 +0200 Timo Sirainen Using MAILBOX_OPEN_NO_INDEX_FILES caused crashes in deinitialization HEAD
Fri, 04 Nov 2005 13:34:45 +0200 Timo Sirainen API description update HEAD
Thu, 03 Nov 2005 20:36:36 +0200 Timo Sirainen Assert change HEAD
Thu, 03 Nov 2005 20:30:24 +0200 Timo Sirainen We could have assert-crashed when expunging messages. HEAD
Fri, 28 Oct 2005 20:11:36 +0300 Timo Sirainen Give error message if auth server didn't return mechanism list. HEAD
Fri, 28 Oct 2005 19:52:20 +0300 Timo Sirainen If capability is sent in greeting, don't send it before we have received HEAD
Fri, 28 Oct 2005 19:24:49 +0300 Timo Sirainen MIT kerberos v1.2 (and older) doesn't work with us. HEAD
Fri, 28 Oct 2005 18:18:50 +0300 Timo Sirainen If mail had more extra space in X-UID header than in X-Keywords header (but HEAD
Fri, 28 Oct 2005 17:48:29 +0300 Timo Sirainen Make sure we are seeked to correct position if using the last mail's HEAD
Fri, 28 Oct 2005 17:32:35 +0300 Timo Sirainen We were handling wrapped X-IMAPbase and X-Keywords headers very badly. HEAD
Fri, 28 Oct 2005 17:32:02 +0300 Timo Sirainen Handle duplicate keywords in X-Keywords header properly HEAD
Fri, 28 Oct 2005 17:16:16 +0300 Timo Sirainen We added LF+TAB unneededly at the beginning of each X-Keywords header. HEAD
Fri, 28 Oct 2005 17:10:13 +0300 Timo Sirainen Growing extension headers broke other extensions, unless it was the first HEAD
Fri, 28 Oct 2005 17:01:28 +0300 Timo Sirainen Set mail_ctx=NULL always after doing something for the last mail, even if we HEAD
Fri, 28 Oct 2005 16:38:36 +0300 Timo Sirainen Added an assert HEAD
Fri, 28 Oct 2005 16:38:22 +0300 Timo Sirainen Validate deserialization better. HEAD
Fri, 28 Oct 2005 15:03:07 +0300 Timo Sirainen Use a bit larger initial pool sizes HEAD
Fri, 28 Oct 2005 15:02:36 +0300 Timo Sirainen cache_key was set wrong for sql/ldap passdbs, so auth_cache was completely HEAD
Fri, 28 Oct 2005 14:49:34 +0300 Timo Sirainen Don't crash with empty mboxes HEAD
Fri, 28 Oct 2005 14:38:04 +0300 Timo Sirainen Comment update HEAD
Fri, 28 Oct 2005 14:34:36 +0300 Timo Sirainen Don't call initgroups() at the start of login processes. HEAD
Fri, 28 Oct 2005 14:27:43 +0300 Timo Sirainen Added %i for UID HEAD
Fri, 28 Oct 2005 13:57:17 +0300 Timo Sirainen Ignore SIGALRM signal. We don't want to crash when it happens. HEAD
Fri, 28 Oct 2005 13:52:02 +0300 Timo Sirainen mail_cache_delete(): Make sure we don't get to infinite loop if cache HEAD
Thu, 27 Oct 2005 18:57:28 +0300 Timo Sirainen %w contains now password HEAD
Thu, 27 Oct 2005 18:44:23 +0300 Timo Sirainen typofix HEAD
Thu, 27 Oct 2005 18:22:28 +0300 Timo Sirainen And even more log verbosity HEAD
Thu, 27 Oct 2005 17:59:27 +0300 Timo Sirainen Added more verbosity to epoll_ctl() failure messages. HEAD