]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
15 years agovirtual: Implement required new methods.
Timo Sirainen [Mon, 15 Feb 2010 13:05:50 +0000 (15:05 +0200)] 
virtual: Implement required new methods.

--HG--
branch : HEAD

15 years agomaildir++: Fixed listing INBOX
Timo Sirainen [Mon, 15 Feb 2010 10:00:08 +0000 (12:00 +0200)] 
maildir++: Fixed listing INBOX

--HG--
branch : HEAD

15 years agomaildir: Crashfix to mailbox_update()
Timo Sirainen [Mon, 15 Feb 2010 09:57:09 +0000 (11:57 +0200)] 
maildir: Crashfix to mailbox_update()

--HG--
branch : HEAD

15 years agodsync: Don't try to change INBOX's GUID.
Timo Sirainen [Mon, 15 Feb 2010 05:09:12 +0000 (07:09 +0200)] 
dsync: Don't try to change INBOX's GUID.

--HG--
branch : HEAD

15 years agombox: Make sure we have valid mailbox GUID when returning it.
Timo Sirainen [Mon, 15 Feb 2010 05:08:40 +0000 (07:08 +0200)] 
mbox: Make sure we have valid mailbox GUID when returning it.

--HG--
branch : HEAD

15 years agombox: istream_raw_mbox_get_body_size() no longer crashes if header wasn't read.
Timo Sirainen [Mon, 15 Feb 2010 04:12:59 +0000 (06:12 +0200)] 
mbox: istream_raw_mbox_get_body_size() no longer crashes if header wasn't read.

--HG--
branch : HEAD

15 years agomailbox_update(): Updating uid_validity requires also reseting index.
Timo Sirainen [Mon, 15 Feb 2010 04:07:02 +0000 (06:07 +0200)] 
mailbox_update(): Updating uid_validity requires also reseting index.

--HG--
branch : HEAD

15 years agombox: Don't allow INBOX creation succeed, if it already exists.
Timo Sirainen [Mon, 15 Feb 2010 03:58:11 +0000 (05:58 +0200)] 
mbox: Don't allow INBOX creation succeed, if it already exists.

--HG--
branch : HEAD

15 years agodsync: Skip alias namespaces when syncing subscriptions.
Timo Sirainen [Mon, 15 Feb 2010 03:44:14 +0000 (05:44 +0200)] 
dsync: Skip alias namespaces when syncing subscriptions.

--HG--
branch : HEAD

15 years agoMemory usage optimizations.
Timo Sirainen [Mon, 15 Feb 2010 03:38:42 +0000 (05:38 +0200)] 
Memory usage optimizations.

--HG--
branch : HEAD

15 years agodsync: Error handling fixes.
Timo Sirainen [Mon, 15 Feb 2010 03:22:19 +0000 (05:22 +0200)] 
dsync: Error handling fixes.

--HG--
branch : HEAD

15 years agolib-storage: Increased initial mailbox pool sizes.
Timo Sirainen [Mon, 15 Feb 2010 03:19:20 +0000 (05:19 +0200)] 
lib-storage: Increased initial mailbox pool sizes.

--HG--
branch : HEAD

15 years agombox: Don't return mailbox GUID if it's coming from in-memory index.
Timo Sirainen [Mon, 15 Feb 2010 03:10:51 +0000 (05:10 +0200)] 
mbox: Don't return mailbox GUID if it's coming from in-memory index.

--HG--
branch : HEAD

15 years agolazy_expunge: Fixes to handling mailbox deletion and renames.
Timo Sirainen [Mon, 15 Feb 2010 02:46:29 +0000 (04:46 +0200)] 
lazy_expunge: Fixes to handling mailbox deletion and renames.

--HG--
branch : HEAD

15 years agoMailbox deletion: If mailbox deletion seems to have crashed, allow retrying the deletion.
Timo Sirainen [Mon, 15 Feb 2010 02:31:35 +0000 (04:31 +0200)] 
Mailbox deletion: If mailbox deletion seems to have crashed, allow retrying the deletion.
We'll assume that if deletion transaction was written over 5 minutes ago,
the deletion crashed.

--HG--
branch : HEAD

15 years agolib-index: Added mail_index_get_modification_time().
Timo Sirainen [Mon, 15 Feb 2010 02:29:47 +0000 (04:29 +0200)] 
lib-index: Added mail_index_get_modification_time().

--HG--
branch : HEAD

15 years agolib-storage: Fixes to rename error handling.
Timo Sirainen [Mon, 15 Feb 2010 02:08:46 +0000 (04:08 +0200)] 
lib-storage: Fixes to rename error handling.

--HG--
branch : HEAD

15 years agolib-storage: Removed INBOX auto-creating from backend code. Added bool box->inbox.
Timo Sirainen [Mon, 15 Feb 2010 01:07:19 +0000 (03:07 +0200)] 
lib-storage: Removed INBOX auto-creating from backend code. Added bool box->inbox.

--HG--
branch : HEAD

15 years agolib-storage: Use a default non-NULL mailbox.free() so plugins don't have to check...
Timo Sirainen [Mon, 15 Feb 2010 00:57:56 +0000 (02:57 +0200)] 
lib-storage: Use a default non-NULL mailbox.free() so plugins don't have to check for it.

--HG--
branch : HEAD

15 years agolib-storage: Added mailbox.free() method. Use it instead of close() where necessary.
Timo Sirainen [Mon, 15 Feb 2010 00:54:32 +0000 (02:54 +0200)] 
lib-storage: Added mailbox.free() method. Use it instead of close() where necessary.

--HG--
branch : HEAD

15 years agolib-storage: Removed some code duplication.
Timo Sirainen [Mon, 15 Feb 2010 00:13:14 +0000 (02:13 +0200)] 
lib-storage: Removed some code duplication.

--HG--
branch : HEAD

15 years agoFixed creating mailboxes over \noselect mailboxes.
Timo Sirainen [Mon, 15 Feb 2010 00:08:02 +0000 (02:08 +0200)] 
Fixed creating mailboxes over \noselect mailboxes.

--HG--
branch : HEAD

15 years agolib-storage: Changed mailbox_list.iter_is_mailbox() API.
Timo Sirainen [Mon, 15 Feb 2010 00:03:42 +0000 (02:03 +0200)] 
lib-storage: Changed mailbox_list.iter_is_mailbox() API.

--HG--
branch : HEAD

15 years agolistescape: Crashfix
Timo Sirainen [Sun, 14 Feb 2010 21:40:23 +0000 (23:40 +0200)] 
listescape: Crashfix

--HG--
branch : HEAD

15 years agoCompiler warning fix.
Timo Sirainen [Sun, 14 Feb 2010 21:32:16 +0000 (23:32 +0200)] 
Compiler warning fix.

--HG--
branch : HEAD

15 years agoFixed plugins to use the new mailbox rename API.
Timo Sirainen [Sun, 14 Feb 2010 20:49:11 +0000 (22:49 +0200)] 
Fixed plugins to use the new mailbox rename API.

--HG--
branch : HEAD

15 years agolib-storage: Mailbox renaming API changed.
Timo Sirainen [Sun, 14 Feb 2010 20:32:59 +0000 (22:32 +0200)] 
lib-storage: Mailbox renaming API changed.

--HG--
branch : HEAD

15 years agosdbox: Fixed accessing alt directories.
Timo Sirainen [Sun, 14 Feb 2010 20:30:43 +0000 (22:30 +0200)] 
sdbox: Fixed accessing alt directories.

--HG--
branch : HEAD

15 years agozlib: If writing without being corked, flush the stream.
Timo Sirainen [Sun, 14 Feb 2010 19:49:40 +0000 (21:49 +0200)] 
zlib: If writing without being corked, flush the stream.

--HG--
branch : HEAD

15 years agoostream: If cork method isn't implemented, keep track of corking state internally.
Timo Sirainen [Sun, 14 Feb 2010 19:49:13 +0000 (21:49 +0200)] 
ostream: If cork method isn't implemented, keep track of corking state internally.

--HG--
branch : HEAD

15 years agomailbox_open(): Don't crash if opening non-stream mailbox fails.
Timo Sirainen [Sat, 13 Feb 2010 11:49:31 +0000 (13:49 +0200)] 
mailbox_open(): Don't crash if opening non-stream mailbox fails.

--HG--
branch : HEAD

15 years agoexample-config: Updated default_*_user comments.
Timo Sirainen [Sat, 13 Feb 2010 06:19:25 +0000 (08:19 +0200)] 
example-config: Updated default_*_user comments.

--HG--
branch : HEAD

15 years agoAdded default_internal_user and default_login_user settings, which services use as...
Timo Sirainen [Sat, 13 Feb 2010 06:08:57 +0000 (08:08 +0200)] 
Added default_internal_user and default_login_user settings, which services use as default users.

--HG--
branch : HEAD

15 years agoconfig: $setting as value returns the setting's current value.
Timo Sirainen [Sat, 13 Feb 2010 06:07:31 +0000 (08:07 +0200)] 
config: $setting as value returns the setting's current value.

--HG--
branch : HEAD

15 years agomaster: Check for the existence of service executable after all.
Timo Sirainen [Sat, 13 Feb 2010 05:25:56 +0000 (07:25 +0200)] 
master: Check for the existence of service executable after all.

--HG--
branch : HEAD

15 years agoconfigure: If libwrap isn't used, don't add its service to doveconf.
Timo Sirainen [Sat, 13 Feb 2010 05:15:27 +0000 (07:15 +0200)] 
configure: If libwrap isn't used, don't add its service to doveconf.

--HG--
branch : HEAD

15 years agoCompiler warning fix.
Timo Sirainen [Sat, 13 Feb 2010 04:58:34 +0000 (06:58 +0200)] 
Compiler warning fix.

--HG--
branch : HEAD

15 years agoconfigure: libwrap detection cleared $LIBS
Timo Sirainen [Sat, 13 Feb 2010 04:44:05 +0000 (06:44 +0200)] 
configure: libwrap detection cleared $LIBS

--HG--
branch : HEAD

15 years agoAdded imap-zlib plugin for enabling COMPRESS=DEFLATE extension.
Timo Sirainen [Sat, 13 Feb 2010 03:46:17 +0000 (05:46 +0200)] 
Added imap-zlib plugin for enabling COMPRESS=DEFLATE extension.

--HG--
branch : HEAD

15 years agozlib: o_stream_create_deflate() shouldn't have enabled zlib header.
Timo Sirainen [Sat, 13 Feb 2010 03:45:23 +0000 (05:45 +0200)] 
zlib: o_stream_create_deflate() shouldn't have enabled zlib header.

--HG--
branch : HEAD

15 years agolib-imap: Added imap_parser_set_streams().
Timo Sirainen [Sat, 13 Feb 2010 03:44:20 +0000 (05:44 +0200)] 
lib-imap: Added imap_parser_set_streams().

--HG--
branch : HEAD

15 years agoimap: Added module_contexts to struct client.
Timo Sirainen [Sat, 13 Feb 2010 03:44:09 +0000 (05:44 +0200)] 
imap: Added module_contexts to struct client.

--HG--
branch : HEAD

15 years agoimap: Remember if TLS compression is enabled.
Timo Sirainen [Sat, 13 Feb 2010 03:43:50 +0000 (05:43 +0200)] 
imap: Remember if TLS compression is enabled.

--HG--
branch : HEAD

15 years agoo_stream_uncork(): Use flush() as default uncork operation.
Timo Sirainen [Sat, 13 Feb 2010 03:36:04 +0000 (05:36 +0200)] 
o_stream_uncork(): Use flush() as default uncork operation.

--HG--
branch : HEAD

15 years agozlib: Reimplemented gz/bz2 input streams by using the uncompression functions directly.
Timo Sirainen [Fri, 12 Feb 2010 23:15:12 +0000 (01:15 +0200)] 
zlib: Reimplemented gz/bz2 input streams by using the uncompression functions directly.

--HG--
branch : HEAD

15 years agolib-storage: If plugin changes mail's input stream, don't assert-crash on close.
Timo Sirainen [Fri, 12 Feb 2010 22:42:59 +0000 (00:42 +0200)] 
lib-storage: If plugin changes mail's input stream, don't assert-crash on close.

--HG--
branch : HEAD

15 years agoi_stream_grow_buffer(): Never shrink the buffer.
Timo Sirainen [Fri, 12 Feb 2010 21:29:31 +0000 (23:29 +0200)] 
i_stream_grow_buffer(): Never shrink the buffer.

--HG--
branch : HEAD

15 years agolib-storage: Removed input parameter from mailbox_alloc(), added mailbox_open_stream()
Timo Sirainen [Fri, 12 Feb 2010 21:27:16 +0000 (23:27 +0200)] 
lib-storage: Removed input parameter from mailbox_alloc(), added mailbox_open_stream()

--HG--
branch : HEAD

15 years agoauth: When caching user-given passwords, cache their SHA1, not the plaintext.
Timo Sirainen [Fri, 12 Feb 2010 19:31:49 +0000 (21:31 +0200)] 
auth: When caching user-given passwords, cache their SHA1, not the plaintext.

--HG--
branch : HEAD

15 years agoCompiler warning fix.
Timo Sirainen [Wed, 10 Feb 2010 15:12:31 +0000 (17:12 +0200)] 
Compiler warning fix.

--HG--
branch : HEAD

15 years agodovecot-config: Renamed DOVECOT_*DIR to dovecot_*dir after all.
Timo Sirainen [Wed, 10 Feb 2010 14:02:26 +0000 (16:02 +0200)] 
dovecot-config: Renamed DOVECOT_*DIR to dovecot_*dir after all.
This makes using them easier in Makefile.ams as install destination paths.

--HG--
branch : HEAD

15 years agolib-index: Fixed logging file creation EACCES failures.
Timo Sirainen [Tue, 9 Feb 2010 18:07:49 +0000 (20:07 +0200)] 
lib-index: Fixed logging file creation EACCES failures.

--HG--
branch : HEAD

15 years agolib-storage: STATUS_GUID moved to mailbox_get_guid() that can fail.
Timo Sirainen [Tue, 9 Feb 2010 17:50:17 +0000 (19:50 +0200)] 
lib-storage: STATUS_GUID moved to mailbox_get_guid() that can fail.

--HG--
branch : HEAD

15 years agoIncreased initial memory pool sizes.
Timo Sirainen [Tue, 9 Feb 2010 16:55:04 +0000 (18:55 +0200)] 
Increased initial memory pool sizes.

--HG--
branch : HEAD

15 years agomdbox: Saving now closes newly created files if they become full.
Timo Sirainen [Tue, 9 Feb 2010 16:54:34 +0000 (18:54 +0200)] 
mdbox: Saving now closes newly created files if they become full.
Newly created files also aren't locked anymore, they're not visible to
others anyway until map index is updated.

--HG--
branch : HEAD

15 years agologin: tcpwrappers change caused crashes at startup.
Timo Sirainen [Tue, 9 Feb 2010 16:34:33 +0000 (18:34 +0200)] 
login: tcpwrappers change caused crashes at startup.

--HG--
branch : HEAD

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