log

age author description
Wed, 29 Oct 2008 20:39:36 +0200 Timo Sirainen dovecot -n/-a: Added Gentoo check. HEAD
Wed, 29 Oct 2008 20:35:17 +0200 Timo Sirainen dovecot -n/-a: Fixes to printing which filesystem is being used. HEAD
Wed, 29 Oct 2008 20:28:30 +0200 Timo Sirainen dovecot -n/-a: Added more Linux distros. HEAD
Wed, 29 Oct 2008 20:16:40 +0200 Timo Sirainen dovecot -n/-a: Print some information about the system. HEAD
Wed, 29 Oct 2008 20:01:39 +0200 Timo Sirainen mbox: If Content-Length: is correct, don't break if message body begins with a From_-line. HEAD
Wed, 29 Oct 2008 18:41:56 +0200 Timo Sirainen Quota: If mail_debug=yes, log when quota warning script is executed. HEAD
Wed, 29 Oct 2008 18:23:31 +0200 Timo Sirainen login: If client pipelines multiple failing auth commands, don't stop handling after two. HEAD
Wed, 29 Oct 2008 18:12:32 +0200 Timo Sirainen Minor code cleanup. HEAD
Wed, 29 Oct 2008 17:41:05 +0200 Timo Sirainen master: Set LOCAL_IP environment to mail processes. HEAD
Sun, 26 Oct 2008 16:30:50 +0200 Timo Sirainen auth_debug_passwords: When converting plaintext password to another scheme, log how it's done. HEAD
Sun, 26 Oct 2008 16:01:45 +0200 Timo Sirainen auth: original_username should never be NULL, removed all code that checks for it. HEAD
Sun, 26 Oct 2008 15:53:12 +0200 Timo Sirainen Pass original_username to auth-workers. HEAD
Sun, 26 Oct 2008 15:52:47 +0200 Timo Sirainen Don't assume original_username is always set. HEAD
Sun, 26 Oct 2008 15:52:07 +0200 Timo Sirainen Login prcesses: If auth_debug=yes, don't warn about "user" parameter being unknown. HEAD
Sun, 26 Oct 2008 15:39:10 +0200 Timo Sirainen Minor code cleanup. HEAD
Sun, 26 Oct 2008 15:37:58 +0200 Timo Sirainen Virtual mailboxes: One more mailbox_header_lookup_ctx fix. HEAD
Sat, 25 Oct 2008 23:56:35 +0300 Timo Sirainen Virtual mailboxes: Fixes to handling errors. HEAD
Sat, 25 Oct 2008 23:56:16 +0300 Timo Sirainen mbox: If mailbox isn't a valid mbox, don't try to sync it when closing. HEAD
Sat, 25 Oct 2008 23:34:02 +0300 Timo Sirainen SELECT: If closing old mailbox gives an error, don't crash. HEAD
Sat, 25 Oct 2008 23:10:32 +0300 Timo Sirainen Virtual mailboxes: Skip non-selectable mailboxes when matching wildcards. HEAD
Sat, 25 Oct 2008 22:51:40 +0300 Timo Sirainen Virtual mailboxes: Don't use virtual mailbox_header_lookup_ctx in backend calls. HEAD
Sat, 25 Oct 2008 22:50:43 +0300 Timo Sirainen Make mailbox_header_lookup_ctx's list of headers available. HEAD
Sat, 25 Oct 2008 20:25:27 +0300 Timo Sirainen Fixes to mailbox list iteration (fixes some issues with virtual mailboxes). HEAD
Sat, 25 Oct 2008 20:03:44 +0300 Timo Sirainen Virtual mailboxes: Another crashfix. HEAD
Sat, 25 Oct 2008 19:59:29 +0300 Timo Sirainen virtual mailboxes: Potential crashfix. HEAD
Sat, 25 Oct 2008 16:32:53 +0300 Timo Sirainen Fixed "no extension shrinking" code to work correctly. HEAD
Sat, 25 Oct 2008 16:07:28 +0300 Timo Sirainen Login processes: If auth_debug=yes, log about received unknown passdb extra fields. HEAD
Sat, 25 Oct 2008 15:55:35 +0300 Timo Sirainen FTS: If mail_debug=yes, log messages if fts is disabled. HEAD
Sat, 25 Oct 2008 15:42:42 +0300 Timo Sirainen If a missing home directory is tried to be used, fail the namespace creation. HEAD
Sat, 25 Oct 2008 15:42:03 +0300 Timo Sirainen mail user: Assume an empty home directory is the same as a missing one. HEAD
Sat, 25 Oct 2008 15:41:33 +0300 Timo Sirainen master: If there's no home directory don't set HOME environment at all. HEAD
Sat, 25 Oct 2008 15:20:33 +0300 Timo Sirainen Compiler warning fix. HEAD
Sat, 25 Oct 2008 15:20:04 +0300 Timo Sirainen Give a nicer error message if %h is used while there is no home directory. HEAD
Sat, 25 Oct 2008 15:19:37 +0300 Timo Sirainen Added var_has_key(). HEAD
Sat, 25 Oct 2008 15:17:46 +0300 Timo Sirainen master: Don't print "last died with error .." for fatals that were from forked child processes. HEAD
Fri, 24 Oct 2008 22:10:37 +0300 Timo Sirainen QRESYNC: FETCH CHANGEDSINCE and SELECT with modseq shouldn't have returned changes with the same modseq. HEAD
Fri, 24 Oct 2008 01:56:13 +0300 Timo Sirainen Fixed message address assert-crashing if the entire input was invalid. HEAD
Thu, 23 Oct 2008 20:31:41 +0300 Timo Sirainen Added %k variable to display valid-client-cert status. It expands to "valid" or empty. HEAD
Thu, 23 Oct 2008 20:15:16 +0300 Timo Sirainen Fixed shared mailboxes to work with plugins. HEAD
Thu, 23 Oct 2008 18:58:22 +0300 Timo Sirainen rfc822_parse_quoted_string(): Handle folding whitespace. HEAD
Thu, 23 Oct 2008 18:27:20 +0300 Timo Sirainen The new checkpassword code was still missing a bit to actually work. HEAD
Wed, 22 Oct 2008 21:11:47 +0300 Timo Sirainen Added tag 1.2.alpha3 for changeset 3c8d43f85b1a HEAD
Wed, 22 Oct 2008 21:11:41 +0300 Timo Sirainen Released v1.2.alpha3. HEAD 1.2.alpha3
Wed, 22 Oct 2008 20:24:50 +0300 Timo Sirainen Added missing changes to userdb checkpassword. HEAD
Wed, 22 Oct 2008 01:47:16 +0300 Timo Sirainen Auth worker: Another try at not aborting a lookup too early. HEAD
Wed, 22 Oct 2008 01:32:43 +0300 Timo Sirainen If we detect that transaction log file size is invalid, mark the log corrupted. HEAD
Wed, 22 Oct 2008 01:24:44 +0300 Timo Sirainen Auth worker: Don't die after idling one minute. The server process decides when to do it. HEAD
Wed, 22 Oct 2008 01:20:12 +0300 Timo Sirainen Auth workers: Use one full timeout per worker instead of a waking up every minute. HEAD
Wed, 22 Oct 2008 01:07:48 +0300 Timo Sirainen Auth worker: Make sure we don't abort a lookup too early. HEAD
Wed, 22 Oct 2008 01:07:36 +0300 Timo Sirainen Auth worker: Log if any auth lookups get aborted. HEAD
Wed, 22 Oct 2008 00:29:54 +0300 Timo Sirainen Added support for userdb checkpassword. Patch by Sascha Wilde. HEAD
Wed, 22 Oct 2008 00:28:46 +0300 Timo Sirainen Added API for waiting child processes. HEAD
Mon, 20 Oct 2008 20:00:19 +0300 Timo Sirainen Don't show the WhyDoesItNotWork link if auth_debug=yes already. HEAD
Sun, 19 Oct 2008 14:46:13 +0300 Timo Sirainen Maildir: Added more strict asserts. HEAD
Sun, 19 Oct 2008 14:38:09 +0300 Timo Sirainen Maildir: Re-read uidlist from the beginning before deciding it's corrupted. HEAD
Sun, 19 Oct 2008 14:00:57 +0300 Timo Sirainen Login process: Log auth failure reasons better in disconnect message. HEAD
Sun, 19 Oct 2008 13:32:01 +0300 Timo Sirainen Print a help message about authentication at startup until the first successful authentication. HEAD
Sun, 19 Oct 2008 02:07:34 +0300 Timo Sirainen Added a simple flat file dict backend. HEAD
Sun, 19 Oct 2008 02:01:03 +0300 Timo Sirainen quota: If quota backend's init() function fails, die without crashing. HEAD
Sat, 18 Oct 2008 23:54:50 +0300 Timo Sirainen autocreate plugin: Added support for namespaces. HEAD