libsmbconf: add "includes" to the forbidden_valnames[].
[samba.git] / source3 / lib / smbconf / smbconf_reg.c
2008-06-23 Michael Adamlibsmbconf: add "includes" to the forbidden_valnames[].
2008-06-23 Michael Adamlibsmbconf: fastpaths first in smbconf_reg_valname_valid().
2008-04-23 Volker LendeckeIncrease level of debug msg when a regkey is not found
2008-04-22 Michael Adamlibsmbconf: remove unnecessary talloc success checks...
2008-04-22 Michael Adamlibsmbconf: rewrite API to use smbconf_service struct
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-16 Michael Adamlibsmbconf: fix segfault in listing share names / config.
2008-04-15 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-15 Michael Adamlibmsbconf: add handling of NULL share parameters to...
2008-04-13 Michael Adamlibsmbconf: rename smbconf_init() to smbconf_init_inter...
2008-04-13 Michael Adamregistry: change registry_init_smbconf() to return...
2008-04-13 Michael Adamregistry: make registry_init_smbconf() hook the registr...
2008-04-09 Michael Adamlibsmbconf: return success and count 0 from get_include...
2008-04-09 Michael Adamlibsmbconf: add delete_includes mehtod to the api ...
2008-04-09 Michael Adamlibsmbconf: let set_includes delete the includes paramt...
2008-04-09 Michael Adamlibsmbconf: prevent getting/deleting value "includes".
2008-04-09 Michael Adamlibsmbconf: consider "include" a forbidden parameter...
2008-04-09 Michael Adamlibsmbconf: add includes at the end of parameter list...
2008-04-09 Michael Adamlibsmbconf: add function smbconf_reg_valname_valid...
2008-04-09 Michael Adamlibsmbconf: refactor get_includes on opened key into...
2008-04-09 Michael Adamlibsmbconf: rename registry_smbconf_valname_forbidden...
2008-04-09 Michael Adamlibsmbconf: make registry_smbconf_valname_forbidden...
2008-04-09 Michael Adamlibsmbconf: move registry_smbconf_valname_forbidden...
2008-04-09 Michael Adamlibsmbconf: more sanely print multi_sz values in regist...
2008-04-09 Michael Adamlibsmbconf: implement get_includes() and set_includes...
2008-04-09 Michael Adamlibsmbconf: add talloc context to the get_includes...
2008-04-09 Michael Adamlibsmbconf: add get_includes() and set_includes() to...
2008-04-09 Michael Adamlibsmbconf: reformat smbconf_format_registry_value...
2008-04-09 Michael Adamlibsmbconf: untangle assignment and test in for-loop...
2008-04-03 Michael Adamlibsmbconf: move initialization of registry value down...
2008-03-21 Michael Adamregistry: fix registry_init_smbconf() to close the...
2008-03-21 Michael Adamlibsmbconf: add internal open/close handling to registr...
2008-03-21 Michael Adamlibsmbconf: add a comment.
2008-03-21 Michael Adamlibsmbconf: add private_data section to smbconf_ctx.
2008-03-21 Michael Adamlibsmbconf: add a "path" variable to the conf context.
2008-03-21 Michael Adamlibsmbconf: add a comment.
2008-03-21 Michael Adamlibsmbconf: move registry implementation to a module...