Age | Commit message (Collapse) | Author | Files | Lines |
|
Michael
(This used to be commit 2a8029985f9bde4da8ca20bc24d937150eab444c)
|
|
Michael
(This used to be commit ee46f0eca6ea21d0c51103252fecf911bb448687)
|
|
instead of having it directly as a member in the private data struct.
This makes it easier to flush and initialize the cache.
Michael
(This used to be commit 03efb72b4632e2bbb0838ca56a3e556448bda5c5)
|
|
And use it also in the close operation.
Michael
(This used to be commit 8cb288124993eb59459e7e9777c65e58c0554d55)
|
|
This is a simple implementation of text backend for libsmbconf.
It is read only. It uses the parser from params.c. It loads the
given config file and holds the parsed lists of strings in memory.
Config is only re-read if the time stamp of the config file has changed.
Brilliant performance on large files is not to be expected since the
string lists are not hashed. This might be added in the future.
Michael
(This used to be commit 4ea50843852b335a9bd4c0535a5b684134ad8326)
|
|
This time this won't make me stumble, since there is no
magic in indented function headers here - no automatic
prototype generation... :-)
Michael
(This used to be commit 6d72fc4373adff01cf6e0e18f78082d1eab90064)
|
|
Michael
(This used to be commit f4d87fdbf266a36fbb50dae863ee0784165c2fe1)
|
|
This internally keeps track of opened registry in the private data
struct. The first call that really accesses data, opens the registry
and it is kept open until the destructor is called.
This behaviour might be changed in the future.
Michael
(This used to be commit 03e72e13076e3215eb8ae51cfb4e7cd3d3683d3e)
|
|
Michael
(This used to be commit 513ae78ef78d3ddcb155f9c38b9a0c82809e0998)
|
|
This private data should be used by backends.
The token for the registry backend is moved from
the context to the private data section, since
this is registry specific.
Michael
(This used to be commit a02163356bdd0c17a25a45e9904f8bd1e1c4bee4)
|
|
This is passed to the module init routines.
In case of the registry, this is the path of the
basekey in registry, that is to be used, defaulting
to KEY_SMBCONF (HKLM\software\samba\smbconf), when
NULL is given. This is the only case currently used.
In order to support other keys, registry initialization
for smbconf has to be changed to support different keys.
Michael
(This used to be commit 96434d9dc7a66773e313cc128af57493dee245a1)
|
|
Michael
(This used to be commit 4f816df27670c3b6aabea9f26ef2d26f3e882e78)
|
|
Michael
(This used to be commit 83b9453c88bfdf615cc2b547645b0a71a870f473)
|
|
Michael
(This used to be commit e8ed8ad077f69ae7237f49b150625d20eb509586)
|
|
Michael
(This used to be commit 8974b283683799bc51223d27b7e6aecac741fbc2)
|
|
Michael
(This used to be commit 431b10bfe0dba0a49e50bebfb3f8ad1a00955837)
|
|
Michael
(This used to be commit 1a5e5bf38f409b10c8b1da6227722c7d3976b175)
|
|
Hide generic init function taking smbconf_ops argument
from public api.
Michael
(This used to be commit b3f6920ccb9a27fde26e889a7f1f3afaf56b784f)
|
|
Michael
(This used to be commit acbd1f40e0cb4cb5b2ba826c4825edda7ee4937b)
|
|
Michael
(This used to be commit 24f32d9bd9aa837d777ea4187bebf3146a67ce59)
|
|
Michael
(This used to be commit 797b26ad3fad27e085827efb61f6b4d8b37e93f0)
|
|
That's more appropriate.
Michael
(This used to be commit d7bd9bb8aa2003ec0a9860df26857f67255febe2)
|
|
Note: currently, reg_init_smbconf opens the registry, but does
not close it. This has to be changed. so that it is closed.
And then libsmbconf will need these open/close functions
Michael
(This used to be commit 77dbdf82efa60c8a7c00e489c198775b2f66e56c)
|
|
Michael
(This used to be commit a857f643d1558c0fdab4b647695d75223b730b96)
|
|
Michael
(This used to be commit f2d605006cd1187f70a044c3356d436e91093d5f)
|
|
Michael
(This used to be commit d44c2ef0b7d7bddb4115b596872748132ebd6ddc)
|
|
Michael
(This used to be commit 26208d3e96a1e257628366709a1d71ac36f0788b)
|
|
Michael
(This used to be commit 5dac66c82af8c87df723092a9309304846684418)
|
|
(This used to be commit 103a37ac8e85e9a7b8c2f4eb33e6f1cdbe01d31c)
|
|
This leaves most of the api functions mere wrappers except for some
common initial checks.
Michael
(This used to be commit 9448a7a298e9ed035aa6b86df18f2d41081731cc)
|
|
Michael
(This used to be commit aeaf66c064de58c6f19d5a9d226843dedb552011)
|
|
Michael
(This used to be commit a99ee5e536eee1563c90e5d7f251bfe9f5d1ffbb)
|
|
..for consistency. Exception: the open/init function, where the smbconf_ctx
is created from the given talloc context.
Michael
(This used to be commit 304dba6cb2184437f3edad065a530d03fb704036)
|
|
Michael
(This used to be commit 7460697ea42764f5f658a4f7f70872a56aeb160d)
|
|
The former seqnum is hidden inside a struct smbconf_csn.
And the get_seqnum is united with a changed function that
stores the seqnum inside the given csn.
Michael
(This used to be commit 5b6b90900a1a3eab24cb5612d78f9678a363cf73)
|
|
Michael
(This used to be commit e6b60f6cad32ce8bb78abb070889dde3eca2d268)
|
|
Michael
(This used to be commit 097af0309d7c3e9342058ba5266667293b23c80d)
|
|
The libnet_conf code to access the registry based configuration has
become more of a library used in several places in samba (e.g. loadparm)
than an abstraction of "net conf". So I move it to a location lib/smbconf/.
In the same breath, the api is fixed (not generated by make proto anymore).
Michael
(This used to be commit 5315ef41f403b96715dd68b512e9e74662e2910a)
|