summaryrefslogtreecommitdiff
path: root/source3/registry
Commit message (Expand)AuthorAgeFilesLines
* r10012: fix build breakage caused by forgotten commit in local treeGerald Carter2007-10-101-1/+1
* r9965: Fix some typo'sJelmer Vernooij2007-10-101-4/+4
* r9914: key ordering in hash list is case insensitiveGerald Carter2007-10-101-1/+1
* 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-104-128/+116
* r9657: fix final issue with regf sk_records; profiles now successfully rewritesGerald Carter2007-10-101-6/+12
* r9656: fix bug in sk record list with next offsetsGerald Carter2007-10-101-2/+2
* r9486: ensure that the registry hash records are sorted by original subkey na...Gerald Carter2007-10-101-3/+4
* 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
* r9086: * fix invalid read in parse_spoolss when writing a devmode toGerald Carter2007-10-101-1/+6
* r8607: BUG 2900 more compiler warningsGerald Carter2007-10-101-9/+10
* r8606: BUG 2899: fix compiler warning in regfio routineGerald Carter2007-10-101-1/+1
* r8604: BUG 2890: fix unitialized variable reported by Jason Mader <jason@ncac...Gerald Carter2007-10-101-0/+1
* r8501: * disable printer handle object cache (was mostly usedGerald Carter2007-10-101-2/+2
* r8327: * don't use unitialized variablesGerald Carter2007-10-101-3/+2
* r8325: * punt....don't normalize the printer name in the RegCreateKey().Gerald Carter2007-10-101-3/+1
* r8324: * initial cut at creating printers via the registry APIGerald Carter2007-10-101-5/+40
* r8323: * convert RegSetValue() calls immediately beneath the printerGerald Carter2007-10-101-9/+23
* r8322: * get RegSetValue() working for printer subkey valuesGerald Carter2007-10-101-3/+169
* r8152: * remove commented out structureGerald Carter2007-10-101-2/+2
* r8089: successfully delete printer subkeys via the registry....now for valuesGerald Carter2007-10-101-1/+19
* r8066: * had to modify the printer data storage slightly in ntprinters.tdbGerald Carter2007-10-101-19/+60
* r8064: * add the REG_XXX error codes to the pretty error messagesGerald Carter2007-10-102-41/+72
* r8061: * mostly cleanup and refactoring for better readabilityGerald Carter2007-10-102-313/+304
* r8027: driver information is now back via winregGerald Carter2007-10-101-2/+7
* r8026: * more fixes to the printing registry interfaceGerald Carter2007-10-102-313/+200
* r8022: * implement default actions rather than having to define functionsGerald Carter2007-10-101-398/+338
* r8008: * start adding logic for restricting subkey pathsGerald Carter2007-10-101-69/+56
* r8007: * cleanup unused structure from reg_objects.hGerald Carter2007-10-103-166/+359
* r7997: Pointers don't kill people, people with pointers kill people...Gerald Carter2007-10-101-5/+1
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-104-41/+41
* r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter2007-10-104-17/+181
* r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter2007-10-106-55/+213
* r7890: * add Reg[SG]etKeySec() server stubsGerald Carter2007-10-101-29/+17
* r7838: lie about the printer status when doing the queryvalue() registry call...Gerald Carter2007-10-101-1/+5
* r7698: * clean upserver frontend for RegDeleteKey()Gerald Carter2007-10-102-24/+84
* 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-103-10/+46
* r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter2007-10-101-0/+24
* r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter2007-10-105-12/+16
* r7470: fix block size caculation error when request size > 4096 bytesGerald Carter2007-10-101-1/+1
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-101-1/+1
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-2/+2
* r7020: fixing printer ace values and getting rid of false compiler warning ab...Gerald Carter2007-10-101-1/+1
* r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter2007-10-101-1/+4
* r6953: Many compilers in the build farm don't like static variables initializ...Volker Lendecke2007-10-101-3/+3
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-109-374/+2528
* r6680: event log patches from MarcinGerald Carter2007-10-101-10/+106