summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_db.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:registry: introduce REG_DBWRAP_FLAGS to use for all db_open callsMichael Adam2014-02-071-0/+1
| | | | | | | This is in accordance with the use of REG_TDB_FLAGS. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s3:registry: introduce a define REGDB_CODE_VERSION and use it in regdb code.Michael Adam2011-09-021-0/+2
| | | | | This is to not use the precise code version REGDB_VERSION_V3 explicitly in the code.
* s3:registry: rename REGVE_Vx toREGDB_VERSION_Vx for consistencyMichael Adam2011-09-021-4/+4
|
* s3:registry: set registry version to 3 and add upgrade codeMichael Adam2011-07-041-0/+2
| | | | Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
* s3:registry: move the reg_db.h from include/ to registry/Michael Adam2010-09-211-0/+32