log

age author description
Wed, 18 Dec 2002 06:00:01 +0200 Timo Sirainen Drop root privileges earlier. Close syslog more later in imap-master when HEAD
Wed, 18 Dec 2002 04:23:13 +0200 Timo Sirainen Don't bother trying to use setreuid(), setuid() check should be enough and HEAD
Wed, 18 Dec 2002 03:52:14 +0200 Timo Sirainen Try not to split strings to multiple lines from the middle of human readable HEAD
Wed, 18 Dec 2002 03:31:53 +0200 Timo Sirainen Use a bit larger initial data stack size when DEBUG is set - current one is HEAD
Wed, 18 Dec 2002 03:23:20 +0200 Timo Sirainen More verbose error message when noticing problems with seen messages count. HEAD
Tue, 17 Dec 2002 12:33:30 +0200 Timo Sirainen LSUB failed if there was no subscriptions file. HEAD
Tue, 17 Dec 2002 07:08:15 +0200 Timo Sirainen updated HEAD
Tue, 17 Dec 2002 06:52:59 +0200 Timo Sirainen LIST: If our root folder doesn't exists, complain about it. Otherwise just HEAD
Tue, 17 Dec 2002 06:33:38 +0200 Timo Sirainen Forgot from last SORT commit. HEAD
Tue, 17 Dec 2002 06:28:40 +0200 Timo Sirainen Full not-too-well-tested support for SORT extension. Required a few HEAD
Tue, 17 Dec 2002 05:00:44 +0200 Timo Sirainen Clear separation of virtual and system usernames. passwd-file didn't work HEAD
Tue, 17 Dec 2002 04:21:46 +0200 Timo Sirainen comment update HEAD
Mon, 16 Dec 2002 16:51:03 +0200 Timo Sirainen Don't crash with empty default_mail_env setting. HEAD
Mon, 16 Dec 2002 16:38:38 +0200 Timo Sirainen mailbox_check_interval is now disabled by default, at least Evolution breaks HEAD
Mon, 16 Dec 2002 10:27:58 +0200 Timo Sirainen Don't try creating SSL parameter file when SSL is disabled. HEAD
Mon, 16 Dec 2002 10:05:42 +0200 Timo Sirainen maildir_filename_set_flags() was broken by the buffer changes. the base name HEAD
Mon, 16 Dec 2002 05:59:06 +0200 Timo Sirainen Don't use Buffers with read-only data, just makes it more difficult without HEAD
Mon, 16 Dec 2002 05:27:35 +0200 Timo Sirainen Fixed a unnecessarily large data stack usage when indexing new mails. HEAD
Mon, 16 Dec 2002 05:26:55 +0200 Timo Sirainen Quoted-Printable decoding was buggy. Extracted RFC2047 header decoding into HEAD
Sat, 14 Dec 2002 19:47:25 +0200 Timo Sirainen CHECK command was actually calling COPY, so it gave just error about missing HEAD
Thu, 12 Dec 2002 20:57:47 +0200 Timo Sirainen net_receive, net_transmit: Return -2 for regular disconnection errors. Don't HEAD
Thu, 12 Dec 2002 20:33:32 +0200 Timo Sirainen imap_listen and imaps_listen accepts now "*" as "all IPv4 interfaces" and HEAD
Thu, 12 Dec 2002 08:04:29 +0200 Timo Sirainen New setting: default_mail_env which can be used to specify where to find HEAD
Thu, 12 Dec 2002 07:33:50 +0200 Timo Sirainen Deleting messages in the middle of mbox caused dovecot to reindex the HEAD
Tue, 10 Dec 2002 10:13:39 +0200 Timo Sirainen select() is nowadays defined to be in sys/select.h HEAD
Mon, 09 Dec 2002 19:31:41 +0200 Timo Sirainen still stupid bug :) works now, tested. HEAD
Mon, 09 Dec 2002 19:28:39 +0200 Timo Sirainen still broken HEAD
Mon, 09 Dec 2002 19:21:40 +0200 Timo Sirainen When printing fsck warnings, print also the index file path HEAD
Mon, 09 Dec 2002 19:19:38 +0200 Timo Sirainen message_part_serialize() was broken with multipart messages. HEAD
Mon, 09 Dec 2002 18:43:09 +0200 Timo Sirainen Digest-MD5 lookup was broken. HEAD
Mon, 09 Dec 2002 18:31:50 +0200 Timo Sirainen Added missing comma between realm and nonce. HEAD
Mon, 09 Dec 2002 18:14:38 +0200 Timo Sirainen base64_encode() was broken HEAD
Mon, 09 Dec 2002 17:29:15 +0200 Timo Sirainen Fixed "Missing arguments" error msg to work again HEAD
Mon, 09 Dec 2002 17:25:20 +0200 Timo Sirainen Limited max. command argument elements to 128. Added more verbose error HEAD
Mon, 09 Dec 2002 17:06:41 +0200 Timo Sirainen Don't crash with missing search argument parameters. HEAD
Mon, 09 Dec 2002 15:39:32 +0200 Timo Sirainen Compiles again without iconv() HEAD
Sun, 08 Dec 2002 07:23:07 +0200 Timo Sirainen Added buffer API. Point is to hide all buffer writing behind this API which HEAD
Fri, 06 Dec 2002 03:09:22 +0200 Timo Sirainen Renamed IBuffer and OBuffer to IStream and OStream which describes their HEAD
Fri, 06 Dec 2002 00:37:33 +0200 Timo Sirainen Small cleanups. HEAD
Thu, 05 Dec 2002 20:06:27 +0200 Timo Sirainen When APPEND timeouted while waiting for input data, say it now nicely HEAD
Wed, 04 Dec 2002 20:28:37 +0200 Timo Sirainen First implementation of SORT extension. String comparing still not up to HEAD
Wed, 04 Dec 2002 20:05:50 +0200 Timo Sirainen We didn't handle single-digit days. HEAD
Wed, 04 Dec 2002 18:56:52 +0200 Timo Sirainen Set all required sigaction values when deinitializing. HEAD
Wed, 04 Dec 2002 02:27:09 +0200 Timo Sirainen Send INBOX always uppercased with LIST and LSUB. HEAD
Wed, 04 Dec 2002 01:29:09 +0200 Timo Sirainen Forgot to commit. HEAD
Wed, 04 Dec 2002 01:21:30 +0200 Timo Sirainen Subject printing used wrong certificate file. HEAD
Wed, 04 Dec 2002 01:08:59 +0200 Timo Sirainen #undef _FILE_OFFSET_BITS before checking for sendfile() support, that breaks HEAD
Wed, 04 Dec 2002 00:44:38 +0200 Timo Sirainen Rewrote imap_match() function. Maybe not as fast as before, but at least HEAD
Tue, 03 Dec 2002 15:55:44 +0200 Timo Sirainen charset_to_ucase_utf8_string() didn't return \0 terminated string with HEAD
Tue, 03 Dec 2002 15:31:39 +0200 Timo Sirainen We should verify existance of log directory, not the file itself. HEAD
Tue, 03 Dec 2002 15:20:33 +0200 Timo Sirainen DEBUG: Don't send shrink messages, they could cause infinite loop. HEAD
Tue, 03 Dec 2002 03:36:58 +0200 Timo Sirainen Give a hard warning if size_t is signed. HEAD
Tue, 03 Dec 2002 02:59:10 +0200 Timo Sirainen imap processes open syslog fd now immediately at startup, so dropping roots HEAD
Tue, 03 Dec 2002 02:45:17 +0200 Timo Sirainen Sanity check to make sure USER environment exists. HEAD
Tue, 03 Dec 2002 02:28:01 +0200 Timo Sirainen Let login process also know if verbose process titles are wanted.. HEAD
Tue, 03 Dec 2002 02:27:32 +0200 Timo Sirainen Set process title for rawlog process. HEAD
Tue, 03 Dec 2002 02:13:17 +0200 Timo Sirainen Login process now changes it's name if verbose_proctitle = yes, and we're HEAD
Mon, 02 Dec 2002 15:49:16 +0200 Timo Sirainen int -> size_t HEAD
Mon, 02 Dec 2002 15:45:58 +0200 Timo Sirainen We shouldn't cast sizeof() to unsigned int. HEAD
Mon, 02 Dec 2002 14:41:33 +0200 Timo Sirainen acconfig.h is deprecated with autoconf 2.5, changed configure to contain HEAD