summaryrefslogtreecommitdiff
path: root/source3/registry/reg_dispatcher.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-07s3:registry: let reg_values_need_update() return true if the backend does not...Michael Adam1-1/+1
2012-05-07s3:registry: let reg_subkeys_need_update() return true if the backend does no...Michael Adam1-1/+1
2011-10-27s3: Include uid_wrapper where it is missing.Andreas Schneider1-0/+1
2011-08-08s3:registry avoid updating keys which are going to be deleted inGregor Beck1-2/+2
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-11s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett1-1/+1
2010-05-25s3:registry: extraxt the reg_dispatcher prototypes into their own header.Michael Adam1-0/+1
2010-05-18s3-secdesc: use SD_REVISION from security.idl.Günther Deschner1-1/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-3/+3
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-1/+1
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-1/+1
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2010-03-16s3-registry: make sure root has full registry access (in particular for make ...Günther Deschner1-0/+6
2009-04-27s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam1-12/+17
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-3/+3
2009-02-27Use talloc_tos() in regkey_access_check()Volker Lendecke1-13/+2
2009-02-26s3:registry: add a delete_subkey method to the backend ops.Michael Adam1-0/+9
2009-02-26s3:registry: add a create_subkey method to the backend ops.Michael Adam1-0/+9
2009-02-26s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam1-3/+3
2009-02-23Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison1-4/+4
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison1-1/+2
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison1-7/+3
2008-04-13registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam1-21/+20
2008-02-18Add NT Authority\System as group sid to default registry key security descrip...Michael Adam1-1/+2
2008-02-18Change construct_registry_sd() to return WERROR instead of the SEC_DESC *.Michael Adam1-11/+12
2008-02-18Reformat construct_registry_sd() slightly (stick to coding rules).Michael Adam1-8/+17
2008-02-18Use BUILTIN\administrators as owner of the default registry key security desc...Michael Adam1-1/+1
2008-01-21Move reg_frontend_hilvl.c to reg_dispatcher.cMichael Adam1-0/+235