log

age author description
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
Sun, 23 Feb 2003 21:46:31 +0200 Timo Sirainen verbose_ssl here too HEAD
Sun, 23 Feb 2003 21:44:46 +0200 Timo Sirainen Added setting verbose_ssl HEAD
Sun, 23 Feb 2003 15:13:09 +0200 Timo Sirainen bugfix HEAD
Sun, 23 Feb 2003 12:53:21 +0200 Timo Sirainen proper deinit for gnutls proxy too HEAD
Sun, 23 Feb 2003 12:53:11 +0200 Timo Sirainen destroy proxies before destroying ssl context HEAD
Sun, 23 Feb 2003 12:46:57 +0200 Timo Sirainen and compiler warning fixes.. HEAD
Sun, 23 Feb 2003 12:45:46 +0200 Timo Sirainen Keep list of the SSL proxies, so they're deinitialized properly if we have HEAD
Sun, 23 Feb 2003 12:43:38 +0200 Timo Sirainen Don't listen in imaps/pop3s if ssl_disable = yes. Even if they're listed in HEAD
Sat, 22 Feb 2003 18:16:40 +0200 Timo Sirainen [ipv6 address] was still buggy in *_listen HEAD
Fri, 21 Feb 2003 20:13:14 +0200 Timo Sirainen Sync EXPUNGEs also with UID FETCH and UID STORE. HEAD
Fri, 21 Feb 2003 20:10:54 +0200 Timo Sirainen Support parsing some broken mbox From-lines HEAD
Fri, 21 Feb 2003 16:28:45 +0200 Timo Sirainen cork the output before sending the ending IDLE replies. HEAD
Fri, 21 Feb 2003 16:25:33 +0200 Timo Sirainen if connection was closed while trying to write data to client, we sometimes HEAD
Fri, 21 Feb 2003 15:02:16 +0200 Timo Sirainen Added setting mail_drop_priv_before_exec. HEAD
Fri, 21 Feb 2003 15:01:55 +0200 Timo Sirainen Added env_remove() and restrict_access_clear_env(). HEAD
Thu, 20 Feb 2003 23:43:28 +0200 Timo Sirainen handle error condition better HEAD
Thu, 20 Feb 2003 21:57:10 +0200 Timo Sirainen fixes HEAD
Thu, 20 Feb 2003 21:51:44 +0200 Timo Sirainen crashfix HEAD
Thu, 20 Feb 2003 18:41:16 +0200 Timo Sirainen Removed list-sort workarounds. It's pretty much needed for maildir listing. HEAD
Thu, 20 Feb 2003 18:40:16 +0200 Timo Sirainen passwd-file changes. Moved flags before MAIL environment which is now last HEAD
Thu, 20 Feb 2003 18:30:51 +0200 Timo Sirainen str_unescape(): return char* HEAD
Thu, 20 Feb 2003 17:48:10 +0200 Timo Sirainen error handling fixes HEAD
Thu, 20 Feb 2003 17:04:44 +0200 Timo Sirainen updates HEAD