log

age author description
Wed, 19 Oct 2005 16:37:22 +0300 Timo Sirainen Blocking passdb didn't set nologin/proxy/nodelay flags for the request. HEAD
Wed, 19 Oct 2005 16:20:07 +0300 Timo Sirainen Revert previous "cleanup" which broke things.. Added a comment. HEAD
Sun, 16 Oct 2005 23:24:01 +0300 Timo Sirainen Complain about missing pop3_uidl_format also if it's empty HEAD
Sun, 16 Oct 2005 19:22:15 +0300 Timo Sirainen Don't send duplicate lines in LIST command when buffer is full. HEAD
Sun, 16 Oct 2005 18:07:00 +0300 Timo Sirainen Instead of crashing when trying to copy mails within same mailbox, give an HEAD
Sun, 16 Oct 2005 17:59:12 +0300 Timo Sirainen pop3_uidl_format is now required to be explicitly set. There is no default HEAD
Sun, 16 Oct 2005 17:48:25 +0300 Timo Sirainen Added -m parameter to store mail to non-INBOX mailbox without Sieve HEAD
Sun, 16 Oct 2005 17:35:12 +0300 Timo Sirainen Added a warning about multiple passdbs to auth_cache_size. HEAD
Sun, 16 Oct 2005 17:34:39 +0300 Timo Sirainen Separated userdb_module's interface and the actual data struct. HEAD
Sun, 16 Oct 2005 17:06:59 +0300 Timo Sirainen Separated passdb_module's interface and the actual data struct. Now it's HEAD
Sun, 16 Oct 2005 15:49:14 +0300 Timo Sirainen Make auth caching work with non-sql/ldap passdbs too. HEAD
Sun, 16 Oct 2005 15:03:37 +0300 Timo Sirainen Fixes and cleanups to credentials handling. Also fixed auth caching to work HEAD
Sun, 16 Oct 2005 13:37:18 +0300 Timo Sirainen Don't crash if reopening log file without separate info log file. HEAD
Sun, 16 Oct 2005 01:21:31 +0300 Timo Sirainen Cleanup HEAD
Sat, 15 Oct 2005 23:53:12 +0300 Timo Sirainen When output buffer got full while sending syncing changes, we sent the last HEAD
Sat, 15 Oct 2005 23:11:27 +0300 Timo Sirainen Removed accidentally committed debug errors. HEAD
Wed, 12 Oct 2005 20:52:38 +0300 Timo Sirainen Type mismatch fixes HEAD
Wed, 12 Oct 2005 20:14:21 +0300 Timo Sirainen Fixed some printf-type mismatches HEAD
Tue, 11 Oct 2005 15:35:12 +0300 Timo Sirainen Added compatibility warning about mail_save_crlf. HEAD
Sun, 09 Oct 2005 12:55:29 +0300 Timo Sirainen Added exact parameter to i_stream_stat() HEAD
Fri, 07 Oct 2005 13:43:28 +0300 Timo Sirainen Added some more verbosity to cache lookups. HEAD
Fri, 07 Oct 2005 13:43:12 +0300 Timo Sirainen We were caching failed blocking requests wrong. HEAD
Fri, 07 Oct 2005 13:23:01 +0300 Timo Sirainen Don't crash with SIGUSR2 if auth cache hasn't seen any hits HEAD
Fri, 07 Oct 2005 13:22:47 +0300 Timo Sirainen Don't crash with SIGHUP/SIGUSR2 if auth_cache isn't used HEAD
Fri, 07 Oct 2005 12:42:35 +0300 Timo Sirainen If mbox root directory doesn't exist, create it instead of just giving error HEAD
Fri, 07 Oct 2005 12:34:04 +0300 Timo Sirainen Added flags and keywords parameters to mailbox_copy() in case they're wanted HEAD
Wed, 05 Oct 2005 22:44:05 +0300 Timo Sirainen Added "master out" debugging also for USER queries from master (ie. from HEAD
Wed, 05 Oct 2005 22:24:34 +0300 Timo Sirainen Don't crash if there are keys without =value part in static userdb template. HEAD
Wed, 05 Oct 2005 22:16:32 +0300 Timo Sirainen Don't crash if we have blocking userdb but non-blocking passdb. HEAD
Tue, 04 Oct 2005 00:25:03 +0300 Timo Sirainen And lock_method fixes.. HEAD
Tue, 04 Oct 2005 00:23:18 +0300 Timo Sirainen Default lock_method to flock instead of fcntl. This is at least useful for HEAD
Sat, 01 Oct 2005 13:52:14 +0300 Timo Sirainen Added ssl_username_from_cert setting. Not actually tested yet.. HEAD
Sat, 01 Oct 2005 13:46:57 +0300 Timo Sirainen Fixed fd leak HEAD
Sat, 01 Oct 2005 12:48:11 +0300 Timo Sirainen If user's home directory is a non-directory (eg. /dev/null) fallback to /tmp HEAD
Sat, 01 Oct 2005 12:47:17 +0300 Timo Sirainen Don't break if mail root directory is '/'. HEAD
Sat, 01 Oct 2005 12:00:42 +0300 Timo Sirainen Don't try to check for notifications when mbox was opened from input stream. HEAD
Fri, 30 Sep 2005 23:25:58 +0300 Timo Sirainen i_stream_stat() should return NULL for closed istreams HEAD
Fri, 30 Sep 2005 23:10:38 +0300 Timo Sirainen Added i_stream_seek_mark() and used it HEAD
Fri, 30 Sep 2005 21:55:00 +0300 Timo Sirainen Added MAILBOX_OPEN_NO_INDEX_FILES flag and made streamed mboxes by default HEAD
Fri, 30 Sep 2005 21:46:30 +0300 Timo Sirainen Unlocking cache file can also corrupt it since it modifies it. Added a HEAD
Fri, 30 Sep 2005 21:25:30 +0300 Timo Sirainen Don't leak alarm() with in-memory indexes HEAD
Thu, 29 Sep 2005 07:41:48 +0300 Timo Sirainen And don't crash at exit.. HEAD
Wed, 28 Sep 2005 16:26:03 +0300 Timo Sirainen ioloop needs to be created before setting signals or we crash HEAD
Tue, 27 Sep 2005 22:49:59 +0300 Timo Sirainen Use IOV_MAX instead of UIO_MAXIOV when available. HEAD
Tue, 27 Sep 2005 00:00:08 +0300 Timo Sirainen Removed lib-index/mbox and lib-index/maildir includes. They don't exist HEAD
Sun, 25 Sep 2005 14:12:24 +0300 Timo Sirainen Added fd_set_nonblock() and changed net_set_nonblock() to use it. HEAD
Sun, 25 Sep 2005 14:07:32 +0300 Timo Sirainen Implemented new signal handling framework, which makes handling signals much HEAD
Sun, 25 Sep 2005 13:52:27 +0300 Timo Sirainen *_strsplit_spaces(): Ignore trailing spaces. HEAD
Sun, 25 Sep 2005 13:49:03 +0300 Timo Sirainen Changed iov_count to be unsigned int, it's large enough. Added overflow-flag HEAD
Sun, 25 Sep 2005 13:44:04 +0300 Timo Sirainen Removed null4 and replaced the few uses of it with buffer_append_zero(). HEAD
Sun, 25 Sep 2005 13:35:17 +0300 Timo Sirainen Added hash_copy() and added some consts HEAD
Sun, 25 Sep 2005 13:24:09 +0300 Timo Sirainen Added p_strsplit(), p_strsplit_spaces() and strarray_remove() HEAD
Sun, 25 Sep 2005 13:20:40 +0300 Timo Sirainen minor cleanup HEAD
Sun, 25 Sep 2005 13:19:51 +0300 Timo Sirainen Added IO_ERROR condition that we can watch now. HEAD
Sat, 24 Sep 2005 19:32:54 +0300 Timo Sirainen Don't leak epoll fd to child processes. Memory allocations were wrong for HEAD
Sat, 24 Sep 2005 16:41:27 +0300 Timo Sirainen When passwd-file has %d, drop domain names from username lookups only if %d HEAD
Sat, 24 Sep 2005 15:56:33 +0300 Timo Sirainen imap.deny -> dovecot.deny HEAD
Sat, 24 Sep 2005 15:55:23 +0300 Timo Sirainen Added deny password databases. HEAD
Sat, 24 Sep 2005 15:51:25 +0300 Timo Sirainen Read also users without password. HEAD
Sat, 24 Sep 2005 15:25:25 +0300 Timo Sirainen Several fixes to make running from inetd working again HEAD