summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9115: using #define for reg paths rather than typing the stringGerald Carter1-4/+10
2007-10-10r9086: * fix invalid read in parse_spoolss when writing a devmode toGerald Carter1-1/+6
2007-10-10r8607: BUG 2900 more compiler warningsGerald Carter1-9/+10
2007-10-10r8606: BUG 2899: fix compiler warning in regfio routineGerald Carter1-1/+1
2007-10-10r8604: BUG 2890: fix unitialized variable reported by Jason Mader <jason@ncac...Gerald Carter1-0/+1
2007-10-10r8501: * disable printer handle object cache (was mostly usedGerald Carter1-2/+2
2007-10-10r8327: * don't use unitialized variablesGerald Carter1-3/+2
2007-10-10r8325: * punt....don't normalize the printer name in the RegCreateKey().Gerald Carter1-3/+1
2007-10-10r8324: * initial cut at creating printers via the registry APIGerald Carter1-5/+40
2007-10-10r8323: * convert RegSetValue() calls immediately beneath the printerGerald Carter1-9/+23
2007-10-10r8322: * get RegSetValue() working for printer subkey valuesGerald Carter1-3/+169
2007-10-10r8152: * remove commented out structureGerald Carter1-2/+2
2007-10-10r8089: successfully delete printer subkeys via the registry....now for valuesGerald Carter1-1/+19
2007-10-10r8066: * had to modify the printer data storage slightly in ntprinters.tdbGerald Carter1-19/+60
2007-10-10r8064: * add the REG_XXX error codes to the pretty error messagesGerald Carter2-41/+72
2007-10-10r8061: * mostly cleanup and refactoring for better readabilityGerald Carter2-313/+304
2007-10-10r8027: driver information is now back via winregGerald Carter1-2/+7
2007-10-10r8026: * more fixes to the printing registry interfaceGerald Carter2-313/+200
2007-10-10r8022: * implement default actions rather than having to define functionsGerald Carter1-398/+338
2007-10-10r8008: * start adding logic for restricting subkey pathsGerald Carter1-69/+56
2007-10-10r8007: * cleanup unused structure from reg_objects.hGerald Carter3-166/+359
2007-10-10r7997: Pointers don't kill people, people with pointers kill people...Gerald Carter1-5/+1
2007-10-10r7995: * privileges are local except when they're *not*Gerald Carter4-41/+41
2007-10-10r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter4-17/+181
2007-10-10r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter6-55/+213
2007-10-10r7890: * add Reg[SG]etKeySec() server stubsGerald Carter1-29/+17
2007-10-10r7838: lie about the printer status when doing the queryvalue() registry call...Gerald Carter1-1/+5
2007-10-10r7698: * clean upserver frontend for RegDeleteKey()Gerald Carter2-24/+84
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 Carter3-10/+46
2007-10-10r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter1-0/+24
2007-10-10r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter5-12/+16
2007-10-10r7470: fix block size caculation error when request size > 4096 bytesGerald Carter1-1/+1
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter1-1/+1
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-2/+2
2007-10-10r7020: fixing printer ace values and getting rid of false compiler warning ab...Gerald Carter1-1/+1
2007-10-10r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter1-1/+4
2007-10-10r6953: Many compilers in the build farm don't like static variables initializ...Volker Lendecke1-3/+3
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter9-374/+2528
2007-10-10r6680: event log patches from MarcinGerald Carter1-10/+106
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke1-1/+1
2007-10-10r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter1-0/+7
2007-10-10r6014: rather large change set....Gerald Carter2-1/+306
2007-10-10r5541: Fix crash bug in the client-spoolss enumdataex-call.Günther Deschner1-1/+1
2007-10-10r5517: code cleanup; rename the sorted_tree to pathtree (used by registry code)Gerald Carter1-4/+5
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison5-23/+23
2007-10-10r2821: Adding "Windows x64" as architecture string and driverdir "x64" for theGünther Deschner1-0/+2
2007-10-10r39: * importing .cvsignore filesGerald Carter1-2/+0
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-22/+19
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-1/+1