log

age author description
Wed, 13 Oct 2004 20:20:43 +0300 Timo Sirainen forgot to add HEAD
Wed, 13 Oct 2004 19:38:32 +0300 Timo Sirainen Changed dovecot-auth protocol to ASCII based. Should be easier now to write HEAD
Wed, 13 Oct 2004 15:32:54 +0300 Timo Sirainen Crashfix HEAD
Mon, 11 Oct 2004 21:27:40 +0300 Timo Sirainen Changed the "internal error" message, once again. Hopefully this is finally HEAD
Mon, 11 Oct 2004 20:14:26 +0300 Timo Sirainen Login process cleanups. Share more authentication code between pop3/imap. HEAD
Mon, 11 Oct 2004 17:29:51 +0300 Timo Sirainen Make sure nothing is buffered in mbox stream when syncing. HEAD
Mon, 11 Oct 2004 17:25:01 +0300 Timo Sirainen Handle failures without crashing HEAD
Mon, 11 Oct 2004 16:24:03 +0300 Timo Sirainen Don't send extra ")" line with bad FETCH parameters. HEAD
Mon, 11 Oct 2004 16:14:59 +0300 Timo Sirainen Don't go trying to updating index, if there's nothing to update. HEAD
Mon, 11 Oct 2004 16:05:24 +0300 Timo Sirainen Check that dotlock PID exists even if we don't do stale lock timeouting. HEAD
Mon, 11 Oct 2004 15:22:25 +0300 Timo Sirainen Crashfix in error condition. HEAD
Mon, 11 Oct 2004 15:05:08 +0300 Timo Sirainen Enable outlook-idle workaround by default. HEAD
Mon, 11 Oct 2004 01:58:00 +0300 Timo Sirainen typofixes HEAD
Sun, 10 Oct 2004 20:44:54 +0300 Timo Sirainen Don't lock/unlock mbox separately for each message. Drop the lock only at HEAD
Sun, 10 Oct 2004 20:25:44 +0300 Timo Sirainen Replaced fcntl_locks_disable with lock_method, so it's now possible to use HEAD
Sun, 10 Oct 2004 19:25:06 +0300 Timo Sirainen Use only a single transaction for the whole duration of pop3 session. Avoids HEAD
Sun, 10 Oct 2004 18:56:00 +0300 Timo Sirainen Compile fix HEAD
Sun, 10 Oct 2004 17:39:05 +0300 Timo Sirainen Write host:pid into lock file *before* link()ing it into real lock file. HEAD
Sun, 10 Oct 2004 17:32:32 +0300 Timo Sirainen Renamed pop3_mails_keep_recent to pop3_no_flag_updates which includes HEAD
Sun, 10 Oct 2004 17:21:07 +0300 Timo Sirainen Fix some potential crashes HEAD
Sun, 10 Oct 2004 16:55:09 +0300 Timo Sirainen Removed Cyrus SASL code completely. It hasn't worked for ages (if ever?) and HEAD
Sat, 09 Oct 2004 17:22:14 +0300 Timo Sirainen If FETCH failed immediately, we sent back extra ")" line. HEAD
Sat, 09 Oct 2004 17:20:21 +0300 Timo Sirainen Copying mapping to memory didn't copy some fields which could have caused HEAD
Sat, 09 Oct 2004 16:54:28 +0300 Timo Sirainen Recent flag fixes HEAD
Sat, 09 Oct 2004 00:40:05 +0300 Timo Sirainen Don't close mbox file stream unless we're actually using mmap. Avoids extra HEAD
Sat, 09 Oct 2004 00:21:11 +0300 Timo Sirainen Buffer more in memory before sending RETR replies. HEAD
Fri, 08 Oct 2004 23:25:00 +0300 Timo Sirainen Delay writing seen flags to mailbox. HEAD
Fri, 08 Oct 2004 21:36:57 +0300 Timo Sirainen Don't do anything in cork() if stream is closed. HEAD
Fri, 08 Oct 2004 21:19:12 +0300 Timo Sirainen fix HEAD
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Fri, 08 Oct 2004 20:06:18 +0300 Timo Sirainen group multiple recent flag updates together HEAD
Fri, 08 Oct 2004 19:59:45 +0300 Timo Sirainen buffer_insert* were broken HEAD
Fri, 08 Oct 2004 16:33:03 +0300 Timo Sirainen Add seteuid() wrapper for HP-UX HEAD
Fri, 08 Oct 2004 15:01:41 +0300 Timo Sirainen cache_flags were being updated constantly. HEAD
Fri, 08 Oct 2004 15:01:11 +0300 Timo Sirainen Remove recent-flags even if flags are dirty. HEAD
Fri, 08 Oct 2004 00:19:05 +0300 Timo Sirainen Don't complain about corruption when there is none. HEAD
Fri, 08 Oct 2004 00:11:19 +0300 Timo Sirainen fix HEAD
Thu, 07 Oct 2004 23:36:48 +0300 Timo Sirainen Added asserts HEAD
Thu, 07 Oct 2004 23:14:28 +0300 Timo Sirainen fix HEAD
Thu, 07 Oct 2004 22:39:24 +0300 Timo Sirainen Advertise all SASL mechanisms in old-style SASL discovery. Patch by Andrey HEAD
Thu, 07 Oct 2004 22:38:05 +0300 Timo Sirainen Missing error checking in epoll_create(). Patch by Andrey Panin HEAD
Thu, 07 Oct 2004 22:37:27 +0300 Timo Sirainen fix endianness problem, patch by Andrey Panin HEAD
Wed, 06 Oct 2004 01:50:47 +0300 Timo Sirainen assert HEAD
Wed, 06 Oct 2004 01:47:32 +0300 Timo Sirainen Make sure fetching is uninitialized always. Do full read/write syncing when HEAD
Tue, 05 Oct 2004 23:40:52 +0300 Timo Sirainen crashfix HEAD
Tue, 05 Oct 2004 23:01:05 +0300 Timo Sirainen NTLM2 authentication support. Patch by Andrey Panin HEAD
Tue, 05 Oct 2004 19:00:18 +0300 Timo Sirainen auth_verbose now affects imap/pop3 login processes too. Every authentication HEAD
Tue, 05 Oct 2004 18:30:03 +0300 Timo Sirainen Use the library function for username string sanitization. HEAD
Tue, 05 Oct 2004 18:29:38 +0300 Timo Sirainen Added string sanitization functions. HEAD
Tue, 05 Oct 2004 03:50:28 +0300 Timo Sirainen Don't loop forever if sync record UIDs don't exist anymore. HEAD
Tue, 05 Oct 2004 03:26:40 +0300 Timo Sirainen Bringing some sanity into mbox rewrites. Fixes expunge crashes and reduces HEAD
Tue, 05 Oct 2004 01:52:41 +0300 Timo Sirainen Don't crash if fetching ENVELOPE for expunged message. HEAD
Mon, 04 Oct 2004 19:31:51 +0300 Timo Sirainen When we had dirty messages, we kept resyncing the whole mailbox constantly. HEAD
Sun, 03 Oct 2004 20:03:27 +0300 Timo Sirainen "UIDL <message>" was broken. HEAD
Sun, 03 Oct 2004 19:32:59 +0300 Timo Sirainen Index extensions can now specify record alignment, and it's possible to HEAD
Sun, 03 Oct 2004 19:30:18 +0300 Timo Sirainen Added buffer_insert_zero() HEAD
Sun, 03 Oct 2004 15:32:01 +0300 Timo Sirainen Give error message instead of crashing if mbox offset is lost. HEAD
Sun, 03 Oct 2004 15:28:57 +0300 Timo Sirainen If fetching fails, finish sending the untagged FETCH reply correctly. HEAD
Fri, 01 Oct 2004 17:41:16 +0300 Timo Sirainen Show clear error messages if --ssl is tried to be used but it's not HEAD
Fri, 01 Oct 2004 16:46:01 +0300 Timo Sirainen Cleanup - we don't need mycrypt.h anymore HEAD