summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_netlogon_params.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2010-05-25s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam1-0/+1
2010-05-25s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam1-1/+1
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2009-07-14s3-account_policy: add pdb_policy_type enum.Günther Deschner1-1/+1
2009-04-27s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam1-2/+2
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-1/+1
2009-02-26s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam1-1/+1
2008-01-20Some reformatting in netlogon_params_fetch_values().Michael Adam1-6/+7
2008-01-20Rename netlogon_params_fetch_reg_values() to netlogon_params_fetch_values().Michael Adam1-3/+2
2008-01-20In reg_backend_netlogon_params, delegate fetch_subkeys() to regdb.Michael Adam1-0/+7
2008-01-18Use C99 structure initializers for netlogon_params_reg_ops.Michael Adam1-9/+1
2008-01-18Add a registry backend netlogon_params that replaces the former dynamic overlay.Michael Adam1-0/+58