]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
15 years agolib-settings: Added some consts to parameters.
Timo Sirainen [Sat, 20 Feb 2010 15:16:31 +0000 (17:16 +0200)] 
lib-settings: Added some consts to parameters.

--HG--
branch : HEAD

15 years agolmtp: Always use "lmtp" module when looking up configuration.
Timo Sirainen [Sat, 20 Feb 2010 14:25:31 +0000 (16:25 +0200)] 
lmtp: Always use "lmtp" module when looking up configuration.

--HG--
branch : HEAD

15 years agoIncreased initial memory pool size.
Timo Sirainen [Sat, 20 Feb 2010 14:19:32 +0000 (16:19 +0200)] 
Increased initial memory pool size.

--HG--
branch : HEAD

15 years agoliblib: Added net_ip_cmp().
Timo Sirainen [Sat, 20 Feb 2010 14:19:19 +0000 (16:19 +0200)] 
liblib: Added net_ip_cmp().

--HG--
branch : HEAD

15 years ago*-login: Change login_set_roots earlier.
Timo Sirainen [Sat, 20 Feb 2010 14:19:00 +0000 (16:19 +0200)] 
*-login: Change login_set_roots earlier.

--HG--
branch : HEAD

15 years agoliblib: Added pool_alloconly_get_total_used/alloc_size() functions.
Timo Sirainen [Sat, 20 Feb 2010 13:17:16 +0000 (15:17 +0200)] 
liblib: Added pool_alloconly_get_total_used/alloc_size() functions.

--HG--
branch : HEAD

15 years agosettings_parse_stream_read(): Try using existing data from stream first.
Timo Sirainen [Sat, 20 Feb 2010 13:16:40 +0000 (15:16 +0200)] 
settings_parse_stream_read(): Try using existing data from stream first.

--HG--
branch : HEAD

15 years agolib-master: Minor config code cleanup.
Timo Sirainen [Sat, 20 Feb 2010 10:30:38 +0000 (12:30 +0200)] 
lib-master: Minor config code cleanup.

--HG--
branch : HEAD

15 years agolib-index: Keep indexes open while they are in alloc-cache.
Timo Sirainen [Sat, 20 Feb 2010 09:45:52 +0000 (11:45 +0200)] 
lib-index: Keep indexes open while they are in alloc-cache.

--HG--
branch : HEAD

15 years agolib-index: When a closed index's refcount drops to 0, free it immediately.
Timo Sirainen [Sat, 20 Feb 2010 08:11:42 +0000 (10:11 +0200)] 
lib-index: When a closed index's refcount drops to 0, free it immediately.

--HG--
branch : HEAD

15 years agomailbox log: Don't log an error if two processes rotate the log at the same time.
Timo Sirainen [Sat, 20 Feb 2010 07:47:41 +0000 (09:47 +0200)] 
mailbox log: Don't log an error if two processes rotate the log at the same time.

--HG--
branch : HEAD

15 years agolib-storage: Thread strmap must not be opened before index is opened.
Timo Sirainen [Sat, 20 Feb 2010 07:46:43 +0000 (09:46 +0200)] 
lib-storage: Thread strmap must not be opened before index is opened.

--HG--
branch : HEAD

15 years agodoveadm: Added penalty command to dump auth penalty state.
Timo Sirainen [Sat, 20 Feb 2010 07:33:01 +0000 (09:33 +0200)] 
doveadm: Added penalty command to dump auth penalty state.

--HG--
branch : HEAD

15 years agoanvil: Added PENALTY-DUMP command to dump penalty state.
Timo Sirainen [Sat, 20 Feb 2010 07:32:48 +0000 (09:32 +0200)] 
anvil: Added PENALTY-DUMP command to dump penalty state.

--HG--
branch : HEAD

15 years agoanvil: Fixed penalty "last update" tracking.
Timo Sirainen [Sat, 20 Feb 2010 07:32:13 +0000 (09:32 +0200)] 
anvil: Fixed penalty "last update" tracking.

--HG--
branch : HEAD

15 years agoanvil: Disconnect client if it sends invalid input.
Timo Sirainen [Sat, 20 Feb 2010 07:27:33 +0000 (09:27 +0200)] 
anvil: Disconnect client if it sends invalid input.

--HG--
branch : HEAD

15 years agodoveadm: Removed duplication of unixdate2str().
Timo Sirainen [Sat, 20 Feb 2010 07:24:48 +0000 (09:24 +0200)] 
doveadm: Removed duplication of unixdate2str().

--HG--
branch : HEAD

15 years agoMakefile: Fixed building anvil test.
Timo Sirainen [Sat, 20 Feb 2010 07:10:50 +0000 (09:10 +0200)] 
Makefile: Fixed building anvil test.

--HG--
branch : HEAD

15 years agoauth: Track penalty for IPv6 addresses with their /48 mask.
Timo Sirainen [Sat, 20 Feb 2010 07:04:25 +0000 (09:04 +0200)] 
auth: Track penalty for IPv6 addresses with their /48 mask.

--HG--
branch : HEAD

15 years agoauth/anvil: Penalty is no longer increased if the same user+pass combination was...
Timo Sirainen [Sat, 20 Feb 2010 06:48:54 +0000 (08:48 +0200)] 
auth/anvil: Penalty is no longer increased if the same user+pass combination was recently used.
This should avoid penalty increasing for IPs where a user's misconfigured
client tries to keep authenticating with wrong user/pass. This check works
only for plaintext authentication.

Currently the code that keeps track of what user/passwords have been tried
is pretty simple, and hardcoded to remember max. 10 of them.

--HG--
branch : HEAD

15 years agofs layout: Don't "File name too long" errors if giving too long path to LIST.
Timo Sirainen [Sat, 20 Feb 2010 03:54:46 +0000 (05:54 +0200)] 
fs layout: Don't "File name too long" errors if giving too long path to LIST.

--HG--
branch : HEAD

15 years agomdbox: Fixed plugins accessing unsaved mail's stream.
Timo Sirainen [Fri, 19 Feb 2010 12:23:05 +0000 (14:23 +0200)] 
mdbox: Fixed plugins accessing unsaved mail's stream.

--HG--
branch : HEAD

15 years agozlib: Fixed the check to disallow saving messages that look compressed.
Timo Sirainen [Fri, 19 Feb 2010 12:22:19 +0000 (14:22 +0200)] 
zlib: Fixed the check to disallow saving messages that look compressed.

--HG--
branch : HEAD

15 years agodbox: Fixed looking up physical size when it wasn't in metadata.
Timo Sirainen [Fri, 19 Feb 2010 12:11:21 +0000 (14:11 +0200)] 
dbox: Fixed looking up physical size when it wasn't in metadata.

--HG--
branch : HEAD

15 years agoMakefile: Added empty install-exec-hook to fix older automakes.
Timo Sirainen [Fri, 19 Feb 2010 10:19:27 +0000 (12:19 +0200)] 
Makefile: Added empty install-exec-hook to fix older automakes.

--HG--
branch : HEAD

15 years ago*-login: If we disconnect from auth server, make sure we reconnect back when necessary.
Timo Sirainen [Fri, 19 Feb 2010 10:04:31 +0000 (12:04 +0200)] 
*-login: If we disconnect from auth server, make sure we reconnect back when necessary.

--HG--
branch : HEAD

15 years agozlib: Added support for dbox and mdbox.
Timo Sirainen [Fri, 19 Feb 2010 05:16:03 +0000 (07:16 +0200)] 
zlib: Added support for dbox and mdbox.

--HG--
branch : HEAD

15 years agolib-storage: Added support for plugins to specify message's physical size when saving.
Timo Sirainen [Fri, 19 Feb 2010 05:15:46 +0000 (07:15 +0200)] 
lib-storage: Added support for plugins to specify message's physical size when saving.
Changed dbox to save this value to metadata, and use when present.

--HG--
branch : HEAD

15 years agofilter istreams: Let default seek implementation optimize away unnecessary seeks.
Timo Sirainen [Fri, 19 Feb 2010 05:14:41 +0000 (07:14 +0200)] 
filter istreams: Let default seek implementation optimize away unnecessary seeks.

--HG--
branch : HEAD

15 years agodbox: Allow plugins to change output stream while saving messages.
Timo Sirainen [Fri, 19 Feb 2010 04:13:23 +0000 (06:13 +0200)] 
dbox: Allow plugins to change output stream while saving messages.

--HG--
branch : HEAD

15 years agolib-auth: Make sure reconnection timeout if removed after getting connected.
Timo Sirainen [Fri, 19 Feb 2010 03:30:56 +0000 (05:30 +0200)] 
lib-auth: Make sure reconnection timeout if removed after getting connected.

--HG--
branch : HEAD

15 years agolog: Removed unnecessary common.h.
Timo Sirainen [Fri, 19 Feb 2010 03:17:57 +0000 (05:17 +0200)] 
log: Removed unnecessary common.h.

--HG--
branch : HEAD

15 years ago*-login: Disconnect from auth server after idling for a minute.
Timo Sirainen [Fri, 19 Feb 2010 03:10:48 +0000 (05:10 +0200)] 
*-login: Disconnect from auth server after idling for a minute.

--HG--
branch : HEAD

15 years agolib-auth: Added auth_client_disconnect().
Timo Sirainen [Fri, 19 Feb 2010 03:10:06 +0000 (05:10 +0200)] 
lib-auth: Added auth_client_disconnect().

--HG--
branch : HEAD

15 years agoauth: Don't leak memory if auth client sends a buggy request.
Timo Sirainen [Fri, 19 Feb 2010 02:28:07 +0000 (04:28 +0200)] 
auth: Don't leak memory if auth client sends a buggy request.

--HG--
branch : HEAD

15 years agoauth: Don't loop through active requests every 5 seconds, looking for timeouts.
Timo Sirainen [Fri, 19 Feb 2010 02:20:25 +0000 (04:20 +0200)] 
auth: Don't loop through active requests every 5 seconds, looking for timeouts.

--HG--
branch : HEAD

15 years agodovecot.m4: Don't use any AS_*() macros.
Timo Sirainen [Thu, 18 Feb 2010 16:56:52 +0000 (18:56 +0200)] 
dovecot.m4: Don't use any AS_*() macros.
Also removed version checking because it was done with AS_* macro.
RHEL5 doesn't have new enough autoconf..

--HG--
branch : HEAD

15 years agodovecot.m4: Default dovecotdir to $prefix/lib/dovecot/
Timo Sirainen [Thu, 18 Feb 2010 07:48:56 +0000 (09:48 +0200)] 
dovecot.m4: Default dovecotdir to $prefix/lib/dovecot/

--HG--
branch : HEAD

15 years agoconfigure: Set ACLOCAL_AMFLAGS so make finds dovecot.m4.
Timo Sirainen [Thu, 18 Feb 2010 07:48:35 +0000 (09:48 +0200)] 
configure: Set ACLOCAL_AMFLAGS so make finds dovecot.m4.

--HG--
branch : HEAD

15 years agoAdded dovecot.m4 file that external plugins can use.
Timo Sirainen [Thu, 18 Feb 2010 07:14:43 +0000 (09:14 +0200)] 
Added dovecot.m4 file that external plugins can use.
Based on patch by Dennis Schridde.

--HG--
branch : HEAD

15 years agodict: Added dict_iterate_init_multiple().
Timo Sirainen [Thu, 18 Feb 2010 06:43:35 +0000 (08:43 +0200)] 
dict: Added dict_iterate_init_multiple().

--HG--
branch : HEAD

15 years agoAdded mail_guid_128_to_string(). Used it in several places.
Timo Sirainen [Thu, 18 Feb 2010 06:20:22 +0000 (08:20 +0200)] 
Added mail_guid_128_to_string(). Used it in several places.

--HG--
branch : HEAD

15 years agoauth: Added SHA512 and SSHA512 password schemes.
Timo Sirainen [Thu, 18 Feb 2010 05:51:44 +0000 (07:51 +0200)] 
auth: Added SHA512 and SSHA512 password schemes.
Based on patch by Mark Washenberger.

--HG--
branch : HEAD

15 years agoAdded sha512_*() functions.
Timo Sirainen [Thu, 18 Feb 2010 05:51:14 +0000 (07:51 +0200)] 
Added sha512_*() functions.

--HG--
branch : HEAD

15 years agolib-storage: Fixed error handling in mailbox_copy().
Timo Sirainen [Thu, 18 Feb 2010 05:32:13 +0000 (07:32 +0200)] 
lib-storage: Fixed error handling in mailbox_copy().

--HG--
branch : HEAD

15 years agomailbox_list_get_mailbox_name_status(): Fixed INBOX handling with FS layout.
Timo Sirainen [Thu, 18 Feb 2010 05:31:55 +0000 (07:31 +0200)] 
mailbox_list_get_mailbox_name_status(): Fixed INBOX handling with FS layout.

--HG--
branch : HEAD

15 years agombox: Fail at startup if service doesn't have client_limit=1.
Timo Sirainen [Thu, 18 Feb 2010 05:13:29 +0000 (07:13 +0200)] 
mbox: Fail at startup if service doesn't have client_limit=1.

--HG--
branch : HEAD

15 years agombox: Fixed getting header MD5 (GUID) if it wasn't already in index.
Timo Sirainen [Thu, 18 Feb 2010 05:06:42 +0000 (07:06 +0200)] 
mbox: Fixed getting header MD5 (GUID) if it wasn't already in index.

--HG--
branch : HEAD

15 years agoimap: FETCH X-GUID and X-MAILBOX didn't add a space after their value.
Timo Sirainen [Thu, 18 Feb 2010 05:04:23 +0000 (07:04 +0200)] 
imap: FETCH X-GUID and X-MAILBOX didn't add a space after their value.

--HG--
branch : HEAD

15 years agomail_full_filesystem_access=yes: Replace absolute path with mailbox name whenever...
Timo Sirainen [Thu, 18 Feb 2010 04:44:54 +0000 (06:44 +0200)] 
mail_full_filesystem_access=yes: Replace absolute path with mailbox name whenever possible.
For example "foo", "~/mail/foo" and "~user/mail/foo" can all point to the
same "foo" mailbox. When accessing it via "foo", it may have different index
settings and such, so convert the other forms to it whenever possible.

--HG--
branch : HEAD

15 years agomaildir: Always try to preserve message GUIDs when copying.
Timo Sirainen [Thu, 18 Feb 2010 04:20:38 +0000 (06:20 +0200)] 
maildir: Always try to preserve message GUIDs when copying.
Because of this, maildir_copy_preserve_filename setting is now removed.

--HG--
branch : HEAD

15 years agomaildir_copy_with_hardlinks=yes no longer has a race condition.
Timo Sirainen [Thu, 18 Feb 2010 04:15:47 +0000 (06:15 +0200)] 
maildir_copy_with_hardlinks=yes no longer has a race condition.

--HG--
branch : HEAD

15 years agomaildir save: Detect when trying to use duplicate GUIDs (filenames) and rename them.
Timo Sirainen [Thu, 18 Feb 2010 03:53:59 +0000 (05:53 +0200)] 
maildir save: Detect when trying to use duplicate GUIDs (filenames) and rename them.

--HG--
branch : HEAD

15 years agomaildir: Make sure we message's UID isn't tried to be changed unexpectedly.
Timo Sirainen [Thu, 18 Feb 2010 03:53:08 +0000 (05:53 +0200)] 
maildir: Make sure we message's UID isn't tried to be changed unexpectedly.

--HG--
branch : HEAD

15 years agomaildir: Message GUID wasn't correctly set to expunge-GUID transaction records.
Timo Sirainen [Thu, 18 Feb 2010 03:26:51 +0000 (05:26 +0200)] 
maildir: Message GUID wasn't correctly set to expunge-GUID transaction records.

--HG--
branch : HEAD

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