log src/config/config-parser.c @ 20015:680f59741e5e

age author description
Sun, 10 Apr 2016 14:39:22 +0300 Timo Sirainen doveconf, config: Free all memory at deinit
Sun, 24 Jan 2016 22:06:30 +0200 Timo Sirainen config: Fixed '\' line continuation to work again.
Tue, 19 Jan 2016 15:39:13 +0200 Timo Sirainen config: Improved error messages for wrong order of nested local/remote/protocol { .. } blocks
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Sat, 13 Jun 2015 14:36:43 +0300 Timo Sirainen config: Added hook_config_parser_end for plugins.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Thu, 25 Sep 2014 13:28:39 +0300 Timo Sirainen Avoid logging warnings about increasing memory pool/data stack with DEBUG on.
Fri, 04 Jul 2014 14:18:25 +0300 Phil Carmody config: parser - trivial error message typo
Fri, 13 Jun 2014 02:19:15 +0300 Timo Sirainen Use the new [io]_stream_create_fd_*autoclose() functions wherever possible.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Fri, 12 Oct 2012 00:51:41 +0300 Timo Sirainen Plugin ABI version checking improvements.
Wed, 26 Sep 2012 18:01:01 +0300 Timo Sirainen Merged changes from v2.1 tree.
Fri, 21 Sep 2012 09:22:54 +0200 Timo Sirainen config: Don't ignore invalid network/mask in local/remote blocks
Wed, 19 Sep 2012 15:33:10 +0300 Timo Sirainen config: Support looking up config for multiple modules at the same time.
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Mon, 13 Aug 2012 05:45:35 +0300 Timo Sirainen Compiler warning fixes
Sat, 28 Jul 2012 17:54:19 +0300 Timo Sirainen Moved ssl_* settings from login-common to lib-master.
Sat, 28 Jul 2012 16:29:22 +0300 Timo Sirainen config: Added support for plugins to contain multiple service settings.
Thu, 28 Jun 2012 00:27:13 +0300 Timo Sirainen Changed i_close_fd() API to set the fd to -1 after closing.
Mon, 25 Jun 2012 02:52:33 +0300 Timo Sirainen Replaced (void)close(fd) and close_keep_errno() with i_close_fd().
Mon, 25 Jun 2012 02:38:29 +0300 Timo Sirainen Added array_append_zero() to write a zero-filled record to an array.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Thu, 02 Feb 2012 13:12:19 +0200 Timo Sirainen config: In "key=<path" path is now relative to config file's directory.
Sat, 28 Jan 2012 22:24:26 +0200 Timo Sirainen doveconf: Added -d parameter for dumping default settings.
Wed, 07 Dec 2011 00:30:26 +0200 Timo Sirainen config: Allow section names to contain spaces.
Wed, 16 Nov 2011 19:06:20 +0200 Timo Sirainen config: Skip spaces between '<' and value in "key=< value"
Fri, 16 Sep 2011 12:08:49 +0300 Timo Sirainen config: Don't crash strlist section contains a subsection.
Wed, 20 Apr 2011 18:55:39 +0300 Timo Sirainen config: Avoid growing data stack / memory pools.
Wed, 20 Apr 2011 18:55:17 +0300 Timo Sirainen doveconf: Fixed a broken "subsection has ssl=yes" warning.
Wed, 13 Apr 2011 12:23:35 +0300 Timo Sirainen config: Abort local/remote block DNS lookups after 30s and warn after 5s.
Fri, 08 Apr 2011 16:41:26 +0300 Timo Sirainen config: Log a warning if global ssl=no, but some section has ssl=yes/required.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 04 Jan 2011 13:57:33 +0200 Timo Sirainen config: Give clear error that auth settings aren't supported inside local/remote blocks.
Thu, 04 Nov 2010 15:47:37 +0000 Timo Sirainen config parser: Log an error about missing '}'.
Tue, 28 Sep 2010 17:09:50 +0100 Timo Sirainen config: Don't even try to open <file settings for modules we don't care about.
Tue, 28 Sep 2010 17:09:29 +0100 Timo Sirainen doveconf: Skip verifying settings for modules we don't care about.
Mon, 27 Sep 2010 19:34:08 +0100 Timo Sirainen config: Verify settings plugins' versions are valid if they're specified.
Mon, 27 Sep 2010 16:46:26 +0100 Timo Sirainen doveconf: Expand "key=$key" variable even without -x parameter.
Fri, 03 Sep 2010 19:10:28 +0100 Timo Sirainen config: Give an error if "block {" continues with non-whitespace.
Thu, 02 Sep 2010 17:01:00 +0100 Timo Sirainen doveconf: Quote output values when necessary.
Mon, 19 Jul 2010 19:19:29 +0100 Timo Sirainen config: Handle obsolete imap_client_workarounds
Thu, 24 Jun 2010 16:27:20 +0100 Timo Sirainen config: Added hook_config_parser_begin so plugins can change default settings. HEAD
Wed, 09 Jun 2010 18:32:47 +0100 Timo Sirainen doveconf: Renamed lip/rip filters to local/remote, which also support DNS lookups now. HEAD
Wed, 09 Jun 2010 18:29:55 +0100 Timo Sirainen doveconf: Show local, remote name/bits {} blocks with the /bits part. HEAD
Wed, 09 Jun 2010 16:16:40 +0100 Timo Sirainen config: local_name foo {} is now for TLS SNI. local foo {} only resolves foo to its IP. HEAD
Wed, 05 May 2010 16:46:12 +0300 Timo Sirainen config: Unload modules at exit. HEAD
Sat, 10 Apr 2010 07:36:31 +0300 Timo Sirainen config: !include * added files in reverse sort order. HEAD
Wed, 07 Apr 2010 01:49:00 +0300 Timo Sirainen Started using str_to_*() functions instead of libc's ones. HEAD
Thu, 25 Mar 2010 19:19:02 +0200 Timo Sirainen doveconf: When module is given, ignore checks for non-required settings. HEAD
Fri, 19 Mar 2010 20:56:22 +0200 Timo Sirainen config: Changed key=$key to expand to first parser that changed it. HEAD
Fri, 19 Mar 2010 20:39:45 +0200 Timo Sirainen config: Added support for "key=$key stuff" HEAD
Fri, 19 Mar 2010 17:23:56 +0200 Timo Sirainen config: Send client a services names that have more specific settings. HEAD
Tue, 09 Mar 2010 00:34:22 +0200 Timo Sirainen config: Added support for reading v1.2 config files. HEAD
Mon, 01 Mar 2010 22:01:57 +0200 Timo Sirainen config: Allow key=$var to contain other text after the $var. HEAD
Sat, 20 Feb 2010 17:16:41 +0200 Timo Sirainen lib-master: Added support for caching config lookups. HEAD
Sat, 13 Feb 2010 08:07:31 +0200 Timo Sirainen config: $setting as value returns the setting's current value. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD