]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2004-07-28  Timo SirainenNTLM authentication. Patch by Andrey Panin
2004-07-28  Timo SirainenAdded binary_to_hex_ucase()
2004-07-27  Timo Sirainenupdated
2004-07-26  Timo SirainenLSUB sent LIST replies instead of LSUB.
2004-07-26  Timo SirainenFixed recent flags with mbox.
2004-07-26  Timo Sirainendovecotpw_INCLUDES didn't actually work. Don't even...
2004-07-26  Timo Sirainenwhops, removed debugging
2004-07-26  Timo SirainenForgot from last dovecotpw commit.
2004-07-26  Timo SirainenAdded MySQL SSL support.
2004-07-26  Timo SirainenAdded support for %offset.width format in variables.
2004-07-26  Timo SirainenAdded dovecotpw utility. Patch by Joshua Goodall
2004-07-26  Timo SirainenSupport MD5 passwords. Patch by Pascal Malterre
2004-07-26  Timo Sirainenfix
2004-07-26  Timo Sirainenfix
2004-07-26  Timo Sirainenmbox parsing fix
2004-07-24  Timo SirainenAllocate cache->fields and cache->fields_file_map with...
2004-07-24  Timo Sirainenmail-thread.c -> imap-thread.c
2004-07-23  Timo SirainenIf MySQL header checks failed, configure still passed.
2004-07-23  Timo Sirainendb_port and db_client_flags weren't integers. Reconnect...
2004-07-23  Timo SirainenBetter error message for unknown fields in mail*_cache_...
2004-07-23  Timo SirainenFixed a crash with fetch (rfc822.size body). Also fixed...
2004-07-23  Timo Sirainencrypt_generate and md5_generate used only 3 different...
2004-07-23  Timo Sirainenget_index() wasn't working with caching disabled
2004-07-23  Timo SirainenAssert crashfix in certain situations when adding new...
2004-07-23  Timo SirainenMySQL reconnection memleak fix.
2004-07-23  Timo SirainenForce mmap_no_write = yes if configure detected that.
2004-07-23  Timo SirainenMake certificate valid for one year
2004-07-22  Timo SirainenMoved namespace and hierarchy separator handling to...
2004-07-22  Timo SirainenCheck BUGGY_CMSG_MACROS in configure.
2004-07-22  Timo SirainenAdded BUGGY_CMSG_HEADERS #define to workaround some...
2004-07-22  Timo Sirainencompiler warning fix
2004-07-22  Timo SirainenAdded LOGIN SASL mechanism. Patch by Andrey Panin
2004-07-22  Timo SirainenPOP3 CAPA command shouldn't return "AUTH=" in SASL...
2004-07-20  Timo SirainenAdded error checking
2004-07-20  Timo SirainenUse larger field_pool size by default.
2004-07-20  Timo SirainenFixes for big endian systems.
2004-07-20  Timo SirainenLimit how much a single transaction can reserve space
2004-07-20  Timo Sirainenmail_cache_lookup_headers() fix
2004-07-20  Timo SirainenCache fixes. Decisions are saved again.
2004-07-20  Timo SirainenCompile fix when modules were disabled. Patch by Andrey...
2004-07-20  Timo Sirainenmd5_final() didn't properly clear the whole MD5 context...
2004-07-18  Timo Sirainenheader caching fixes
2004-07-18  Timo SirainenSSL proxy was destroyed after login instead of staying...
2004-07-18  Timo SirainenFixed reconnecting to PostgreSQL.
2004-07-18  Timo SirainenFixes reconnecting to MySQL and some cleanups. Patch...
2004-07-18  Timo SirainenDon't send EXISTS after each EXPUNGE.
2004-07-18  Timo SirainenDon't crash if mail_index_view_sync_next() is called...
2004-07-18  Timo SirainenChanged default cache fields
2004-07-18  Timo SirainenChanged default cache fields.
2004-07-18  Timo SirainenAvoid parsing headers twice to get IMAP envelope.
2004-07-18  Timo SirainenHeader caching redesigned. New design allows caching...
2004-07-18  Timo Sirainenbsearch_strcasecmp() actually called strcmp..
2004-07-16  Timo SirainenFixed to compile with Solaris LDAP library
2004-07-15  Timo SirainenDelay memory allocations for cache transaction. We...
2004-07-12  Timo Sirainenoutlook-no-nuls workaround fix
2004-07-12  Timo SirainenBroke mailbox_sync() into iterator.
2004-07-12  Timo SirainenView syncing fixes/cleanups.
2004-07-12  Timo SirainenHandle recent flags in index file correctly. Fixes...
2004-07-11  Timo Sirainenmbox recent fixes.
2004-07-11  Timo SirainenUse CMP_DEV_T() macro to compare struct stat.st_dev
2004-07-11  Timo SirainenRecent flags should be fully working now with maildir.
2004-07-10  Timo SirainenSplit client_workarounds to imap_ and pop3_ ones. Added...
2004-07-10  Timo SirainenCache fixes. Lookups now look into transactions too.
2004-07-10  Timo Sirainenfetch_mail needs to be deinitialized before transaction is
2004-07-10  Timo Sirainenthread/sort: commit the transaction, don't rollback..
2004-07-09  Timo SirainenAnd section fix for --exec-mail..
2004-07-09  Timo SirainenAdded --exec-mail option to master. It can be used...
2004-07-09  Timo SirainenCreate all the missing paths up to maildir
2004-07-09  Timo Sirainencheck EISDIR in next mkdir() too..
2004-07-09  Timo SirainenSome more mailbox name checks.
2004-07-09  Timo SirainenCrashfix with empty mailbox
2004-07-09  Timo SirainenSIGHUP correctly reloads configuration now
2004-07-09  Timo SirainenWhen i_set_failure_file() is called, make sure the...
2004-07-09  Timo SirainenNever treat "mailbox/" as a valid mailbox name.
2004-07-09  Timo SirainenIf we're setting flags to saved mail, put it to cur...
2004-07-09  Timo SirainenRefcounting fixes. Unexpectedly destroyed SSL connectio...
2004-07-09  Timo SirainenWe could read authid past the buffer if \0password...
2004-07-09  Timo SirainenAlways create cache transaction. Easier that way ....
2004-07-08  Timo SirainenFixed compression.
2004-07-08  Timo SirainenCache file fixes, API changes, etc. It's still in somew...
2004-07-08  Timo SirainenIf p_free() frees memory, it must also zero it..
2004-07-08  Timo Sirainencrashfix
2004-07-07  Timo SirainenWrapper streams shouldn't try to read data if it's...
2004-07-07  Timo Sirainencompile fix
2004-07-06  Timo Sirainenvarchar(255) is max in mysql
2004-07-06  Timo Sirainendon't set default port either
2004-07-06  Timo SirainenUpdated error message texts.
2004-07-06  Timo Sirainens/user/db_user/
2004-07-06  Timo SirainenFixes, patch by Andrey Panin
2004-07-06  Timo SirainenAdded mysql description to example config file. Changed...
2004-07-06  Timo SirainenAdd "Error report written to server log." also to inter...
2004-07-05  Timo Sirainenpool_alloconly_free() can free the last allocation.
2004-07-04  Timo Sirainenfixing crashes from last changes
2004-07-04  Timo Sirainendisable cache file with mmap_no_write. it and mmap_disa...
2004-07-04  Timo Sirainenmore checks against using old cache_offsets
2004-07-04  Timo SirainenMake sure we don't set cache_offsets to old cache files.
2004-07-04  Timo Sirainencache fix
2004-07-04  Timo Sirainenheader and extra_rec syncing crashed because of recent...
2004-07-04  Timo SirainenCache API updates. Don't return direct pointers to...
2004-07-04  Timo Sirainenrenaming mailbox under existing mailbox gave wrong...
next