]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
15 years agomdbox: If purge deleted a whole file, it didn't expunge map records immediately.
Timo Sirainen [Tue, 9 Feb 2010 16:12:50 +0000 (18:12 +0200)] 
mdbox: If purge deleted a whole file, it didn't expunge map records immediately.

--HG--
branch : HEAD

15 years agodoveadm dump index: Another crashfix.
Timo Sirainen [Tue, 9 Feb 2010 16:08:13 +0000 (18:08 +0200)] 
doveadm dump index: Another crashfix.

--HG--
branch : HEAD

15 years agodoveadm dump index: Fixed assert-crash.
Timo Sirainen [Tue, 9 Feb 2010 16:05:41 +0000 (18:05 +0200)] 
doveadm dump index: Fixed assert-crash.

--HG--
branch : HEAD

15 years agoMailbox deletion: Fixed race condition where a mailbox couldn't get deleted.
Timo Sirainen [Tue, 9 Feb 2010 15:35:14 +0000 (17:35 +0200)] 
Mailbox deletion: Fixed race condition where a mailbox couldn't get deleted.

--HG--
branch : HEAD

15 years agolib-index: Don't close index files if they're still being used by another mailbox.
Timo Sirainen [Tue, 9 Feb 2010 02:52:29 +0000 (04:52 +0200)] 
lib-index: Don't close index files if they're still being used by another mailbox.

--HG--
branch : HEAD

15 years agolib-storage: Mailbox deletion API changed.
Timo Sirainen [Tue, 9 Feb 2010 02:11:53 +0000 (04:11 +0200)] 
lib-storage: Mailbox deletion API changed.
Mailbox deletion should now be free of race conditions. The actual file
deletion code is now responsibility of mailbox_list backend.

--HG--
branch : HEAD

15 years agoimap: Mark DELETE command as potentially closing mailbox.
Timo Sirainen [Tue, 9 Feb 2010 02:09:28 +0000 (04:09 +0200)] 
imap: Mark DELETE command as potentially closing mailbox.
That happens if DELETE is used on the selected mailbox.

--HG--
branch : HEAD

15 years agolib-index: Added support for undeleting a deleted index.
Timo Sirainen [Tue, 9 Feb 2010 02:08:31 +0000 (04:08 +0200)] 
lib-index: Added support for undeleting a deleted index.

--HG--
branch : HEAD

15 years agolib-index: Index deletion is now a request that gets finalized by index sync.
Timo Sirainen [Tue, 9 Feb 2010 00:04:00 +0000 (02:04 +0200)] 
lib-index: Index deletion is now a request that gets finalized by index sync.

--HG--
branch : HEAD

15 years agomailbox_list_get_mailbox_name_status() now separates between existing mailbox and...
Timo Sirainen [Mon, 8 Feb 2010 21:43:45 +0000 (23:43 +0200)] 
mailbox_list_get_mailbox_name_status() now separates between existing mailbox and dir.

--HG--
branch : HEAD

15 years agomailbox_name_get_sha128() truncated the returned GUID too early.
Timo Sirainen [Mon, 8 Feb 2010 20:48:22 +0000 (22:48 +0200)] 
mailbox_name_get_sha128() truncated the returned GUID too early.

--HG--
branch : HEAD

15 years agolib-storage: Added mail_storage_get_user().
Timo Sirainen [Sun, 7 Feb 2010 17:51:51 +0000 (19:51 +0200)] 
lib-storage: Added mail_storage_get_user().

--HG--
branch : HEAD

15 years agomaster: Don't check if service's executable exists if there are no listeners.
Timo Sirainen [Sun, 7 Feb 2010 17:13:55 +0000 (19:13 +0200)] 
master: Don't check if service's executable exists if there are no listeners.

--HG--
branch : HEAD

15 years agomaster: service's have_inet_listeners wasn't tracked correctly.
Timo Sirainen [Sun, 7 Feb 2010 17:13:19 +0000 (19:13 +0200)] 
master: service's have_inet_listeners wasn't tracked correctly.

--HG--
branch : HEAD

15 years agoexpire Makefile: Link with .lo, not .o. Helps at least with dependency tracking.
Timo Sirainen [Sun, 7 Feb 2010 16:38:13 +0000 (18:38 +0200)] 
expire Makefile: Link with .lo, not .o. Helps at least with dependency tracking.

--HG--
branch : HEAD

15 years agodovecot-config: Renamed field names to be more consistent.
Timo Sirainen [Sun, 7 Feb 2010 16:31:21 +0000 (18:31 +0200)] 
dovecot-config: Renamed field names to be more consistent.

--HG--
branch : HEAD

15 years agodovecot-config: LIBDOVECOT_STORAGE_INCLUDE was missing lib-storage/ include.
Timo Sirainen [Sun, 7 Feb 2010 16:17:27 +0000 (18:17 +0200)] 
dovecot-config: LIBDOVECOT_STORAGE_INCLUDE was missing lib-storage/ include.

--HG--
branch : HEAD

15 years agodovecot-config: Added LIBDOVECOT_IMAP_INCLUDE for imap-specific code.
Timo Sirainen [Sun, 7 Feb 2010 16:06:46 +0000 (18:06 +0200)] 
dovecot-config: Added LIBDOVECOT_IMAP_INCLUDE for imap-specific code.

--HG--
branch : HEAD

15 years agodovecot-config: Removed lib-storage from LIBDOVECOT_INCLUDE
Timo Sirainen [Sun, 7 Feb 2010 16:06:27 +0000 (18:06 +0200)] 
dovecot-config: Removed lib-storage from LIBDOVECOT_INCLUDE

--HG--
branch : HEAD

15 years agolib-storage: Split mailbox_close() and mailbox_free() functionality.
Timo Sirainen [Sun, 7 Feb 2010 15:50:08 +0000 (17:50 +0200)] 
lib-storage: Split mailbox_close() and mailbox_free() functionality.

--HG--
branch : HEAD

15 years agoimap-client.h: Updated comments.
Timo Sirainen [Sun, 7 Feb 2010 15:37:48 +0000 (17:37 +0200)] 
imap-client.h: Updated comments.

--HG--
branch : HEAD

15 years agolib-storage: *_mailboxes don't descend from index_mailbox anymore, it's now a context.
Timo Sirainen [Sun, 7 Feb 2010 15:30:24 +0000 (17:30 +0200)] 
lib-storage: *_mailboxes don't descend from index_mailbox anymore, it's now a context.

--HG--
branch : HEAD

15 years agolib-dict: Changed dict_iterate API.
Timo Sirainen [Sun, 7 Feb 2010 14:27:18 +0000 (16:27 +0200)] 
lib-dict: Changed dict_iterate API.

--HG--
branch : HEAD

15 years agolib-storage: mailbox can no longer be looked up from mail_index_view.
Timo Sirainen [Sun, 7 Feb 2010 14:01:51 +0000 (16:01 +0200)] 
lib-storage: mailbox can no longer be looked up from mail_index_view.
It's not necessarily anymore and I'm not sure if they should be 1:1.

--HG--
branch : HEAD

15 years agolib-storage: Moved struct mail_index_* from index_mailbox to mailbox.
Timo Sirainen [Sun, 7 Feb 2010 13:44:33 +0000 (15:44 +0200)] 
lib-storage: Moved struct mail_index_* from index_mailbox to mailbox.
We're relying more and more of all mailboxes being used via lib-index, and
this change makes accessing the indexes easier.

--HG--
branch : HEAD

15 years agoMoved mail_index lookup cache from lib-storage to lib-index.
Timo Sirainen [Sun, 7 Feb 2010 02:50:40 +0000 (04:50 +0200)] 
Moved mail_index lookup cache from lib-storage to lib-index.
Removed some code duplication as a result.

--HG--
branch : HEAD

15 years agoAdded support for marking mailbox index deleted. Don't allow any changes after that.
Timo Sirainen [Sun, 7 Feb 2010 01:25:32 +0000 (03:25 +0200)] 
Added support for marking mailbox index deleted. Don't allow any changes after that.
This is going to help with race conditions when deleting mailboxes.

--HG--
branch : HEAD

15 years agofs layout: We didn't properly prevent maildir_name from being used in mailbox names.
Timo Sirainen [Sat, 6 Feb 2010 23:55:06 +0000 (01:55 +0200)] 
fs layout: We didn't properly prevent maildir_name from being used in mailbox names.

--HG--
branch : HEAD

15 years agolib-storage: Moved mailbox directory creation code to mailbox_list backend.
Timo Sirainen [Sat, 6 Feb 2010 23:50:49 +0000 (01:50 +0200)] 
lib-storage: Moved mailbox directory creation code to mailbox_list backend.

--HG--
branch : HEAD

15 years agodbox: Moved more mailbox creation code to dbox-common.
Timo Sirainen [Sat, 6 Feb 2010 21:41:33 +0000 (23:41 +0200)] 
dbox: Moved more mailbox creation code to dbox-common.

--HG--
branch : HEAD

15 years agombox: raw mbox stream's stat() now returns mail size as stream size if it's known.
Timo Sirainen [Sat, 6 Feb 2010 21:22:15 +0000 (23:22 +0200)] 
mbox: raw mbox stream's stat() now returns mail size as stream size if it's known.

--HG--
branch : HEAD

15 years agomdbox saving: Fallback to using non-exact mail size if exact isn't available.
Timo Sirainen [Sat, 6 Feb 2010 21:22:04 +0000 (23:22 +0200)] 
mdbox saving: Fallback to using non-exact mail size if exact isn't available.
The size is used only to check if it would make mdbox file become too large.

--HG--
branch : HEAD

15 years agomaildir: Make sure we don't append to uidlist that has already been recreated.
Timo Sirainen [Sat, 6 Feb 2010 19:07:44 +0000 (21:07 +0200)] 
maildir: Make sure we don't append to uidlist that has already been recreated.

--HG--
branch : HEAD

15 years agoMakefiles: Use nodist_*_SOURCES to exclude generated .c files from dist.
Timo Sirainen [Sat, 6 Feb 2010 18:03:07 +0000 (20:03 +0200)] 
Makefiles: Use nodist_*_SOURCES to exclude generated .c files from dist.

--HG--
branch : HEAD

15 years agoAdded support for tcpwrappers and potentially other login access checks.
Timo Sirainen [Sat, 6 Feb 2010 17:46:40 +0000 (19:46 +0200)] 
Added support for tcpwrappers and potentially other login access checks.

--HG--
branch : HEAD

15 years agoplugins: Use DOVECOT_VERSION instead of PACKAGE_VERSION.
Timo Sirainen [Sat, 6 Feb 2010 15:31:14 +0000 (17:31 +0200)] 
plugins: Use DOVECOT_VERSION instead of PACKAGE_VERSION.

--HG--
branch : HEAD

15 years agoconfig.h: Added DOVECOT_* macros for PACKAGE_* macros.
Timo Sirainen [Sat, 6 Feb 2010 15:29:58 +0000 (17:29 +0200)] 
config.h: Added DOVECOT_* macros for PACKAGE_* macros.

--HG--
branch : HEAD

15 years agomodule-context.h: Include required array.h internally.
Timo Sirainen [Sat, 6 Feb 2010 14:58:07 +0000 (16:58 +0200)] 
module-context.h: Include required array.h internally.

--HG--
branch : HEAD

15 years agolib-storage: Use mailbox_status() to get number of messages in search code.
Timo Sirainen [Fri, 5 Feb 2010 23:58:33 +0000 (01:58 +0200)] 
lib-storage: Use mailbox_status() to get number of messages in search code.
This doesn't really change anything, except makes it possible for plugins to
hide some messages.

--HG--
branch : HEAD

15 years agozlib plugin: Added support for compressing Maildir mails while saving.
Timo Sirainen [Fri, 5 Feb 2010 23:07:44 +0000 (01:07 +0200)] 
zlib plugin: Added support for compressing Maildir mails while saving.

--HG--
branch : HEAD

15 years agoostream: Added default failure handling if write_at() isn't implemented.
Timo Sirainen [Fri, 5 Feb 2010 23:06:47 +0000 (01:06 +0200)] 
ostream: Added default failure handling if write_at() isn't implemented.

--HG--
branch : HEAD

15 years agolib-index: Changed strmap's crc32 field to be backwards compatible.
Timo Sirainen [Fri, 5 Feb 2010 22:38:04 +0000 (00:38 +0200)] 
lib-index: Changed strmap's crc32 field to be backwards compatible.

--HG--
branch : HEAD

15 years agocrc32*() didn't return a standard CRC32 value.
Timo Sirainen [Fri, 5 Feb 2010 22:36:11 +0000 (00:36 +0200)] 
crc32*() didn't return a standard CRC32 value.

--HG--
branch : HEAD

15 years agoCompiler warning fix.
Timo Sirainen [Fri, 5 Feb 2010 20:59:04 +0000 (22:59 +0200)] 
Compiler warning fix.

--HG--
branch : HEAD

15 years agolib-dict: Added dict_[un]escape_string().
Timo Sirainen [Fri, 5 Feb 2010 17:23:42 +0000 (19:23 +0200)] 
lib-dict: Added dict_[un]escape_string().

--HG--
branch : HEAD

15 years agoimap search args: Allocate uidset from correct memory pool.
Timo Sirainen [Fri, 5 Feb 2010 16:04:16 +0000 (18:04 +0200)] 
imap search args: Allocate uidset from correct memory pool.
Shouldn't have caused any bugs, but this is the intended way.

--HG--
branch : HEAD

15 years agomdbox: Purging now also moves mails to alt storage (if it's used).
Timo Sirainen [Tue, 2 Feb 2010 21:49:32 +0000 (23:49 +0200)] 
mdbox: Purging now also moves mails to alt storage (if it's used).
mdbox_altmove setting specifies how old files should be moved.

--HG--
branch : HEAD

15 years agoDon't ignore :ALT=path in mail_location.
Timo Sirainen [Tue, 2 Feb 2010 21:24:52 +0000 (23:24 +0200)] 
Don't ignore :ALT=path in mail_location.

--HG--
branch : HEAD

15 years agomdbox: Removed quite pointless mdbox_purge_min_percentage setting.
Timo Sirainen [Tue, 2 Feb 2010 20:23:46 +0000 (22:23 +0200)] 
mdbox: Removed quite pointless mdbox_purge_min_percentage setting.

--HG--
branch : HEAD

15 years agomdbox: Removed unused mdbox_rotate_min_size setting.
Timo Sirainen [Tue, 2 Feb 2010 20:21:29 +0000 (22:21 +0200)] 
mdbox: Removed unused mdbox_rotate_min_size setting.

--HG--
branch : HEAD

15 years agomdbox: Removed forced automatic purging for now. It was too ineffecient.
Timo Sirainen [Tue, 2 Feb 2010 20:19:35 +0000 (22:19 +0200)] 
mdbox: Removed forced automatic purging for now. It was too ineffecient.

--HG--
branch : HEAD

15 years agomdbox_rotate_days changed to mdbox_rotate_interval, supporting one second resolution.
Timo Sirainen [Tue, 2 Feb 2010 17:03:06 +0000 (19:03 +0200)] 
mdbox_rotate_days changed to mdbox_rotate_interval, supporting one second resolution.

--HG--
branch : HEAD

15 years agoexpire-tool: Change config module so we'll actually read all necessary settings.
Timo Sirainen [Tue, 2 Feb 2010 13:20:36 +0000 (15:20 +0200)] 
expire-tool: Change config module so we'll actually read all necessary settings.

--HG--
branch : HEAD

15 years agoexpire-tool: Check and log an error if dict iteration fails.
Timo Sirainen [Tue, 2 Feb 2010 13:20:04 +0000 (15:20 +0200)] 
expire-tool: Check and log an error if dict iteration fails.

--HG--
branch : HEAD

15 years agodict proxy: Iteration failure wasn't passed to dict client.
Timo Sirainen [Tue, 2 Feb 2010 13:18:25 +0000 (15:18 +0200)] 
dict proxy: Iteration failure wasn't passed to dict client.

--HG--
branch : HEAD

15 years agologin: Now properly disable SSLv2 support.
Timo Sirainen [Tue, 2 Feb 2010 13:00:15 +0000 (15:00 +0200)] 
login: Now properly disable SSLv2 support.

--HG--
branch : HEAD

15 years agologin: Use SSLv23_server_method() after all.
Timo Sirainen [Tue, 2 Feb 2010 12:16:50 +0000 (14:16 +0200)] 
login: Use SSLv23_server_method() after all.
It appears to be the only method that supports both SSLv3 and TLSv1
connections, without breaking the other one.

--HG--
branch : HEAD

15 years agonotify plugin: Require plugin to be same version as Dovecot.
Timo Sirainen [Mon, 1 Feb 2010 18:03:58 +0000 (20:03 +0200)] 
notify plugin: Require plugin to be same version as Dovecot.

--HG--
branch : HEAD

15 years agonotify plugin: Install headers if --enable-header-install is used.
Timo Sirainen [Mon, 1 Feb 2010 18:02:53 +0000 (20:02 +0200)] 
notify plugin: Install headers if --enable-header-install is used.
Patch by Mark Washenberger.

--HG--
branch : HEAD

15 years agodovecot-config: Avoid using $(pkglibexecdir), it doesn't work with old automakes.
Timo Sirainen [Mon, 1 Feb 2010 15:41:51 +0000 (17:41 +0200)] 
dovecot-config: Avoid using $(pkglibexecdir), it doesn't work with old automakes.

--HG--
branch : HEAD

15 years agoAdded signature for changeset 357995a6c270
Timo Sirainen [Sun, 31 Jan 2010 18:30:06 +0000 (20:30 +0200)] 
Added signature for changeset 357995a6c270

--HG--
branch : HEAD

15 years agoAdded tag 2.0.beta2 for changeset 357995a6c270
Timo Sirainen [Sun, 31 Jan 2010 18:30:03 +0000 (20:30 +0200)] 
Added tag 2.0.beta2 for changeset 357995a6c270

--HG--
branch : HEAD

15 years agoReleased v2.0.beta2. 2.0.beta2
Timo Sirainen [Sun, 31 Jan 2010 18:30:03 +0000 (20:30 +0200)] 
Released v2.0.beta2.

--HG--
branch : HEAD

15 years agomail_index_update_flags_range(): Fixed merging last update.
Timo Sirainen [Sun, 31 Jan 2010 18:29:25 +0000 (20:29 +0200)] 
mail_index_update_flags_range(): Fixed merging last update.

--HG--
branch : HEAD

15 years agodovecot-config: LIBDOVECOT_INCLUDE shouldn't have been dropped from installed file.
Timo Sirainen [Sun, 31 Jan 2010 17:15:39 +0000 (19:15 +0200)] 
dovecot-config: LIBDOVECOT_INCLUDE shouldn't have been dropped from installed file.

--HG--
branch : HEAD

15 years agologin: Proxying supports now doing DNS lookups for host names.
Timo Sirainen [Sun, 31 Jan 2010 17:11:21 +0000 (19:11 +0200)] 
login: Proxying supports now doing DNS lookups for host names.

--HG--
branch : HEAD

15 years agoAdded dns-client service and library for doing async dns lookups.
Timo Sirainen [Sun, 31 Jan 2010 17:10:38 +0000 (19:10 +0200)] 
Added dns-client service and library for doing async dns lookups.

--HG--
branch : HEAD

15 years agoAdded CONTEXT_CALLBACK2() helper macro.
Timo Sirainen [Sun, 31 Jan 2010 17:09:44 +0000 (19:09 +0200)] 
Added CONTEXT_CALLBACK2() helper macro.

--HG--
branch : HEAD

15 years agodovecot-config: Don't rely on installed .la files.
Timo Sirainen [Sun, 31 Jan 2010 15:57:13 +0000 (17:57 +0200)] 
dovecot-config: Don't rely on installed .la files.

--HG--
branch : HEAD

15 years agologin: Proxy code API cleanup.
Timo Sirainen [Sun, 31 Jan 2010 14:13:07 +0000 (16:13 +0200)] 
login: Proxy code API cleanup.

--HG--
branch : HEAD

15 years agomaster: Removed non-existing -cb parameter description from --help.
Timo Sirainen [Sun, 31 Jan 2010 13:36:26 +0000 (15:36 +0200)] 
master: Removed non-existing -cb parameter description from --help.

--HG--
branch : HEAD

15 years agoChanged dovecot-config file to contain useful content.
Timo Sirainen [Sun, 31 Jan 2010 13:22:59 +0000 (15:22 +0200)] 
Changed dovecot-config file to contain useful content.

--HG--
branch : HEAD

15 years agologin: Completely drop support for SSLv2.
Timo Sirainen [Sun, 31 Jan 2010 12:04:59 +0000 (14:04 +0200)] 
login: Completely drop support for SSLv2.

--HG--
branch : HEAD

15 years agodsync: Small optimization.
Timo Sirainen [Fri, 29 Jan 2010 16:06:13 +0000 (18:06 +0200)] 
dsync: Small optimization.

--HG--
branch : HEAD

15 years agodsync: Message list wasn't sorted properly, which caused sync to be incomplete.
Timo Sirainen [Fri, 29 Jan 2010 16:05:32 +0000 (18:05 +0200)] 
dsync: Message list wasn't sorted properly, which caused sync to be incomplete.

--HG--
branch : HEAD

15 years agolib-master: When standalone binary reads config from config socket, ignore environment.
Timo Sirainen [Fri, 29 Jan 2010 15:15:36 +0000 (17:15 +0200)] 
lib-master: When standalone binary reads config from config socket, ignore environment.

--HG--
branch : HEAD

15 years agombox: Fixed assert-crash after sometimes creating pseudo mail.
Timo Sirainen [Fri, 29 Jan 2010 14:42:02 +0000 (16:42 +0200)] 
mbox: Fixed assert-crash after sometimes creating pseudo mail.

--HG--
branch : HEAD

15 years agolib-settings: Treat blocks with empty names as unique names, instead of merging them.
Timo Sirainen [Fri, 29 Jan 2010 08:10:07 +0000 (10:10 +0200)] 
lib-settings: Treat blocks with empty names as unique names, instead of merging them.

--HG--
branch : HEAD

15 years agoconfig: Added support for protocol !name {}
Timo Sirainen [Thu, 28 Jan 2010 21:14:52 +0000 (23:14 +0200)] 
config: Added support for protocol !name {}

--HG--
branch : HEAD

15 years agolmtp: Switch back to running as root after deliver a mail.
Timo Sirainen [Thu, 28 Jan 2010 21:08:32 +0000 (23:08 +0200)] 
lmtp: Switch back to running as root after deliver a mail.

--HG--
branch : HEAD

15 years agoNamespaces can now have names. This could make some types of configuration cleaner.
Timo Sirainen [Thu, 28 Jan 2010 20:39:45 +0000 (22:39 +0200)] 
Namespaces can now have names. This could make some types of configuration cleaner.

--HG--
branch : HEAD

15 years agoconfigure: Another try at fixing Berkeley DB check to not give an error.
Timo Sirainen [Thu, 28 Jan 2010 20:18:05 +0000 (22:18 +0200)] 
configure: Another try at fixing Berkeley DB check to not give an error.

--HG--
branch : HEAD

15 years agomaster: inet_listener {port=0} and unix/fifo_listener {mode=0} now disables it.
Timo Sirainen [Thu, 28 Jan 2010 20:04:44 +0000 (22:04 +0200)] 
master: inet_listener {port=0} and unix/fifo_listener {mode=0} now disables it.

--HG--
branch : HEAD

15 years agoconfigure: Fixed Berkeley DB check to not give an error.
Timo Sirainen [Thu, 28 Jan 2010 19:50:06 +0000 (21:50 +0200)] 
configure: Fixed Berkeley DB check to not give an error.

--HG--
branch : HEAD

15 years agolib-master: Fixed using post-login scripts.
Timo Sirainen [Thu, 28 Jan 2010 19:48:54 +0000 (21:48 +0200)] 
lib-master: Fixed using post-login scripts.

--HG--
branch : HEAD

15 years agoexample-config: Fixed example auth.conf.
Timo Sirainen [Thu, 28 Jan 2010 16:23:22 +0000 (18:23 +0200)] 
example-config: Fixed example auth.conf.

--HG--
branch : HEAD

15 years agoAdded default inet_listeners for imap/pop3-login.
Timo Sirainen [Wed, 27 Jan 2010 22:40:38 +0000 (00:40 +0200)] 
Added default inet_listeners for imap/pop3-login.

--HG--
branch : HEAD

15 years agodoveconf: Don't add extra space to "block {" for unique blocks.
Timo Sirainen [Wed, 27 Jan 2010 22:35:11 +0000 (00:35 +0200)] 
doveconf: Don't add extra space to "block  {" for unique blocks.

--HG--
branch : HEAD

15 years agoIncreased initial memory pool size.
Timo Sirainen [Wed, 27 Jan 2010 21:44:35 +0000 (23:44 +0200)] 
Increased initial memory pool size.

--HG--
branch : HEAD

15 years agolib-settings: Initialize block{}s, even if they don't have anything inside.
Timo Sirainen [Wed, 27 Jan 2010 21:40:50 +0000 (23:40 +0200)] 
lib-settings: Initialize block{}s, even if they don't have anything inside.
For example if there's an empty userdb {}, it should give an error instead
of being silently ignored.

--HG--
branch : HEAD

15 years agolib-master: When executing standalone, try first to read config from global socket.
Timo Sirainen [Wed, 27 Jan 2010 21:20:05 +0000 (23:20 +0200)] 
lib-master: When executing standalone, try first to read config from global socket.

--HG--
branch : HEAD

15 years agomail cache: Avoid infinite loops.
Timo Sirainen [Wed, 27 Jan 2010 20:44:13 +0000 (22:44 +0200)] 
mail cache: Avoid infinite loops.

--HG--
branch : HEAD

15 years agoauth master lookups: If request isn't found, return FAIL instead of NOTFOUND.
Timo Sirainen [Wed, 27 Jan 2010 19:29:19 +0000 (21:29 +0200)] 
auth master lookups: If request isn't found, return FAIL instead of NOTFOUND.

--HG--
branch : HEAD

15 years agolib-master: Don't leak post-login connections.
Timo Sirainen [Wed, 27 Jan 2010 19:25:44 +0000 (21:25 +0200)] 
lib-master: Don't leak post-login connections.

--HG--
branch : HEAD

15 years agoauth: Fixed "userdb is missing driver" error.
Timo Sirainen [Wed, 27 Jan 2010 16:49:46 +0000 (18:49 +0200)] 
auth: Fixed "userdb is missing driver" error.

--HG--
branch : HEAD

15 years agohostname setting now defaults to fqdn. postmaster_address defaults to postmaster...
Timo Sirainen [Tue, 26 Jan 2010 16:52:06 +0000 (18:52 +0200)] 
hostname setting now defaults to fqdn. postmaster_address defaults to postmaster@<hostname setting>.

--HG--
branch : HEAD

15 years agoAdded auth_verbose_passwords = no|plain|sha1.
Timo Sirainen [Tue, 26 Jan 2010 11:40:01 +0000 (13:40 +0200)] 
Added auth_verbose_passwords = no|plain|sha1.

--HG--
branch : HEAD

15 years agoacl: Don't give admin rights to all owner mailboxes.
Timo Sirainen [Mon, 25 Jan 2010 18:40:25 +0000 (20:40 +0200)] 
acl: Don't give admin rights to all owner mailboxes.
The SETACL IMAP command should already prevent this. If this situation is
created by modifying dovecot-acl file manually, it's probably intentional.

--HG--
branch : HEAD

15 years agoMakefile: Updated dict-drivers-register.c to depend on config.h
Timo Sirainen [Mon, 25 Jan 2010 18:24:54 +0000 (20:24 +0200)] 
Makefile: Updated dict-drivers-register.c to depend on config.h

--HG--
branch : HEAD

15 years agoUpdated copyright notices to include year 2010.
Timo Sirainen [Sun, 24 Jan 2010 23:19:08 +0000 (01:19 +0200)] 
Updated copyright notices to include year 2010.

--HG--
branch : HEAD