log

age author description
Sun, 03 Dec 2006 15:35:18 +0200 Timo Sirainen Create storages with MAIL_STORAGE_FLAG_NO_AUTOCREATE flag so we don't keep HEAD
Sun, 03 Dec 2006 15:29:56 +0200 Timo Sirainen Added MAIL_STORAGE_FLAG_NO_AUTOCREATE flag which silently fails storage HEAD
Sun, 03 Dec 2006 14:47:52 +0200 Timo Sirainen Uppercase the auth mechanism name so it's always uppercased in logs. HEAD
Sun, 03 Dec 2006 14:14:54 +0200 Timo Sirainen Added smtp and deliver to %s explanation and changed IMAP/POP3 to lowercase. HEAD
Sun, 03 Dec 2006 14:13:51 +0200 Timo Sirainen Changed the service name from uppercase IMAP/POP3 to lowercase imap/pop3 so HEAD
Fri, 01 Dec 2006 23:02:10 +0200 Timo Sirainen Added "squat" full text search indexer backend. Its name and basic ideas HEAD
Fri, 01 Dec 2006 22:55:55 +0200 Timo Sirainen Added fts_backend_expunge_finish() virtual backend function. HEAD
Fri, 01 Dec 2006 22:55:03 +0200 Timo Sirainen Removed get_mailbox_control_dir and get_mailbox_index_dir virtual functions HEAD
Fri, 01 Dec 2006 12:32:18 +0200 Timo Sirainen Fixed dependencies HEAD
Fri, 01 Dec 2006 12:12:18 +0200 Timo Sirainen Don't #include a .c file. Figured out another way to do it. HEAD
Mon, 27 Nov 2006 03:50:16 +0200 Timo Sirainen Ignore SIG32 signal. HEAD
Sun, 26 Nov 2006 17:20:11 +0200 Timo Sirainen Resize the hash when needed. Also other fixes and cleanups. HEAD
Sun, 26 Nov 2006 00:17:39 +0200 Timo Sirainen Mailbox list indexing and related changes. Currently works only with HEAD
Sun, 26 Nov 2006 00:12:11 +0200 Timo Sirainen Don't break if extension record size isn't divisible with 32bit. HEAD
Sat, 25 Nov 2006 13:56:07 +0200 Timo Sirainen Auth request timeout needs to be larger than login process timeout, which HEAD
Fri, 24 Nov 2006 11:32:05 +0200 Timo Sirainen Increase allowed pre-login idle timeout from 1 minute to 3 minutes. This HEAD
Wed, 22 Nov 2006 19:23:09 +0200 Timo Sirainen Bytes and kilobytes were somewhat mixed up everywhere. Also fixes a HEAD
Mon, 20 Nov 2006 00:38:09 +0200 Timo Sirainen chdir() now gives error only if error is something else than ENOENT. Also HEAD
Sun, 19 Nov 2006 16:35:55 +0200 Timo Sirainen Compile fix HEAD
Sun, 19 Nov 2006 15:36:35 +0200 Timo Sirainen Handle backtrace_symbols() returning NULL without errors (out of memory). HEAD
Sun, 19 Nov 2006 15:30:38 +0200 Timo Sirainen Since getting core dumps can be sometimes difficult, if we now do abort() HEAD
Sun, 19 Nov 2006 01:35:37 +0200 Timo Sirainen And accidentally reverted the first buffer overflow fix in the second HEAD
Sun, 19 Nov 2006 01:31:16 +0200 Timo Sirainen If connection is closed while buffer is being flushed in uncorking, don't HEAD
Sun, 19 Nov 2006 01:26:19 +0200 Timo Sirainen And another off-by-one buffer overflow fix. HEAD
Sun, 19 Nov 2006 01:15:02 +0200 Timo Sirainen Off-by-one buffer overflow fix. The code gets executed only with HEAD
Sun, 19 Nov 2006 00:17:26 +0200 Timo Sirainen Handle vpopmail's nonstandard exit codes. HEAD
Sun, 19 Nov 2006 00:02:59 +0200 Timo Sirainen When invalid character is found from username, say what character it is in HEAD
Sat, 18 Nov 2006 23:48:13 +0200 Timo Sirainen If we can't open dovecot-keywords file, don't crash. HEAD
Sat, 18 Nov 2006 23:37:21 +0200 Timo Sirainen When mailbox changes are noticed and they're sent to client, cork before HEAD
Sat, 18 Nov 2006 23:34:22 +0200 Timo Sirainen Added asserts HEAD
Sat, 18 Nov 2006 23:29:58 +0200 Timo Sirainen If syncing finished with an error and client had disconnected, we HEAD
Sat, 18 Nov 2006 23:09:49 +0200 Timo Sirainen my_strncasecmp() was broken. HEAD
Sat, 18 Nov 2006 23:01:10 +0200 Timo Sirainen Reference counting fixes. Fixes an assert crash when closing the index. HEAD
Sat, 18 Nov 2006 22:27:14 +0200 Timo Sirainen Call ssl_step() at startup instead of ssl_handshake(). If the first input HEAD
Sat, 18 Nov 2006 16:12:34 +0200 Timo Sirainen Enable -Wstrict-aliasing=2 with gcc 4. HEAD
Sat, 18 Nov 2006 16:11:40 +0200 Timo Sirainen Added __attr_format__ HEAD
Sat, 18 Nov 2006 16:07:40 +0200 Timo Sirainen Assert fix HEAD
Sat, 18 Nov 2006 16:06:34 +0200 Timo Sirainen Added some noreturn attributes and fixed warnings caused by them. HEAD
Sat, 18 Nov 2006 16:05:46 +0200 Timo Sirainen const fix HEAD
Sat, 18 Nov 2006 16:05:14 +0200 Timo Sirainen Define __attrs_used__ if the compiler actually supports attributes. HEAD
Sat, 18 Nov 2006 16:04:17 +0200 Timo Sirainen Added some __attr_format__ attributes to functions. HEAD
Sat, 18 Nov 2006 15:50:50 +0200 Timo Sirainen More const fixes HEAD
Sat, 18 Nov 2006 15:45:50 +0200 Timo Sirainen const fixes HEAD
Sat, 18 Nov 2006 15:43:46 +0200 Timo Sirainen Don't redeclare optarg and optind. They should be in unistd.h in all new HEAD
Sat, 18 Nov 2006 15:41:38 +0200 Timo Sirainen Cleanup: Don't put string literals into non-const pointers. HEAD
Sat, 18 Nov 2006 13:53:59 +0200 Timo Sirainen Fixed to actually work. HEAD
Sat, 18 Nov 2006 13:53:49 +0200 Timo Sirainen Fixes HEAD
Sat, 18 Nov 2006 13:19:59 +0200 Timo Sirainen mbox uses "fs" mailbox listing, not "maildir++" (forgot to remove after testing). HEAD
Thu, 16 Nov 2006 20:57:26 +0200 Timo Sirainen Forgot to add HEAD
Thu, 16 Nov 2006 03:41:01 +0200 Timo Sirainen Set HAS_INBOX flag. HEAD
Thu, 16 Nov 2006 02:21:14 +0200 Timo Sirainen Not needed anymore HEAD
Thu, 16 Nov 2006 02:20:42 +0200 Timo Sirainen Forgot to add. HEAD
Thu, 16 Nov 2006 02:16:31 +0200 Timo Sirainen Initial code for separation of mailbox accessing and directory layout HEAD
Wed, 15 Nov 2006 21:14:08 +0200 Timo Sirainen Removed extra ';' HEAD
Mon, 13 Nov 2006 01:10:03 +0200 Timo Sirainen Solaris LDAP compiling fix. HEAD
Sun, 12 Nov 2006 23:31:50 +0200 Timo Sirainen If user has a home directory, but we can't chdir() there, log an error (but HEAD
Sun, 12 Nov 2006 23:31:11 +0200 Timo Sirainen Handle fwrite() failure early. HEAD
Sun, 12 Nov 2006 23:30:29 +0200 Timo Sirainen If ftruncate() fails in error handling (it really shouldn't), log an error HEAD
Sun, 12 Nov 2006 23:09:14 +0200 Timo Sirainen Added otp and skey to supported mechanisms list. HEAD
Sun, 12 Nov 2006 22:04:54 +0200 Timo Sirainen Fixed some warnings with older gccs. HEAD
Sun, 12 Nov 2006 21:54:26 +0200 Timo Sirainen Removed "DIE" command from auth protocol. It wasn't implemented, and I'm not HEAD
Sun, 12 Nov 2006 21:50:50 +0200 Timo Sirainen Minor fix HEAD
Sun, 12 Nov 2006 21:36:39 +0200 Timo Sirainen Added OTP and S/KEY authentication mechanisms. Patch by Andrey Panin. HEAD
Sun, 12 Nov 2006 21:34:21 +0200 Timo Sirainen Added gdbhelper HEAD
Sun, 12 Nov 2006 20:48:32 +0200 Timo Sirainen s/quota/quota_set/ so we don't conflict with the quota symbol already HEAD
Sun, 12 Nov 2006 20:02:15 +0200 Timo Sirainen Removed code which is never called. HEAD
Sun, 12 Nov 2006 17:20:36 +0200 Timo Sirainen Don't crash if syncing breaks. HEAD
Sun, 12 Nov 2006 16:06:26 +0200 Timo Sirainen Removed str-sanitize.o from unused_objects list because we do use it HEAD
Sun, 12 Nov 2006 15:07:43 +0200 Timo Sirainen Don't try to use ldap_bind() with empty passwords, since Windows 2003 AD HEAD
Sun, 12 Nov 2006 14:59:51 +0200 Timo Sirainen Cleanups, extra assert HEAD
Sun, 12 Nov 2006 14:41:32 +0200 Timo Sirainen Fixed potential problems with client disconnecting while master was handling HEAD
Sun, 12 Nov 2006 14:13:44 +0200 Timo Sirainen auth_bind=yes crashfix HEAD
Sun, 12 Nov 2006 14:06:33 +0200 Timo Sirainen Fixed zero padding handling and documented it. %0.1n shouldn't enable it, HEAD
Sun, 12 Nov 2006 13:32:41 +0200 Timo Sirainen Don't crash if client disconnected while IDLEing. HEAD
Sun, 12 Nov 2006 13:31:42 +0200 Timo Sirainen If mailbox is changed while syncing is being done, and the second sync's HEAD
Sun, 12 Nov 2006 13:15:38 +0200 Timo Sirainen Code cleanup HEAD
Sun, 12 Nov 2006 13:13:17 +0200 Timo Sirainen Memory/fd leak fix HEAD
Wed, 08 Nov 2006 22:51:32 +0200 Timo Sirainen Don't bother logging "syscall failed: EOF" messages. No-one cares about HEAD
Wed, 08 Nov 2006 22:22:08 +0200 Timo Sirainen Added auth_request_set_credentials() to modify credentials in passdb and HEAD
Wed, 08 Nov 2006 22:02:34 +0200 Timo Sirainen Updated pool_alloconly_create_clean() comment HEAD
Wed, 08 Nov 2006 22:00:31 +0200 Timo Sirainen Added pool_alloconly_create_clean() to create an alloconly pool which clears HEAD
Wed, 08 Nov 2006 21:13:32 +0200 Timo Sirainen Add auth_cache_remove() function which will be used by OTP code to evict HEAD
Wed, 08 Nov 2006 21:12:42 +0200 Timo Sirainen Make it possible to take address of sha1_result() function. HEAD
Wed, 08 Nov 2006 19:04:00 +0200 Timo Sirainen Don't leak opened .log.2 transaction logs. HEAD
Wed, 08 Nov 2006 15:18:00 +0200 Timo Sirainen Comment updates, wiki link updates. HEAD
Tue, 07 Nov 2006 23:33:51 +0200 Timo Sirainen When verifying the header, check that next_uid is larger than last message's HEAD
Tue, 07 Nov 2006 23:22:08 +0200 Timo Sirainen Saving mails could have skipped over transactions, which caused different HEAD
Tue, 07 Nov 2006 21:37:04 +0200 Timo Sirainen Crashfix at quit HEAD
Tue, 07 Nov 2006 18:16:11 +0200 Timo Sirainen Handle LDAP requests while being disconnected more correctly. HEAD
Tue, 07 Nov 2006 17:19:34 +0200 Timo Sirainen Memory leak fix HEAD
Tue, 07 Nov 2006 17:06:23 +0200 Timo Sirainen Crashfixes and more asserts. Mostly related to use of AUTHENTICATE/AUTH HEAD
Tue, 07 Nov 2006 16:55:32 +0200 Timo Sirainen Reduce memory usage in case we read a lot of auth replies at once. HEAD
Tue, 07 Nov 2006 16:01:19 +0200 Timo Sirainen If client disconnects before logging into remote server is complete, don't HEAD
Tue, 07 Nov 2006 15:59:31 +0200 Timo Sirainen Missing TAB before "pass" broke proxying. HEAD
Tue, 07 Nov 2006 15:58:56 +0200 Timo Sirainen When i/ostream is closed, change the fd to be -1 so it won't be accidentally HEAD
Tue, 07 Nov 2006 15:57:30 +0200 Timo Sirainen Free all the used memory when destroying the ioloop. HEAD
Tue, 07 Nov 2006 14:52:02 +0200 Timo Sirainen Remove sasl_props from here too. HEAD
Sun, 05 Nov 2006 22:47:16 +0200 Timo Sirainen If we're executing as a normal system user, get the HOME environment from HEAD
Sun, 05 Nov 2006 22:12:28 +0200 Timo Sirainen This file hasn't been used for a long time. HEAD
Sun, 05 Nov 2006 19:55:49 +0200 Timo Sirainen If both mail_location and default_mail_env are set in the config file, give HEAD
Sun, 05 Nov 2006 19:30:58 +0200 Timo Sirainen Comment updates HEAD
Sun, 05 Nov 2006 18:38:59 +0200 Timo Sirainen Added comments that the files should be owned by root and 0600. Some HEAD
Sun, 05 Nov 2006 18:12:14 +0200 Timo Sirainen Don't send "pass" back if it's already set, or if it's not known. HEAD
Sun, 05 Nov 2006 18:01:32 +0200 Timo Sirainen Added missing imap_capability setting. HEAD
Sun, 05 Nov 2006 17:51:41 +0200 Timo Sirainen If proxy is returned, set also no_login automatically, since it's always HEAD
Sun, 05 Nov 2006 13:53:25 +0200 Timo Sirainen Removed some unneeded state keeping. HEAD
Sun, 05 Nov 2006 12:58:57 +0200 Timo Sirainen default_mail_env fallbacking was broken with --exec-mail. HEAD
Sun, 05 Nov 2006 01:04:40 +0200 Timo Sirainen Compile fix HEAD
Sat, 04 Nov 2006 23:08:42 +0200 Timo Sirainen Fixes to auth_bind. HEAD
Sat, 04 Nov 2006 22:55:16 +0200 Timo Sirainen Fixes HEAD
Sat, 04 Nov 2006 22:22:31 +0200 Timo Sirainen Do better logging. HEAD
Sat, 04 Nov 2006 22:09:57 +0200 Timo Sirainen Don't call ldap_parse_sasl_bind_result() in ldap_bind()'s callback. We're HEAD
Sat, 04 Nov 2006 21:51:23 +0200 Timo Sirainen Trash plugin was completely broken before. HEAD
Sat, 04 Nov 2006 21:49:15 +0200 Timo Sirainen Call deinit() for all modules first before unloading them. HEAD
Sat, 04 Nov 2006 20:48:11 +0200 Timo Sirainen Compiler warning fix HEAD
Sat, 04 Nov 2006 20:45:01 +0200 Timo Sirainen Changed ips_count to unsigned int in net_gethostbyname(). Also removed HEAD
Sat, 04 Nov 2006 20:43:26 +0200 Timo Sirainen Include stddef.h always to make NULL expand correctly in Solaris. HEAD
Sat, 04 Nov 2006 17:51:30 +0200 Timo Sirainen Cleanup HEAD
Sat, 04 Nov 2006 17:09:26 +0200 Timo Sirainen Crashfixes HEAD
Sat, 04 Nov 2006 17:00:32 +0200 Timo Sirainen LDAP code changes: If auth binds are used, bind back to the default dn HEAD