summaryrefslogtreecommitdiffstats
path: root/source/registry/reg_db.c
Commit message (Expand)AuthorAgeFilesLines
* r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactionsVolker Lendecke2007-10-101-18/+52
* r19839: Fix the build, we are not there yet :-)Volker Lendecke2007-10-101-1/+0
* r19838: We have to delete the value record as well, otherwise the old values ...Volker Lendecke2007-10-101-0/+4
* r19837: Some reformatting (Jerry, I hope you do not mindVolker Lendecke2007-10-101-4/+9
* r17333: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* r17047: Fix a typo and a possible NULL dereferenceVolker Lendecke2007-10-101-2/+4
* r14247: Fix Coverity bug # 136Volker Lendecke2007-10-101-1/+3
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-3/+2
* r10819: merging a couple of fixes from trunkGerald Carter2007-10-101-3/+59
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-10/+2
* r9895: fix typo in registry pathGerald Carter2007-10-101-1/+1
* r9894: Add new registry key expected by Windows XP clients.Gerald Carter2007-10-101-9/+15
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-27/+51
* r9278: Remove unused variable. Bugzilla #2983.Tim Potter2007-10-101-2/+1
* r9115: using #define for reg paths rather than typing the stringGerald Carter2007-10-101-4/+10
* r8501: * disable printer handle object cache (was mostly usedGerald Carter2007-10-101-2/+2
* r8152: * remove commented out structureGerald Carter2007-10-101-2/+2
* r8064: * add the REG_XXX error codes to the pretty error messagesGerald Carter2007-10-101-2/+7
* r8061: * mostly cleanup and refactoring for better readabilityGerald Carter2007-10-101-1/+2
* r8026: * more fixes to the printing registry interfaceGerald Carter2007-10-101-5/+5
* r8007: * cleanup unused structure from reg_objects.hGerald Carter2007-10-101-34/+26
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-101-5/+9
* r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter2007-10-101-14/+6
* r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter2007-10-101-18/+168
* r7890: * add Reg[SG]etKeySec() server stubsGerald Carter2007-10-101-29/+17
* r7698: * clean upserver frontend for RegDeleteKey()Gerald Carter2007-10-101-11/+32
* r7692: start versioning the registry.tdb file since it can be modified nowGerald Carter2007-10-101-10/+16
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2007-10-101-4/+40
* r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter2007-10-101-1/+2
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-157/+96
* r6680: event log patches from MarcinGerald Carter2007-10-101-10/+106
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2007-10-101-0/+7
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-1/+1
* Merge of case fixes from APPLIANCE_HEAD.Tim Potter2002-08-111-5/+5
* Back out idra's change (at his request) - the values in the tdb *should* beAndrew Bartlett2002-08-061-1/+1
* commented out strupper before key check against internal db, it's no goodSimo Sorce2002-08-041-1/+1
* 3 things:Gerald Carter2002-07-261-1/+5
* * fix return code so we don't let a client just open any key it wantsGerald Carter2002-07-241-2/+2
* several changes in this checkinGerald Carter2002-07-241-0/+9
* enumeration of printers keys ( no data yet ) via the registryGerald Carter2002-07-201-4/+4
* fixed seg fault in registry frontend caused by trying toGerald Carter2002-07-191-0/+6
* * refactored registry operations some. subkey lists andGerald Carter2002-07-191-82/+63
* virtual registry framework with initial printing hooks.Gerald Carter2002-07-181-0/+311