log

age author description
Wed, 21 Jan 2009 12:30:15 -0500 Timo Sirainen dbox rebuild: Don't crash if nothing was previously in cache. HEAD
Tue, 20 Jan 2009 17:36:50 -0500 Timo Sirainen Don't warn about maybe not being able to log in if protocols=none. HEAD
Tue, 20 Jan 2009 15:04:25 -0500 Timo Sirainen If all login processes are in use and we can't create a new one, log a warning. HEAD
Tue, 20 Jan 2009 12:31:58 -0500 Timo Sirainen mail_extra_groups backwards compatibility setting removed. HEAD
Tue, 20 Jan 2009 11:28:48 -0500 Timo Sirainen dict proxy: Handle async commits better. HEAD
Mon, 19 Jan 2009 17:38:21 -0500 Timo Sirainen Give a better error message when userdb-only checkpassword program is used with passdb checkpassword. HEAD
Mon, 19 Jan 2009 16:24:33 -0500 Timo Sirainen imap-acl plugin: Include version string in the plugin. HEAD
Mon, 19 Jan 2009 16:03:50 -0500 Timo Sirainen dict quota: Use dict_transaction_commit_async(). HEAD
Mon, 19 Jan 2009 16:03:25 -0500 Timo Sirainen Added dict_transaction_commit_async(). HEAD
Mon, 19 Jan 2009 15:50:40 -0500 Timo Sirainen dict quota: noenforcing setting caused quota to not be updated at all. HEAD
Mon, 19 Jan 2009 15:30:58 -0500 Timo Sirainen dict quota: When updating quota don't look up the current byte/msg limit if there's no limit for it. HEAD
Mon, 19 Jan 2009 12:08:51 -0500 Timo Sirainen dbox: Notify plugins about expunges. Fixes quota. HEAD
Mon, 19 Jan 2009 12:08:24 -0500 Timo Sirainen dict-file: Fixed a crash. HEAD
Mon, 19 Jan 2009 11:55:26 -0500 Timo Sirainen quota: Fixed debug logging. HEAD
Sun, 18 Jan 2009 21:47:47 -0500 Timo Sirainen pgsql: When doing negative increments, don't even try to use INSERT. HEAD
Sun, 18 Jan 2009 21:02:15 -0500 Timo Sirainen pgsql: More fixes to transaction handling. HEAD
Sun, 18 Jan 2009 20:15:26 -0500 Timo Sirainen hook_mail_namespaces_created() wasn't always called with all namespaces as parameter. HEAD
Sun, 18 Jan 2009 20:14:31 -0500 Timo Sirainen listescape plugin: The next namespaces_created callback was called with NULL namespaces. HEAD
Sat, 17 Jan 2009 17:21:29 -0500 Timo Sirainen pgsql: Don't write to freed memory if transaction is aborted while SQL commands are being executed. HEAD
Sat, 17 Jan 2009 13:56:24 -0500 Timo Sirainen Added dict_process_count setting for creating multiple dict processes. HEAD
Sat, 17 Jan 2009 13:41:44 -0500 Timo Sirainen pgsql: Removed accidentally committed debug code. HEAD
Sat, 17 Jan 2009 12:32:28 -0500 Timo Sirainen sql dict: Merge two INSERTs together whenever possible (for dict quota). HEAD
Sat, 17 Jan 2009 12:31:28 -0500 Timo Sirainen pgsql: Don't use BEGIN/COMMIT if transaction has only a single change. HEAD
Sat, 17 Jan 2009 12:30:54 -0500 Timo Sirainen quota plugin optimization: Don't look up quota values every time when iterating quota roots. HEAD
Sat, 17 Jan 2009 11:57:56 -0500 Timo Sirainen Previous changes broke compiling with select ioloop. HEAD
Fri, 16 Jan 2009 14:21:25 -0500 Timo Sirainen Fixes to handling +w permission errors and use it more often. HEAD
Fri, 16 Jan 2009 12:45:06 -0500 Timo Sirainen Permission denied error handling can now suggest missing +w permissions. HEAD
Fri, 16 Jan 2009 12:29:30 -0500 Timo Sirainen Fix to previous commit to actually compile.. HEAD
Fri, 16 Jan 2009 12:21:21 -0500 Timo Sirainen Permission error logging: If UNIX permissions appear to be ok, suggest ACL problem. HEAD
Thu, 15 Jan 2009 21:36:26 -0500 Timo Sirainen mempool system clean: Don't break if realloc() shrinks the memory area. HEAD
Thu, 15 Jan 2009 17:21:18 -0500 Timo Sirainen Earlier changes broke login process, because it wasn't chdir()ing to login directory. HEAD
Thu, 15 Jan 2009 17:14:29 -0500 Timo Sirainen deliver: Don't allow running as setuid-root if world can execute the binary. HEAD
Thu, 15 Jan 2009 16:23:59 -0500 Timo Sirainen Maildir: Fix to earlier >26 keywords handling change. HEAD
Thu, 15 Jan 2009 16:22:04 -0500 Timo Sirainen login processes: Tell ioloop the maximum number of fds we can use. HEAD
Thu, 15 Jan 2009 16:20:09 -0500 Timo Sirainen Added io_loop_set_max_fd_count() to specify how many fds we expect to use. HEAD
Thu, 15 Jan 2009 15:54:39 -0500 Timo Sirainen Removed some old backwards compatibility handling code. HEAD
Thu, 15 Jan 2009 15:52:44 -0500 Timo Sirainen Renamed "ssl_disable" setting to "ssl". Added support for ssl=required. HEAD
Thu, 15 Jan 2009 15:47:12 -0500 Timo Sirainen Updated imap response codes. HEAD
Thu, 15 Jan 2009 15:12:07 -0500 Timo Sirainen deliver: Changed the default rejection_subject. HEAD
Thu, 15 Jan 2009 15:05:58 -0500 Timo Sirainen Maildir keywords handling code cleanup. HEAD
Wed, 14 Jan 2009 15:14:11 -0500 Timo Sirainen If login process crashes, log the IP address that (maybe) caused it. HEAD
Wed, 14 Jan 2009 14:06:46 -0500 Timo Sirainen Crashfix / keyword handling fix when appending messages non-sorted (dbox rebuild). HEAD
Wed, 14 Jan 2009 13:56:01 -0500 Timo Sirainen Cleaned up read-only mailbox handling. Fixes a bug with Maildir syncing. HEAD
Wed, 14 Jan 2009 11:48:20 -0500 Timo Sirainen maildir: Fixes to handling over 26 keywords. HEAD
Wed, 14 Jan 2009 11:13:15 -0500 Timo Sirainen pop3: Prevent clients from looping forever trying to fetch an expunged message. HEAD
Wed, 14 Jan 2009 10:47:47 -0500 Timo Sirainen pop3: Treat invalid command parameters also as command errors HEAD
Tue, 13 Jan 2009 16:55:03 -0500 Timo Sirainen Added rejection_subject setting to deliver, which is used for rejected mails. HEAD
Tue, 13 Jan 2009 13:13:19 -0500 Timo Sirainen Check broken ssl-parameters.dat files better and give a better error message when seeing one. HEAD
Tue, 13 Jan 2009 13:12:21 -0500 Timo Sirainen Always send LOGIN_DIR environment to login processes. HEAD
Mon, 12 Jan 2009 20:35:07 -0500 Timo Sirainen s/acl_dict/acl_shared_dict/ HEAD
Mon, 12 Jan 2009 19:18:56 -0500 Timo Sirainen Auth sockets: Allow specifying user and group with numbers. HEAD
Mon, 12 Jan 2009 13:26:24 -0500 Timo Sirainen pgsql: If query failed because connection was lost, retry it automatically. HEAD
Mon, 12 Jan 2009 12:23:19 -0500 Timo Sirainen pgsql: ROLLBACK wasn't sent correctly in synchronous commit failures. HEAD
Mon, 12 Jan 2009 12:05:58 -0500 Timo Sirainen pgsql: If query fails because connection gets closed, return a proper error message. HEAD
Mon, 12 Jan 2009 12:05:19 -0500 Timo Sirainen psql: Don't give errors with epoll if db connection gets closed. HEAD
Mon, 12 Jan 2009 10:44:13 -0500 Timo Sirainen Improved "Transaction log corrupted unexpectedly" error message. HEAD
Mon, 12 Jan 2009 10:43:55 -0500 Timo Sirainen index: Expunge records' UIDs weren't verified to be valid before using them. HEAD
Mon, 12 Jan 2009 10:32:38 -0500 Timo Sirainen dbox: Fixes to handling maildir-converted files. HEAD
Sat, 10 Jan 2009 15:37:24 -0500 Timo Sirainen Added array_get_pool(). HEAD
Fri, 09 Jan 2009 14:03:44 -0500 Timo Sirainen deliver: If log path begins with ~/, expand it to $HOME directory. HEAD
Fri, 09 Jan 2009 13:57:30 -0500 Timo Sirainen quota: Log a bit more when "Unknown backend" error happens. HEAD
Fri, 09 Jan 2009 13:14:04 -0500 Timo Sirainen Berkeley DB fixes and cleanups. Don't leak memory/bdb resources. HEAD
Fri, 09 Jan 2009 11:17:20 -0500 Timo Sirainen apop: Compile fix for previous commit. HEAD
Fri, 09 Jan 2009 11:15:56 -0500 Timo Sirainen auth: Code cleanup for specifying what passdb features auth mechanisms need. HEAD
Fri, 09 Jan 2009 11:09:17 -0500 Timo Sirainen APOP auth: Minor code cleanups. HEAD
Thu, 08 Jan 2009 14:48:18 -0500 Timo Sirainen mbox: Fixed crash with pop3_lock_session=yes if dotlock already existed. HEAD
Thu, 08 Jan 2009 14:47:58 -0500 Timo Sirainen mbox: Fixed assert-crash with pop3_lock_session=yes HEAD
Thu, 08 Jan 2009 12:22:11 -0500 Timo Sirainen configure: Test strtoumax() and strtoimax() by linking instead of just compiling (Tru64 fix). HEAD
Thu, 08 Jan 2009 11:52:21 -0500 Timo Sirainen env_remove(): Implement a fallback method if unsetenv() doesn't exist. HEAD
Thu, 08 Jan 2009 11:41:30 -0500 Timo Sirainen auth worker processes shouldn't duplicate the auth cache. HEAD
Thu, 08 Jan 2009 11:34:22 -0500 Timo Sirainen auth cache wasn't working correctly for all fields (e.g. allow_nets) with blocking passdbs. HEAD
Wed, 07 Jan 2009 17:03:34 -0500 Timo Sirainen auth: Removed extra string escaping from places where it's not necessary (or is even harmful). HEAD
Wed, 07 Jan 2009 13:45:37 -0500 Timo Sirainen Added my_hostdomain() function which mbox code now uses instead of doing that internally. HEAD
Wed, 07 Jan 2009 13:44:41 -0500 Timo Sirainen master: When receiving SIGHUP, get the hostname again in case it changed. HEAD
Wed, 07 Jan 2009 13:37:46 -0500 Timo Sirainen Removed unnecessary APPLE comment. HEAD
Wed, 07 Jan 2009 13:34:25 -0500 Timo Sirainen Increase listen queues to handle high loads better. HEAD
Tue, 06 Jan 2009 12:04:09 -0500 Timo Sirainen dbox crashfix HEAD
Tue, 06 Jan 2009 10:06:54 -0500 Timo Sirainen userdb passwd: Removed the check for catching broken NSS implementations. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 04 Jan 2009 17:22:05 -0500 Timo Sirainen quota-fs: Avoid compiler warning with BSDs. HEAD
Sun, 04 Jan 2009 06:59:31 -0500 Timo Sirainen bsdauth: Fix compiler warning + crash on 64bit systems. HEAD
Sat, 03 Jan 2009 10:33:20 -0500 Timo Sirainen deliver: Don't preserve HOME environment when using -d parameter. HEAD
Wed, 31 Dec 2008 01:49:50 +0200 Timo Sirainen auth: If MD5 scheme can't decode the password log an error. HEAD
Sat, 27 Dec 2008 09:19:04 +0200 Timo Sirainen Added a bit more generic get_process_capability() function. HEAD
Sun, 21 Dec 2008 10:15:58 +0200 Timo Sirainen Log a warning at startup if there doesn't seem to be any way to log in from non-localhost. HEAD
Sun, 21 Dec 2008 09:43:20 +0200 Timo Sirainen imap/pop3-login: Cleaned up proxying code. Don't disconnect client on proxy failures. HEAD
Fri, 19 Dec 2008 18:08:09 +0200 Timo Sirainen dbox maildir migration: Support empty POP3 UIDL = base filename. HEAD
Fri, 19 Dec 2008 16:39:19 +0200 Timo Sirainen dbox: Maildir fallbacking code was returning wrong virtual file sizes. HEAD
Fri, 19 Dec 2008 16:24:19 +0200 Timo Sirainen dbox: In Maildir migrations preserve POP3 UIDL from dovecot-uidlist. HEAD
Fri, 19 Dec 2008 13:03:51 +0200 Timo Sirainen idxview: Show seconds in timestamps (except for cache headers). HEAD
Fri, 19 Dec 2008 10:02:49 +0200 Timo Sirainen Some versions of Mac OS X have buggy CMSG_* macros, avoid using them. HEAD
Fri, 19 Dec 2008 09:46:46 +0200 Timo Sirainen login: Reset idle timeout only when input is actually read from client. HEAD
Fri, 19 Dec 2008 09:37:13 +0200 Timo Sirainen Maildir: Avoid rename() when source and dest are identical, stat() instead. HEAD
Fri, 19 Dec 2008 09:31:39 +0200 Timo Sirainen Added Apple to AUTHORS. HEAD
Fri, 19 Dec 2008 09:31:18 +0200 Timo Sirainen Increase failed login's reply delay by 5 seconds for each failure. HEAD
Fri, 19 Dec 2008 09:06:38 +0200 Timo Sirainen Renamed hash_*() to hash_table_*() to avoid conflicts with OSX's strhash.h HEAD
Fri, 19 Dec 2008 08:50:14 +0200 Timo Sirainen Try to use (Apple) gcc's __BIG_ENDIAN__ and __LITTLE_ENDIAN__ macros if possible. HEAD
Fri, 19 Dec 2008 07:49:08 +0200 Timo Sirainen virtual: More syncing fixes. HEAD
Fri, 19 Dec 2008 07:25:20 +0200 Timo Sirainen virtual: Fixed initial mailbox synchronization for the last virtual mailbox. HEAD
Fri, 19 Dec 2008 06:27:44 +0200 Timo Sirainen Make sure mail_log plugin works with deliver and pop3. HEAD
Fri, 19 Dec 2008 06:23:31 +0200 Timo Sirainen LDAP: Allow empty/missing password field if nopassword field is given. HEAD
Thu, 18 Dec 2008 19:34:35 +0200 Timo Sirainen Maildir: If POP3 UIDL field is empty in dovecot-uidlist, use base filename as UIDL. HEAD
Thu, 18 Dec 2008 18:11:21 +0200 Timo Sirainen Fix to previous change: Don't lose errno during uid/gid naming. HEAD
Thu, 18 Dec 2008 18:09:00 +0200 Timo Sirainen If uid/gid changing fails, log also the name of the uid/gid instead of just the number. HEAD
Wed, 17 Dec 2008 20:12:11 +0200 Timo Sirainen Mention SSL/TLS in "plaintext auth disallowed" error. HEAD
Tue, 16 Dec 2008 15:37:16 +0200 Timo Sirainen deliver: Don't break if username gets changed by userdb lookup. HEAD
Tue, 16 Dec 2008 15:37:03 +0200 Timo Sirainen Added some extra checks to make sure username can't be empty. HEAD
Tue, 16 Dec 2008 09:46:28 +0200 Timo Sirainen Added tag 1.2.alpha5 HEAD
Tue, 16 Dec 2008 08:06:56 +0200 Timo Sirainen Replaced auth_worker_max_request_count setting with passdb pam { args = max_requests=n } HEAD
Tue, 16 Dec 2008 07:50:44 +0200 Timo Sirainen Redesigned auth request queuing to auth worker processes. HEAD
Tue, 16 Dec 2008 06:08:26 +0200 Timo Sirainen mail_set_seq(): Don't open input stream immediately if message hasn't been saved yet. HEAD
Tue, 16 Dec 2008 05:30:31 +0200 Timo Sirainen kqueue notify: Don't assert-cras if kevent() returns multiple events for the same io. HEAD
Mon, 15 Dec 2008 18:47:41 +0200 Timo Sirainen Released v1.2.alpha5. HEAD 1.2.alpha5
Mon, 15 Dec 2008 18:38:04 +0200 Timo Sirainen Updated TODO. HEAD
Mon, 15 Dec 2008 10:58:02 +0200 Timo Sirainen maildir: Allow opening mailbox and expunging messages when uidlist couldn't be locked (e.g. out of quota). HEAD
Sun, 14 Dec 2008 08:36:10 +0200 Timo Sirainen mbox-snarf plugin: If copying failed due to out of disk space, don't rollback the entire move. HEAD
Sun, 14 Dec 2008 07:47:45 +0200 Timo Sirainen mail-log plugin: Added initial support for append event. uids aren't logged though. HEAD
Sun, 14 Dec 2008 07:29:45 +0200 Timo Sirainen mail-log plugin: Added from and subject fields. HEAD
Sun, 14 Dec 2008 07:21:12 +0200 Timo Sirainen mail-log plugin: Added flag_change event and flags field. HEAD
Sun, 14 Dec 2008 07:19:48 +0200 Timo Sirainen mail_get_flags/keywords() now returns updated values if they've been changed within transaction. HEAD