1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/lib/smbconf
Michael Adam 2e83818b3b libsmbconf: add a text backend to libsmbconf based on the params.c parser.
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 4ea5084385)
2008-03-26 14:55:05 +01:00
..
smbconf_private.h libsmbconf: add private_data section to smbconf_ctx. 2008-03-21 22:52:27 +01:00
smbconf_reg.c registry: fix registry_init_smbconf() to close the registry at the end. 2008-03-21 23:50:49 +01:00
smbconf_txt_simple.c libsmbconf: add a text backend to libsmbconf based on the params.c parser. 2008-03-26 14:55:05 +01:00
smbconf.c smbconf: reformat - fix intentation. 2008-03-26 11:15:04 +01:00
smbconf.h libsmbconf: add a text backend to libsmbconf based on the params.c parser. 2008-03-26 14:55:05 +01:00