summaryrefslogtreecommitdiff
path: root/source3/registry/reg_db.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23512: Fix conflict in #define for SECDESC_PREFIX. Ensure allJeremy Allison1-5/+5
2007-10-10r23509: This activates the global options from the registry in loadparm.Michael Adam1-7/+2
2007-10-10r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.cMichael Adam1-7/+0
2007-10-10r23504: Use tdb_wrap_open (instead of usual tdb_open) in reg_db.Michael Adam1-27/+22
2007-10-10r23468: Open registry.tdb with sequence number.Michael Adam1-3/+15
2007-10-10r23460: Re-add whitespace to reduce diff between branches.Michael Adam1-1/+1
2007-10-10r23459: Remove one superfluous cast.Michael Adam1-1/+1
2007-10-10r23458: Cosmetic fix in debug output.Michael Adam1-1/+1
2007-10-10r23379: Whitespace cosmetics, to reduce irritating diffs...Michael Adam1-1/+1
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-7/+7
2007-10-10r21978: make use of tdb_*_bystring()Stefan Metzmacher1-4/+2
2007-10-10r21977: little cosmetic change to remove a local var that's not really neededStefan Metzmacher1-4/+2
2007-10-10r21219: Speed up the initial startup time of smbd on systems with loaded diskVolker Lendecke1-3/+32
2007-10-10r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...Volker Lendecke1-79/+86
2007-10-10r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke1-86/+79
2007-10-10r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke1-3/+89
2007-10-10r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactionsVolker Lendecke1-18/+52
2007-10-10r19839: Fix the build, we are not there yet :-)Volker Lendecke1-1/+0
2007-10-10r19838: We have to delete the value record as well, otherwise the old values ...Volker Lendecke1-0/+4
2007-10-10r19837: Some reformatting (Jerry, I hope you do not mindVolker Lendecke1-4/+9
2007-10-10r17333: Some C++ warningsVolker Lendecke1-2/+2
2007-10-10r17047: Fix a typo and a possible NULL dereferenceVolker Lendecke1-2/+4
2007-10-10r14247: Fix Coverity bug # 136Volker Lendecke1-1/+3
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-3/+2
2007-10-10r10819: merging a couple of fixes from trunkGerald Carter1-3/+59
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-10/+2
2007-10-10r9895: fix typo in registry pathGerald Carter1-1/+1
2007-10-10r9894: Add new registry key expected by Windows XP clients.Gerald Carter1-9/+15
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-27/+51
2007-10-10r9278: Remove unused variable. Bugzilla #2983.Tim Potter1-2/+1
2007-10-10r9115: using #define for reg paths rather than typing the stringGerald Carter1-4/+10
2007-10-10r8501: * disable printer handle object cache (was mostly usedGerald Carter1-2/+2
2007-10-10r8152: * remove commented out structureGerald Carter1-2/+2
2007-10-10r8064: * add the REG_XXX error codes to the pretty error messagesGerald Carter1-2/+7
2007-10-10r8061: * mostly cleanup and refactoring for better readabilityGerald Carter1-1/+2
2007-10-10r8026: * more fixes to the printing registry interfaceGerald Carter1-5/+5
2007-10-10r8007: * cleanup unused structure from reg_objects.hGerald Carter1-34/+26
2007-10-10r7995: * privileges are local except when they're *not*Gerald Carter1-5/+9
2007-10-10r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter1-14/+6
2007-10-10r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter1-18/+168
2007-10-10r7890: * add Reg[SG]etKeySec() server stubsGerald Carter1-29/+17
2007-10-10r7698: * clean upserver frontend for RegDeleteKey()Gerald Carter1-11/+32
2007-10-10r7692: start versioning the registry.tdb file since it can be modified nowGerald Carter1-10/+16
2007-10-10r7691: * add .gdbinit to the svn:ignore filesGerald Carter1-4/+40
2007-10-10r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter1-1/+2
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter1-157/+96
2007-10-10r6680: event log patches from MarcinGerald Carter1-10/+106
2007-10-10r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter1-0/+7
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2