summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbconf/smbconf_reg.c
Commit message (Expand)AuthorAgeFilesLines
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-281-1/+1
* s3/smbconf_reg: Fix typo.Karolin Seeger2009-04-151-1/+1
* s3:smbconf: move smbconf_share_exists checks into backendMichael Adam2009-03-041-4/+9
* s3:libsmbconf: add transactions to the libsmbconf apiMichael Adam2009-02-261-0/+18
* Speed up "net conf list"Volker Lendecke2009-02-261-115/+41
* Speed up "net conf list"Volker Lendecke2009-02-261-0/+3
* s3:libsmbconf: include smbconf headers with lib/smbconf prefixMichael Adam2009-01-211-1/+1
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backendMichael Adam2009-01-211-20/+20
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-5/+5
* [s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam2008-10-271-0/+12
* [s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.Michael Adam2008-10-271-0/+11
* Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij2008-10-231-1/+1
* libsmbconf: add "includes" to the forbidden_valnames[].Michael Adam2008-06-231-0/+1
* libsmbconf: fastpaths first in smbconf_reg_valname_valid().Michael Adam2008-06-231-2/+2
* Increase level of debug msg when a regkey is not foundVolker Lendecke2008-04-231-1/+1
* libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam2008-04-231-12/+1
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-231-6/+27
* libsmbconf: fix segfault in listing share names / config.Michael Adam2008-04-161-1/+1
* libmsbconf: add handling of NULL share parameters to registry backend.Michael Adam2008-04-151-14/+92
* libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam2008-04-131-1/+1
* registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam2008-04-131-2/+2
* registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2008-04-131-1/+1
* libsmbconf: return success and count 0 from get_includes when no includes pre...Michael Adam2008-04-101-0/+3
* libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam2008-04-101-0/+25
* libsmbconf: let set_includes delete the includes paramter when given an empty...Michael Adam2008-04-101-2/+9
* libsmbconf: prevent getting/deleting value "includes".Michael Adam2008-04-101-0/+10
* libsmbconf: consider "include" a forbidden parameter in regisry config again.Michael Adam2008-04-101-0/+1
* libsmbconf: add includes at the end of parameter list in reg_get_share().Michael Adam2008-04-101-1/+24
* libsmbconf: add function smbconf_reg_valname_valid() and use it in get_values()Michael Adam2008-04-101-4/+16
* libsmbconf: refactor get_includes on opened key into smbconf_reg_get_includes...Michael Adam2008-04-101-40/+56
* libsmbconf: rename registry_smbconf_valname_forbidden() to smbconf_reg_valnam...Michael Adam2008-04-101-2/+2
* libsmbconf: make registry_smbconf_valname_forbidden() staticMichael Adam2008-04-101-1/+1
* libsmbconf: move registry_smbconf_valname_forbidden() to the registry backendMichael Adam2008-04-101-0/+22
* libsmbconf: more sanely print multi_sz values in registry backendMichael Adam2008-04-101-2/+2
* libsmbconf: implement get_includes() and set_includes() for registry backend.Michael Adam2008-04-101-2/+117
* libsmbconf: add talloc context to the get_includes methods.Michael Adam2008-04-101-0/+1
* libsmbconf: add get_includes() and set_includes() to the API.Michael Adam2008-04-101-1/+20
* libsmbconf: reformat smbconf_format_registry_value() - indentations/tabsMichael Adam2008-04-101-12/+12
* libsmbconf: untangle assignment and test in for-loop condition.Michael Adam2008-04-101-4/+4
* libsmbconf: move initialization of registry value down after error checks.Michael Adam2008-04-031-6/+6
* registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam2008-03-211-2/+0
* libsmbconf: add internal open/close handling to registry backend.Michael Adam2008-03-211-4/+38
* libsmbconf: add a comment.Michael Adam2008-03-211-0/+3
* libsmbconf: add private_data section to smbconf_ctx.Michael Adam2008-03-211-7/+19
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-211-9/+19
* libsmbconf: add a comment.Michael Adam2008-03-211-1/+5
* libsmbconf: move registry implementation to a module of its own.Michael Adam2008-03-211-0/+744