summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf_reg.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix Coverity ID 1340, NULL_RETURNSVolker Lendecke2011-04-221-0/+4
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-03-301-0/+1
* s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursiveMichael Adam2010-09-221-3/+2
* s3:registry: move prototype from reg_init_smbconf.c to its own header.Michael Adam2010-09-211-0/+1
* s3:registry: move the reg_api prototypes to their own header.Michael Adam2010-09-211-0/+1
* s3:registry: move higher level function reg_open_path to new module reg_api_utilMichael Adam2010-09-201-0/+1
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-2/+2
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-021-20/+48
* s3:registry: move prototype registry_create_admin_token() to new header reg_u...Michael Adam2010-05-251-0/+1
* s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam2010-05-251-0/+1
* smbconf: only include smbconf headers where needed.Günther Deschner2010-05-181-0/+2
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3:libsmbconf: fix a comment typoMichael Adam2009-04-271-1/+1
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-211-1/+1
* s3/smbconf_reg: Fix typo.Karolin Seeger2009-04-071-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