log

age author description
Sun, 15 Oct 2006 19:20:01 +0300 Timo Sirainen When matching allowed_nets IPs, convert IPv6-mapped-IPv4 addresses to actual HEAD
Sun, 15 Oct 2006 19:19:17 +0300 Timo Sirainen Added net_ipv6_mapped_ipv4_convert(). HEAD
Sun, 15 Oct 2006 18:55:00 +0300 Timo Sirainen Use mail_chroot setting. HEAD
Sun, 15 Oct 2006 18:52:25 +0300 Timo Sirainen Require that the "resp" parameter for AUTH command is the last. HEAD
Sun, 15 Oct 2006 18:42:58 +0300 Timo Sirainen Filter out "From " lines from headers. There's no reason they should exist HEAD
Sun, 15 Oct 2006 18:11:34 +0300 Timo Sirainen Fix to delayed cache file opening, cached data might have been lost. HEAD
Sun, 15 Oct 2006 16:05:27 +0300 Timo Sirainen If unknown QoP value is received, log what it is. HEAD
Sun, 15 Oct 2006 15:59:43 +0300 Timo Sirainen After saving messages the mailbox wasn't synced, which caused deliver to HEAD
Sun, 15 Oct 2006 15:26:42 +0300 Timo Sirainen Compile fix HEAD
Sun, 15 Oct 2006 15:25:39 +0300 Timo Sirainen And removed the rest of the mailbox-list-index* too.. HEAD
Sun, 15 Oct 2006 15:24:40 +0300 Timo Sirainen mailbox-list-index wasn't supposed to be committed yet. HEAD
Sun, 15 Oct 2006 15:23:17 +0300 Timo Sirainen We didn't skip whitespace after '=' in parameters, which caused the HEAD
Sun, 15 Oct 2006 15:13:08 +0300 Timo Sirainen message_parser_parse_next_block() returned body part wrong for first header HEAD
Sun, 15 Oct 2006 13:36:27 +0300 Timo Sirainen We added received date as time_t instead of uint32_t which crashed with HEAD
Sat, 14 Oct 2006 02:52:02 +0300 Timo Sirainen Reference counting fix HEAD
Sat, 14 Oct 2006 02:50:09 +0300 Timo Sirainen Reference counter fixes HEAD
Sat, 14 Oct 2006 02:11:04 +0300 Timo Sirainen Reference counter fixing for client while it's being used in login proxy. HEAD
Sat, 14 Oct 2006 02:10:17 +0300 Timo Sirainen Cleanup HEAD
Sat, 14 Oct 2006 01:36:20 +0300 Timo Sirainen Let's be nice and work with older libmysqlclient libraries. HEAD
Sat, 14 Oct 2006 01:12:53 +0300 Timo Sirainen Don't pass uninitialized data in epoll data struct's union to kernel. HEAD
Fri, 13 Oct 2006 23:23:13 +0300 Timo Sirainen Deinit crashfix. HEAD
Fri, 13 Oct 2006 23:06:44 +0300 Timo Sirainen New asserts / cleanup HEAD
Fri, 13 Oct 2006 22:54:05 +0300 Timo Sirainen Clear the keywords pool for each mail, so we don't waste memory. Also we can HEAD
Fri, 13 Oct 2006 21:42:50 +0300 Timo Sirainen Handle moving to memory failures better so we won't crash in some HEAD
Fri, 13 Oct 2006 21:03:22 +0300 Timo Sirainen Make sure we don't kill login processes that haven't yet even sent their HEAD
Fri, 13 Oct 2006 20:59:41 +0300 Timo Sirainen Don't crash in log deinitialization. HEAD
Fri, 13 Oct 2006 20:42:05 +0300 Timo Sirainen Adding space to header could have broken things. This fixes at least HEAD
Fri, 13 Oct 2006 19:37:12 +0300 Timo Sirainen auth_cache: Try to handle changing passwords automatically: If password HEAD
Fri, 13 Oct 2006 18:33:03 +0300 Timo Sirainen Don't use time_t anymore in cache file. uint32_t is large enough and makes HEAD
Fri, 13 Oct 2006 18:22:15 +0300 Timo Sirainen Removed MAIL_INDEX_OPEN_FLAG_FAST. It wasn't being used, and we probably HEAD
Fri, 13 Oct 2006 18:19:54 +0300 Timo Sirainen Delay opening the cache file until it's actually needed. HEAD
Fri, 13 Oct 2006 18:18:39 +0300 Timo Sirainen When registering fields, if they were already exited in the cache file mark HEAD
Fri, 13 Oct 2006 18:02:46 +0300 Timo Sirainen If time_t or uoff_t size had changed, we returned -1 instead of FALSE, which HEAD
Fri, 13 Oct 2006 15:44:22 +0300 Timo Sirainen Don't require home directory to be given. If debug is enabled, log what we HEAD
Thu, 12 Oct 2006 12:13:36 +0300 Timo Sirainen If login process dies before initialization, stall creation of them instead HEAD
Wed, 11 Oct 2006 15:22:31 +0300 Timo Sirainen When shutting down do one last read from log fds to see if there's something HEAD
Wed, 11 Oct 2006 15:17:27 +0300 Timo Sirainen Send inode number in login requests and verify that they match. HEAD
Wed, 11 Oct 2006 13:33:20 +0300 Timo Sirainen Handle ENOENT silently and return 0. HEAD
Mon, 09 Oct 2006 20:26:01 +0300 Timo Sirainen Increase default address sanitizer pool size HEAD
Mon, 09 Oct 2006 20:08:05 +0300 Timo Sirainen If the mail environment data contains mail format prefix, don't do any kind HEAD
Mon, 09 Oct 2006 03:02:00 +0300 Timo Sirainen Detect C++ compiler because fts-lucene has C++ code. HEAD
Mon, 09 Oct 2006 02:18:17 +0300 Timo Sirainen Based on password length detect if it's hex-encoded or sha1-encoded. Also HEAD
Mon, 09 Oct 2006 02:14:13 +0300 Timo Sirainen Added MD4_RESULTLEN macro. HEAD
Mon, 09 Oct 2006 02:10:18 +0300 Timo Sirainen Added MD5_RESULTLEN macro. HEAD
Mon, 09 Oct 2006 01:41:53 +0300 Timo Sirainen Fix HEAD
Mon, 09 Oct 2006 00:46:25 +0300 Timo Sirainen If login process sends wrong state information, restart it. HEAD
Mon, 09 Oct 2006 00:42:38 +0300 Timo Sirainen Handle INBOX-prefixed namespaces better. Avoid duplicate INBOX replies if HEAD
Mon, 09 Oct 2006 00:25:15 +0300 Timo Sirainen Tru64 SIA authentication support. Patch by Simon L Jackson HEAD
Sun, 08 Oct 2006 23:09:48 +0300 Timo Sirainen Log all mail saves and save failures. HEAD
Sun, 08 Oct 2006 22:24:37 +0300 Timo Sirainen Added -f parameter to specify the envelope sender which is used in mbox HEAD
Sun, 08 Oct 2006 22:22:33 +0300 Timo Sirainen Added fill_missing parameter to message_address_parse() which specifies if HEAD
Sun, 08 Oct 2006 20:27:14 +0300 Timo Sirainen Expand home directory in mail env if it exists as eg. "mbox:~:INBOX=.." or HEAD
Sun, 08 Oct 2006 16:28:56 +0300 Timo Sirainen Added p_free_and_null() and did some cleanups. HEAD
Mon, 25 Sep 2006 15:14:50 +0300 Timo Sirainen And remove debugging code.. HEAD
Mon, 25 Sep 2006 15:07:12 +0300 Timo Sirainen SIGHUP caused memory corruption HEAD
Mon, 25 Sep 2006 13:30:59 +0300 Timo Sirainen If fd_read() returns EAGAIN, ignore it. HEAD
Sat, 23 Sep 2006 18:34:17 +0300 Timo Sirainen Use array_t in commands buffer. HEAD
Fri, 22 Sep 2006 17:55:53 +0300 Timo Sirainen POP3 service name is "pop" with GSSAPI. HEAD
Fri, 22 Sep 2006 17:41:34 +0300 Timo Sirainen Comment about protocols=none. HEAD
Fri, 22 Sep 2006 17:39:05 +0300 Timo Sirainen Allow "protocols = none". HEAD