summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf_reg.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-02s3-registry: avoid using registry_value union.Günther Deschner1-20/+48
2010-05-25s3:registry: move prototype registry_create_admin_token() to new header reg_u...Michael Adam1-0/+1
2010-05-25s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam1-0/+1
2010-05-18smbconf: only include smbconf headers where needed.Günther Deschner1-0/+2
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2009-04-27s3:libsmbconf: fix a comment typoMichael Adam1-1/+1
2009-04-21s3-secdesc: move all winreg access bits to IDL.Günther Deschner1-1/+1
2009-04-07s3/smbconf_reg: Fix typo.Karolin Seeger1-1/+1
2009-03-04s3:smbconf: move smbconf_share_exists checks into backendMichael Adam1-4/+9
2009-02-26s3:libsmbconf: add transactions to the libsmbconf apiMichael Adam1-0/+18
2009-02-26Speed up "net conf list"Volker Lendecke1-115/+41
2009-02-26Speed up "net conf list"Volker Lendecke1-0/+3
2009-01-21s3:libsmbconf: include smbconf headers with lib/smbconf prefixMichael Adam1-1/+1
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backendMichael Adam1-20/+20
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-5/+5
2008-10-27[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam1-0/+12
2008-10-27[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.Michael Adam1-0/+11
2008-10-23Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij1-1/+1
2008-06-23libsmbconf: add "includes" to the forbidden_valnames[].Michael Adam1-0/+1
2008-06-23libsmbconf: fastpaths first in smbconf_reg_valname_valid().Michael Adam1-2/+2
2008-04-23Increase level of debug msg when a regkey is not foundVolker Lendecke1-1/+1
2008-04-23libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam1-12/+1
2008-04-23libsmbconf: rewrite API to use smbconf_service structMichael Adam1-6/+27
2008-04-16libsmbconf: fix segfault in listing share names / config.Michael Adam1-1/+1
2008-04-15libmsbconf: add handling of NULL share parameters to registry backend.Michael Adam1-14/+92
2008-04-13libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam1-1/+1
2008-04-13registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam1-2/+2
2008-04-13registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam1-1/+1
2008-04-10libsmbconf: return success and count 0 from get_includes when no includes pre...Michael Adam1-0/+3
2008-04-10libsmbconf: add delete_includes mehtod to the api (and backend implementations)Michael Adam1-0/+25
2008-04-10libsmbconf: let set_includes delete the includes paramter when given an empty...Michael Adam1-2/+9
2008-04-10libsmbconf: prevent getting/deleting value "includes".Michael Adam1-0/+10
2008-04-10libsmbconf: consider "include" a forbidden parameter in regisry config again.Michael Adam1-0/+1
2008-04-10libsmbconf: add includes at the end of parameter list in reg_get_share().Michael Adam1-1/+24
2008-04-10libsmbconf: add function smbconf_reg_valname_valid() and use it in get_values()Michael Adam1-4/+16
2008-04-10libsmbconf: refactor get_includes on opened key into smbconf_reg_get_includes...Michael Adam1-40/+56
2008-04-10libsmbconf: rename registry_smbconf_valname_forbidden() to smbconf_reg_valnam...Michael Adam1-2/+2
2008-04-10libsmbconf: make registry_smbconf_valname_forbidden() staticMichael Adam1-1/+1
2008-04-10libsmbconf: move registry_smbconf_valname_forbidden() to the registry backendMichael Adam1-0/+22
2008-04-10libsmbconf: more sanely print multi_sz values in registry backendMichael Adam1-2/+2
2008-04-10libsmbconf: implement get_includes() and set_includes() for registry backend.Michael Adam1-2/+117
2008-04-10libsmbconf: add talloc context to the get_includes methods.Michael Adam1-0/+1
2008-04-10libsmbconf: add get_includes() and set_includes() to the API.Michael Adam1-1/+20
2008-04-10libsmbconf: reformat smbconf_format_registry_value() - indentations/tabsMichael Adam1-12/+12
2008-04-10libsmbconf: untangle assignment and test in for-loop condition.Michael Adam1-4/+4
2008-04-03libsmbconf: move initialization of registry value down after error checks.Michael Adam1-6/+6
2008-03-21registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam1-2/+0
2008-03-21libsmbconf: add internal open/close handling to registry backend.Michael Adam1-4/+38
2008-03-21libsmbconf: add a comment.Michael Adam1-0/+3
2008-03-21libsmbconf: add private_data section to smbconf_ctx.Michael Adam1-7/+19