log

age author description
Tue, 17 Oct 2006 14:06:16 +0300 Timo Sirainen default_mail_env -> mail_location. HEAD
Tue, 17 Oct 2006 14:03:30 +0300 Timo Sirainen Use the name "mail root directory" to describe where the non-INBOX mbox HEAD
Tue, 17 Oct 2006 13:55:56 +0300 Timo Sirainen Renamed default_mail_env to mail_location. Keep the default_mail_env working HEAD
Mon, 16 Oct 2006 14:12:40 +0300 Timo Sirainen Handle the last line even if it doesn't end with LF. HEAD
Mon, 16 Oct 2006 02:11:12 +0300 Timo Sirainen Fix net_ipv6_mapped_ipv4_convert() to be actually portable. HEAD
Mon, 16 Oct 2006 01:47:50 +0300 Timo Sirainen Fixes to handling CRLF linefeeds in mboxes. HEAD
Mon, 16 Oct 2006 01:14:12 +0300 Timo Sirainen Added a warning about nss_ldap. HEAD
Mon, 16 Oct 2006 01:10:30 +0300 Timo Sirainen Don't allow SSLv2 by default. HEAD
Mon, 16 Oct 2006 01:07:10 +0300 Timo Sirainen Updates to ssl_ca_file and ssl_username_from_cert comments in HEAD
Mon, 16 Oct 2006 00:31:20 +0300 Timo Sirainen Don't check password field ourself. There's no point doing that and some HEAD
Mon, 16 Oct 2006 00:03:38 +0300 Timo Sirainen Added %D modified to return "sub.domain.org" as "sub,dc=domain,dc=org" (for HEAD
Sun, 15 Oct 2006 23:55:12 +0300 Timo Sirainen If blocking passdb (ie. MySQL) didn't return any extra fields, we didn't HEAD
Sun, 15 Oct 2006 23:30:06 +0300 Timo Sirainen Added support for non-plaintext authentication for vpopmail if it returns HEAD
Sun, 15 Oct 2006 23:06:53 +0300 Timo Sirainen If auth cache is enabled and %vars are used in passwd-file path, get the HEAD
Sun, 15 Oct 2006 23:02:02 +0300 Timo Sirainen Don't even try to verify password with deny=yes passdbs. HEAD
Sun, 15 Oct 2006 20:56:09 +0300 Timo Sirainen Try to avoid sending duplicate/useless flag updates. HEAD
Sun, 15 Oct 2006 20:44:32 +0300 Timo Sirainen seq_range_exists() can take a const pointer to the array. HEAD
Sun, 15 Oct 2006 19:43:14 +0300 Timo Sirainen auth cache didn't work properly with multiple passdbs. HEAD
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