mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
2e83818b3b
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
|
||
---|---|---|
.. | ||
smbconf_private.h | ||
smbconf_reg.c | ||
smbconf_txt_simple.c | ||
smbconf.c | ||
smbconf.h |