Merge branch 'master' of git://git.samba.org/samba into teventfix
[ira/wip.git] / source3 / lib / smbconf / smbconf_reg.c
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-26 Michael Adams3:libsmbconf: add transactions to the libsmbconf api
2009-02-26 Volker LendeckeSpeed up "net conf list"
2009-02-26 Volker LendeckeSpeed up "net conf list"
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Michael Adams3:libsmbconf: include smbconf headers with lib/smbconf...
2009-01-21 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-01 Jelmer VernooijRename dos_errstr() to win_errstr() for consistency...
2008-10-27 Michael Adam[s3]libsmbconf: add method is_writeable() and wrapper...
2008-10-27 Michael Adam[s3]libsmbconf: add backend_requires_messaging() method...
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse WERR_FILE_EXISTS which is the equivalent of WERR_AL...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
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...