summaryrefslogtreecommitdiff
path: root/source3/registry/reg_db.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-1/+1
2002-08-11Merge of case fixes from APPLIANCE_HEAD.Tim Potter1-5/+5
2002-08-06Back out idra's change (at his request) - the values in the tdb *should* beAndrew Bartlett1-1/+1
2002-08-04commented out strupper before key check against internal db, it's no goodSimo Sorce1-1/+1
2002-07-263 things:Gerald Carter1-1/+5
2002-07-24* fix return code so we don't let a client just open any key it wantsGerald Carter1-2/+2
2002-07-24several changes in this checkinGerald Carter1-0/+9
2002-07-20enumeration of printers keys ( no data yet ) via the registryGerald Carter1-4/+4
2002-07-19fixed seg fault in registry frontend caused by trying toGerald Carter1-0/+6
2002-07-19* refactored registry operations some. subkey lists andGerald Carter1-82/+63
2002-07-18virtual registry framework with initial printing hooks.Gerald Carter1-0/+311