]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
14 years agocydir: Minor fix.
Timo Sirainen [Thu, 13 Jan 2011 11:08:02 +0000 (13:08 +0200)] 
cydir: Minor fix.

14 years agoconfigure: Added a note that this is the UNSTABLE branch.
Timo Sirainen [Sat, 1 Jan 2011 14:00:01 +0000 (16:00 +0200)] 
configure: Added a note that this is the UNSTABLE branch.

14 years agoMerged fixes from v2.0 tree.
Timo Sirainen [Sat, 1 Jan 2011 13:59:02 +0000 (15:59 +0200)] 
Merged fixes from v2.0 tree.

14 years agoTODO updated.
Timo Sirainen [Sat, 1 Jan 2011 13:56:37 +0000 (15:56 +0200)] 
TODO updated.

14 years agolib-storage: Moved some items from mailbox_get_status() to a new mailbox_get_metadata().
Timo Sirainen [Sat, 1 Jan 2011 13:52:39 +0000 (15:52 +0200)] 
lib-storage: Moved some items from mailbox_get_status() to a new mailbox_get_metadata().
The idea is now that all status items are tracked all the time after mailbox
is opened and they can always be looked up without failure. The metadata
items are looked up lazily and the lookups may fail at any time.

mailbox_get_status() can be used after mailbox_alloc() to indicate that the
mailbox doesn't necessarily have to be opened, just that the status fields
get returned.

If mailbox is already known to be open, mailbox_get_open_status() can be
used. It never fails.

14 years agolib-storage: Added warning comments about mail_get_*header*utf8().
Timo Sirainen [Sat, 1 Jan 2011 12:34:14 +0000 (14:34 +0200)] 
lib-storage: Added warning comments about mail_get_*header*utf8().

14 years agolib-storage: Don't double-demimefy headers when DISPLAYFROM/DISPLAYTO sorting.
Timo Sirainen [Sat, 1 Jan 2011 11:27:16 +0000 (13:27 +0200)] 
lib-storage: Don't double-demimefy headers when DISPLAYFROM/DISPLAYTO sorting.

14 years agolib-storage: Fixed deleting symlinked mailbox.
Timo Sirainen [Thu, 30 Dec 2010 11:45:11 +0000 (13:45 +0200)] 
lib-storage: Fixed deleting symlinked mailbox.

14 years agounlink_directory(): Return ELOOP for unexpected symlinks also when O_NOFOLLOW isn...
Timo Sirainen [Thu, 30 Dec 2010 11:41:10 +0000 (13:41 +0200)] 
unlink_directory(): Return ELOOP for unexpected symlinks also when O_NOFOLLOW isn't supported.

14 years agodoveadm quota: Don't crash if quota isn't enabled.
Timo Sirainen [Thu, 30 Dec 2010 10:45:52 +0000 (12:45 +0200)] 
doveadm quota: Don't crash if quota isn't enabled.

14 years agodoveadm: Fixed mailbox-guid search key to work with shared/public mailboxes.
Timo Sirainen [Thu, 30 Dec 2010 10:40:50 +0000 (12:40 +0200)] 
doveadm: Fixed mailbox-guid search key to work with shared/public mailboxes.

14 years agovpopmail: "Service disabled" check wasn't being done correctly.
Timo Sirainen [Thu, 30 Dec 2010 10:04:30 +0000 (12:04 +0200)] 
vpopmail: "Service disabled" check wasn't being done correctly.

14 years agodoveadm user: If user isn't found, exit with status 2.
Timo Sirainen [Thu, 30 Dec 2010 09:51:59 +0000 (11:51 +0200)] 
doveadm user: If user isn't found, exit with status 2.

14 years agolib-storage: mailbox_get_status() can now fail.
Timo Sirainen [Wed, 29 Dec 2010 09:43:01 +0000 (11:43 +0200)] 
lib-storage: mailbox_get_status() can now fail.
It might have failed earlier also, but the errors were hidden from caller.

14 years agolib-storage: Crashfix for opening sdbox/mdbox mailbox.
Timo Sirainen [Wed, 29 Dec 2010 09:39:32 +0000 (11:39 +0200)] 
lib-storage: Crashfix for opening sdbox/mdbox mailbox.

14 years agolda: Removed optimization of not creating temp files for large mails when not using...
Timo Sirainen [Fri, 17 Dec 2010 13:23:07 +0000 (13:23 +0000)] 
lda: Removed optimization of not creating temp files for large mails when not using Sieve.
The backwards seeking was still needed if bouncing the mail because of
out of quota.

14 years agosnarf: Make sure destination mailbox is open when syncing it.
Timo Sirainen [Fri, 17 Dec 2010 13:16:01 +0000 (13:16 +0000)] 
snarf: Make sure destination mailbox is open when syncing it.

14 years agomaster-child API change: Use a separate fd for tracking when master dies.
Timo Sirainen [Wed, 15 Dec 2010 17:07:01 +0000 (17:07 +0000)] 
master-child API change: Use a separate fd for tracking when master dies.
This works around a Linux performance problem where when one process writes
to status fd all the other processes of the same service type wake up.

14 years agonet_listen(): If IPv6 isn't supported, don't fallback to IPv4 if my_ip is given.
Timo Sirainen [Mon, 13 Dec 2010 13:40:27 +0000 (13:40 +0000)] 
net_listen(): If IPv6 isn't supported, don't fallback to IPv4 if my_ip is given.

14 years agoquota: Quota warnings could have been executed at incorrect times with some configs.
Timo Sirainen [Mon, 13 Dec 2010 13:27:18 +0000 (13:27 +0000)] 
quota: Quota warnings could have been executed at incorrect times with some configs.
If target mailbox had quota ignored, the warning was sent if the mail would
have otherwise exceeded the warning threshold. Same when using multiple
quota roots where all of the roots weren't used for the target mailbox.

14 years agoimap: Fixed a memory leak in ESEARCH
Timo Sirainen [Thu, 9 Dec 2010 20:49:53 +0000 (20:49 +0000)] 
imap: Fixed a memory leak in ESEARCH

14 years agolib-storage: Added assert check to make sure we never do timeout_add(0)
Timo Sirainen [Thu, 9 Dec 2010 11:16:24 +0000 (11:16 +0000)] 
lib-storage: Added assert check to make sure we never do timeout_add(0)

14 years agoacl: Crashfix at deinit in some configurations.
Timo Sirainen [Wed, 8 Dec 2010 23:17:11 +0000 (23:17 +0000)] 
acl: Crashfix at deinit in some configurations.

14 years agoauth: Master user login + prefetch userdb changed username to master user.
Timo Sirainen [Tue, 7 Dec 2010 02:00:45 +0000 (02:00 +0000)] 
auth: Master user login + prefetch userdb changed username to master user.

14 years agoauth: Checkpassword's output fields are now logged with auth_debug=yes
Timo Sirainen [Tue, 7 Dec 2010 01:50:43 +0000 (01:50 +0000)] 
auth: Checkpassword's output fields are now logged with auth_debug=yes

14 years agoauth: When logging in as anonymous user, return "anonymous" userdb extra field.
Timo Sirainen [Mon, 6 Dec 2010 04:36:30 +0000 (04:36 +0000)] 
auth: When logging in as anonymous user, return "anonymous" userdb extra field.

14 years agoauth: When logging in as anonymous user, return "anonymous" userdb extra field.
Timo Sirainen [Mon, 6 Dec 2010 04:36:30 +0000 (04:36 +0000)] 
auth: When logging in as anonymous user, return "anonymous" userdb extra field.

14 years agoTODO updated.
Timo Sirainen [Mon, 6 Dec 2010 04:00:26 +0000 (04:00 +0000)] 
TODO updated.

14 years agolib-storage: Moved mailbox.save_is_attachment() to mail_save_context.part_is_attachment()
Timo Sirainen [Mon, 6 Dec 2010 03:58:17 +0000 (03:58 +0000)] 
lib-storage: Moved mailbox.save_is_attachment() to mail_save_context.part_is_attachment()

14 years agolib-storage: Unvirtualized mailbox_header_lookup_*()
Timo Sirainen [Mon, 6 Dec 2010 03:53:30 +0000 (03:53 +0000)] 
lib-storage: Unvirtualized mailbox_header_lookup_*()

14 years agolib-storage: Unvirtualized some methods from struct mailbox.
Timo Sirainen [Mon, 6 Dec 2010 03:43:23 +0000 (03:43 +0000)] 
lib-storage: Unvirtualized some methods from struct mailbox.
There was never any point in overriding or hooking into them.

14 years agolib-storage: Added missing mailbox-keywords.c for recent commit.
Timo Sirainen [Mon, 6 Dec 2010 03:41:31 +0000 (03:41 +0000)] 
lib-storage: Added missing mailbox-keywords.c for recent commit.

14 years agofts: Added missing new files for last commit.
Timo Sirainen [Mon, 6 Dec 2010 03:40:41 +0000 (03:40 +0000)] 
fts: Added missing new files for last commit.

14 years agoMoved fts/virtual plugin communication functions away from lib-storage.
Timo Sirainen [Mon, 6 Dec 2010 03:28:29 +0000 (03:28 +0000)] 
Moved fts/virtual plugin communication functions away from lib-storage.

14 years agolib-lda: duplicate_check() should return bool, not int.
Timo Sirainen [Mon, 6 Dec 2010 03:11:08 +0000 (03:11 +0000)] 
lib-lda: duplicate_check() should return bool, not int.

14 years agolib-storage: Added mailbox_list_get_root_[dir_]permissions()
Timo Sirainen [Mon, 6 Dec 2010 03:08:31 +0000 (03:08 +0000)] 
lib-storage: Added mailbox_list_get_root_[dir_]permissions()
They should be used instead of mailbox_list_get_[dir_]permissions() with
name=NULL parameter.

14 years agolib-storage: Simplified mailbox_keyword*() APIs.
Timo Sirainen [Mon, 6 Dec 2010 02:16:22 +0000 (02:16 +0000)] 
lib-storage: Simplified mailbox_keyword*() APIs.
They are no longer struct mailbox methods, because they're always implemented
as being wrappers to lib-index APIs anyway.

Also mailbox_keywords_ref/unref() no longer take mailbox parameter.

14 years agolib-storage: Removed mailbox.backend_readonly. Backends set it internally lazily...
Timo Sirainen [Mon, 6 Dec 2010 01:47:50 +0000 (01:47 +0000)] 
lib-storage: Removed mailbox.backend_readonly. Backends set it internally lazily now.

14 years agomaildir: Avoid harder to unnecessarily read uidlist when syncing mailbox.
Timo Sirainen [Mon, 6 Dec 2010 01:27:11 +0000 (01:27 +0000)] 
maildir: Avoid harder to unnecessarily read uidlist when syncing mailbox.

14 years agomaildir: Avoid harder to unnecessarily read uidlist when syncing mailbox.
Timo Sirainen [Mon, 6 Dec 2010 01:27:03 +0000 (01:27 +0000)] 
maildir: Avoid harder to unnecessarily read uidlist when syncing mailbox.

14 years agomaildir: Avoid unnecessarily reading uidlist when opening mailbox.
Timo Sirainen [Mon, 6 Dec 2010 01:20:14 +0000 (01:20 +0000)] 
maildir: Avoid unnecessarily reading uidlist when opening mailbox.

14 years agomaildir: Avoid unnecessarily reading uidlist when opening mailbox.
Timo Sirainen [Mon, 6 Dec 2010 01:19:25 +0000 (01:19 +0000)] 
maildir: Avoid unnecessarily reading uidlist when opening mailbox.

14 years agolib-storage: Moved box->private_flags_mask to mailbox_get_private_flags_mask()
Timo Sirainen [Mon, 6 Dec 2010 01:11:07 +0000 (01:11 +0000)] 
lib-storage: Moved box->private_flags_mask to mailbox_get_private_flags_mask()
This allows getting it lazily only when it's actually needed.

14 years agolib-storage: Removed subscription name validity check from lib-storage after all.
Timo Sirainen [Mon, 6 Dec 2010 00:52:42 +0000 (00:52 +0000)] 
lib-storage: Removed subscription name validity check from lib-storage after all.
It could have broken when subscriptions were being set for subscriptions=no
namespace.

14 years agolib-storage: Mailbox directory creation didn't properly enforce that the name was...
Timo Sirainen [Mon, 6 Dec 2010 00:43:28 +0000 (00:43 +0000)] 
lib-storage: Mailbox directory creation didn't properly enforce that the name was valid.
The name was checked against "valid existing name" rather than "valid create
name", which mainly meant that the name could have contained control characters
and other things that weren't really intended. This couldn't be used to
cause any security holes though.

14 years agoacl: Make the mailbox visible only when it has l/r/i right.
Timo Sirainen [Mon, 6 Dec 2010 00:42:42 +0000 (00:42 +0000)] 
acl: Make the mailbox visible only when it has l/r/i right.
This change only affects the ability to SUBSCRIBE to a mailbox. Previously
it was allowed when user had any rights at all to mailbox.

14 years agolib-storage: Removed unused mailbox_list_get_mailbox_name_status() status codes.
Timo Sirainen [Mon, 6 Dec 2010 00:37:20 +0000 (00:37 +0000)] 
lib-storage: Removed unused mailbox_list_get_mailbox_name_status() status codes.

14 years agoimap-acl, imap-quota: Compile fix for last change.
Timo Sirainen [Mon, 6 Dec 2010 00:37:09 +0000 (00:37 +0000)] 
imap-acl, imap-quota: Compile fix for last change.

14 years agoimap: Avoid using mailbox_list_get_mailbox_name_status()
Timo Sirainen [Mon, 6 Dec 2010 00:30:36 +0000 (00:30 +0000)] 
imap: Avoid using mailbox_list_get_mailbox_name_status()
The validity checks should already be done by the actual commands in most
cases (if they didn't, there would be race condition bugs). The only
exception is SUBSCRIBE. It doesn't require that the mailbox exists, but
we want to enforce that anyway via IMAP.

14 years agolib-storage: Don't allow subscribing to invalid mailbox names.
Timo Sirainen [Mon, 6 Dec 2010 00:14:25 +0000 (00:14 +0000)] 
lib-storage: Don't allow subscribing to invalid mailbox names.

14 years agolib-storage: Mailbox directory creation didn't properly enforce that the name was...
Timo Sirainen [Mon, 6 Dec 2010 00:13:28 +0000 (00:13 +0000)] 
lib-storage: Mailbox directory creation didn't properly enforce that the name was valid.
The name was checked against "valid existing name" rather than "valid create
name", which mainly meant that the name could have contained control characters
and other things that weren't really intended. This couldn't be used to
cause any security holes though.

14 years agoRemoved unused BITS_IN_UINT and CLAMP macros.
Timo Sirainen [Sun, 5 Dec 2010 23:53:47 +0000 (23:53 +0000)] 
Removed unused BITS_IN_UINT and CLAMP macros.

14 years agoUnexpand BITS_IN_SIZE_T in the only place it's used and remove the macro.
Timo Sirainen [Sun, 5 Dec 2010 23:53:25 +0000 (23:53 +0000)] 
Unexpand BITS_IN_SIZE_T in the only place it's used and remove the macro.

14 years agoMoved a global NVL() macro to the few places in lib-imap where it was actually used.
Timo Sirainen [Sun, 5 Dec 2010 23:52:37 +0000 (23:52 +0000)] 
Moved a global NVL() macro to the few places in lib-imap where it was actually used.

14 years agolib-storage: Fixed error handling when trying to delete mailbox under noinferiors...
Timo Sirainen [Sun, 5 Dec 2010 23:48:34 +0000 (23:48 +0000)] 
lib-storage: Fixed error handling when trying to delete mailbox under noinferiors mailbox.

14 years agolib-storage: Don't allocate index until mailbox_open()
Timo Sirainen [Sun, 5 Dec 2010 23:44:38 +0000 (23:44 +0000)] 
lib-storage: Don't allocate index until mailbox_open()

14 years agolib-storage: Lazily look up mailbox path and permissions. Added functions to get...
Timo Sirainen [Sun, 5 Dec 2010 23:18:55 +0000 (23:18 +0000)] 
lib-storage: Lazily look up mailbox path and permissions. Added functions to get them.

14 years agolib-storage: mailbox_create_fd() handles "no inferior mailboxes allowed" error now.
Timo Sirainen [Sun, 5 Dec 2010 22:11:01 +0000 (22:11 +0000)] 
lib-storage: mailbox_create_fd() handles "no inferior mailboxes allowed" error now.

14 years agolib-storage: Removed struct index_transaction_context.
Timo Sirainen [Sun, 5 Dec 2010 21:39:09 +0000 (21:39 +0000)] 
lib-storage: Removed struct index_transaction_context.
All of its contents are now in struct mailbox_transaction_context.

14 years agoCompiler warning fix.
Timo Sirainen [Sun, 5 Dec 2010 21:11:03 +0000 (21:11 +0000)] 
Compiler warning fix.

14 years agolib-master: Error message typofix.
Timo Sirainen [Fri, 3 Dec 2010 23:16:26 +0000 (23:16 +0000)] 
lib-master: Error message typofix.

14 years agoAdded signature for changeset 51e41fcc7856
Timo Sirainen [Fri, 3 Dec 2010 19:38:02 +0000 (19:38 +0000)] 
Added signature for changeset 51e41fcc7856

14 years agoAdded tag 2.0.8 for changeset 51e41fcc7856
Timo Sirainen [Fri, 3 Dec 2010 19:37:58 +0000 (19:37 +0000)] 
Added tag 2.0.8 for changeset 51e41fcc7856

14 years agoReleased v2.0.8. 2.0.8
Timo Sirainen [Fri, 3 Dec 2010 19:37:56 +0000 (19:37 +0000)] 
Released v2.0.8.

14 years agoexample-config: Added comments to default_vsz_limit.
Timo Sirainen [Fri, 3 Dec 2010 19:25:04 +0000 (19:25 +0000)] 
example-config: Added comments to default_vsz_limit.

14 years agolib-index: Make static analyzer happier.
Timo Sirainen [Fri, 3 Dec 2010 10:47:46 +0000 (10:47 +0000)] 
lib-index: Make static analyzer happier.

14 years agoDead code removal.
Timo Sirainen [Fri, 3 Dec 2010 10:47:07 +0000 (10:47 +0000)] 
Dead code removal.

14 years agolib-storage: mail_storage_copy_can_use_hardlink() was always returning TRUE.
Timo Sirainen [Fri, 3 Dec 2010 10:43:03 +0000 (10:43 +0000)] 
lib-storage: mail_storage_copy_can_use_hardlink() was always returning TRUE.

14 years agodbox: Fixed reading attachments for compressed mails.
Timo Sirainen [Fri, 3 Dec 2010 10:15:48 +0000 (10:15 +0000)] 
dbox: Fixed reading attachments for compressed mails.

14 years agodbox: Added dbox_file_get_plaintext_size() for easily getting it.
Timo Sirainen [Fri, 3 Dec 2010 10:15:20 +0000 (10:15 +0000)] 
dbox: Added dbox_file_get_plaintext_size() for easily getting it.

14 years agoLog login pid/id for internal failures to allow matching errors between processes.
Timo Sirainen [Fri, 3 Dec 2010 10:05:38 +0000 (10:05 +0000)] 
Log login pid/id for internal failures to allow matching errors between processes.

14 years agolib-storage: Fixed storing newlines at the end of base64 attachments.
Timo Sirainen [Fri, 3 Dec 2010 09:10:12 +0000 (09:10 +0000)] 
lib-storage: Fixed storing newlines at the end of base64 attachments.

14 years agoistream-base64-encoder: Fixed reading when parent stream returned little data.
Timo Sirainen [Fri, 3 Dec 2010 09:09:10 +0000 (09:09 +0000)] 
istream-base64-encoder: Fixed reading when parent stream returned little data.

14 years agoCompiler warning fixes.
Timo Sirainen [Fri, 3 Dec 2010 07:39:13 +0000 (07:39 +0000)] 
Compiler warning fixes.

14 years agoioloop: Don't leak memory when detecting a leaked timeout.
Timo Sirainen [Fri, 3 Dec 2010 07:12:20 +0000 (07:12 +0000)] 
ioloop: Don't leak memory when detecting a leaked timeout.

14 years agoioloop log: Added asserts
Timo Sirainen [Fri, 3 Dec 2010 07:06:34 +0000 (07:06 +0000)] 
ioloop log: Added asserts

14 years agomail storage service: Use ioloop log prefix automation.
Timo Sirainen [Fri, 3 Dec 2010 07:00:17 +0000 (07:00 +0000)] 
mail storage service: Use ioloop log prefix automation.
This properly fixes imap/pop3 when using with client_limit>1.

14 years agoioloop: Added support for per-io/timeout callback log prefix automation.
Timo Sirainen [Fri, 3 Dec 2010 06:58:38 +0000 (06:58 +0000)] 
ioloop: Added support for per-io/timeout callback log prefix automation.

14 years agoimap, pop3: Removed previous log prefix hack.
Timo Sirainen [Fri, 3 Dec 2010 06:57:58 +0000 (06:57 +0000)] 
imap, pop3: Removed previous log prefix hack.

14 years agoimap, pop3: Small optimization to last logging change.
Timo Sirainen [Fri, 3 Dec 2010 05:46:57 +0000 (05:46 +0000)] 
imap, pop3: Small optimization to last logging change.
Also added FIXMEs. This is an ugly way to change log prefixes.

14 years agoimap, pop3: Try to use the correct log prefix when service_count!=1.
Timo Sirainen [Fri, 3 Dec 2010 05:43:16 +0000 (05:43 +0000)] 
imap, pop3: Try to use the correct log prefix when service_count!=1.

14 years agolib-index: Added "transaction boundary" record for future compatibility.
Timo Sirainen [Fri, 3 Dec 2010 04:25:06 +0000 (04:25 +0000)] 
lib-index: Added "transaction boundary" record for future compatibility.

14 years agolib_init(): Call srand() with a bit better seed.
Timo Sirainen [Thu, 2 Dec 2010 22:59:42 +0000 (22:59 +0000)] 
lib_init(): Call srand() with a bit better seed.

14 years agoauth: Fail if auth client tries to use a duplicate ID.
Timo Sirainen [Thu, 2 Dec 2010 21:42:30 +0000 (21:42 +0000)] 
auth: Fail if auth client tries to use a duplicate ID.

14 years agolib-master: Try to use auth request ID numbers from wider range to ease debugging.
Timo Sirainen [Thu, 2 Dec 2010 21:42:18 +0000 (21:42 +0000)] 
lib-master: Try to use auth request ID numbers from wider range to ease debugging.

14 years agoauth: passdb credentials lookup fix when using multiple passdbs.
Timo Sirainen [Thu, 2 Dec 2010 19:10:23 +0000 (19:10 +0000)] 
auth: passdb credentials lookup fix when using multiple passdbs.
If at least one passdb returns "user unknown" and the last passdb returns
"credential lookup not supported", the proper return value is still
"user unknown".

14 years agolib-master: Added extra debug info for a "user not found" error message.
Timo Sirainen [Thu, 2 Dec 2010 17:38:08 +0000 (17:38 +0000)] 
lib-master: Added extra debug info for a "user not found" error message.

14 years agolib-index: Added a missing sanity check for expunge-guid record's uid.
Timo Sirainen [Thu, 2 Dec 2010 04:37:38 +0000 (04:37 +0000)] 
lib-index: Added a missing sanity check for expunge-guid record's uid.
This fixes a non-self healing assert-crash.

14 years agolmtp: Added lmtp_save_to_detail_mailbox setting.
Timo Sirainen [Tue, 30 Nov 2010 22:38:05 +0000 (22:38 +0000)] 
lmtp: Added lmtp_save_to_detail_mailbox setting.

14 years agomaster: Fixed crash due to recent SSL key password askpass change.
Timo Sirainen [Tue, 30 Nov 2010 15:01:06 +0000 (15:01 +0000)] 
master: Fixed crash due to recent SSL key password askpass change.

14 years agoaskpass: Removed unnecessary code.
Timo Sirainen [Tue, 30 Nov 2010 00:20:09 +0000 (00:20 +0000)] 
askpass: Removed unnecessary code.

14 years agoaskpass: Allow reading password from stdin even if it's not a tty.
Timo Sirainen [Tue, 30 Nov 2010 00:17:20 +0000 (00:17 +0000)] 
askpass: Allow reading password from stdin even if it's not a tty.

14 years agomaster: Use t_askpass() for getting the manual SSL key password.
Timo Sirainen [Tue, 30 Nov 2010 00:13:45 +0000 (00:13 +0000)] 
master: Use t_askpass() for getting the manual SSL key password.

14 years agot_askpass(): Removed a limit of 1024 bytes for the password.
Timo Sirainen [Tue, 30 Nov 2010 00:12:54 +0000 (00:12 +0000)] 
t_askpass(): Removed a limit of 1024 bytes for the password.

14 years agolmtp: Recent change broke accessing mail_temp_dir.
Timo Sirainen [Mon, 29 Nov 2010 23:58:19 +0000 (23:58 +0000)] 
lmtp: Recent change broke accessing mail_temp_dir.
Also when it happened, an error message wasn't always logged.

14 years agofs-sis: Memory leak fix.
Timo Sirainen [Mon, 29 Nov 2010 19:13:37 +0000 (19:13 +0000)] 
fs-sis: Memory leak fix.

14 years agodoveadm import: Free memory used by source storage at deinit.
Timo Sirainen [Mon, 29 Nov 2010 19:08:37 +0000 (19:08 +0000)] 
doveadm import: Free memory used by source storage at deinit.

14 years agoman: doveadm-import.1: Added missing argument descriptions.
Pascal Volk [Fri, 26 Nov 2010 23:06:24 +0000 (23:06 +0000)] 
man: doveadm-import.1: Added missing argument descriptions.

14 years agoTODO updated
Timo Sirainen [Fri, 26 Nov 2010 18:59:29 +0000 (18:59 +0000)] 
TODO updated

14 years agoauth sql/ldap: Allow using global %variables in iterate_query/filter.
Timo Sirainen [Fri, 26 Nov 2010 18:19:16 +0000 (18:19 +0000)] 
auth sql/ldap: Allow using global %variables in iterate_query/filter.
No per-query %variables are defined, but e.g. %{hostname} or %{env:*} can
be used.