log

age author description
Fri, 16 Feb 2007 21:01:35 +0200 Timo Sirainen Fixed some wrong "uid-last unexpectedly lost" errors. HEAD
Fri, 16 Feb 2007 20:43:36 +0200 Timo Sirainen Don't crash at deinit if no modules are loaded. HEAD
Fri, 16 Feb 2007 20:31:33 +0200 Timo Sirainen Although messages were expunged, the expunges weren't counted in that same HEAD
Fri, 16 Feb 2007 20:01:16 +0200 Timo Sirainen If trash mailbox couldn't be opened, don't crash later either. HEAD
Fri, 16 Feb 2007 19:55:42 +0200 Timo Sirainen module_dir_init() was calling the init() functions in reverse order. HEAD
Fri, 16 Feb 2007 19:28:16 +0200 Timo Sirainen If USER environment is set, return it in "user" field and not "userdb_user". HEAD
Fri, 16 Feb 2007 19:26:19 +0200 Timo Sirainen Use auth_request_set_fields() to set the fields returned by checkpassword HEAD
Fri, 16 Feb 2007 19:23:01 +0200 Timo Sirainen Added auth_request_set_fields() and used it instead of duplicating the code HEAD
Fri, 16 Feb 2007 19:13:07 +0200 Timo Sirainen Don't crash if USER or HOME environment is missing. Allow HOME environment HEAD
Fri, 16 Feb 2007 16:03:13 +0200 Timo Sirainen APPEND ate all CPU if client didn't send the message fast enough. HEAD
Fri, 16 Feb 2007 15:42:03 +0200 Timo Sirainen If authentication fails and we've already destroyed the client, don't go HEAD
Fri, 16 Feb 2007 15:40:48 +0200 Timo Sirainen Make sure we crash if we're trying to call sasl_callback() too many times. HEAD
Fri, 16 Feb 2007 15:12:05 +0200 Timo Sirainen module_dir_load() doesn't call init() functions anymore. Added a new HEAD
Fri, 16 Feb 2007 14:15:28 +0200 Timo Sirainen If trash mailbox can't be opened, don't crash. HEAD
Fri, 16 Feb 2007 14:08:32 +0200 Timo Sirainen Blocking passdbs didn't work as masterdbs. HEAD
Fri, 16 Feb 2007 12:55:00 +0200 Timo Sirainen Allocate cache file's size amount of memory for the file cache so it doesn't HEAD
Fri, 16 Feb 2007 12:53:43 +0200 Timo Sirainen Made file_cache_set_size() public. HEAD
Thu, 15 Feb 2007 19:38:55 +0200 Timo Sirainen Don't bother trying to save the mail twice into the default mailbox (eg. if it's HEAD
Thu, 15 Feb 2007 19:00:56 +0200 Timo Sirainen Cleaned up the log_file and info_log_file comments. HEAD
Thu, 15 Feb 2007 16:26:24 +0200 Timo Sirainen Hook all exit()s and if the exit code is one of Dovecot's own FATAL_* ones, HEAD
Thu, 15 Feb 2007 16:25:27 +0200 Timo Sirainen Added i_set_failure_exit_callback() HEAD
Thu, 15 Feb 2007 15:57:08 +0200 Timo Sirainen Delay initializing I/O notify backend until the first notify is added. HEAD
Thu, 15 Feb 2007 15:31:51 +0200 Timo Sirainen Don't crash if the remote server disconnects before we're logged in. HEAD
Thu, 15 Feb 2007 15:10:46 +0200 Timo Sirainen Do the delayed login process starting also after SIGHUPing. HEAD
Thu, 15 Feb 2007 15:08:37 +0200 Timo Sirainen Start auth processes immediately at startup, not after one second delay. HEAD
Thu, 15 Feb 2007 14:12:55 +0200 Timo Sirainen RSET: Don't rollback the transaction if LAST is enabled (there's no point, HEAD
Thu, 15 Feb 2007 13:51:33 +0200 Timo Sirainen If looking up credentials for NULL passwords, return "scheme not available" HEAD
Thu, 15 Feb 2007 13:39:27 +0200 Timo Sirainen mail_debug=yes: Log also home directory. HEAD
Thu, 15 Feb 2007 13:38:48 +0200 Timo Sirainen If we've a mailbox selected and we're appending to another mailbox, we got HEAD
Thu, 15 Feb 2007 13:06:35 +0200 Timo Sirainen If user is changed with "user=x" in extra_fields, cache the entry with the HEAD