libsmbconf: Convert smbconf_create_share() to smbErr.
[ira/wip.git] / source3 / lib / smbconf / smbconf_reg.c
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_create_share() to smbErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_share_names() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_drop() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_open() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_init() to sbcErr.
2011-04-22 Volker Lendeckes3: Fix Coverity ID 1340, NULL_RETURNS
2011-03-29 Günther Deschnerregistry: create and use shared libcli/registry/util_re...
2010-09-22 Michael Adams3:registry: remove unneeded TALLOC_CTX argument from...
2010-09-21 Michael Adams3:registry: move prototype from reg_init_smbconf.c...
2010-09-21 Michael Adams3:registry: move the reg_api prototypes to their own...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Michael Adams3:registry: move higher level function reg_open_path...
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
2010-07-02 Günther Deschners3-registry: avoid using registry_value union.
2010-05-25 Michael Adams3:registry: move prototype registry_create_admin_token...
2010-05-25 Michael Adams3:registry: extract the reg_backend_db prototypes...
2010-05-18 Günther Deschnersmbconf: only include smbconf headers where needed.
2010-05-17 Günther Deschners3-registry: only include registry headers when really...
2009-04-27 Michael Adams3:libsmbconf: fix a comment typo
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Günther Deschners3-secdesc: move all winreg access bits to IDL.
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-07 Karolin Seegers3/smbconf_reg: Fix typo.
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-04 Michael Adams3:smbconf: move smbconf_share_exists checks into backend
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...