log

age author description
Sun, 02 Jul 2006 14:03:58 +0300 Timo Sirainen List -n and -a in short help. Fixes to --build-options. HEAD
Sun, 02 Jul 2006 01:54:44 +0300 Timo Sirainen Second try with SSL proxy rewrite. Did some fixes since last try. HEAD
Sun, 02 Jul 2006 01:27:29 +0300 Timo Sirainen If there is no quota for the user, GETQUOTAROOT leaked memory HEAD
Sun, 02 Jul 2006 00:19:37 +0300 Timo Sirainen anonymous_username setting wasn't being passed to auth process. HEAD
Sun, 02 Jul 2006 00:15:16 +0300 Timo Sirainen If verbose_ssl=yes set ssl_info_callback and print any alerts and BIO HEAD
Sat, 01 Jul 2006 23:26:10 +0300 Timo Sirainen Don't try to expunge messages if the mailbox is read-only. It'll just cause HEAD
Sat, 01 Jul 2006 23:14:39 +0300 Timo Sirainen mountpoint_get() returned broken mount_path and type with BSDs. HEAD
Sat, 01 Jul 2006 23:13:49 +0300 Timo Sirainen BSD's quotactl() wants a file path, not a device path. HEAD
Sat, 01 Jul 2006 23:09:36 +0300 Timo Sirainen Removed hardcoded 127.* and ::1 IP checks. Instead just check that local IP HEAD
Sat, 01 Jul 2006 22:42:27 +0300 Timo Sirainen Don't require valid uid/gid fields if passwd-file isn't being used as a HEAD
Sat, 01 Jul 2006 22:15:50 +0300 Timo Sirainen Try to handle failures better. HEAD
Sat, 01 Jul 2006 21:44:56 +0300 Timo Sirainen Print the used configuration file's path with -n and -a. HEAD
Sat, 01 Jul 2006 21:40:34 +0300 Timo Sirainen Moved the <hidden> string into a macro. Hide the password also from LDAP HEAD
Sat, 01 Jul 2006 21:33:04 +0300 Timo Sirainen Messages' received time wasn't saved properly when saving/copying multiple HEAD
Sat, 01 Jul 2006 20:53:55 +0300 Timo Sirainen mail_get_physical_size() was broken with non-committed mails, which broke HEAD
Sat, 01 Jul 2006 20:45:17 +0300 Timo Sirainen Try to preserve file's mode and group when copying it. HEAD
Sat, 01 Jul 2006 20:44:46 +0300 Timo Sirainen If namespace's location field wasn't set, the default location was supposed HEAD
Sat, 01 Jul 2006 20:24:11 +0300 Timo Sirainen sql_escape_string() should return const char *, not char *. HEAD
Fri, 30 Jun 2006 17:49:03 +0300 Timo Sirainen safe_mkdir() should return 1 always when it creates a new directory, even if HEAD
Thu, 29 Jun 2006 15:50:18 +0300 Timo Sirainen Added tpop3d's pop3_uidl_format. HEAD
Thu, 29 Jun 2006 14:08:50 +0300 Timo Sirainen Added mail_get_save_date() and some cleanups. HEAD
Wed, 28 Jun 2006 23:21:43 +0300 Timo Sirainen Allow log_path settings in config file to be empty without trying to use HEAD
Wed, 28 Jun 2006 19:31:05 +0300 Timo Sirainen Beginnings of joining mail-storage API more closely to mail-index, so that HEAD
Wed, 28 Jun 2006 18:36:42 +0300 Timo Sirainen Added array_idx_clear(). HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Wed, 28 Jun 2006 01:51:47 +0300 Timo Sirainen Don't break if mailbox path contains ':' characters. HEAD
Wed, 28 Jun 2006 01:20:32 +0300 Timo Sirainen Updated HEAD
Wed, 28 Jun 2006 01:00:17 +0300 Timo Sirainen Attempting to fix quota block calculations to be correct. HEAD
Wed, 28 Jun 2006 00:13:45 +0300 Timo Sirainen We could have skipped INBOX if there wasn't .INBOX directory. HEAD
Wed, 28 Jun 2006 00:03:54 +0300 Timo Sirainen Changed the mail_plugins/mail_plugin_dir settings to be passed as the same HEAD
Tue, 27 Jun 2006 13:27:25 +0300 Timo Sirainen MAIL_STORAGE_FLAG_KEEP_HEADER_MD5 flag was supposed to be set if HEAD
Tue, 27 Jun 2006 12:25:55 +0300 Timo Sirainen Escape ' with '' instead of with \'. HEAD
Tue, 27 Jun 2006 10:20:06 +0300 Timo Sirainen Don't try to use any weird _syscall()s when detecting epoll. HEAD
Mon, 26 Jun 2006 21:51:50 +0300 Timo Sirainen Fix kqueue notify checking. HEAD
Mon, 26 Jun 2006 20:48:20 +0300 Timo Sirainen If dovecot-shared file exists in the Maildir++ root, use the file's mode and HEAD
Mon, 26 Jun 2006 11:56:28 +0300 Timo Sirainen Don't leak a file descriptor when regenerating ssl-parameters.dat HEAD
Mon, 26 Jun 2006 11:35:50 +0300 Timo Sirainen Searching (storing, fetching) with sequence sets containing commas was HEAD
Sun, 25 Jun 2006 00:29:03 +0300 Timo Sirainen Don't crash when different search conditions reduce the search range so that HEAD
Sun, 25 Jun 2006 00:03:13 +0300 Timo Sirainen Don't crash when checking "owner" ACLs with shared namespaces. HEAD
Sat, 24 Jun 2006 23:54:35 +0300 Timo Sirainen We assert-crashed in wrong conditions. HEAD
Sat, 24 Jun 2006 23:53:37 +0300 Timo Sirainen Fixes to handling CR+LF linefeeds. HEAD
Sat, 24 Jun 2006 22:02:40 +0300 Timo Sirainen When using non-plaintext authentication with passdb passwd-file we didn't HEAD
Sat, 24 Jun 2006 21:24:07 +0300 Timo Sirainen fix HEAD
Tue, 20 Jun 2006 18:29:20 +0300 Timo Sirainen Don't crash if seqset restrictions caused no messages to be searched. HEAD
Tue, 20 Jun 2006 18:16:34 +0300 Timo Sirainen NOT condition wasn't handled correctly in SEARCH. HEAD
Tue, 20 Jun 2006 16:59:05 +0300 Timo Sirainen If checkpassword lookup failed, we crashed. auth_debug logged checkpassword's exit_status wrong. HEAD
Tue, 20 Jun 2006 16:13:47 +0300 Timo Sirainen Return value 1 from checkpassword can mean either password mismatch or unknown user. Treat it as password mismatch instead of as unknown user. HEAD
Mon, 19 Jun 2006 21:15:59 +0300 Timo Sirainen If destination file already existed, we didn't overwrite it with link() HEAD
Mon, 19 Jun 2006 19:14:47 +0300 Timo Sirainen Prefer sasl/sasl.h. Require SASL v2, otherwise disable it. HEAD
Mon, 19 Jun 2006 19:10:16 +0300 Timo Sirainen Check for sasl.h and sasl/sasl.h existence and use the one that's found. If HEAD
Sun, 18 Jun 2006 22:47:17 +0300 Timo Sirainen Don't include stdint.h directly. HEAD
Sun, 18 Jun 2006 12:50:13 +0300 Timo Sirainen Added -export-dynamic. HEAD
Sun, 18 Jun 2006 04:34:42 +0300 Timo Sirainen Fixes to io notify detection. Patch by Marcus Rueckert HEAD
Sun, 18 Jun 2006 03:24:54 +0300 Timo Sirainen Include linux/unistd.h instead of asm/unistd.h when checking for epoll. HEAD
Sun, 18 Jun 2006 01:44:57 +0300 Timo Sirainen If requested mail isn't found from uidlist, mark the mail as expunged. HEAD
Sun, 18 Jun 2006 00:03:31 +0300 Timo Sirainen auth_debug: If allow_nets is given, print debug messages when matching HEAD
Sun, 18 Jun 2006 00:02:36 +0300 Timo Sirainen extra_args field was ignored if the passwd-file wasn't also used as a HEAD
Sat, 17 Jun 2006 23:15:10 +0300 Timo Sirainen Crashfix if mail's data is fetched in specific order (I'm not sure how to HEAD
Sat, 17 Jun 2006 23:03:18 +0300 Timo Sirainen Removed assert. In normal situations it doesn't happen and in error cases HEAD
Sat, 17 Jun 2006 22:48:36 +0300 Timo Sirainen Don't crash if the initial response isn't given for AUTHENTICATE.. HEAD