log

age author description
Wed, 15 Jun 2005 00:17:06 +0300 Timo Sirainen mail_index_keywords_create() crashed with 64bit systems and not exactly HEAD
Tue, 14 Jun 2005 13:29:01 +0300 Timo Sirainen If username changes, log the change if debugging is enabled. HEAD
Tue, 14 Jun 2005 13:28:37 +0300 Timo Sirainen Allow PAM to modify username. HEAD
Tue, 14 Jun 2005 12:17:40 +0300 Timo Sirainen Destroying auth workers leaked fd. HEAD
Mon, 13 Jun 2005 11:45:57 +0300 Timo Sirainen Fixed parsing multiple parameters HEAD
Fri, 10 Jun 2005 01:29:48 +0300 Timo Sirainen Set stream->eof immediately after we have read up to our limit. HEAD
Thu, 09 Jun 2005 21:44:46 +0300 Timo Sirainen Don't connect to SQL database in main dovecot-auth process if we're using HEAD
Thu, 09 Jun 2005 21:44:22 +0300 Timo Sirainen Added sql_connect() to do explicit connecting. sql_init() no longer does. HEAD
Thu, 09 Jun 2005 21:31:43 +0300 Timo Sirainen Make MySQL connect abort in 10 seconds if it can't connect. HEAD
Thu, 09 Jun 2005 21:28:57 +0300 Timo Sirainen Ignore SIGALRM, but not with SIG_IGN as it causes syscalls to restart. HEAD
Thu, 09 Jun 2005 17:43:07 +0300 Timo Sirainen Use macros when using W and S extras too. HEAD
Thu, 09 Jun 2005 17:31:43 +0300 Timo Sirainen Replaced ':' and ',' character usages with #defines, so they can be changed HEAD
Thu, 09 Jun 2005 16:44:53 +0300 Timo Sirainen 32bit UID/GIDs were truncated HEAD
Wed, 08 Jun 2005 18:45:41 +0300 Timo Sirainen Count cache hits and misses, report them on SIGUSR2. HEAD
Wed, 08 Jun 2005 16:37:17 +0300 Timo Sirainen Auth workers were leaking memory for each request. Fixed also a few invalid HEAD
Mon, 06 Jun 2005 00:42:22 +0300 Timo Sirainen Added assert HEAD
Mon, 06 Jun 2005 00:42:00 +0300 Timo Sirainen Don't pass NULL date to message_date_parse(). It crashes nowadays. HEAD
Mon, 06 Jun 2005 00:40:56 +0300 Timo Sirainen Update for login_log_format_elements setting. HEAD
Mon, 06 Jun 2005 00:39:52 +0300 Timo Sirainen Don't list password schemes in the files. They just get out of date. HEAD
Sun, 05 Jun 2005 23:39:53 +0300 Timo Sirainen Removed message-tokenizer code. All code using it was finally replaced with HEAD
Sun, 05 Jun 2005 23:37:49 +0300 Timo Sirainen Changed Message-ID parser to use rfc822-parser API. HEAD
Sun, 05 Jun 2005 23:36:55 +0300 Timo Sirainen Make Content-Language parser use rfc822-parser API. HEAD
Sun, 05 Jun 2005 23:07:20 +0300 Timo Sirainen Make date parser use rfc822-parser API. HEAD
Sun, 05 Jun 2005 23:07:04 +0300 Timo Sirainen Skip initial LWSP HEAD
Sun, 05 Jun 2005 22:32:45 +0300 Timo Sirainen Converted MIME Content-* header parser to use rfc822-parser API. HEAD
Sun, 05 Jun 2005 22:32:33 +0300 Timo Sirainen Added rfc822_parse_mime_token() to rfc822-parser API. HEAD
Sun, 29 May 2005 13:50:43 +0300 Timo Sirainen Changed output handler to work a bit differently to avoid useless HEAD
Sun, 29 May 2005 13:50:06 +0300 Timo Sirainen Set output I/O handler after output callback if needed. HEAD
Sun, 29 May 2005 03:26:19 +0300 Timo Sirainen Don't return random data if net_getpeername() or net_getsockname() is used HEAD
Sat, 28 May 2005 18:14:12 +0300 Timo Sirainen If all auth workers have died, don't complain and fail but just create and HEAD
Sat, 28 May 2005 15:51:43 +0300 Timo Sirainen If worker process has been idle for 10 minutes, make it kill itself. HEAD
Sat, 28 May 2005 15:34:24 +0300 Timo Sirainen auth_request_set_field() shouldn't save password to extra_fields. Fixes a HEAD
Sat, 28 May 2005 15:17:40 +0300 Timo Sirainen Seekable stream was broken after its memory limit was reached and it started HEAD
Sat, 28 May 2005 14:31:19 +0300 Timo Sirainen Don't remove output handler if flush_pending is still set after callback. HEAD
Sat, 28 May 2005 14:20:49 +0300 Timo Sirainen Small optimization HEAD
Sat, 28 May 2005 14:18:49 +0300 Timo Sirainen Call i_stream_sync() a bit more often, especially before checking file size HEAD
Wed, 25 May 2005 14:39:57 +0300 Timo Sirainen Don't forget o_stream_set_flush_pending() call if it's called in flush HEAD
Tue, 24 May 2005 01:40:39 +0300 Timo Sirainen Code cleanup. Removed useless previous "fix". HEAD
Mon, 23 May 2005 23:50:18 +0300 Timo Sirainen Keyword resets were written using sequences to transaction log, which caused HEAD
Mon, 23 May 2005 22:51:38 +0300 Timo Sirainen Parse also pop3_uidl_format setting for %m case, so we know to save the MD5 HEAD
Mon, 23 May 2005 22:46:27 +0300 Timo Sirainen If we couldn't get UIDL, also write error to log. HEAD
Mon, 23 May 2005 18:16:55 +0300 Timo Sirainen RSET command wasn't working right HEAD
Tue, 17 May 2005 12:34:38 +0300 Timo Sirainen Master connection's USER command was leaking memory (with deliver binary). HEAD
Tue, 17 May 2005 00:00:45 +0300 Timo Sirainen If p_malloc() used data stack (with DEBUG enabled it might have written a HEAD
Sat, 14 May 2005 23:32:03 +0300 Timo Sirainen Added configurable logging for login process. Added configurable pop3 logout HEAD
Sat, 14 May 2005 20:17:29 +0300 Timo Sirainen We didn't keep dirty flag state long enough. HEAD
Sat, 14 May 2005 17:01:03 +0300 Timo Sirainen last-uid fix HEAD
Sat, 14 May 2005 15:51:28 +0300 Timo Sirainen uid-last offset change fixes. HEAD
Sat, 14 May 2005 15:30:16 +0300 Timo Sirainen Pointers into file cache may change as a result of file_cache_write(). HEAD
Sat, 14 May 2005 15:22:54 +0300 Timo Sirainen Error handling fixes HEAD
Sat, 14 May 2005 15:05:50 +0300 Timo Sirainen Optimizations HEAD
Sat, 14 May 2005 14:35:08 +0300 Timo Sirainen still wrong.. HEAD
Sat, 14 May 2005 14:32:45 +0300 Timo Sirainen fix HEAD
Sat, 14 May 2005 14:29:36 +0300 Timo Sirainen Whenever writing to cache file, also updated file_cache. Fixes problems with HEAD
Sat, 14 May 2005 14:29:07 +0300 Timo Sirainen Added file_cache_write() to update cached memory area. HEAD
Fri, 13 May 2005 16:35:19 +0300 Timo Sirainen if using IPv6, bind both on the IPv4 and IPv6 addresses if IPV6_V6ONLY is HEAD
Fri, 13 May 2005 16:11:17 +0300 Timo Sirainen Fixed output getting stuck when transmit buffer was full. HEAD
Wed, 11 May 2005 00:36:05 +0300 Timo Sirainen Cache bitmask was still used wrong, maybe now.. HEAD
Wed, 11 May 2005 00:04:02 +0300 Timo Sirainen Cache decisions were completely wrong for file sizes larger than 32kB. HEAD
Tue, 10 May 2005 22:33:18 +0300 Timo Sirainen Fix to mmap_disable=yes syncing HEAD
Tue, 10 May 2005 21:20:47 +0300 Timo Sirainen Delete transaction log.2 file if we detect it's corrupted. HEAD
Tue, 10 May 2005 20:05:32 +0300 Timo Sirainen Don't replace request->user with vpw->pw_name. It drops domain part and HEAD
Tue, 10 May 2005 17:46:25 +0300 Timo Sirainen Compile fix HEAD
Tue, 10 May 2005 17:35:21 +0300 Timo Sirainen No, #define _XPG6 was after all pre-Solaris10 hack... HEAD
Sun, 08 May 2005 20:42:04 +0300 Timo Sirainen Added comment HEAD
Sun, 08 May 2005 20:36:07 +0300 Timo Sirainen Added assert HEAD
Sun, 08 May 2005 20:35:47 +0300 Timo Sirainen No, The _XPG6 define is still needed with final Solaris 10 release.. HEAD
Sun, 08 May 2005 20:19:31 +0300 Timo Sirainen Make auth worker processes work with chroot enabled. HEAD
Sun, 08 May 2005 20:16:28 +0300 Timo Sirainen STARTTLS was broken HEAD
Sun, 08 May 2005 17:12:58 +0300 Timo Sirainen Added some error handling code to prevent assert crashes. HEAD
Sun, 08 May 2005 13:09:43 +0300 Timo Sirainen Removed SYNC_FAST_FLAG from EXPUNGE command. Changed delay-newmail HEAD
Sun, 08 May 2005 12:38:36 +0300 Timo Sirainen If we couldn't fetch header MD5/filename for UIDL, abort instead of giving HEAD
Tue, 03 May 2005 20:02:42 +0300 Timo Sirainen Added i_free_and_null() macro and first use case. HEAD
Tue, 03 May 2005 20:02:24 +0300 Timo Sirainen Compiler warning fix without DEBUG. HEAD
Fri, 29 Apr 2005 15:46:59 +0300 Timo Sirainen If data inside headers was moved within the first mail, we might have gotten HEAD
Fri, 29 Apr 2005 15:02:33 +0300 Timo Sirainen Check broken flag counter values every time when updating them. Added HEAD
Fri, 29 Apr 2005 14:42:38 +0300 Timo Sirainen Connection could have gotten stuck sometimes, doing nothing until idle HEAD
Fri, 29 Apr 2005 14:17:40 +0300 Timo Sirainen Added offsets to log file corruption error messages HEAD
Fri, 29 Apr 2005 13:48:31 +0300 Timo Sirainen Updated timeouts HEAD
Fri, 29 Apr 2005 13:26:06 +0300 Timo Sirainen Don't require notify_ok/notify_no callbacks to be set. Fixes crash in HEAD
Fri, 29 Apr 2005 13:13:04 +0300 Timo Sirainen Crashfix for some failure handling. HEAD
Wed, 27 Apr 2005 00:27:08 +0300 Timo Sirainen If mbox has a pseudo mail, we skipped message updates in partial syncs. HEAD
Tue, 26 Apr 2005 22:12:08 +0300 Timo Sirainen Expunge code cleanups. HEAD
Tue, 26 Apr 2005 22:10:47 +0300 Timo Sirainen Don't always sync full mbox if first message is the pseudo mail. HEAD
Tue, 26 Apr 2005 21:36:48 +0300 Timo Sirainen Compiler warning fixes when DEBUG enabled. HEAD
Tue, 26 Apr 2005 21:36:05 +0300 Timo Sirainen Still more changes to how typeof() is used. Now it finally seems to be HEAD
Tue, 26 Apr 2005 19:32:02 +0300 Timo Sirainen Minor error checking fixes. HEAD
Tue, 26 Apr 2005 17:52:02 +0300 Timo Sirainen If we see mbox offsets break, don't invalidate whole index but rather force HEAD
Tue, 26 Apr 2005 17:45:46 +0300 Timo Sirainen Don't try to handle UIDVALIDITY changes nicely after all. It causes HEAD
Tue, 26 Apr 2005 17:07:31 +0300 Timo Sirainen If uid-last isn't actually updated while rewriting first message, don't HEAD
Tue, 26 Apr 2005 14:43:30 +0300 Timo Sirainen USER auth command requires now service parameter and supports also others HEAD
Tue, 26 Apr 2005 14:08:16 +0300 Timo Sirainen Try to flush output before uncorking HEAD
Tue, 26 Apr 2005 13:43:54 +0300 Timo Sirainen o_stream_uncork() was previously always setting IO_WRITE handler even if HEAD
Tue, 26 Apr 2005 12:42:59 +0300 Timo Sirainen If X-UIDs hadn't yet been written, we resynced everything after the first HEAD
Tue, 26 Apr 2005 11:11:37 +0300 Timo Sirainen Dirty flags weren't being updated correctly. Caused the same messages to be HEAD
Sat, 23 Apr 2005 23:21:42 +0300 Timo Sirainen Remove compiler warnings with non-DEBUG. HEAD
Sat, 23 Apr 2005 22:56:51 +0300 Timo Sirainen Don't do invalid memory accesses if trying to create empty mailbox name. HEAD
Sat, 23 Apr 2005 22:41:40 +0300 Timo Sirainen Allow non-first streams also to have pending data. HEAD
Sat, 23 Apr 2005 22:35:05 +0300 Timo Sirainen Fixes. HEAD
Sat, 23 Apr 2005 20:10:42 +0300 Timo Sirainen Also use the --without-deliver option to not build it :) HEAD
Sat, 23 Apr 2005 20:07:29 +0300 Timo Sirainen Added --with-deliver option. HEAD
Sat, 23 Apr 2005 20:07:12 +0300 Timo Sirainen Added --with-rundir configure option. HEAD
Sat, 23 Apr 2005 20:02:40 +0300 Timo Sirainen save_mail() returns 0 if successful, not if failed.. HEAD
Sat, 23 Apr 2005 19:51:21 +0300 Timo Sirainen Don't call index_mail_parse_header() twice when searching headers. Caused HEAD
Sat, 23 Apr 2005 18:52:16 +0300 Timo Sirainen LDAP passdb finally should work again. HEAD
Sat, 23 Apr 2005 18:46:21 +0300 Timo Sirainen Added more LDAP debugging. HEAD
Sat, 23 Apr 2005 18:18:21 +0300 Timo Sirainen If UIDVALIDITY changes, don't invalidate the whole index. Just expunge all HEAD
Sat, 23 Apr 2005 16:28:22 +0300 Timo Sirainen When removing recent flags, we didn't update the recent flag count in HEAD
Sat, 23 Apr 2005 12:56:39 +0300 Timo Sirainen index.log file is now rotated to .index.log.2 file. When log file is HEAD
Sat, 23 Apr 2005 12:20:39 +0300 Timo Sirainen Crashfix HEAD
Sat, 23 Apr 2005 12:11:49 +0300 Timo Sirainen Grow default auth_request pools to 512 bytes per request. HEAD
Sat, 23 Apr 2005 12:07:31 +0300 Timo Sirainen Don't crash if dotlock replacing failed. HEAD
Sat, 23 Apr 2005 11:45:24 +0300 Timo Sirainen s/PREFIX/SUFFIX/ for .cache and .log filename suffixes.. HEAD
Fri, 22 Apr 2005 23:58:18 +0300 Timo Sirainen Error message fix. HEAD
Fri, 22 Apr 2005 23:55:36 +0300 Timo Sirainen Fixes to expunging first mail. HEAD
Fri, 22 Apr 2005 23:31:27 +0300 Timo Sirainen When first message was expunged we might have gotten "uid-last unexpectedly HEAD
Fri, 22 Apr 2005 22:01:53 +0300 Timo Sirainen Ignore if mkdir() returns ENOSYS. It probably means we tried to mkdir a HEAD
Thu, 21 Apr 2005 19:33:47 +0300 Timo Sirainen We weren't sending proxy's password back with blocking passdb. HEAD
Thu, 21 Apr 2005 19:15:44 +0300 Timo Sirainen Allow password field to be NULL. Needed with proxies. HEAD
Tue, 19 Apr 2005 16:27:47 +0300 Timo Sirainen Crashfix in error conditions HEAD