log

age author description
Tue, 22 May 2007 21:32:10 +0300 Timo Sirainen Crashfix for error conditions HEAD
Tue, 22 May 2007 21:28:19 +0300 Timo Sirainen Sync transaction needs to be created later or we'll crash HEAD
Tue, 22 May 2007 21:26:02 +0300 Timo Sirainen Cleanups HEAD
Tue, 22 May 2007 21:24:15 +0300 Timo Sirainen If mail_set_uid() returns failure, don't crash. HEAD
Tue, 22 May 2007 20:40:13 +0300 Timo Sirainen Typofix: transction -> transaction HEAD
Tue, 22 May 2007 20:19:35 +0300 Timo Sirainen Added mail_index_transaction_is_expunged() HEAD
Tue, 22 May 2007 20:11:01 +0300 Timo Sirainen Typofix: transction -> transaction HEAD
Tue, 22 May 2007 20:08:53 +0300 Timo Sirainen Added mail_index_transaction_get_view() HEAD
Tue, 22 May 2007 18:33:43 +0300 Timo Sirainen mail_index_sync_begin() returns now transaction directly so the syncing code HEAD
Tue, 22 May 2007 18:31:35 +0300 Timo Sirainen Added mail_index_transction_reset(). HEAD
Tue, 22 May 2007 15:43:51 +0300 Timo Sirainen Declare extern struct mech_modules also const HEAD
Tue, 22 May 2007 09:47:45 +0400 Andrey Panin Constify struct mech_module. HEAD
Tue, 22 May 2007 03:58:32 +0300 Timo Sirainen If startup fails because of configuration problems, print "Invalid HEAD
Tue, 22 May 2007 02:17:17 +0300 Timo Sirainen Complain about missing pop3_uidl_format if pop3 is enabled. HEAD
Tue, 22 May 2007 02:11:16 +0300 Timo Sirainen Changed pop3_uidl_format error message once again. HEAD
Tue, 22 May 2007 01:38:23 +0300 Timo Sirainen Added wiki link to "time moved backwards" error. HEAD
Sat, 19 May 2007 18:11:43 +0300 Timo Sirainen We no longer need .cvsignore files. HEAD
Sat, 19 May 2007 14:48:21 +0300 Timo Sirainen Mercurify the repository HEAD
Thu, 17 May 2007 20:25:26 +0300 Timo Sirainen Added mbox snarf plugin to move mails from /var/spool/mail to ~/mbox if it HEAD
Thu, 17 May 2007 16:58:55 +0300 Timo Sirainen Moved SSL listen fd to 4. stdout is now redirected to log. HEAD
Wed, 16 May 2007 23:38:58 +0300 Timo Sirainen If wanted scheme is "" (userdb static lookup), switch it to the actual HEAD
Wed, 16 May 2007 21:50:16 +0300 Timo Sirainen Fixed fetching physical/virtual size when it wasn't already in cache. HEAD
Wed, 16 May 2007 21:42:04 +0300 Timo Sirainen If saving is aborted, don't leave temporary files lying around. Update cache HEAD
Wed, 16 May 2007 21:32:37 +0300 Timo Sirainen Don't leak memory and file descriptors in appends. fsync() unless it's HEAD
Wed, 16 May 2007 20:07:50 +0300 Timo Sirainen If index file is shared locked while we're trying to exclusively lock it, HEAD
Wed, 16 May 2007 18:25:28 +0300 Timo Sirainen Removed mmap_no_write setting. The only OS requiring it is OpenBSD, so we're HEAD
Wed, 16 May 2007 16:57:23 +0300 Timo Sirainen Assert-crashfix in some conditions. HEAD
Wed, 16 May 2007 16:31:13 +0300 Timo Sirainen When recreating dovecot-uidlist file based on dovecot.index, we set next_uid HEAD
Tue, 15 May 2007 20:27:30 +0300 Timo Sirainen If Return-Path doesn't contain user and domain, treat it as missing HEAD
Tue, 15 May 2007 13:21:00 +0300 Timo Sirainen Handle symlinks pointing to nonexisting files better. HEAD
Mon, 14 May 2007 02:03:07 +0300 Timo Sirainen updated HEAD
Mon, 14 May 2007 02:01:25 +0300 Timo Sirainen Log an error if pwrite_full() fails while overwriting index mapping. HEAD
Sun, 13 May 2007 21:47:42 +0300 Timo Sirainen Empty password doesn't anymore allow user to log in with any password, HEAD
Sun, 13 May 2007 21:28:41 +0300 Timo Sirainen Moved index directory creation code to index_storage_alloc(). HEAD
Sun, 13 May 2007 21:07:05 +0300 Timo Sirainen Fixes for INDEX=MEMORY HEAD
Sun, 13 May 2007 20:33:00 +0300 Timo Sirainen Added quota_full_tempfail setting. HEAD
Sun, 13 May 2007 20:23:56 +0300 Timo Sirainen fix HEAD
Sun, 13 May 2007 20:22:38 +0300 Timo Sirainen Added MAIL_ERROR_EXPUNGED. Set the error whenever expunged message is tried HEAD
Sun, 13 May 2007 20:10:48 +0300 Timo Sirainen Error handling rewrite. HEAD
Sun, 13 May 2007 19:53:41 +0300 Timo Sirainen Removed mail_index_get_last_error() and MAIL_INDEX_ERROR_*. All the index HEAD
Sun, 13 May 2007 19:13:48 +0300 Timo Sirainen Removed mail_storage_set_list_error(). Handle the errors directly. HEAD
Sun, 13 May 2007 18:55:19 +0300 Timo Sirainen Removed alert_no_diskspace callback. It wasn't used anywhere. HEAD
Sun, 13 May 2007 18:54:31 +0300 Timo Sirainen cleanup HEAD
Sun, 13 May 2007 18:53:27 +0300 Timo Sirainen Removed empty mail storage callbacks. HEAD
Sun, 13 May 2007 18:46:07 +0300 Timo Sirainen lib-storage doesn't need the ability to return syntax errors. They should be HEAD
Sun, 13 May 2007 18:43:36 +0300 Timo Sirainen Fixed to use the new password scheme APIs HEAD
Sun, 13 May 2007 18:37:44 +0300 Timo Sirainen Don't try to handle 0 in messagesets by returning a nice error message. HEAD
Sun, 13 May 2007 18:26:30 +0300 Timo Sirainen If ssl-parameters.dat has been updated externally, copy it to our base_dir. HEAD
Sun, 13 May 2007 18:15:07 +0300 Timo Sirainen Added -e parameter to write rejection error to stderr and exit with HEAD
Sun, 13 May 2007 17:07:23 +0300 Timo Sirainen If sendmail_path was set in config file, it was cleared just before trying HEAD
Sun, 13 May 2007 16:45:49 +0300 Timo Sirainen When running multiple Dovecot instances, only one of them needs to HEAD
Sun, 13 May 2007 16:24:35 +0300 Timo Sirainen imap_parse_date() returns failure now if there's any extra data after the HEAD
Sun, 13 May 2007 16:23:02 +0300 Timo Sirainen Parse search dates already in IMAP code. HEAD
Sun, 13 May 2007 15:17:09 +0300 Timo Sirainen All password schemes can now be encoded with base64 or hex. The encoding is HEAD
Sun, 13 May 2007 14:53:05 +0300 Timo Sirainen cleanup: use a bit less magic numbers HEAD
Sun, 13 May 2007 14:30:16 +0300 Timo Sirainen Changed schemes_buf to schemes_arr array. HEAD
Sun, 13 May 2007 13:18:50 +0300 Timo Sirainen hmac-md5 API cleanups. Use arrays with MD5_RESULTLEN and CRAM_MD5_CONTEXTLEN HEAD
Sun, 13 May 2007 13:09:56 +0300 Timo Sirainen cleanup HEAD
Sun, 13 May 2007 11:24:06 +0300 Timo Sirainen Removed enum passdb_credentials. Use scheme strings directly instead. This HEAD
Fri, 11 May 2007 21:57:52 +0300 Timo Sirainen Crashfix when saving mails HEAD
Fri, 11 May 2007 20:31:50 +0300 Timo Sirainen We sent "Hang in there.." too early sometimes and checked it too often. HEAD
Fri, 11 May 2007 17:07:04 +0300 Timo Sirainen Give a better error message if dotlock is deleted immediately under us (or HEAD
Fri, 11 May 2007 16:29:25 +0300 Timo Sirainen Print also Dovecot version with dovecot -n. HEAD
Fri, 11 May 2007 16:14:10 +0300 Timo Sirainen Keyword characters weren't sorted in the maildir filename. HEAD
Fri, 11 May 2007 15:29:58 +0300 Timo Sirainen If we don't have write access to cur/ directory, treat the mailbox as HEAD
Fri, 11 May 2007 15:01:42 +0300 Timo Sirainen Changed auth_request->created to last_access and update it a bit more often. HEAD
Wed, 09 May 2007 19:45:47 +0300 Timo Sirainen %c wasn't exported to auth worker processes. Patch by Andrey Panin HEAD
Wed, 09 May 2007 16:12:13 +0300 Timo Sirainen Make sure uid_validity and next_uid aren't 0 in the uidlist header. HEAD
Wed, 09 May 2007 11:58:53 +0300 Timo Sirainen Compile fix for Tru64. HEAD
Wed, 09 May 2007 10:10:21 +0300 Timo Sirainen Updated error message. HEAD
Thu, 26 Apr 2007 21:30:19 +0300 Timo Sirainen If we synced the mbox while saving the message (happens only with quota HEAD
Thu, 26 Apr 2007 21:26:52 +0300 Timo Sirainen If pop3_uidl_format=%m, it wasn't cached correctly when saving new messages HEAD
Wed, 18 Apr 2007 14:53:43 +0300 Timo Sirainen s/User not found/Unknown user/ to be consistent HEAD
Tue, 17 Apr 2007 21:15:49 +0300 Timo Sirainen Removed note about branch_1_0 HEAD
Tue, 17 Apr 2007 21:00:48 +0300 Timo Sirainen Updated to support namespaces HEAD
Tue, 17 Apr 2007 20:59:49 +0300 Timo Sirainen Added mail_namespace_update_name() HEAD
Tue, 17 Apr 2007 20:26:14 +0300 Timo Sirainen updated from v1.0 HEAD
Tue, 17 Apr 2007 20:19:39 +0300 Timo Sirainen Implemented UIDPLUS extension. HEAD
Tue, 17 Apr 2007 20:17:52 +0300 Timo Sirainen Fixed mailbox_transaction_commit_get_uids() to actually work and not just HEAD
Tue, 17 Apr 2007 19:40:55 +0300 Timo Sirainen Added mailbox_transaction_commit_get_uids() which returns the UID range for HEAD
Tue, 17 Apr 2007 19:04:15 +0300 Timo Sirainen fix HEAD
Tue, 17 Apr 2007 19:03:47 +0300 Timo Sirainen Map mailbox to mail_index_view, not to mail_index. Fixes crashes when the HEAD
Tue, 17 Apr 2007 19:02:36 +0300 Timo Sirainen mail_index_view.module_contexts array wasn't initialized. HEAD
Tue, 17 Apr 2007 18:41:24 +0300 Timo Sirainen Added command flags parameter to command_register() HEAD
Tue, 17 Apr 2007 18:39:30 +0300 Timo Sirainen Removed HAS_INBOX and SHARED_NAMESPACE flags from mail storage and mailbox HEAD
Tue, 17 Apr 2007 18:33:23 +0300 Timo Sirainen Use sync_notify() callback to count expunges. This makes the calculation HEAD
Tue, 17 Apr 2007 18:29:37 +0300 Timo Sirainen HAS_INBOX flag wasn't correctly set to namespaces. HEAD
Tue, 17 Apr 2007 18:09:10 +0300 Timo Sirainen Call sync_notify() once at the end of syncing. Allow accessing mails even HEAD
Tue, 17 Apr 2007 17:07:08 +0300 Timo Sirainen Do scheme=MD5 password!=$1$.. -> PLAIN-MD5 change only with LDAP. HEAD
Tue, 17 Apr 2007 15:41:26 +0300 Timo Sirainen Added sync_notify() callback to struct mail_storage. It's now called for HEAD
Tue, 17 Apr 2007 15:40:39 +0300 Timo Sirainen Error message update HEAD
Tue, 17 Apr 2007 13:06:59 +0300 Timo Sirainen Mailbox list index fixes HEAD
Tue, 17 Apr 2007 12:43:14 +0300 Timo Sirainen comment updates HEAD
Mon, 16 Apr 2007 21:02:02 +0300 Timo Sirainen Log an error and disconnect with unknown commands. HEAD
Mon, 16 Apr 2007 17:14:30 +0300 Timo Sirainen update HEAD
Thu, 12 Apr 2007 20:09:32 +0300 Timo Sirainen Don't create INBOX mailbox, so with maildir the maildirfolder file won't be HEAD
Thu, 12 Apr 2007 19:31:10 +0300 Timo Sirainen #define LDAP_DEPRECATED for now. HEAD
Thu, 12 Apr 2007 19:27:23 +0300 Timo Sirainen Queue userdb lookup request until bind is finished (with auth_bind=yes). HEAD
Thu, 12 Apr 2007 19:23:47 +0300 Timo Sirainen Don't crash if doing non-plaintext ldap passdb lookup for unknown user. HEAD
Wed, 11 Apr 2007 22:33:37 +0300 Timo Sirainen Create dovecot-acl-list file that lists all mailboxes where non-owner has HEAD
Wed, 11 Apr 2007 22:31:29 +0300 Timo Sirainen Don't break if empty data was given HEAD
Wed, 11 Apr 2007 22:28:23 +0300 Timo Sirainen Added mailbox_list_get_permissions() and MAILBOX_LIST_ITER_RAW_LIST. HEAD
Wed, 11 Apr 2007 22:27:48 +0300 Timo Sirainen bugfix HEAD
Wed, 11 Apr 2007 22:26:59 +0300 Timo Sirainen Keep children/nochildren flags updated. HEAD
Wed, 11 Apr 2007 22:07:15 +0300 Timo Sirainen Moved mailbox_tree iteration code from maildir++ to common code, and rewrote HEAD
Wed, 11 Apr 2007 20:40:18 +0300 Timo Sirainen cache_secs fixes HEAD
Wed, 11 Apr 2007 15:08:50 +0300 Timo Sirainen cleanup HEAD
Wed, 11 Apr 2007 15:08:22 +0300 Timo Sirainen acl_object_list_deinit() now takes **iter parameter. HEAD
Wed, 11 Apr 2007 14:24:49 +0300 Timo Sirainen Use safe_mkstemp() instead of doing it ourself. HEAD
Wed, 11 Apr 2007 14:24:34 +0300 Timo Sirainen Added safe_mkstemp(). HEAD
Wed, 11 Apr 2007 14:19:25 +0300 Timo Sirainen Use lstat() instead of stat() to check if temporary file already exists. HEAD
Wed, 11 Apr 2007 14:02:31 +0300 Timo Sirainen acl_backend is now tied to mailbox_list instead of mail_storage. HEAD
Wed, 11 Apr 2007 13:55:34 +0300 Timo Sirainen Added mailbox_list to struct mail_namespace. Added a few functions to get HEAD
Wed, 11 Apr 2007 13:32:02 +0300 Timo Sirainen cleanup HEAD
Wed, 11 Apr 2007 11:56:17 +0300 Timo Sirainen Added cache_secs parameter to vfile backend. HEAD
Tue, 10 Apr 2007 17:37:50 +0300 Timo Sirainen Typofix HEAD
Tue, 10 Apr 2007 17:37:19 +0300 Timo Sirainen Changed convert_skip_dotfiles to convert_skip_dotdirs. HEAD
Tue, 10 Apr 2007 17:30:30 +0300 Timo Sirainen Added convert_skip_dotfiles and convert_alt_hierarchy_char settings. HEAD
Tue, 10 Apr 2007 17:14:58 +0300 Timo Sirainen Create destination storage before locking home directory, so home dir is HEAD
Sat, 07 Apr 2007 14:09:36 +0300 Timo Sirainen fixes HEAD