]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
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

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