log

age author description
Thu, 21 Oct 2004 02:34:34 +0300 Timo Sirainen Changed %p (protocol) -> %s (service). Also changed %P (pid) -> %p. HEAD
Thu, 21 Oct 2004 02:05:53 +0300 Timo Sirainen Upgrades to autoconf 2.5 and automake >1.4. HEAD
Thu, 21 Oct 2004 01:35:13 +0300 Timo Sirainen This is a generated file. Shouldn't be in cvs. HEAD
Wed, 20 Oct 2004 23:46:37 +0300 Timo Sirainen Removed special Maildir/.INBOX directory. Indexes are now stored in maildir HEAD
Wed, 20 Oct 2004 23:19:57 +0300 Timo Sirainen Don't crash if no headers are given (fixes FETCH BODY[n.MIME] crashing) HEAD
Wed, 20 Oct 2004 21:09:32 +0300 Timo Sirainen Added tb-negative-fetch workaround. HEAD
Wed, 20 Oct 2004 20:49:02 +0300 Timo Sirainen Put SPID back, it's needed for standalone dovecot-auth. HEAD
Wed, 20 Oct 2004 20:07:32 +0300 Timo Sirainen Changed ostream's flush callback to have return value which can tell if HEAD
Wed, 20 Oct 2004 20:04:27 +0300 Timo Sirainen input->eof && o_stream_send_istream() == 0 isn't a correct way to check if all HEAD
Wed, 20 Oct 2004 20:03:23 +0300 Timo Sirainen Added i_stream_have_bytes_left(). HEAD
Wed, 20 Oct 2004 17:02:12 +0300 Timo Sirainen Fixes. HEAD
Wed, 20 Oct 2004 16:59:32 +0300 Timo Sirainen Logging changes. HEAD
Wed, 20 Oct 2004 16:49:04 +0300 Timo Sirainen Use USER/PASS instad for AUTH PLAIN. Also don't require "+OK" to have HEAD
Tue, 19 Oct 2004 18:53:16 +0300 Timo Sirainen Don't advertise LISTEXT capability. It's still a draft which changes HEAD
Tue, 19 Oct 2004 18:47:45 +0300 Timo Sirainen crashfixes HEAD
Tue, 19 Oct 2004 18:47:31 +0300 Timo Sirainen Don't crash with invalid auth client input. HEAD
Tue, 19 Oct 2004 05:51:37 +0300 Timo Sirainen s/protocol/service/ in authentication HEAD
Tue, 19 Oct 2004 04:47:55 +0300 Timo Sirainen If we can't add file to I/O notify list, close the fd so we don't leak. HEAD
Tue, 19 Oct 2004 04:17:39 +0300 Timo Sirainen Added version to login <-> master communication as well. HEAD
Tue, 19 Oct 2004 04:17:20 +0300 Timo Sirainen We didn't send VERSION handshake to auth process. HEAD
Tue, 19 Oct 2004 03:59:12 +0300 Timo Sirainen If auth client sends broken input and we disconnect it, wait for a while HEAD
Tue, 19 Oct 2004 03:51:21 +0300 Timo Sirainen Added VERSION command and checking to authentication protocol. HEAD
Tue, 19 Oct 2004 03:42:07 +0300 Timo Sirainen Log flushing fixes. HEAD
Tue, 19 Oct 2004 02:08:02 +0300 Timo Sirainen updated HEAD
Tue, 19 Oct 2004 02:07:01 +0300 Timo Sirainen More smart IMAP and POP3 proxies. Now if remote login fails, it just HEAD
Tue, 19 Oct 2004 02:03:54 +0300 Timo Sirainen Use reason=xx field in FAIL to report the error message instead of separate HEAD
Tue, 19 Oct 2004 00:52:10 +0300 Timo Sirainen Use -lz always with mysql. Our previous check wasn't really working because HEAD
Mon, 18 Oct 2004 23:05:51 +0300 Timo Sirainen comment update HEAD
Mon, 18 Oct 2004 22:23:49 +0300 Timo Sirainen Don't require boolean flags to be 'Y' for yes, only to be non-NULL. HEAD
Mon, 18 Oct 2004 22:21:40 +0300 Timo Sirainen Added IMAP and POP3 proxying support. HEAD
Mon, 18 Oct 2004 11:17:31 +0300 Timo Sirainen We failed with "Can't drop root group privileges" if root's gid wasn't 0. HEAD
Mon, 18 Oct 2004 04:13:25 +0300 Timo Sirainen Implemented support for LOGIN-REFERRALS using "referral" and "reason" HEAD
Mon, 18 Oct 2004 04:00:42 +0300 Timo Sirainen Authentication OK and FAIL replies can now contain extra fields from passdb. HEAD
Mon, 18 Oct 2004 02:36:08 +0300 Timo Sirainen Didn't work with asynchronous passdb. HEAD
Mon, 18 Oct 2004 02:08:40 +0300 Timo Sirainen tls/secured variables are in common client structure. Plaintext logins HEAD
Sun, 17 Oct 2004 21:24:21 +0300 Timo Sirainen New way of handling extension introductions in transaction log. HEAD
Sun, 17 Oct 2004 19:42:20 +0300 Timo Sirainen Removed mmap() memory area protections. They weren't always set correctly. HEAD
Sun, 17 Oct 2004 19:39:58 +0300 Timo Sirainen Write transactions into index at the beginning of syncing if there's appends HEAD
Sun, 17 Oct 2004 18:15:27 +0300 Timo Sirainen If login fails with internal failure, show it to client as -ERR [IN-USE] HEAD
Sun, 17 Oct 2004 17:35:01 +0300 Timo Sirainen Unlock uidlist file only after appends are written to transaction log. HEAD
Sat, 16 Oct 2004 19:47:12 +0300 Timo Sirainen warning fix when not compiled with any sql drivers HEAD
Sat, 16 Oct 2004 19:32:09 +0300 Timo Sirainen Growing output buffer size broke the data inside it. HEAD
Sat, 16 Oct 2004 17:59:32 +0300 Timo Sirainen i_unreached(): show also file and line number in error message HEAD
Sat, 16 Oct 2004 02:12:51 +0300 Timo Sirainen Created generic asynchronous SQL API and implemented MySQL and PostgreSQL HEAD
Sat, 16 Oct 2004 01:56:10 +0300 Timo Sirainen extra assert HEAD
Sat, 16 Oct 2004 01:55:35 +0300 Timo Sirainen t_pop() leakfix HEAD
Fri, 15 Oct 2004 16:37:58 +0300 Timo Sirainen Try to create the whole directory structure up to root_dir if it doesn't exist. HEAD
Fri, 15 Oct 2004 16:03:11 +0300 Timo Sirainen Don't use sendfile() for files, even with Linux. 2.6 kernels don't support HEAD
Fri, 15 Oct 2004 02:57:27 +0300 Timo Sirainen missing sasl-server.h HEAD
Fri, 15 Oct 2004 02:41:17 +0300 Timo Sirainen Fixed error message HEAD
Fri, 15 Oct 2004 02:06:49 +0300 Timo Sirainen Holes in cache file were broken HEAD
Fri, 15 Oct 2004 01:16:43 +0300 Timo Sirainen Log syncing fixes HEAD
Fri, 15 Oct 2004 00:54:47 +0300 Timo Sirainen Don't crash even if view is inconsistent. HEAD
Thu, 14 Oct 2004 22:42:04 +0300 Timo Sirainen expunge fix HEAD
Thu, 14 Oct 2004 20:56:39 +0300 Timo Sirainen If rewriting began with expunged data areas, we didn't overwrite them which HEAD
Thu, 14 Oct 2004 15:27:09 +0300 Timo Sirainen Don't insert extra space before "* n FETCH" HEAD
Thu, 14 Oct 2004 02:36:21 +0300 Timo Sirainen FreeBSD fix HEAD
Wed, 13 Oct 2004 23:40:25 +0300 Timo Sirainen fix HEAD
Wed, 13 Oct 2004 23:21:21 +0300 Timo Sirainen Added asserts HEAD
Wed, 13 Oct 2004 22:11:33 +0300 Timo Sirainen Auth protocol fix HEAD
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