index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
registry
/
reg_dispatcher.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:registry: let reg_values_need_update() return true if the backend does not...
Michael Adam
2012-05-07
1
-1
/
+1
*
s3:registry: let reg_subkeys_need_update() return true if the backend does no...
Michael Adam
2012-05-07
1
-1
/
+1
*
s3: Include uid_wrapper where it is missing.
Andreas Schneider
2011-10-27
1
-0
/
+1
*
s3:registry avoid updating keys which are going to be deleted in
Gregor Beck
2011-08-08
1
-2
/
+2
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
s3:registry: extraxt the reg_dispatcher prototypes into their own header.
Michael Adam
2010-05-25
1
-0
/
+1
*
s3-secdesc: use SD_REVISION from security.idl.
Günther Deschner
2010-05-18
1
-1
/
+1
*
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
2010-05-18
1
-3
/
+3
*
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
Günther Deschner
2010-05-18
1
-1
/
+1
*
s3-secdesc: remove "typedef struct security_ace SEC_ACE".
Günther Deschner
2010-05-18
1
-1
/
+1
*
s3-registry: only include registry headers when really needed.
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3-registry: make sure root has full registry access (in particular for make ...
Günther Deschner
2010-03-16
1
-0
/
+6
*
s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handle
Michael Adam
2009-04-27
1
-12
/
+17
*
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
2009-04-27
1
-3
/
+3
*
Use talloc_tos() in regkey_access_check()
Volker Lendecke
2009-02-27
1
-13
/
+2
*
s3:registry: add a delete_subkey method to the backend ops.
Michael Adam
2009-02-26
1
-0
/
+9
*
s3:registry: add a create_subkey method to the backend ops.
Michael Adam
2009-02-26
1
-0
/
+9
*
s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"
Michael Adam
2009-02-26
1
-3
/
+3
*
Quieten down a boatload of shadowed variable warnings on Solaris.
Jeremy Allison
2009-02-23
1
-4
/
+4
*
Unify se_access_check with the S4 code. Will make
Jeremy Allison
2008-10-31
1
-1
/
+2
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-09
1
-7
/
+3
*
registry: remove the REGISTRY_HOOKS layer from the reghook cache.
Michael Adam
2008-04-13
1
-21
/
+20
*
Add NT Authority\System as group sid to default registry key security descrip...
Michael Adam
2008-02-18
1
-1
/
+2
*
Change construct_registry_sd() to return WERROR instead of the SEC_DESC *.
Michael Adam
2008-02-18
1
-11
/
+12
*
Reformat construct_registry_sd() slightly (stick to coding rules).
Michael Adam
2008-02-18
1
-8
/
+17
*
Use BUILTIN\administrators as owner of the default registry key security desc...
Michael Adam
2008-02-18
1
-1
/
+1
*
Move reg_frontend_hilvl.c to reg_dispatcher.c
Michael Adam
2008-01-21
1
-0
/
+235