log

age author description
Fri, 14 Mar 2003 21:28:59 +0200 Timo Sirainen Whops, forgot to add. HEAD
Fri, 14 Mar 2003 20:52:53 +0200 Timo Sirainen updated first_valid_uid comment HEAD
Fri, 14 Mar 2003 11:35:24 +0200 Timo Sirainen "mail process isn't allowed to use UID %s (modify first_valid_uid in config file)" HEAD
Mon, 10 Mar 2003 02:36:08 +0200 Timo Sirainen Added i_stream_read_next_line() HEAD
Sun, 09 Mar 2003 13:57:35 +0200 Timo Sirainen cleanup HEAD
Sun, 09 Mar 2003 12:03:35 +0200 Timo Sirainen mbox: LIST "" invalid-directory/% doesn't anymore give internal error HEAD
Sun, 09 Mar 2003 11:56:05 +0200 Timo Sirainen mbox: CREATE mailbox/ now mkdir()s it. HEAD
Sun, 09 Mar 2003 11:01:01 +0200 Timo Sirainen FETCH: \Seen flag updating didn't work (eg. FETCH BODY[]). HEAD
Sun, 09 Mar 2003 02:35:20 +0200 Timo Sirainen Literal parser broke if \r\n wasn't in buffer at the time '}' was parsed. HEAD
Fri, 07 Mar 2003 02:40:33 +0200 Timo Sirainen pgsql check fixes HEAD
Fri, 07 Mar 2003 02:37:22 +0200 Timo Sirainen cleanup HEAD
Fri, 07 Mar 2003 01:31:43 +0200 Timo Sirainen Log vpop_user + vpop_domain too. They may be different from original HEAD
Fri, 07 Mar 2003 01:24:29 +0200 Timo Sirainen cleanups HEAD
Fri, 07 Mar 2003 01:20:16 +0200 Timo Sirainen Added PostgreSQL support, patch by Alex Howansky HEAD
Thu, 06 Mar 2003 23:45:16 +0200 Timo Sirainen Added ldap_version setting. HEAD
Thu, 06 Mar 2003 23:44:31 +0200 Timo Sirainen We didn't work at all in non-inetd mode. Also fix crash when quitting. HEAD
Thu, 06 Mar 2003 21:23:44 +0200 Timo Sirainen UIDs are now saved into mbox file. added a few rewriting optimizations so HEAD
Wed, 05 Mar 2003 22:54:17 +0200 Timo Sirainen message_address_write() didn't work. HEAD
Wed, 05 Mar 2003 22:51:22 +0200 Timo Sirainen message_address_parse(): allow using data_stack_pool HEAD
Wed, 05 Mar 2003 03:43:16 +0200 Timo Sirainen Compiler warning fixes. HEAD
Wed, 05 Mar 2003 03:41:36 +0200 Timo Sirainen Added index->append_abort() to abort append cleanly. HEAD
Wed, 05 Mar 2003 00:38:07 +0200 Timo Sirainen login: Wait until we're connected to auth process before executing command HEAD
Tue, 04 Mar 2003 20:51:02 +0200 Timo Sirainen Don't crash if something tries to write 0 bytes in headers while saving the HEAD
Tue, 04 Mar 2003 06:02:56 +0200 Timo Sirainen Somewhat working code to support loading Dovecot from inetd and such. It HEAD
Tue, 04 Mar 2003 06:01:37 +0200 Timo Sirainen Don't crash if auth request wasn't found. HEAD
Tue, 04 Mar 2003 06:00:13 +0200 Timo Sirainen Removed restrict_access_clean_env() and env_remove(). They're not needed. HEAD
Tue, 04 Mar 2003 05:59:44 +0200 Timo Sirainen Handle /dev/stderr directly instead of open()ing. HEAD
Tue, 04 Mar 2003 05:59:13 +0200 Timo Sirainen More verbose error message when leaked fd is noticed. HEAD
Tue, 04 Mar 2003 04:18:09 +0200 Timo Sirainen net_* functions don't anymore set sockets to non-blocking by default. HEAD
Tue, 04 Mar 2003 03:10:28 +0200 Timo Sirainen Use literals for strings containing '"' and '\' characters too. This wasn't HEAD
Mon, 03 Mar 2003 00:41:45 +0200 Timo Sirainen Selecting INBOX didn't use index files if full_filesystem_access was yes. HEAD
Sat, 01 Mar 2003 17:25:03 +0200 Timo Sirainen Setting user_global_uid or user_global_gid crashed. HEAD
Thu, 27 Feb 2003 16:48:00 +0200 Timo Sirainen Maildir LIST \Children fixes. HEAD
Thu, 27 Feb 2003 00:19:51 +0200 Timo Sirainen safe_mkdir(): usage fchmod() and fchown(). chmod() wasn't really safe and HEAD
Wed, 26 Feb 2003 23:27:17 +0200 Timo Sirainen Invalid PLAIN auth request crashed auth process. HEAD
Wed, 26 Feb 2003 13:21:43 +0200 Timo Sirainen [::] address wasn't treated exactly as "ipv6 any", but looks like HEAD
Wed, 26 Feb 2003 13:19:06 +0200 Timo Sirainen Added --version HEAD
Wed, 26 Feb 2003 03:01:57 +0200 Timo Sirainen updated HEAD
Wed, 26 Feb 2003 01:12:55 +0200 Timo Sirainen update HEAD
Tue, 25 Feb 2003 23:05:52 +0200 Timo Sirainen final fix: text-content subtype wasn't defaulted to plain HEAD
Tue, 25 Feb 2003 22:58:36 +0200 Timo Sirainen 0.99.8 released HEAD
Tue, 25 Feb 2003 22:55:52 +0200 Timo Sirainen Default to 7bit instead of 8bit content-encoding-type. HEAD
Tue, 25 Feb 2003 21:10:45 +0200 Timo Sirainen Don't delete ".." dirs outside our imap root. HEAD
Tue, 25 Feb 2003 21:10:03 +0200 Timo Sirainen A few small fixes to MIME and mail address parsers. HEAD
Tue, 25 Feb 2003 00:56:15 +0200 Timo Sirainen Use less strict mailbox name verification when trying to access existing HEAD
Tue, 25 Feb 2003 00:39:44 +0200 Timo Sirainen placeholder -> noselect change broke LIST "" "foo/%" not showing foo/. HEAD
Mon, 24 Feb 2003 21:38:09 +0200 Timo Sirainen updates HEAD
Mon, 24 Feb 2003 21:05:33 +0200 Timo Sirainen fd leak fix HEAD
Mon, 24 Feb 2003 21:01:41 +0200 Timo Sirainen Didn't compile without SSL libs HEAD
Mon, 24 Feb 2003 20:45:38 +0200 Timo Sirainen Fallback temp file creation into /tmp with in-memory indexes. Used only with HEAD
Mon, 24 Feb 2003 20:30:23 +0200 Timo Sirainen Use \PlaceHolder only when listing subscriptions. HEAD
Mon, 24 Feb 2003 20:15:18 +0200 Timo Sirainen Try to use optimal block sizes when writing to files. HEAD
Mon, 24 Feb 2003 19:39:31 +0200 Timo Sirainen Added support for CHILDREN and LISTEXT extensions. HEAD
Mon, 24 Feb 2003 03:16:30 +0200 Timo Sirainen unlink_directory() is now (hopefully) race-condition free. HEAD
Mon, 24 Feb 2003 02:29:20 +0200 Timo Sirainen comment update HEAD
Mon, 24 Feb 2003 02:27:55 +0200 Timo Sirainen Use pam_unix as example instead of pam_pwdfile. HEAD
Sun, 23 Feb 2003 23:23:35 +0200 Timo Sirainen updates HEAD
Sun, 23 Feb 2003 23:14:50 +0200 Timo Sirainen in-memory index crashfixes HEAD
Sun, 23 Feb 2003 23:06:57 +0200 Timo Sirainen Index opening rewrites. We don't try to support .imap.index-<hostname> style HEAD
Sun, 23 Feb 2003 21:49:20 +0200 Timo Sirainen ..and tell login process about verbose_ssl.. HEAD