summaryrefslogtreecommitdiff
path: root/source3/registry/reg_dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/registry/Günther Deschner2016-09-281-2/+2
* Change the registry subsystem to use uint32_t from uint32. Also change sessio...Richard Sharpe2015-04-161-2/+2
* s3: Use root_mode() to get uid_wrapper working correctly.Andreas Schneider2014-04-171-1/+1
* s3:registry: let reg_values_need_update() return true if the backend does not...Michael Adam2012-05-071-1/+1
* s3:registry: let reg_subkeys_need_update() return true if the backend does no...Michael Adam2012-05-071-1/+1
* s3: Include uid_wrapper where it is missing.Andreas Schneider2011-10-271-0/+1
* s3:registry avoid updating keys which are going to be deleted inGregor Beck2011-08-081-2/+2
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-1/+1
* s3:registry: extraxt the reg_dispatcher prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3-secdesc: use SD_REVISION from security.idl.Günther Deschner2010-05-181-1/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-3/+3
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-1/+1
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-181-1/+1
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3-registry: make sure root has full registry access (in particular for make ...Günther Deschner2010-03-161-0/+6
* s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam2009-04-271-12/+17
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-271-3/+3
* Use talloc_tos() in regkey_access_check()Volker Lendecke2009-02-271-13/+2
* s3:registry: add a delete_subkey method to the backend ops.Michael Adam2009-02-261-0/+9
* s3:registry: add a create_subkey method to the backend ops.Michael Adam2009-02-261-0/+9
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-261-3/+3
* Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison2009-02-231-4/+4
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-311-1/+2
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-7/+3
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-131-21/+20
* Add NT Authority\System as group sid to default registry key security descrip...Michael Adam2008-02-181-1/+2
* Change construct_registry_sd() to return WERROR instead of the SEC_DESC *.Michael Adam2008-02-181-11/+12
* Reformat construct_registry_sd() slightly (stick to coding rules).Michael Adam2008-02-181-8/+17
* Use BUILTIN\administrators as owner of the default registry key security desc...Michael Adam2008-02-181-1/+1
* Move reg_frontend_hilvl.c to reg_dispatcher.cMichael Adam2008-01-211-0/+235