summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_backend_smbconf.c
Commit message (Expand)AuthorAgeFilesLines
* s3:registry: implement values_need_update and subkeys_need_update in the smbc...Michael Adam2012-05-051-0/+11
* s3:registry avoid updating keys which are going to be deleted inGregor Beck2011-08-081-2/+2
* s3: only include lib/privileges.h where needed.Günther Deschner2011-03-301-0/+1
* Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...Jeremy Allison2010-10-221-1/+1
* Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...Jeremy Allison2010-10-221-1/+1
* s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett2010-09-111-1/+1
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-1/+1
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-2/+2
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-271-2/+2
* s3:registry: implement delete_subkey in the smbconf backendMichael Adam2009-02-261-0/+6
* s3:registry: implement create_subkey for the smbconf backendMichael Adam2009-02-261-0/+6
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-261-2/+2
* registry: remove parameter checks from smbconf backend: they are in libsmbconf.Michael Adam2008-04-031-191/+1
* Rename reg_smbconf.c to reg_backend_smbconf.cMichael Adam2008-01-211-0/+275