Age | Commit message (Collapse) | Author | Files | Lines |
|
Michael
(This used to be commit daef50e54d58a6684b6a890ebf523ca6245f0290)
|
|
empty list
instead of complaining
Michael
(This used to be commit 0dc1fd68598529891429fb29ab1f561fb434bf38)
|
|
Michael
(This used to be commit dd543cd30c3eca9621681ba4b6e9a6683ef2bd07)
|
|
This has to be handled differently (by using get_includes / set_includes)
Michael
(This used to be commit 5a880c6a2f2415220557a76a9b4ce9a17c766819)
|
|
It is now taken care of by the special includes handling.
Michael
(This used to be commit 2c8c65d6900086e92c838333b31abf9efdb61343)
|
|
Michael
(This used to be commit 9bd06d5737aff2bb27c07575285e079fd561a566)
|
|
so "includes" doesn't get listed as a parameter
Michael
(This used to be commit 01c4bd07305b4ce800b99a098652623f118a74aa)
|
|
smbconf_reg_get_includes_internal()
Michael
(This used to be commit 072a3228a4e08894c67ad2983bcea3417e202773)
|
|
smbconf_reg_valname_forbidden()
Michael
(This used to be commit 23fb33fd33a8287d8691a1a5e95bf160be3ed25c)
|
|
Michael
(This used to be commit 798808174d0d4cae3a746e26a253cad1a3177684)
|
|
from util_reg.c - no other callers left
Michael
(This used to be commit 98151fd3e1c24e5c8aaf3f5132071e91ac6ef257)
|
|
Michael
(This used to be commit 382c623948abd1c6a5cf8ab7ee2be784fcef76ee)
|
|
Michael
(This used to be commit c2d3d56d628f266fdfc0ca98fc199afc01670c2c)
|
|
Michael
(This used to be commit 1f64a1b2b4f11b44e9c9584480f01cac066a6a1d)
|
|
Michael
(This used to be commit 828c7297247a557ed8e2b6935bbc819aae95a660)
|
|
includes are stored per share in a special registry value "includes"
of type multi_sz.
Michael
(This used to be commit 3fee0d79cc618adc7dd82cfeff62c72ef061017b)
|
|
Michael
(This used to be commit 31e68cbe5bdc8d69b2b711ec8ea62dbe612ec68f)
|
|
Michael
(This used to be commit 2a4b71b105616b42e1bbfbf01126cc445a991cc0)
|
|
These use the usual global_check like the other global wrappers.
Michael
(This used to be commit ce1b2f550860cb3a566db09f7c7eac39c195a5b7)
|
|
backend test.
Michael
(This used to be commit 1ca5afe58cef8b750a65bd8c2a5c9ee794ed50ba)
|
|
Michael
(This used to be commit 5e253e10b7f80af1f5a855c8e0f00846853cced1)
|
|
...so that we see some debug output
Michael
(This used to be commit 7cfec55ed48644f922ca0ffaa171e3512c93a360)
|
|
so we can for instance set the debug level on the command line.
Michael
(This used to be commit 94a19234620fc23db9c4aaf449e948342164d1d4)
|
|
Michael
(This used to be commit 8c631ac2f42e984137972b7388add4bcbc199665)
|
|
Michael
(This used to be commit 9f6c909f465df5fc64e2bec88acf272be9cd574e)
|
|
Currently only the init function is tested, more tests to come...
Michael
(This used to be commit bc8dc8626c5fb296edbd193a7cc293317c7a29ca)
|
|
Michael
(This used to be commit ed535b6b30b5c9412803f6373eadc704de6de2f9)
|
|
Includes have to get a special treatment, at least for registry.
Includes are not like other smbconf parameters: they are some kind
of metainformation. "include" has two effects when stated twice so
it can not be stored boldly into registry, since there can only be
one value named "include" in registry per key.
I will provide special handling for includes for the registry backend.
This patch provides the necessary methods in the smbconf API.
Michael
(This used to be commit e86eb375d9f83f73aeea0a16c8b43e2ef21a6e20)
|
|
they come.
with verbatim == true, parameters are stored as they come from the input file,
duplicates are listed multiple times, etc.
Michael
(This used to be commit c65575f831e9929ef7e66f2c7bfeed50f135b4b2)
|
|
in preparation of using the verbatim flag.
Michael
(This used to be commit c68cd2477c65d5521a713ae0f37cf2994d2c339e)
|
|
otherwise verbatim parameter can have no effect.
Michael
(This used to be commit 2ff0b693d7fc7e130a2fb14c06ae8bc28f4b5c57)
|
|
Michael
(This used to be commit b9e72b402de412c23702715ead96c20e9b3248cc)
|
|
Michael
(This used to be commit b79a33eb2f370b8d8b50ed5ed2a0acc83e711c1e)
|
|
Michael
(This used to be commit 4339caff09e1277ae33d3810043bcb3f4e7c4e45)
|
|
Michael
(This used to be commit bc1a5bdbd3b7da1f85c952579096b3c8dc407572)
|
|
so we make sure to always deliver the value last read.
Michael
(This used to be commit 2eb5a681e9e3ff302b5151f25d6856834eae7d54)
|
|
string.
Michael
(This used to be commit 25e0fd84780f4acb80cac3b5f54f9597e0e2f53e)
|
|
Michael
(This used to be commit 7af79e60a3060083eae67bd053837c955b3f5c10)
|
|
Michael
(This used to be commit 0e932a0981ef52ff9d236b887eb8177304a99915)
|
|
Michael
(This used to be commit 9890f437264c6acc8c61c430a53c4645e0a12959)
|
|
Michael
(This used to be commit e0f6a9d50c9b72ec33d4323d1a6c5bdf44d011e7)
|
|
Michael
(This used to be commit 5f6c730cbeddd1ac2f515bd985c08ceb4ca9bc47)
|
|
This enables us to fetch multi_sz values from registry...
Michael
(This used to be commit a8cedfef27a0400c6aa05ddb5e51308ce0b789bd)
|
|
Michael
(This used to be commit bf46f614c497110dcc3fc79f610fcc7a8784dbb2)
|
|
it has its own herader net_registry_util.h
Michael
(This used to be commit 51026d64b3e19626b51bee73fb257a75a6455355)
|
|
This is the same as already implemented for "net registry".
usage: net rpc registry getvalue <key> <valuename>
Michael
(This used to be commit ba59383437aed9058a58bdeedcf61a0076a94924)
|
|
usage: "net registry getvalue <keyname> <valuename>"
Michael
(This used to be commit 77f049943e133986dc47d25fff2415def1cec32f)
|
|
This renames print_registry_value() to print_registry_value_with_name().
The new function is called print_registry_value().
Michael
(This used to be commit 88c4851ad7240bc4f72a5ef92e21629e6a4c99c6)
|
|
Karolin
(This used to be commit 6cee34703503fbf3629057345fe221b866560648)
|
|
Guenther
(This used to be commit 7d9f64fd8401f8abb938757b4f092e25fd6b154f)
|