summaryrefslogtreecommitdiff
path: root/source3/include/reg_objects.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-27s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam1-4/+4
2009-04-27s3:registry replace typedef REGISTRY_HOOK by struct registry_hook.Michael Adam1-2/+2
2009-04-27s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam1-3/+3
2009-04-27s3:registry: make a comment more precise.Michael Adam1-1/+1
2009-04-27s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam1-3/+3
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-6/+6
2009-02-26s3:registry: add a delete_subkey method to the backend ops.Michael Adam1-0/+1
2009-02-26s3:registry: add a create_subkey method to the backend ops.Michael Adam1-0/+1
2009-02-26s3:registry: remove definition of regsubkey_ctr from the surface.Michael Adam1-5/+1
2009-02-26s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam1-6/+6
2008-04-13registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam1-1/+1
2008-02-29Add infrastructure for reading/storing Group Policy state and control data in...Günther Deschner1-0/+7
2008-01-20Add a registry backend perflib that replaces the former dynamic overlay.Michael Adam1-0/+2
2008-01-20Add a registry backend current_version that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-20Reorder the registry key name constants in a more systematic way.Michael Adam1-5/+5
2008-01-20Add a registry backend tcpip_params that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-20Add a registry backend prod_options that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-18Add a registry backend netlogon_params that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-14Add detection for need of update to the registry db.Michael Adam1-0/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke1-1/+7
2007-10-10r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke1-1/+8
2007-10-10r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke1-4/+4
2007-10-10r19807: First attempt at wrapping something sane around the registry API. Wil...Volker Lendecke1-0/+25
2007-10-10r18963: * Move parts of registry headers that were still inGerald Carter1-2/+71
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-2/+0
2007-10-10r8007: * cleanup unused structure from reg_objects.hGerald Carter1-13/+0
2007-10-10r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter1-0/+1
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter1-0/+63