]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
16 years agoAdded debug_log_path setting and i_debug() call.
Timo Sirainen [Wed, 30 Sep 2009 21:50:56 +0000 (17:50 -0400)] 
Added debug_log_path setting and i_debug() call.
Patch by Pascal Volk.

--HG--
branch : HEAD

16 years agomaster: Build help and --log-error message to stderr, not stdout.
Timo Sirainen [Wed, 30 Sep 2009 21:25:29 +0000 (17:25 -0400)] 
master: Build help and --log-error message to stderr, not stdout.

--HG--
branch : HEAD

16 years agoprocess_title_set(): Don't include executable name in setproctitle(), it's done inter...
Timo Sirainen [Wed, 30 Sep 2009 21:07:12 +0000 (17:07 -0400)] 
process_title_set(): Don't include executable name in setproctitle(), it's done internally.

--HG--
branch : HEAD

16 years agoimap: Reduce command pool's initial size.
Timo Sirainen [Wed, 30 Sep 2009 20:00:51 +0000 (16:00 -0400)] 
imap: Reduce command pool's initial size.

--HG--
branch : HEAD

16 years agomaster: Fix to previous change, don't crash at service deinit.
Timo Sirainen [Wed, 30 Sep 2009 17:09:18 +0000 (13:09 -0400)] 
master: Fix to previous change, don't crash at service deinit.

--HG--
branch : HEAD

16 years agomaster: If anvil isn't used, read and discard all anvil input coming from mail processes.
Timo Sirainen [Wed, 30 Sep 2009 17:03:07 +0000 (13:03 -0400)] 
master: If anvil isn't used, read and discard all anvil input coming from mail processes.

--HG--
branch : HEAD

16 years agomaster: Use a hard coded backlog=128 when listen()ing.
Timo Sirainen [Wed, 30 Sep 2009 16:44:43 +0000 (12:44 -0400)] 
master: Use a hard coded backlog=128 when listen()ing.

--HG--
branch : HEAD

16 years agoimap proxy: Don't log "unexpected input" errors about tagged CAPABILITY replies.
Timo Sirainen [Wed, 30 Sep 2009 16:27:28 +0000 (12:27 -0400)] 
imap proxy: Don't log "unexpected input" errors about tagged CAPABILITY replies.

--HG--
branch : HEAD

16 years ago*-login: fd limit wasn't set correctly.
Timo Sirainen [Wed, 30 Sep 2009 16:18:16 +0000 (12:18 -0400)] 
*-login: fd limit wasn't set correctly.

--HG--
branch : HEAD

16 years agoAvoid assert-crashing when two processes try to create index at the same time.
Timo Sirainen [Wed, 30 Sep 2009 15:08:18 +0000 (11:08 -0400)] 
Avoid assert-crashing when two processes try to create index at the same time.

--HG--
branch : HEAD

16 years agoAllow config file line lengths to be unlimited.
Timo Sirainen [Wed, 30 Sep 2009 14:45:02 +0000 (10:45 -0400)] 
Allow config file line lengths to be unlimited.

--HG--
branch : HEAD

16 years agodeliver: Changed all EX_CONFIGs to EX_TEMPFAILs to avoid bounces.
Timo Sirainen [Wed, 30 Sep 2009 14:10:51 +0000 (10:10 -0400)] 
deliver: Changed all EX_CONFIGs to EX_TEMPFAILs to avoid bounces.

--HG--
branch : HEAD

16 years agofd_debug_verify_leaks() didn't check the last_fd.
Timo Sirainen [Wed, 30 Sep 2009 12:52:12 +0000 (08:52 -0400)] 
fd_debug_verify_leaks() didn't check the last_fd.

--HG--
branch : HEAD

16 years agoAdded ATTR_HOT and ATTR_COLD macros. Use them in a couple of places.
Timo Sirainen [Tue, 29 Sep 2009 17:21:16 +0000 (13:21 -0400)] 
Added ATTR_HOT and ATTR_COLD macros. Use them in a couple of places.

--HG--
branch : HEAD

16 years agossl: If given ssl key is for a different cert, give a nicer error message.
Timo Sirainen [Tue, 29 Sep 2009 14:15:18 +0000 (10:15 -0400)] 
ssl: If given ssl key is for a different cert, give a nicer error message.

--HG--
branch : HEAD

16 years agoAssert-crashfix when updating saved search results.
Timo Sirainen [Mon, 28 Sep 2009 22:25:56 +0000 (18:25 -0400)] 
Assert-crashfix when updating saved search results.

--HG--
branch : HEAD

16 years agomail_search_args_init(): Added an assert.
Timo Sirainen [Mon, 28 Sep 2009 22:25:22 +0000 (18:25 -0400)] 
mail_search_args_init(): Added an assert.

--HG--
branch : HEAD

16 years agoconfigure: Use mysql_config to find where mysql exists.
Timo Sirainen [Mon, 28 Sep 2009 20:26:44 +0000 (16:26 -0400)] 
configure: Use mysql_config to find where mysql exists.

--HG--
branch : HEAD

16 years agomail_location: If it ends with ":", ignore it instead of adding ":" character.
Timo Sirainen [Mon, 28 Sep 2009 19:57:48 +0000 (15:57 -0400)] 
mail_location: If it ends with ":", ignore it instead of adding ":" character.
If ":" is really wanted, it should be done with "::".

--HG--
branch : HEAD

16 years agoquota: Don't crash with non-Maildir++ quota backend.
Timo Sirainen [Mon, 28 Sep 2009 18:24:14 +0000 (14:24 -0400)] 
quota: Don't crash with non-Maildir++ quota backend.
Patch by Brandon Davidson.

--HG--
branch : HEAD

16 years agologin: ssl_security string now also shows the used compression.
Timo Sirainen [Mon, 28 Sep 2009 15:11:54 +0000 (11:11 -0400)] 
login: ssl_security string now also shows the used compression.

--HG--
branch : HEAD

16 years agoimap proxy: Detect and log invalid remote input.
Timo Sirainen [Wed, 23 Sep 2009 20:12:58 +0000 (23:12 +0300)] 
imap proxy: Detect and log invalid remote input.

--HG--
branch : HEAD

16 years agoauth: Increased AUTH_CLIENT_MAX_LINE_LENGTH.
Timo Sirainen [Mon, 14 Sep 2009 01:40:51 +0000 (21:40 -0400)] 
auth: Increased AUTH_CLIENT_MAX_LINE_LENGTH.

--HG--
branch : HEAD

16 years agoacl: Use namespace prefix when looking up global ACLs.
Timo Sirainen [Mon, 14 Sep 2009 01:22:53 +0000 (21:22 -0400)] 
acl: Use namespace prefix when looking up global ACLs.

--HG--
branch : HEAD

16 years agoacl: Don't crash when creating children under a mailboxes with global ACL.
Timo Sirainen [Mon, 14 Sep 2009 01:10:33 +0000 (21:10 -0400)] 
acl: Don't crash when creating children under a mailboxes with global ACL.

--HG--
branch : HEAD

16 years agomessage_header_decode*() should ignore LWSP between two encoded-words.
Timo Sirainen [Sun, 13 Sep 2009 23:01:01 +0000 (19:01 -0400)] 
message_header_decode*() should ignore LWSP between two encoded-words.

--HG--
branch : HEAD

16 years agomaildir quota: Limits weren't read early enough from maildirsize file.
Timo Sirainen [Sun, 13 Sep 2009 22:37:05 +0000 (18:37 -0400)] 
maildir quota: Limits weren't read early enough from maildirsize file.

--HG--
branch : HEAD

16 years agomaster: Use "master: " prefix in log messages.
Timo Sirainen [Fri, 11 Sep 2009 19:30:45 +0000 (15:30 -0400)] 
master: Use "master: " prefix in log messages.

--HG--
branch : HEAD

16 years agoTODO updated.
Timo Sirainen [Fri, 11 Sep 2009 18:44:31 +0000 (14:44 -0400)] 
TODO updated.

--HG--
branch : HEAD

16 years agoverbose_proctitle setting works again.
Timo Sirainen [Fri, 11 Sep 2009 18:05:59 +0000 (14:05 -0400)] 
verbose_proctitle setting works again.

--HG--
branch : HEAD

16 years ago*-login: Fixes to SSL/login proxy connection counting.
Timo Sirainen [Fri, 11 Sep 2009 17:43:37 +0000 (13:43 -0400)] 
*-login: Fixes to SSL/login proxy connection counting.

--HG--
branch : HEAD

16 years agomaster: auth setting blocks don't exist anymore, removed them.
Timo Sirainen [Fri, 11 Sep 2009 16:47:23 +0000 (12:47 -0400)] 
master: auth setting blocks don't exist anymore, removed them.

--HG--
branch : HEAD

16 years agomaster: Startup warnings written to stderr should end with LF.
Timo Sirainen [Fri, 11 Sep 2009 16:26:05 +0000 (12:26 -0400)] 
master: Startup warnings written to stderr should end with LF.

--HG--
branch : HEAD

16 years agomaster: "auth trouble" message should have been written only to stderr.
Timo Sirainen [Fri, 11 Sep 2009 16:24:19 +0000 (12:24 -0400)] 
master: "auth trouble" message should have been written only to stderr.

--HG--
branch : HEAD

16 years agodoveconf: Crashfix
Timo Sirainen [Fri, 11 Sep 2009 00:09:16 +0000 (20:09 -0400)] 
doveconf: Crashfix

--HG--
branch : HEAD

16 years agoquoted-printable decoding didn't handle QP after soft line breaks correctly.
Timo Sirainen [Thu, 10 Sep 2009 23:13:19 +0000 (19:13 -0400)] 
quoted-printable decoding didn't handle QP after soft line breaks correctly.
Patch by Yamazaki Hideto.

--HG--
branch : HEAD

16 years ago*-login: Fixed dropping oldest connection when reaching all limits.
Timo Sirainen [Thu, 10 Sep 2009 22:56:49 +0000 (18:56 -0400)] 
*-login: Fixed dropping oldest connection when reaching all limits.

--HG--
branch : HEAD

16 years agoconfig: Increased initial memory pool size.
Timo Sirainen [Thu, 10 Sep 2009 22:54:14 +0000 (18:54 -0400)] 
config: Increased initial memory pool size.

--HG--
branch : HEAD

16 years ago*-login: Don't leak client when it's aborted while waiting for reply from master.
Timo Sirainen [Thu, 10 Sep 2009 22:51:09 +0000 (18:51 -0400)] 
*-login: Don't leak client when it's aborted while waiting for reply from master.

--HG--
branch : HEAD

16 years agoCompiler warning fixes.
Timo Sirainen [Thu, 10 Sep 2009 20:49:44 +0000 (16:49 -0400)] 
Compiler warning fixes.

--HG--
branch : HEAD

16 years agomaildir: Save cur/ mtime to index after moving saved messages there, not before.
Timo Sirainen [Thu, 10 Sep 2009 18:10:29 +0000 (14:10 -0400)] 
maildir: Save cur/ mtime to index after moving saved messages there, not before.

--HG--
branch : HEAD

16 years agomaildir: Removed some unnecessary code.
Timo Sirainen [Thu, 10 Sep 2009 17:57:25 +0000 (13:57 -0400)] 
maildir: Removed some unnecessary code.

--HG--
branch : HEAD

16 years agounlink_directory(): Log if unlink()ing some file fails.
Timo Sirainen [Thu, 10 Sep 2009 17:51:47 +0000 (13:51 -0400)] 
unlink_directory(): Log if unlink()ing some file fails.

--HG--
branch : HEAD

16 years agomaildir: Don't force a resync when saving.
Timo Sirainen [Thu, 10 Sep 2009 16:07:53 +0000 (12:07 -0400)] 
maildir: Don't force a resync when saving.

--HG--
branch : HEAD

16 years agozlib: Don't allow clients to save compressed data directly.
Timo Sirainen [Wed, 9 Sep 2009 04:54:01 +0000 (00:54 -0400)] 
zlib: Don't allow clients to save compressed data directly.
This way clients can't try to exploit uncompression bugs in zlib/bzlib.

--HG--
branch : HEAD

16 years agodovecot -p: And fixed it to really work this time.
Timo Sirainen [Wed, 9 Sep 2009 00:05:45 +0000 (20:05 -0400)] 
dovecot -p: And fixed it to really work this time.

--HG--
branch : HEAD

16 years agodovecot -p (ask ssl key password from command line) works again.
Timo Sirainen [Wed, 9 Sep 2009 00:00:18 +0000 (20:00 -0400)] 
dovecot -p (ask ssl key password from command line) works again.

--HG--
branch : HEAD

16 years agoRemoved mail_log_max_lines_per_sec setting and related code.
Timo Sirainen [Tue, 8 Sep 2009 23:34:49 +0000 (19:34 -0400)] 
Removed mail_log_max_lines_per_sec setting and related code.
It's pretty unnecessary and there's really no good way to implement it with
shared log pipes.

--HG--
branch : HEAD

16 years agoLogging via log service: Added support for changing process's log prefix.
Timo Sirainen [Tue, 8 Sep 2009 23:29:54 +0000 (19:29 -0400)] 
Logging via log service: Added support for changing process's log prefix.

--HG--
branch : HEAD

16 years agoconfig: When reporting errors in variable-strings, skip over the "0" prefix.
Timo Sirainen [Tue, 8 Sep 2009 22:45:27 +0000 (18:45 -0400)] 
config: When reporting errors in variable-strings, skip over the "0" prefix.

--HG--
branch : HEAD

16 years agomaster: Require auth source and destination processes to use different UIDs.
Timo Sirainen [Tue, 8 Sep 2009 22:16:27 +0000 (18:16 -0400)] 
master: Require auth source and destination processes to use different UIDs.

--HG--
branch : HEAD

16 years agomaster: When killing idle processes, don't kill the service's last one.
Timo Sirainen [Tue, 8 Sep 2009 22:05:50 +0000 (18:05 -0400)] 
master: When killing idle processes, don't kill the service's last one.

--HG--
branch : HEAD

16 years agomaster: Minor cleanups.
Timo Sirainen [Tue, 8 Sep 2009 22:03:26 +0000 (18:03 -0400)] 
master: Minor cleanups.

--HG--
branch : HEAD

16 years agomaster: Kill extra idling processes.
Timo Sirainen [Tue, 8 Sep 2009 21:49:08 +0000 (17:49 -0400)] 
master: Kill extra idling processes.

--HG--
branch : HEAD

16 years agolib-signals: Don't assert-crash with nested signal handler calls.
Timo Sirainen [Tue, 8 Sep 2009 18:49:35 +0000 (14:49 -0400)] 
lib-signals: Don't assert-crash with nested signal handler calls.

--HG--
branch : HEAD

16 years agomaster: Write "last died with error" only to stderr, not to log.
Timo Sirainen [Tue, 8 Sep 2009 18:48:54 +0000 (14:48 -0400)] 
master: Write "last died with error" only to stderr, not to log.

--HG--
branch : HEAD

16 years agomaster: SIGHUP now logs that config was reread.
Timo Sirainen [Tue, 8 Sep 2009 18:34:04 +0000 (14:34 -0400)] 
master: SIGHUP now logs that config was reread.

--HG--
branch : HEAD

16 years agomaster: SIGUSR1 now reopens logs.
Timo Sirainen [Tue, 8 Sep 2009 18:33:42 +0000 (14:33 -0400)] 
master: SIGUSR1 now reopens logs.

--HG--
branch : HEAD

16 years agoauth: Allow PASS lookups also in userdb sockets, not just master sockets.
Timo Sirainen [Tue, 8 Sep 2009 18:32:53 +0000 (14:32 -0400)] 
auth: Allow PASS lookups also in userdb sockets, not just master sockets.

--HG--
branch : HEAD

16 years agolmtp client, proxy: Several bugfixes.
Timo Sirainen [Tue, 8 Sep 2009 17:28:40 +0000 (13:28 -0400)] 
lmtp client, proxy: Several bugfixes.

--HG--
branch : HEAD

16 years agoRemoved unused code.
Timo Sirainen [Mon, 7 Sep 2009 16:06:15 +0000 (12:06 -0400)] 
Removed unused code.

--HG--
branch : HEAD

16 years agoCompiling fix.
Timo Sirainen [Mon, 7 Sep 2009 16:05:29 +0000 (12:05 -0400)] 
Compiling fix.

--HG--
branch : HEAD

16 years agoCompiling fix.
Timo Sirainen [Mon, 7 Sep 2009 15:59:28 +0000 (11:59 -0400)] 
Compiling fix.

--HG--
branch : HEAD

16 years agomaster: Fixes to logging startup errors.
Timo Sirainen [Mon, 7 Sep 2009 15:57:38 +0000 (11:57 -0400)] 
master: Fixes to logging startup errors.

--HG--
branch : HEAD

16 years agovpopmail: Call vauth_open(), which is required by vpopmail 5.5.0.
Timo Sirainen [Mon, 7 Sep 2009 02:40:21 +0000 (22:40 -0400)] 
vpopmail: Call vauth_open(), which is required by vpopmail 5.5.0.

--HG--
branch : HEAD

16 years agomaster: Log startup errors as well as writing them to stderr.
Timo Sirainen [Mon, 7 Sep 2009 02:28:14 +0000 (22:28 -0400)] 
master: Log startup errors as well as writing them to stderr.

--HG--
branch : HEAD

16 years agoDon't assert-crash when listing subscriptions with a >256 chars long mailbox name.
Timo Sirainen [Mon, 7 Sep 2009 01:47:35 +0000 (21:47 -0400)] 
Don't assert-crash when listing subscriptions with a >256 chars long mailbox name.

--HG--
branch : HEAD

16 years agolib-dict: Changed default dict socket name.
Timo Sirainen [Mon, 7 Sep 2009 01:00:54 +0000 (21:00 -0400)] 
lib-dict: Changed default dict socket name.

--HG--
branch : HEAD

16 years agodict quota: When updating quota, recalculate it when necessary.
Timo Sirainen [Mon, 7 Sep 2009 00:45:21 +0000 (20:45 -0400)] 
dict quota: When updating quota, recalculate it when necessary.

--HG--
branch : HEAD

16 years agodict: Removed unused files.
Timo Sirainen [Mon, 7 Sep 2009 00:51:58 +0000 (20:51 -0400)] 
dict: Removed unused files.

--HG--
branch : HEAD

16 years agodict: Added support for async commits. Changed dict_atomic_inc() behavior.
Timo Sirainen [Mon, 7 Sep 2009 00:51:25 +0000 (20:51 -0400)] 
dict: Added support for async commits. Changed dict_atomic_inc() behavior.

--HG--
branch : HEAD

16 years agolib-sql: Added sql_update_get_rows().
Timo Sirainen [Mon, 7 Sep 2009 00:42:42 +0000 (20:42 -0400)] 
lib-sql: Added sql_update_get_rows().

--HG--
branch : HEAD

16 years agolib-index: Minor code cleanup.
Timo Sirainen [Sun, 6 Sep 2009 23:06:54 +0000 (19:06 -0400)] 
lib-index: Minor code cleanup.

--HG--
branch : HEAD

16 years agodbox: Don't set +x bit for created files.
Timo Sirainen [Sun, 6 Sep 2009 23:01:13 +0000 (19:01 -0400)] 
dbox: Don't set +x bit for created files.

--HG--
branch : HEAD

16 years agodbox: Allow getting streams to messages being saved.
Timo Sirainen [Sun, 6 Sep 2009 22:53:24 +0000 (18:53 -0400)] 
dbox: Allow getting streams to messages being saved.

--HG--
branch : HEAD

16 years agoimap: Some text is required after resp-text-codes (HIGHESTMODSEQ/CLOSED).
Timo Sirainen [Sun, 6 Sep 2009 21:20:04 +0000 (17:20 -0400)] 
imap: Some text is required after resp-text-codes (HIGHESTMODSEQ/CLOSED).

--HG--
branch : HEAD

16 years agoanvil: Recovered from my insanity and reverted changes to fifo reading code.
Timo Sirainen [Sun, 6 Sep 2009 20:09:30 +0000 (16:09 -0400)] 
anvil: Recovered from my insanity and reverted changes to fifo reading code.

--HG--
branch : HEAD

16 years agoanvil: Fixed reading from FIFOs.
Timo Sirainen [Sun, 6 Sep 2009 19:47:46 +0000 (15:47 -0400)] 
anvil: Fixed reading from FIFOs.

--HG--
branch : HEAD

16 years agoMemory leak fixes.
Timo Sirainen [Fri, 4 Sep 2009 22:10:19 +0000 (18:10 -0400)] 
Memory leak fixes.

--HG--
branch : HEAD

16 years agoanvil: Stop immediately when master asks, instead of waiting for clients to finish.
Timo Sirainen [Fri, 4 Sep 2009 21:34:18 +0000 (17:34 -0400)] 
anvil: Stop immediately when master asks, instead of waiting for clients to finish.

--HG--
branch : HEAD

16 years agoimap, pop3: shutdown_clients setting wasn't working.
Timo Sirainen [Fri, 4 Sep 2009 21:33:00 +0000 (17:33 -0400)] 
imap, pop3: shutdown_clients setting wasn't working.

--HG--
branch : HEAD

16 years agolib-master: Added master_service_set_die_with_master.
Timo Sirainen [Fri, 4 Sep 2009 21:32:31 +0000 (17:32 -0400)] 
lib-master: Added master_service_set_die_with_master.

--HG--
branch : HEAD

16 years agolib-master: Don't assert-crash if process gets a signal while reading config.
Timo Sirainen [Fri, 4 Sep 2009 21:14:47 +0000 (17:14 -0400)] 
lib-master: Don't assert-crash if process gets a signal while reading config.

--HG--
branch : HEAD

16 years agomaster: Several fixes to handling SIGHUPs.
Timo Sirainen [Fri, 4 Sep 2009 21:06:58 +0000 (17:06 -0400)] 
master: Several fixes to handling SIGHUPs.

--HG--
branch : HEAD

16 years ago*-login: If connecting to anvil fails with EAGAIN, try again a few times.
Timo Sirainen [Fri, 4 Sep 2009 21:06:31 +0000 (17:06 -0400)] 
*-login: If connecting to anvil fails with EAGAIN, try again a few times.

--HG--
branch : HEAD

16 years agoconfig: Increased initial pool sizes.
Timo Sirainen [Fri, 4 Sep 2009 21:05:21 +0000 (17:05 -0400)] 
config: Increased initial pool sizes.

--HG--
branch : HEAD

16 years agomaster: Changed the WhyDoesItNotWork info message.
Timo Sirainen [Fri, 4 Sep 2009 19:49:09 +0000 (15:49 -0400)] 
master: Changed the WhyDoesItNotWork info message.

--HG--
branch : HEAD

16 years agomaster: Added process_min_avail setting for services.
Timo Sirainen [Fri, 4 Sep 2009 19:44:36 +0000 (15:44 -0400)] 
master: Added process_min_avail setting for services.

--HG--
branch : HEAD

16 years agomaster: Check process_limit for auth dest processes. Log when reaching limit.
Timo Sirainen [Fri, 4 Sep 2009 19:00:37 +0000 (15:00 -0400)] 
master: Check process_limit for auth dest processes. Log when reaching limit.

--HG--
branch : HEAD

16 years agomaster: Fixed reporting auth failure reporting to client.
Timo Sirainen [Fri, 4 Sep 2009 18:58:46 +0000 (14:58 -0400)] 
master: Fixed reporting auth failure reporting to client.

--HG--
branch : HEAD

16 years agolmtp, expire-tool, doveadm: Set service for config lookups.
Timo Sirainen [Fri, 4 Sep 2009 18:30:29 +0000 (14:30 -0400)] 
lmtp, expire-tool, doveadm: Set service for config lookups.

--HG--
branch : HEAD

16 years agolib-master: Make sure master_status.available_count is updated correctly.
Timo Sirainen [Fri, 4 Sep 2009 18:17:48 +0000 (14:17 -0400)] 
lib-master: Make sure master_status.available_count is updated correctly.

--HG--
branch : HEAD

16 years agoauth: Don't notify lib-master when primary master connection was destroyed, since...
Timo Sirainen [Fri, 4 Sep 2009 18:17:03 +0000 (14:17 -0400)] 
auth: Don't notify lib-master when primary master connection was destroyed, since it wasn't created through it.

--HG--
branch : HEAD

16 years agoanvil, config: Use the name in initial VERSION handshake.
Timo Sirainen [Fri, 4 Sep 2009 17:47:57 +0000 (13:47 -0400)] 
anvil, config: Use the name in initial VERSION handshake.

--HG--
branch : HEAD

16 years agoanvil: Read from FIFOs in packets instead of using streams.
Timo Sirainen [Fri, 4 Sep 2009 17:47:16 +0000 (13:47 -0400)] 
anvil: Read from FIFOs in packets instead of using streams.

--HG--
branch : HEAD

16 years agolib-master: Fixes to handling FIFO connections. Also expose the FIFOness to caller.
Timo Sirainen [Fri, 4 Sep 2009 17:45:33 +0000 (13:45 -0400)] 
lib-master: Fixes to handling FIFO connections. Also expose the FIFOness to caller.

--HG--
branch : HEAD

16 years agolib-master: Execute doveconf with -f service=, not -p parameter.
Timo Sirainen [Fri, 4 Sep 2009 16:38:00 +0000 (12:38 -0400)] 
lib-master: Execute doveconf with -f service=, not -p parameter.

--HG--
branch : HEAD

16 years agoconfig: When we detect a conflict, log where in config it came from.
Timo Sirainen [Thu, 3 Sep 2009 21:33:40 +0000 (17:33 -0400)] 
config: When we detect a conflict, log where in config it came from.

--HG--
branch : HEAD

16 years agodoveconf: -f protocol is now an alias for -f service.
Timo Sirainen [Thu, 3 Sep 2009 21:33:05 +0000 (17:33 -0400)] 
doveconf: -f protocol is now an alias for -f service.

--HG--
branch : HEAD

16 years agoconfig: Added some nesting requirements to remote_ip, local_ip and protocol.
Timo Sirainen [Thu, 3 Sep 2009 21:12:16 +0000 (17:12 -0400)] 
config: Added some nesting requirements to remote_ip, local_ip and protocol.

--HG--
branch : HEAD