63e9db4f938bec812ec1b2b447c7de45183a4f43 |
|
02-Nov-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
config: Properly fix ssl-parameters.dat handling
It was done only partially right in a70d867d1fe3584149811c65eb6213deb72be824 |
4ecee121e141083faf1db165f0ee3bc0cd232d7e |
|
10-Jun-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
doveconf: Preserve import_environment when execing binary
This allows import_environment setting to work with doveadm and other
standalone tools. |
633a3da9d3e9a5befd3405f6651043a6bdd327cb |
|
19-Sep-2012 |
Timo Sirainen <tss@iki.fi> |
config: Support looking up config for multiple modules at the same time. |
a8fe899601735459641edae975c0fa08be8482e2 |
|
16-Sep-2012 |
Timo Sirainen <tss@iki.fi> |
Removed all the "enum foo;" declarations.
They didn't seem to be very standard. Old gcc versions warn about them and
C++ code doesn't like them. |
a10ed8c47534b4c6b6bf2711ccfe577e720a47b4 |
|
23-Jun-2012 |
Timo Sirainen <tss@iki.fi> |
Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
The non-obvious APIs where NULL parameter was changed to "" are
master_service_init() and auth_master_user_list_init().
These checks can currently be enabled only on a patched clang:
http://llvm.org/bugs/show_bug.cgi?id=6786 |
c0787d6ab19f4a17ec08699d0bbc77f13a9b02a9 |
|
13-Mar-2010 |
Timo Sirainen <tss@iki.fi> |
doveconf: Show protocol/remote/local sections.
--HG--
branch : HEAD |
5d03d9f439e41c90215a3c938ffebe4c2a8ae257 |
|
20-Feb-2010 |
Timo Sirainen <tss@iki.fi> |
lib-master: Added support for caching config lookups.
Currently caching won't work if config has any remote {} blocks.
--HG--
branch : HEAD |
7a5e2e937f0f388465c2938645ee971b4fd01bf1 |
|
13-Feb-2010 |
Timo Sirainen <tss@iki.fi> |
config: $setting as value returns the setting's current value.
--HG--
branch : HEAD |
4383941ed43d004f34f77334a06ad14e6a305607 |
|
22-Jan-2010 |
Timo Sirainen <tss@iki.fi> |
doveconf: Dump config to stdout even when there are errors, just show them afterwards.
--HG--
branch : HEAD |
50fe5e053d565b40b0ed2cc7a64b6b98971c0305 |
|
27-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
Previous config change broke master's startup.
--HG--
branch : HEAD |
d84c270231a617298088f597474a73f4a14921ae |
|
27-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
doveconf -n/-a: Don't dump default service settings.
This code is just getting uglier and uglier..
--HG--
branch : HEAD |
637ec4c33b4715737a41f7e58c9b6d1f693c27e2 |
|
03-Sep-2009 |
Timo Sirainen <tss@iki.fi> |
config: Several fixes. Now per-ip settings work properly.
doveconf parameters were also changed. Now it's possible to ask
configuration for a specified filter.
--HG--
branch : HEAD |
56439f2879ad690d9ac637e2b90b612760d2f219 |
|
02-Sep-2009 |
Timo Sirainen <tss@iki.fi> |
doveconf -N dumps only settings that have been explicitly set.
--HG--
branch : HEAD |
1358e2c58ce29231485a5cfa454756d429ad3d2c |
|
12-May-2009 |
Timo Sirainen <tss@iki.fi> |
config handling fixes and improvements. Separated module/service lookups. Added support for per-lip/rip settings.
--HG--
branch : HEAD |
cd18d7bb3e8d5921c3c852bd0a27fbeff9a9babb |
|
05-May-2009 |
Timo Sirainen <tss@iki.fi> |
Split doveconf and libexec/dovecot/config binaries.
--HG--
branch : HEAD |
e9e5e84ffb2ce2e606a24ce6d930580367562ff0 |
|
30-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
doveconf: With -p only protocol-specific settings are returned. -n and -a return human-readable output.
--HG--
branch : HEAD |