summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_current_version.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett1-2/+2
2010-06-28s3-registry: Fixed keyname delimiter in KEY_CURRENT_VERSION_NORM.Andreas Schneider1-1/+1
2010-05-25s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam1-0/+1
2010-05-25s3:registry: rename reg_util.{c,h} to reg_util_internal.{c,h}Michael Adam1-1/+1
2010-05-25s3:registry: extract the reg_util prototypes into their own header.Michael Adam1-0/+1
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2009-09-30s3-registry: use regval_ctr_addvalue_sz().Günther Deschner1-9/+3
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-03-11Fix return of reg values below HKLM/SOFTWARE/MICROSOFT/WINDOWSNT/CURRENTVERSION.Günther Deschner1-1/+1
2008-01-20Some reformatting of current_version_fetch_values().Michael Adam1-11/+12
2008-01-20Add a registry backend current_version that replaces the former dynamic overlay.Michael Adam1-0/+80