summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_hkpt_params.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all uses of uint32/16/8 to _t in source3/registry.Richard Sharpe2015-05-121-2/+2
* Change the registry subsystem to use uint32_t from uint32. Also change sessio...Richard Sharpe2015-04-161-2/+2
* s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam2010-05-251-0/+1
* s3:registry: extract reg_perfcount prototypes into header of their own.Michael Adam2010-05-251-0/+1
* s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam2010-05-251-2/+2
* 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-1/+1
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-261-1/+1
* Some reformatting in hkpt_params_fetch_values().Michael Adam2008-01-201-7/+10
* Add a registry backend hkpt_params that replaces the former dynamic overlay.Michael Adam2008-01-201-0/+67