log

age author description
Fri, 30 Jul 2004 04:43:21 +0300 Timo Sirainen Added LANMAN password scheme. Patch by Andrey Panin HEAD
Fri, 30 Jul 2004 04:39:13 +0300 Timo Sirainen Added auth/libpassword.a which util/dovecotpw can use rather than using HEAD
Fri, 30 Jul 2004 04:03:59 +0300 Timo Sirainen mbox corruption fix HEAD
Wed, 28 Jul 2004 19:31:54 +0300 Timo Sirainen mail_cache_lock() crashed if index wasn't locked while it was called. HEAD
Wed, 28 Jul 2004 18:39:29 +0300 Timo Sirainen NTLM authentication. Patch by Andrey Panin HEAD
Wed, 28 Jul 2004 18:21:28 +0300 Timo Sirainen Added binary_to_hex_ucase() HEAD
Tue, 27 Jul 2004 09:39:42 +0300 Timo Sirainen updated HEAD
Tue, 27 Jul 2004 02:09:28 +0300 Timo Sirainen LSUB sent LIST replies instead of LSUB. HEAD
Mon, 26 Jul 2004 21:52:06 +0300 Timo Sirainen Fixed recent flags with mbox. HEAD
Mon, 26 Jul 2004 20:59:38 +0300 Timo Sirainen dovecotpw_INCLUDES didn't actually work. Don't even try, src/auth/ must be HEAD
Mon, 26 Jul 2004 20:11:15 +0300 Timo Sirainen whops, removed debugging HEAD
Mon, 26 Jul 2004 20:07:28 +0300 Timo Sirainen Forgot from last dovecotpw commit. HEAD
Mon, 26 Jul 2004 20:06:34 +0300 Timo Sirainen Added MySQL SSL support. HEAD
Mon, 26 Jul 2004 19:39:18 +0300 Timo Sirainen Added support for %offset.width format in variables. HEAD
Mon, 26 Jul 2004 19:21:29 +0300 Timo Sirainen Added dovecotpw utility. Patch by Joshua Goodall HEAD
Mon, 26 Jul 2004 18:42:52 +0300 Timo Sirainen Support MD5 passwords. Patch by Pascal Malterre HEAD
Mon, 26 Jul 2004 18:30:11 +0300 Timo Sirainen fix HEAD
Mon, 26 Jul 2004 18:27:37 +0300 Timo Sirainen fix HEAD
Mon, 26 Jul 2004 17:49:01 +0300 Timo Sirainen mbox parsing fix HEAD
Sun, 25 Jul 2004 00:19:20 +0300 Timo Sirainen Allocate cache->fields and cache->fields_file_map with malloc rather than HEAD
Sat, 24 Jul 2004 19:03:48 +0300 Timo Sirainen mail-thread.c -> imap-thread.c HEAD
Fri, 23 Jul 2004 22:07:57 +0300 Timo Sirainen If MySQL header checks failed, configure still passed. HEAD
Fri, 23 Jul 2004 21:50:18 +0300 Timo Sirainen db_port and db_client_flags weren't integers. Reconnects now immediately if HEAD
Fri, 23 Jul 2004 21:38:35 +0300 Timo Sirainen Better error message for unknown fields in mail*_cache_fields HEAD
Fri, 23 Jul 2004 21:36:10 +0300 Timo Sirainen Fixed a crash with fetch (rfc822.size body). Also fixed it so it doesn't HEAD
Fri, 23 Jul 2004 21:07:14 +0300 Timo Sirainen crypt_generate and md5_generate used only 3 different characters for salt. HEAD
Fri, 23 Jul 2004 19:28:40 +0300 Timo Sirainen get_index() wasn't working with caching disabled HEAD
Fri, 23 Jul 2004 19:28:23 +0300 Timo Sirainen Assert crashfix in certain situations when adding new cache records. HEAD
Fri, 23 Jul 2004 06:23:18 +0300 Timo Sirainen MySQL reconnection memleak fix. HEAD
Fri, 23 Jul 2004 06:22:15 +0300 Timo Sirainen Force mmap_no_write = yes if configure detected that. HEAD
Fri, 23 Jul 2004 03:05:58 +0300 Timo Sirainen Make certificate valid for one year HEAD
Fri, 23 Jul 2004 00:20:00 +0300 Timo Sirainen Moved namespace and hierarchy separator handling to imap-specific code. LIST HEAD
Thu, 22 Jul 2004 22:37:25 +0300 Timo Sirainen Check BUGGY_CMSG_MACROS in configure. HEAD
Thu, 22 Jul 2004 21:59:14 +0300 Timo Sirainen Added BUGGY_CMSG_HEADERS #define to workaround some OS bugs. Updated HEAD
Thu, 22 Jul 2004 16:46:59 +0300 Timo Sirainen compiler warning fix HEAD
Thu, 22 Jul 2004 16:42:02 +0300 Timo Sirainen Added LOGIN SASL mechanism. Patch by Andrey Panin HEAD
Thu, 22 Jul 2004 16:33:34 +0300 Timo Sirainen POP3 CAPA command shouldn't return "AUTH=" in SASL reply. Patch by Andrey HEAD
Tue, 20 Jul 2004 21:45:43 +0300 Timo Sirainen Added error checking HEAD
Tue, 20 Jul 2004 20:55:03 +0300 Timo Sirainen Use larger field_pool size by default. HEAD
Tue, 20 Jul 2004 20:52:38 +0300 Timo Sirainen Fixes for big endian systems. HEAD
Tue, 20 Jul 2004 20:06:25 +0300 Timo Sirainen Limit how much a single transaction can reserve space HEAD
Tue, 20 Jul 2004 20:06:08 +0300 Timo Sirainen mail_cache_lookup_headers() fix HEAD
Tue, 20 Jul 2004 19:50:56 +0300 Timo Sirainen Cache fixes. Decisions are saved again. HEAD
Tue, 20 Jul 2004 15:45:13 +0300 Timo Sirainen Compile fix when modules were disabled. Patch by Andrey Panin. HEAD
Tue, 20 Jul 2004 15:44:29 +0300 Timo Sirainen md5_final() didn't properly clear the whole MD5 context. Also changed to use HEAD
Sun, 18 Jul 2004 20:34:32 +0300 Timo Sirainen header caching fixes HEAD
Sun, 18 Jul 2004 15:54:42 +0300 Timo Sirainen SSL proxy was destroyed after login instead of staying in background. HEAD
Sun, 18 Jul 2004 15:43:05 +0300 Timo Sirainen Fixed reconnecting to PostgreSQL. HEAD
Sun, 18 Jul 2004 15:40:57 +0300 Timo Sirainen Fixes reconnecting to MySQL and some cleanups. Patch by Tomi Hakala. HEAD
Sun, 18 Jul 2004 15:36:59 +0300 Timo Sirainen Don't send EXISTS after each EXPUNGE. HEAD
Sun, 18 Jul 2004 15:31:27 +0300 Timo Sirainen Don't crash if mail_index_view_sync_next() is called again after it's finished. HEAD
Sun, 18 Jul 2004 05:31:13 +0300 Timo Sirainen Changed default cache fields HEAD
Sun, 18 Jul 2004 05:30:56 +0300 Timo Sirainen Changed default cache fields. HEAD
Sun, 18 Jul 2004 05:28:01 +0300 Timo Sirainen Avoid parsing headers twice to get IMAP envelope. HEAD
Sun, 18 Jul 2004 05:25:06 +0300 Timo Sirainen Header caching redesigned. New design allows caching decisions per field, so HEAD
Sun, 18 Jul 2004 04:44:59 +0300 Timo Sirainen bsearch_strcasecmp() actually called strcmp.. HEAD
Fri, 16 Jul 2004 19:20:54 +0300 Timo Sirainen Fixed to compile with Solaris LDAP library HEAD
Thu, 15 Jul 2004 15:26:31 +0300 Timo Sirainen Delay memory allocations for cache transaction. We don't always need it. HEAD
Mon, 12 Jul 2004 21:14:45 +0300 Timo Sirainen outlook-no-nuls workaround fix HEAD
Mon, 12 Jul 2004 14:35:50 +0300 Timo Sirainen Broke mailbox_sync() into iterator. HEAD
Mon, 12 Jul 2004 14:31:34 +0300 Timo Sirainen View syncing fixes/cleanups. HEAD
Mon, 12 Jul 2004 11:07:03 +0300 Timo Sirainen Handle recent flags in index file correctly. Fixes recent flag losing when HEAD
Mon, 12 Jul 2004 01:45:29 +0300 Timo Sirainen mbox recent fixes. HEAD
Mon, 12 Jul 2004 00:09:30 +0300 Timo Sirainen Use CMP_DEV_T() macro to compare struct stat.st_dev HEAD
Mon, 12 Jul 2004 00:04:46 +0300 Timo Sirainen Recent flags should be fully working now with maildir. HEAD
Sat, 10 Jul 2004 20:24:08 +0300 Timo Sirainen Split client_workarounds to imap_ and pop3_ ones. Added outlook-no-nuls POP3 HEAD
Sat, 10 Jul 2004 14:16:05 +0300 Timo Sirainen Cache fixes. Lookups now look into transactions too. HEAD
Sat, 10 Jul 2004 14:15:42 +0300 Timo Sirainen fetch_mail needs to be deinitialized before transaction is HEAD
Sat, 10 Jul 2004 14:14:58 +0300 Timo Sirainen thread/sort: commit the transaction, don't rollback.. HEAD
Fri, 09 Jul 2004 22:59:44 +0300 Timo Sirainen And section fix for --exec-mail.. HEAD
Fri, 09 Jul 2004 22:59:02 +0300 Timo Sirainen Added --exec-mail option to master. It can be used to parse Dovecot config HEAD
Fri, 09 Jul 2004 22:22:15 +0300 Timo Sirainen Create all the missing paths up to maildir HEAD
Fri, 09 Jul 2004 22:21:18 +0300 Timo Sirainen check EISDIR in next mkdir() too.. HEAD
Fri, 09 Jul 2004 22:16:27 +0300 Timo Sirainen Some more mailbox name checks. HEAD
Fri, 09 Jul 2004 22:12:32 +0300 Timo Sirainen Crashfix with empty mailbox HEAD
Fri, 09 Jul 2004 22:09:17 +0300 Timo Sirainen SIGHUP correctly reloads configuration now HEAD
Fri, 09 Jul 2004 22:08:35 +0300 Timo Sirainen When i_set_failure_file() is called, make sure the handlers are reset back HEAD
Fri, 09 Jul 2004 21:31:26 +0300 Timo Sirainen Never treat "mailbox/" as a valid mailbox name. HEAD
Fri, 09 Jul 2004 20:19:04 +0300 Timo Sirainen If we're setting flags to saved mail, put it to cur/ directory directly. HEAD
Fri, 09 Jul 2004 14:45:01 +0300 Timo Sirainen Refcounting fixes. Unexpectedly destroyed SSL connection could have left HEAD
Fri, 09 Jul 2004 13:57:32 +0300 Timo Sirainen We could read authid past the buffer if \0password wasn't given in input. HEAD
Fri, 09 Jul 2004 03:10:37 +0300 Timo Sirainen Always create cache transaction. Easier that way .. and fixes a crash. HEAD
Fri, 09 Jul 2004 00:27:22 +0300 Timo Sirainen Fixed compression. HEAD
Thu, 08 Jul 2004 23:26:15 +0300 Timo Sirainen Cache file fixes, API changes, etc. It's still in somewhat ugly state, but HEAD
Thu, 08 Jul 2004 23:24:48 +0300 Timo Sirainen If p_free() frees memory, it must also zero it.. HEAD
Thu, 08 Jul 2004 21:57:16 +0300 Timo Sirainen crashfix HEAD
Wed, 07 Jul 2004 16:36:29 +0300 Timo Sirainen Wrapper streams shouldn't try to read data if it's already buffered in main HEAD
Wed, 07 Jul 2004 12:34:03 +0300 Timo Sirainen compile fix HEAD
Tue, 06 Jul 2004 11:30:14 +0300 Timo Sirainen varchar(255) is max in mysql HEAD
Tue, 06 Jul 2004 11:29:53 +0300 Timo Sirainen don't set default port either HEAD
Tue, 06 Jul 2004 11:08:44 +0300 Timo Sirainen Updated error message texts. HEAD
Tue, 06 Jul 2004 10:10:55 +0300 Timo Sirainen s/user/db_user/ HEAD
Tue, 06 Jul 2004 09:35:30 +0300 Timo Sirainen Fixes, patch by Andrey Panin HEAD
Tue, 06 Jul 2004 09:06:00 +0300 Timo Sirainen Added mysql description to example config file. Changed mysql default HEAD
Tue, 06 Jul 2004 08:55:46 +0300 Timo Sirainen Add "Error report written to server log." also to internal login error HEAD
Mon, 05 Jul 2004 18:01:52 +0300 Timo Sirainen pool_alloconly_free() can free the last allocation. HEAD
Mon, 05 Jul 2004 01:19:49 +0300 Timo Sirainen fixing crashes from last changes HEAD
Mon, 05 Jul 2004 01:09:13 +0300 Timo Sirainen disable cache file with mmap_no_write. it and mmap_disable will need some HEAD
Mon, 05 Jul 2004 01:03:21 +0300 Timo Sirainen more checks against using old cache_offsets HEAD
Mon, 05 Jul 2004 00:56:12 +0300 Timo Sirainen Make sure we don't set cache_offsets to old cache files. HEAD
Mon, 05 Jul 2004 00:22:00 +0300 Timo Sirainen cache fix HEAD
Mon, 05 Jul 2004 00:10:32 +0300 Timo Sirainen header and extra_rec syncing crashed because of recent changes. HEAD
Mon, 05 Jul 2004 00:07:43 +0300 Timo Sirainen Cache API updates. Don't return direct pointers to mmaped cache file anymore. HEAD
Sun, 04 Jul 2004 23:11:04 +0300 Timo Sirainen renaming mailbox under existing mailbox gave wrong error message HEAD
Sun, 04 Jul 2004 23:00:47 +0300 Timo Sirainen Cache updating is done now by first reserving space where to write, and then HEAD
Sun, 04 Jul 2004 17:26:22 +0300 Timo Sirainen Caching fixes and optimizations. Removed all network byte ordering code - HEAD
Sun, 04 Jul 2004 14:50:48 +0300 Timo Sirainen Cache file compression works now and compressed cache file is reopened. HEAD
Sat, 03 Jul 2004 23:17:37 +0300 Timo Sirainen Removed mail_index_is_in_memory(). It wasn't implemented and it's useless HEAD
Sat, 03 Jul 2004 21:13:45 +0300 Timo Sirainen Updated comment about how syncing is done, and s/extra space/padding/ HEAD
Sat, 03 Jul 2004 20:21:26 +0300 Timo Sirainen mail_index_sync_sort_flags() now merges flag changes so mail storage HEAD
Sat, 03 Jul 2004 13:57:52 +0300 Timo Sirainen UIDs for appended messages can now be assigned all at once. Maildir now HEAD
Sat, 03 Jul 2004 13:43:12 +0300 Timo Sirainen was missing from last commit HEAD
Sat, 03 Jul 2004 12:47:13 +0300 Timo Sirainen Dropped MBOX_HEADER_EXTRA_SPACE from 100 to 50. It should be enough. HEAD
Sat, 03 Jul 2004 12:44:21 +0300 Timo Sirainen If we're not connected to all auth sockets, wait before sending greeting so HEAD
Sat, 03 Jul 2004 01:03:36 +0300 Timo Sirainen Added APOP authentication for POP3. Patch by Andrey Panin. HEAD
Fri, 02 Jul 2004 21:30:17 +0300 Timo Sirainen Don't keep filling empty spaces which will be overwritten soon anyway. Major HEAD
Fri, 02 Jul 2004 18:36:25 +0300 Timo Sirainen i_stream_read_data() could have returned invalid data at EOF (notable with HEAD
Fri, 02 Jul 2004 16:34:37 +0300 Timo Sirainen body_offset wasn't set if mail had no header. HEAD
Fri, 02 Jul 2004 15:45:53 +0300 Timo Sirainen make sure there's only LWSP after X-UID HEAD
Fri, 02 Jul 2004 15:14:13 +0300 Timo Sirainen fix for mboxes with pseudo header mail HEAD