summaryrefslogtreecommitdiffstats
path: root/source3/include/reg_objects.h
Commit message (Expand)AuthorAgeFilesLines
* s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam2010-05-251-75/+0
* s3:registry: move non-reg_objects definitions from reg_objects.h to registry.hMichael Adam2010-05-251-119/+0
* s3:registry: hide definition of regval_ctr and regval_blob in reg_objects.cMichael Adam2010-05-251-12/+2
* s3:registry:reg_objects: add regval_ctr_set_seqnum()Michael Adam2010-05-251-0/+1
* s3:registry:reg_objects: add regval_ctr_get_seqnum()Michael Adam2010-05-251-0/+1
* s3:registry:reg_objects: add regval_ctr_init()Michael Adam2010-05-251-0/+1
* s3:registry: move definition of registry_hook to reg_init_full.c - it's only ...Michael Adam2010-05-251-5/+0
* s3:registry: fix regval_ctr_addvalue() to take data as uint8 *, not char *.Michael Adam2010-05-251-1/+1
* s3:registry: fix data_p arg of regval_compose to be 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/+36
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-4/+4
* s3:registry replace typedef REGISTRY_HOOK by struct registry_hook.Michael Adam2009-04-271-2/+2
* s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam2009-04-271-3/+3
* s3:registry: make a comment more precise.Michael Adam2009-04-271-1/+1
* s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam2009-04-271-3/+3
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-271-6/+6
* s3:registry: add a delete_subkey method to the backend ops.Michael Adam2009-02-261-0/+1
* s3:registry: add a create_subkey method to the backend ops.Michael Adam2009-02-261-0/+1
* s3:registry: remove definition of regsubkey_ctr from the surface.Michael Adam2009-02-261-5/+1
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-261-6/+6
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-131-1/+1
* Add infrastructure for reading/storing Group Policy state and control data in...Günther Deschner2008-02-291-0/+7
* Add a registry backend perflib that replaces the former dynamic overlay.Michael Adam2008-01-201-0/+2
* Add a registry backend current_version that replaces the former dynamic overlay.Michael Adam2008-01-201-0/+1
* Reorder the registry key name constants in a more systematic way.Michael Adam2008-01-201-5/+5
* Add a registry backend tcpip_params that replaces the former dynamic overlay.Michael Adam2008-01-201-0/+1
* Add a registry backend prod_options that replaces the former dynamic overlay.Michael Adam2008-01-201-0/+1
* Add a registry backend netlogon_params that replaces the former dynamic overlay.Michael Adam2008-01-181-0/+1
* Add detection for need of update to the registry db.Michael Adam2008-01-141-0/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-101-1/+7
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-101-1/+8
* r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke2007-10-101-4/+4
* r19807: First attempt at wrapping something sane around the registry API. Wil...Volker Lendecke2007-10-101-0/+25
* r18963: * Move parts of registry headers that were still inGerald Carter2007-10-101-2/+71
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-2/+0
* r8007: * cleanup unused structure from reg_objects.hGerald Carter2007-10-101-13/+0
* r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter2007-10-101-0/+1
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-0/+63