summaryrefslogtreecommitdiff
path: root/source3/registry/reg_printing.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-8/+5
2007-10-10r11860: BUG 3156: don't use find_service() when explicitly looking for a prin...Gerald Carter1-1/+10
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-34/+6
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-10/+10
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-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 Carter1-39/+65
2007-10-10r8061: * mostly cleanup and refactoring for better readabilityGerald Carter1-312/+302
2007-10-10r8027: driver information is now back via winregGerald Carter1-2/+7
2007-10-10r8026: * more fixes to the printing registry interfaceGerald Carter1-308/+195
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 Carter1-130/+331
2007-10-10r7995: * privileges are local except when they're *not*Gerald Carter1-31/+24
2007-10-10r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter1-6/+6
2007-10-10r7838: lie about the printer status when doing the queryvalue() registry call...Gerald Carter1-1/+5
2007-10-10r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter1-1/+2
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-2/+2
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 Carter1-138/+244
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-7/+7
2007-10-10r2821: Adding "Windows x64" as architecture string and driverdir "x64" for theGünther Deschner1-0/+2
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-22/+19
2003-03-05More const fixes.Jeremy Allison1-1/+1
2003-02-25Progress on CR 601Gerald Carter1-4/+3
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-62/+78
2002-08-16Fairly large change to printing code.Gerald Carter1-2/+4
2002-07-29hardcode printprocessor name since it is everywhere elseGerald Carter1-1/+1
2002-07-24done! printer_info_2, devicemode, sec_desc, & printer data all enumerateGerald Carter1-3/+175
2002-07-24several changes in this checkinGerald Carter1-2/+256
2002-07-23* fix to display correct form information in REG_BINARY informationGerald Carter1-17/+19
2002-07-20another intermediate checkin on the way to enumerating formsGerald Carter1-22/+64
2002-07-20enumeration of printers keys ( no data yet ) via the registryGerald Carter1-20/+42
2002-07-19* refactored registry operations some. subkey lists andGerald Carter1-61/+138
2002-07-19Formatting fixup. Fix shadow warning.Jeremy Allison1-6/+6
2002-07-18virtual registry framework with initial printing hooks.Gerald Carter1-0/+243