log

age author description
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
Thu, 27 Oct 2005 17:57:50 +0300 Timo Sirainen Added GSSAPI support. Patch by Jelmer Vernooij and some fixes by HEAD
Thu, 27 Oct 2005 17:29:21 +0300 Timo Sirainen Non-plaintext authentication and passdb cache didn't work together. Patch by HEAD
Thu, 27 Oct 2005 16:40:40 +0300 Timo Sirainen Use read() instead of recv() in net_receive(), so it works even with HEAD
Thu, 27 Oct 2005 16:11:44 +0300 Timo Sirainen Having "dotlock fcntl" locking assert-crashes if dotlock file already HEAD
Thu, 27 Oct 2005 15:59:12 +0300 Timo Sirainen Added a note to Solaris users about lock_method. HEAD
Thu, 27 Oct 2005 15:34:32 +0300 Timo Sirainen if message was only 0-1 bytes, we skipped the whole message which caused HEAD
Thu, 27 Oct 2005 15:12:57 +0300 Timo Sirainen When rewriting mbox, don't parse the last message again. We already have its HEAD
Thu, 27 Oct 2005 15:11:11 +0300 Timo Sirainen If message header ends unexpectedly, return it anyway instead of ignoring it HEAD
Thu, 27 Oct 2005 15:05:27 +0300 Timo Sirainen If mbox file contains only single LF, treat it as an invalid mbox file HEAD
Thu, 27 Oct 2005 13:30:27 +0300 Timo Sirainen When updating pseudo mail, we also tried to update it as the first mail in HEAD
Thu, 27 Oct 2005 12:28:23 +0300 Timo Sirainen When expunging the first mail that has X-IMAPbase header and moving it to HEAD
Thu, 20 Oct 2005 12:27:47 +0300 Timo Sirainen #ifdef TRU64 -> __osf__ HEAD
Thu, 20 Oct 2005 12:15:57 +0300 Timo Sirainen Include inttypes.h with Tru64 to get uint32_t etc. types defined. HEAD
Thu, 20 Oct 2005 12:09:49 +0300 Timo Sirainen 1.0alpha4 HEAD
Thu, 20 Oct 2005 12:07:48 +0300 Timo Sirainen If passdb returned NULL password (ie. no password needed), it wasn't cached HEAD
Wed, 19 Oct 2005 16:43:38 +0300 Timo Sirainen nologin/proxy are now always in boolean format, ie. without any "=Y". HEAD
Wed, 19 Oct 2005 16:38:36 +0300 Timo Sirainen Renamed userdb passdb to prefetch. HEAD
Wed, 19 Oct 2005 16:37:22 +0300 Timo Sirainen Blocking passdb didn't set nologin/proxy/nodelay flags for the request. HEAD
Wed, 19 Oct 2005 16:20:07 +0300 Timo Sirainen Revert previous "cleanup" which broke things.. Added a comment. HEAD
Sun, 16 Oct 2005 23:24:01 +0300 Timo Sirainen Complain about missing pop3_uidl_format also if it's empty HEAD
Sun, 16 Oct 2005 19:22:15 +0300 Timo Sirainen Don't send duplicate lines in LIST command when buffer is full. HEAD
Sun, 16 Oct 2005 18:07:00 +0300 Timo Sirainen Instead of crashing when trying to copy mails within same mailbox, give an HEAD
Sun, 16 Oct 2005 17:59:12 +0300 Timo Sirainen pop3_uidl_format is now required to be explicitly set. There is no default HEAD
Sun, 16 Oct 2005 17:48:25 +0300 Timo Sirainen Added -m parameter to store mail to non-INBOX mailbox without Sieve HEAD
Sun, 16 Oct 2005 17:35:12 +0300 Timo Sirainen Added a warning about multiple passdbs to auth_cache_size. HEAD
Sun, 16 Oct 2005 17:34:39 +0300 Timo Sirainen Separated userdb_module's interface and the actual data struct. HEAD
Sun, 16 Oct 2005 17:06:59 +0300 Timo Sirainen Separated passdb_module's interface and the actual data struct. Now it's HEAD
Sun, 16 Oct 2005 15:49:14 +0300 Timo Sirainen Make auth caching work with non-sql/ldap passdbs too. HEAD
Sun, 16 Oct 2005 15:03:37 +0300 Timo Sirainen Fixes and cleanups to credentials handling. Also fixed auth caching to work HEAD
Sun, 16 Oct 2005 13:37:18 +0300 Timo Sirainen Don't crash if reopening log file without separate info log file. HEAD
Sun, 16 Oct 2005 01:21:31 +0300 Timo Sirainen Cleanup HEAD
Sat, 15 Oct 2005 23:53:12 +0300 Timo Sirainen When output buffer got full while sending syncing changes, we sent the last HEAD