log

age author description
Sun, 06 Jan 2008 03:11:02 +0200 Timo Sirainen Fixed assert-crash when login fails to proxied server. HEAD
Sun, 06 Jan 2008 02:19:29 +0200 Timo Sirainen Use linked list macros for handling clients linked list. HEAD
Sun, 06 Jan 2008 02:18:51 +0200 Timo Sirainen Replaced clients hash with a linked list. HEAD
Sun, 06 Jan 2008 02:18:20 +0200 Timo Sirainen Added macros for handling a doubly linked list. HEAD
Sun, 06 Jan 2008 01:56:37 +0200 Timo Sirainen Make sure all user input is sanitized before it's logged. HEAD
Sun, 06 Jan 2008 01:50:13 +0200 Timo Sirainen If proxying tries to loop to itself, fail the login and log an error. HEAD
Sun, 06 Jan 2008 01:38:52 +0200 Timo Sirainen Assert-crashfix HEAD
Sun, 06 Jan 2008 01:34:51 +0200 Timo Sirainen "Waiting for auth process" was supposed to come after 30s, not 30ms. HEAD
Sun, 06 Jan 2008 00:48:18 +0200 Timo Sirainen Fixes to handling INBOX with non-INBOX namespaces. HEAD
Sun, 06 Jan 2008 00:19:10 +0200 Timo Sirainen If RESTRICT_* environments aren't set, don't try to enable group -1. HEAD
Sat, 05 Jan 2008 02:29:24 +0200 Timo Sirainen Comment updates HEAD
Sat, 05 Jan 2008 02:29:02 +0200 Timo Sirainen Updated comments and defaults to SQL queries. SQL is typically used with HEAD
Sat, 05 Jan 2008 01:28:46 +0200 Timo Sirainen Reverted "environment array" changes. It broke overriding imap/pop3 settings HEAD
Fri, 04 Jan 2008 04:38:03 +0200 Timo Sirainen Fixed tests. utc_mktime() can't handle returning -2^(TIME_T_MAX_BITS-1). HEAD
Fri, 04 Jan 2008 04:36:14 +0200 Timo Sirainen Added utc_mktime() unit test. HEAD
Fri, 04 Jan 2008 03:31:05 +0200 Timo Sirainen If AUTH has "nologin" parameter, the request is freed when authentication is HEAD
Fri, 04 Jan 2008 02:46:48 +0200 Timo Sirainen Fixes to handling when fields are dropped from cache file. HEAD
Fri, 04 Jan 2008 02:14:29 +0200 Timo Sirainen Forgot from imap/pop3-login clients hash -> linked list commit. HEAD
Fri, 04 Jan 2008 00:36:32 +0200 Timo Sirainen Use separate idle timeouts to avoid unneededly checking them every n seconds. HEAD
Fri, 04 Jan 2008 00:02:06 +0200 Timo Sirainen Minor cleanups HEAD
Fri, 04 Jan 2008 00:01:02 +0200 Timo Sirainen Use a linked list to keep track of all clients instead of a hash table. HEAD
Fri, 04 Jan 2008 00:00:08 +0200 Timo Sirainen Idle timeout should have been 180 seconds, not 180 milliseconds. HEAD
Thu, 03 Jan 2008 23:46:04 +0200 Timo Sirainen Use separate per-client timeouts instead of going through all clients in one HEAD
Thu, 03 Jan 2008 23:19:33 +0200 Timo Sirainen Use priority queue to implement timeout handling. Added timeout_reset(). HEAD
Thu, 03 Jan 2008 23:18:46 +0200 Timo Sirainen Added a priority queue implementation. HEAD
Thu, 03 Jan 2008 21:18:39 +0200 Timo Sirainen If giving pool_alloconly_create() less than 40 bytes as the initial size HEAD
Wed, 02 Jan 2008 02:08:31 +0200 Timo Sirainen Fixes to envarr changes. HEAD
Wed, 02 Jan 2008 02:00:39 +0200 Timo Sirainen Changed library linking order. HEAD
Wed, 02 Jan 2008 01:59:32 +0200 Timo Sirainen libstorage.a shouldn't reference symbols in libstorage_index.a. Changed HEAD
Wed, 02 Jan 2008 01:42:32 +0200 Timo Sirainen Fixed NFS warning check. We can't use getenv() anymore. HEAD
Wed, 02 Jan 2008 01:36:51 +0200 Timo Sirainen Build environment using envarr and pass it to execve(). This is faster than HEAD
Wed, 02 Jan 2008 01:35:21 +0200 Timo Sirainen Added functions for building an "environment array". It can be passed later HEAD
Wed, 02 Jan 2008 00:03:41 +0200 Timo Sirainen Added auth_failure_delay setting. HEAD
Tue, 01 Jan 2008 23:53:29 +0200 Timo Sirainen Make sure failed auth requests stay in failure buffer for at least a second. HEAD
Tue, 01 Jan 2008 23:34:32 +0200 Timo Sirainen Converted some buffers to arrays. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Tue, 01 Jan 2008 21:54:06 +0200 Timo Sirainen s/SS_LIBS/SSL_LIBS/ HEAD
Tue, 01 Jan 2008 21:44:55 +0200 Timo Sirainen uni_ucs4_to_utf8(): Check len>0 first so we don't access input[len]. HEAD
Tue, 01 Jan 2008 21:37:08 +0200 Timo Sirainen Added SSL_LIBS HEAD
Tue, 01 Jan 2008 20:04:11 +0200 Timo Sirainen If mail begins with a mbox From_ line, take the message's received date from HEAD
Tue, 01 Jan 2008 19:42:49 +0200 Timo Sirainen Renamed default_file/group to option_file/group. HEAD
Tue, 01 Jan 2008 19:35:49 +0200 Timo Sirainen Added default_file and default_group settings for MySQL. HEAD
Tue, 01 Jan 2008 18:48:09 +0200 Timo Sirainen Renamed queue to aqueue ("array queue") because struct queue already exists HEAD
Sun, 30 Dec 2007 17:08:29 +0200 Timo Sirainen Don't check for getrusage(), we no longer need it. HEAD
Sun, 30 Dec 2007 17:07:00 +0200 Timo Sirainen If OpenSSL's random number generator can't initialize itself, fail instead HEAD
Sun, 30 Dec 2007 00:27:44 +0200 Timo Sirainen Update caching decision for fields even if it doesn't currently exist in the HEAD
Sun, 30 Dec 2007 00:25:36 +0200 Timo Sirainen Don't trigger cache compression based on fields with a forced decision. HEAD
Sun, 30 Dec 2007 00:03:59 +0200 Timo Sirainen Added tag 1.1.beta13 for changeset 358cba31b4d5 HEAD
Sun, 30 Dec 2007 00:03:53 +0200 Timo Sirainen Released v1.1.beta13. HEAD 1.1.beta13
Sat, 29 Dec 2007 23:54:54 +0200 Timo Sirainen updated HEAD
Sat, 29 Dec 2007 21:39:30 +0200 Timo Sirainen If Content-Transfer-Encoding type is unknown, skip the body instead of HEAD
Sat, 29 Dec 2007 21:28:58 +0200 Timo Sirainen If cache field is cached with decision=no, don't try to compress cache file HEAD
Sat, 29 Dec 2007 21:24:30 +0200 Timo Sirainen Update last_used also for decision=yes cache fields, otherwise they get HEAD
Sat, 29 Dec 2007 21:23:50 +0200 Timo Sirainen Don't drop fields whose decision has been forced. HEAD
Sat, 29 Dec 2007 21:12:56 +0200 Timo Sirainen Fixed handling \Recent flags. HEAD
Sat, 29 Dec 2007 19:10:35 +0200 Timo Sirainen If MAILBOX_SYNC_FLAG_FULL_READ flag is set (SELECT and CHECK IMAP commands), HEAD
Sat, 29 Dec 2007 18:59:34 +0200 Timo Sirainen If dotlock file contains pid <= 0, assume it's invalid. HEAD
Sat, 29 Dec 2007 18:45:11 +0200 Timo Sirainen mail_index_lookup_seq*() were broken for updated transaction view when HEAD
Sat, 29 Dec 2007 18:01:19 +0200 Timo Sirainen Last change broke fetching keywords HEAD
Sat, 29 Dec 2007 16:57:08 +0200 Timo Sirainen When aborting queued requests, log the reason for it. HEAD
Sat, 29 Dec 2007 07:33:09 +0200 Timo Sirainen If writev() fails for non-file and nothing was sent, return failure instead HEAD
Sat, 29 Dec 2007 07:22:38 +0200 Timo Sirainen Free mail before committing index sync to avoid crashes when updating cache HEAD
Sat, 29 Dec 2007 07:18:44 +0200 Timo Sirainen Set ns->sep before creating storage so sep_str gets set correctly. HEAD
Sat, 29 Dec 2007 07:12:56 +0200 Timo Sirainen Previous compiler warning fix changes broke cache file reading. HEAD
Sat, 29 Dec 2007 07:11:12 +0200 Timo Sirainen FLAGS/PERMENENTFLAGS weren't always sent to client early enough. Also HEAD
Sat, 29 Dec 2007 06:54:40 +0200 Timo Sirainen client_parse_mail_flags() no longer does keyword verification, so there's no HEAD
Sat, 29 Dec 2007 06:14:26 +0200 Timo Sirainen Removed debugging code. HEAD
Sat, 29 Dec 2007 06:13:35 +0200 Timo Sirainen Fixed crashes at error conditions. HEAD
Sat, 29 Dec 2007 05:50:06 +0200 Timo Sirainen If we use notify I/O to watch for dotlock deletion, make sure we still sleep HEAD
Sat, 29 Dec 2007 05:37:27 +0200 Timo Sirainen Fixed buffer overflow checking code. HEAD
Sat, 29 Dec 2007 05:28:51 +0200 Timo Sirainen Don't access uninitialized memory. HEAD
Sat, 29 Dec 2007 04:14:56 +0200 Timo Sirainen LDAP handling rewrite. Reconnections are handled a lot better now. If HEAD
Sat, 29 Dec 2007 04:11:59 +0200 Timo Sirainen Added queue implementation. HEAD
Sat, 29 Dec 2007 01:03:21 +0200 Timo Sirainen Run each test in its own data stack frame. HEAD
Sat, 29 Dec 2007 01:02:28 +0200 Timo Sirainen Added test_out_reason() HEAD
Fri, 28 Dec 2007 20:04:43 +0200 Timo Sirainen When doing a forced sync, we're not necessarily locked. If it takes a while, HEAD
Fri, 28 Dec 2007 19:14:36 +0200 Timo Sirainen If LDAP server disconnects the connection and we haven't sent requests for a HEAD
Fri, 28 Dec 2007 00:50:48 +0200 Timo Sirainen raw storage caused assert-crashes after mail_get_stream(). Fixes deliver. HEAD
Fri, 28 Dec 2007 00:00:07 +0200 Timo Sirainen Compiler warning fixes on 32bit systems. HEAD
Thu, 27 Dec 2007 22:56:25 +0200 Timo Sirainen Define unichars array type and use it for uni_utf8_to_ucs4() output. HEAD
Thu, 27 Dec 2007 22:51:28 +0200 Timo Sirainen Make failure_log_type_prefixes[] and failure_exit() public. HEAD
Sun, 23 Dec 2007 16:31:54 +0200 cras str_sanitize.o no longer needs to be in unused_objects. HEAD
Sat, 22 Dec 2007 06:23:24 +0200 Timo Sirainen Added tag 1.1.beta12 for changeset a1353d4fc3b6 HEAD
Sat, 22 Dec 2007 06:23:14 +0200 Timo Sirainen Released v1.1.beta12. HEAD 1.1.beta12
Sat, 22 Dec 2007 06:18:07 +0200 Timo Sirainen DEBUG: Fixed clearing data stack memory. HEAD
Sat, 22 Dec 2007 06:05:16 +0200 Timo Sirainen Crashfix HEAD
Sat, 22 Dec 2007 06:04:00 +0200 Timo Sirainen Free filter_stream before mail stream so we don't crash. HEAD
Sat, 22 Dec 2007 05:58:58 +0200 Timo Sirainen i_stream_seek(): If parent stream is set, use skip optimization only if all HEAD
Sat, 22 Dec 2007 05:49:26 +0200 Timo Sirainen Avoid moving raw stream offset. HEAD
Sat, 22 Dec 2007 05:15:51 +0200 Timo Sirainen i_stream_create() now takes parent stream as parameter and internally sets HEAD
Sat, 22 Dec 2007 05:04:46 +0200 Timo Sirainen Removed v_start_offset parameter from i_stream_create_limit(). We'll always HEAD
Sat, 22 Dec 2007 04:48:33 +0200 Timo Sirainen Use istream_private->parent pointer globally instead of each filter stream HEAD
Sat, 22 Dec 2007 03:52:30 +0200 Timo Sirainen Show integer output for 64bit fixed fields in cache file. HEAD
Sat, 22 Dec 2007 03:17:46 +0200 Timo Sirainen Refresh index when we want to know the next_uid, otherwise we might have HEAD
Sat, 22 Dec 2007 03:05:29 +0200 Timo Sirainen Removed DISABLE_DATA_STACK. Using it was probably broken anyway and it was HEAD
Sat, 22 Dec 2007 03:01:35 +0200 Timo Sirainen DEBUG: Make sure memory allocated from data stack doesn't overflow the HEAD
Sat, 22 Dec 2007 02:57:44 +0200 Timo Sirainen DEBUG: Data stack wasn't cleared at t_pop() as it should have been. Also HEAD
Sat, 22 Dec 2007 02:56:01 +0200 Timo Sirainen Assert-crash if mail's input stream is closed too early or too late. HEAD
Sat, 22 Dec 2007 02:54:58 +0200 Timo Sirainen Added i_stream_set_destroy_callback(). HEAD
Sat, 22 Dec 2007 02:53:20 +0200 Timo Sirainen If mail_get_stream() succeeds but mail_get_*_size() fails, we didn't HEAD
Sat, 22 Dec 2007 02:52:39 +0200 Timo Sirainen Added assert HEAD
Sat, 22 Dec 2007 02:42:42 +0200 Timo Sirainen mail_index_transaction_reset() didn't reset mail_index_ext_set_reset_id() HEAD
Sat, 22 Dec 2007 01:59:42 +0200 Timo Sirainen If client is sending a lot of commands at once, stop reading input instead HEAD
Sat, 22 Dec 2007 01:19:11 +0200 Timo Sirainen If post-APPEND syncing sent a lot of data, connection could have hanged. HEAD
Sat, 22 Dec 2007 00:21:09 +0200 Timo Sirainen When pipelining commands another command could have written output in the HEAD
Fri, 21 Dec 2007 22:58:11 +0200 Timo Sirainen mail_get_physical_size() returns now the message stream's size and not the HEAD
Fri, 21 Dec 2007 21:39:58 +0200 Timo Sirainen Don't try to cache BODY/BODYSTRUCTURE if we didn't even parse it. HEAD
Fri, 21 Dec 2007 21:38:38 +0200 Timo Sirainen Add a context structure to all message parts and remove the NULL checks. HEAD
Fri, 21 Dec 2007 21:05:14 +0200 Timo Sirainen maildir_uidlist_set_ext() assert-crashed when trying to set it to expunged HEAD
Fri, 21 Dec 2007 19:46:24 +0200 Timo Sirainen When saving mail, it wasn't set \Recent when \Seen flag was also set. HEAD
Fri, 21 Dec 2007 18:40:10 +0200 Timo Sirainen Quota warnings may have been triggered too early. HEAD
Fri, 21 Dec 2007 18:21:31 +0200 Timo Sirainen mail_debug=yes: Log quota warnings. Log rule limits in bytes. HEAD
Fri, 21 Dec 2007 18:21:06 +0200 Timo Sirainen Fixed using % in quota rules/warnings. HEAD
Fri, 21 Dec 2007 17:57:04 +0200 Timo Sirainen Don't try to reconnect more often than once/sec. HEAD
Fri, 21 Dec 2007 17:55:47 +0200 Timo Sirainen Delay connecting to dict proxy until it's needed. Fixed also reconnecting. HEAD
Fri, 21 Dec 2007 17:30:27 +0200 Timo Sirainen If transaction rollbacked, we assert-crashed. HEAD
Fri, 21 Dec 2007 17:27:14 +0200 Timo Sirainen Last dec2str() removal broke dovecot -n/-a for integers. HEAD
Fri, 21 Dec 2007 17:11:15 +0200 Timo Sirainen If protocols=none, don't check if mail/login executables are usable. HEAD
Fri, 21 Dec 2007 16:57:26 +0200 Timo Sirainen Fixed with mboxes. HEAD
Fri, 21 Dec 2007 16:40:00 +0200 Timo Sirainen str_sanitize*(): Don't crash if max_len is less than 3. HEAD