summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_backend_netlogon_params.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam2010-05-251-0/+1
| | | | | Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code.
* s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam2010-05-251-1/+1
|
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-1/+1
| | | | Guenther
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-2/+2
| | | | Michael
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-271-1/+1
| | | | | | | This paves the way for hiding the typedef and the implementation from the surface. Michael
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-261-1/+1
| | | | | | | This paves the way for hiding the typedef and the implementation from the surface. Michael
* Some reformatting in netlogon_params_fetch_values().Michael Adam2008-01-201-6/+7
| | | | | Michael (This used to be commit 24f13fb72e4cbaba48235fa840b2a93bf1c5d9c3)
* Rename netlogon_params_fetch_reg_values() to netlogon_params_fetch_values().Michael Adam2008-01-201-3/+2
| | | | | Michael (This used to be commit 54e7c8098565495a833500d4b2a8d5240ed55c82)
* In reg_backend_netlogon_params, delegate fetch_subkeys() to regdb.Michael Adam2008-01-201-0/+7
| | | | | | | | | In order to be able to open the netlogon_params key (the new backend replacing the former dynamic overlay), certain methods need to be provided. Delegate these to the regdb backend (like e.g. the smbconf backend does). Michael (This used to be commit 9261b2c4bf48e133eecda9ec0095bd8edf20326c)
* Use C99 structure initializers for netlogon_params_reg_ops.Michael Adam2008-01-181-9/+1
| | | | | Michael (This used to be commit f3901f179b770ffadb3e5a82ac5a2da00d83f40a)
* Add a registry backend netlogon_params that replaces the former dynamic overlay.Michael Adam2008-01-181-0/+58
This is the first step in replacing the dynamic overlays by proper backends implementing REGISTRY_OPS. Michael (This used to be commit e8a0524961d81fa83e0316905dc9d215e4aa7656)