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