log

age author description
Sun, 09 Apr 2006 15:25:20 +0300 Timo Sirainen Print the SQL drivers we're building. HEAD
Sun, 09 Apr 2006 15:21:03 +0300 Timo Sirainen Added lib64 directory to mysql/pgsql checks. Removed all special lib/include HEAD
Sun, 09 Apr 2006 15:09:02 +0300 Timo Sirainen SQLite include/libdir fixing HEAD
Sun, 09 Apr 2006 14:53:59 +0300 Timo Sirainen The login and master usernames were reversed when using HEAD
Sun, 09 Apr 2006 14:34:15 +0300 Timo Sirainen Master login attempts weren't logged if no master passdbs were defined. HEAD
Sun, 09 Apr 2006 14:07:36 +0300 Timo Sirainen Added -a and -n parameters to dovecot to dump all/nondefault settings. A HEAD
Sun, 09 Apr 2006 12:29:54 +0300 Timo Sirainen Don't crash if passwd-file has entries without passwords. HEAD
Sat, 08 Apr 2006 11:44:11 +0300 Timo Sirainen If master login username is the same as the normal username, we don't want HEAD
Fri, 07 Apr 2006 10:23:04 +0300 Timo Sirainen auth_verbose_debug_passwords=yes always sets now auth_verbose_debug=yes, and HEAD
Thu, 06 Apr 2006 22:46:11 +0300 Timo Sirainen Fixes. Added storage and messages parameters to quota plugin parameter. If given, they specify the master quota limits, so if maildirsize has different limits Dovecot will replace them. If maildirsize doesn't exist and Dovecot doesn't have limits, Maildir++ quota is disabled for the user. HEAD
Thu, 06 Apr 2006 18:44:43 +0300 Timo Sirainen Return value of get_resource() was wrong, which caused quota reporting not HEAD
Tue, 04 Apr 2006 11:42:53 +0300 Timo Sirainen 1.0.beta5 released HEAD
Tue, 04 Apr 2006 11:33:11 +0300 Timo Sirainen Reverted back for now. HEAD
Sun, 02 Apr 2006 20:42:30 +0300 Timo Sirainen stat() the mount point paths instead of the devices to find out where the HEAD
Sun, 02 Apr 2006 20:02:33 +0300 Timo Sirainen update HEAD
Sun, 02 Apr 2006 19:52:16 +0300 Timo Sirainen 1.0.beta4 released HEAD
Sun, 02 Apr 2006 19:42:27 +0300 Timo Sirainen Rewrite. Hopefully works better. HEAD
Sun, 02 Apr 2006 19:32:51 +0300 Timo Sirainen If mailbox is opened in non-readonly state and there are mails in new/, make HEAD
Sun, 02 Apr 2006 13:49:53 +0300 Timo Sirainen Same STARTTLS flush callback fix as with imap-login. HEAD
Sun, 02 Apr 2006 13:48:59 +0300 Timo Sirainen Output flush handler wasn't unset after STARTTLS, which could have caused HEAD
Sun, 02 Apr 2006 13:46:42 +0300 Timo Sirainen Show client IP properly also with SSL connections. HEAD
Sun, 02 Apr 2006 13:12:07 +0300 Timo Sirainen If output flush callback closed the stream, don't add another flush I/O HEAD
Sun, 02 Apr 2006 12:19:37 +0300 Timo Sirainen Use mail_storage_parse_env(), even though this code doesn't even compile HEAD
Sun, 02 Apr 2006 12:18:49 +0300 Timo Sirainen Changed the default lock_method back to fcntl. flock seems to be broken in HEAD
Sat, 01 Apr 2006 13:44:10 +0300 Timo Sirainen Hide also "." and ".." when listing mboxes HEAD
Sat, 01 Apr 2006 12:57:55 +0300 Timo Sirainen Replaced %T and %R with %p and %b. %R was already used by string-reversion, HEAD
Sat, 01 Apr 2006 12:36:25 +0300 Timo Sirainen Don't hide all .files when listing mboxes, only .imap and .subscriptions. HEAD
Sat, 01 Apr 2006 12:31:15 +0300 Timo Sirainen When deleting a maildir, rename it to ..DOVECOT-TRASHED, and assume only HEAD
Sat, 01 Apr 2006 12:15:45 +0300 Timo Sirainen If we can't lock mbox file, mark those errors as temporary so LDA treats HEAD
Sat, 01 Apr 2006 00:21:19 +0300 Timo Sirainen Fixes and cleanups. HEAD
Sat, 01 Apr 2006 00:19:20 +0300 Timo Sirainen Added some t_push/t_pop calls HEAD
Sat, 01 Apr 2006 00:19:05 +0300 Timo Sirainen Removal didn't work properly from beginning/end if the range contained only HEAD
Fri, 31 Mar 2006 18:02:37 +0300 Timo Sirainen Don't break if password contains '[' characters. HEAD
Fri, 31 Mar 2006 17:06:52 +0300 Timo Sirainen Don't crash with "can't allocate 0 bytes of memory" if there are zero HEAD
Thu, 30 Mar 2006 13:31:28 +0300 Timo Sirainen Some fixes to get dbox code working better. Still needs some work though.. HEAD
Mon, 27 Mar 2006 15:54:24 +0300 Timo Sirainen Added auth_master_user_separator setting which allows giving the master username inside the normal username. HEAD
Sat, 25 Mar 2006 13:09:17 +0200 Timo Sirainen Keep \Seen flags privately only in indexes with shared mailboxes. HEAD
Sat, 25 Mar 2006 12:54:35 +0200 Timo Sirainen Saving (or copying) multiple mails at a time caused all but the first mail HEAD
Sat, 25 Mar 2006 12:32:50 +0200 Timo Sirainen Changed "no user databases" error to be hopefully more easier to understand. HEAD
Sat, 25 Mar 2006 12:22:04 +0200 Timo Sirainen Removed master_no_passdb setting. Added pass setting which can be used to do HEAD
Sat, 25 Mar 2006 12:19:10 +0200 Timo Sirainen Allow empty uid/gid fields, they're required if we want to set extra fields HEAD
Sat, 25 Mar 2006 12:10:41 +0200 Timo Sirainen Timers weren't called always properly when they should have. HEAD
Sat, 25 Mar 2006 11:25:09 +0200 Timo Sirainen If /dev/urandom didn't exist and we used OpenSSL's random number generator, HEAD
Sat, 25 Mar 2006 10:08:03 +0200 Timo Sirainen Added more debugging information for handling unexpected events. Patch by HEAD
Tue, 07 Mar 2006 16:10:36 +0200 Timo Sirainen Fixed outdated information: ssl-valid-cert -> valid-client-cert HEAD
Mon, 06 Mar 2006 23:32:38 +0200 Timo Sirainen Added ACL plugin comments and updated quota comments. HEAD
Mon, 06 Mar 2006 23:20:08 +0200 Timo Sirainen Global ACL dir is now optional. HEAD
Mon, 06 Mar 2006 22:34:42 +0200 Timo Sirainen Log a line when IMAP client disconnects with a reason why it happened. HEAD
Mon, 06 Mar 2006 22:13:39 +0200 Timo Sirainen cleanup HEAD
Mon, 06 Mar 2006 21:05:09 +0200 Timo Sirainen Support accessing saved mails that haven't been committed yet (fixes quota for maildir). HEAD
Mon, 06 Mar 2006 21:04:25 +0200 Timo Sirainen Fixes to updating maildirsize. HEAD
Mon, 06 Mar 2006 20:16:12 +0200 Timo Sirainen Merged save-copying and hardlink-copying code so that hardlink-copying updates indexes immediately. HEAD
Mon, 06 Mar 2006 20:15:37 +0200 Timo Sirainen If maildir_do() failed with "racing" error, return -1. HEAD
Mon, 06 Mar 2006 20:13:54 +0200 Timo Sirainen mailbox_copy() might fail because mail was expunged. Treat that case differently. HEAD
Mon, 06 Mar 2006 20:13:31 +0200 Timo Sirainen Add MAIL_STORAGE_FLAG_SHARED_NAMESPACE for private namespaces. HEAD
Mon, 06 Mar 2006 18:42:10 +0200 Timo Sirainen Cleanup HEAD
Mon, 06 Mar 2006 17:48:33 +0200 Timo Sirainen Cleanups. HEAD
Mon, 06 Mar 2006 12:31:11 +0200 Timo Sirainen Maildir++ quota support. HEAD
Mon, 06 Mar 2006 12:05:29 +0200 Timo Sirainen Added t_push/t_pop HEAD
Wed, 01 Mar 2006 11:14:59 +0200 Timo Sirainen Quota API redesign. Still not perfect, but better than before. Quota backends no longer need to be told where the mails exist. fs backend doesn't work correctly with multiple partitions (if you've multiple namespaces). HEAD