summaryrefslogtreecommitdiffstats
path: root/source/registry/reg_printing.c
Commit message (Expand)AuthorAgeFilesLines
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-101-1/+1
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-2/+2
* r17333: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-3/+1
* r16603: Klockwork #2028. Fix null deref on error path.Jeremy Allison2007-10-101-12/+38
* r16424: Fix possible null deref and a memory leak found byJeremy Allison2007-10-101-1/+5
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-8/+5
* r11860: BUG 3156: don't use find_service() when explicitly looking for a prin...Gerald Carter2007-10-101-1/+10
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-34/+6
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-10/+10
* 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
* 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-101-39/+65
* r8061: * mostly cleanup and refactoring for better readabilityGerald Carter2007-10-101-312/+302
* r8027: driver information is now back via winregGerald Carter2007-10-101-2/+7
* r8026: * more fixes to the printing registry interfaceGerald Carter2007-10-101-308/+195
* 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-101-130/+331
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-101-31/+24
* r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter2007-10-101-6/+6
* r7838: lie about the printer status when doing the queryvalue() registry call...Gerald Carter2007-10-101-1/+5
* r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter2007-10-101-1/+2
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-2/+2
* 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-101-138/+244
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-7/+7
* r2821: Adding "Windows x64" as architecture string and driverdir "x64" for theGünther Deschner2007-10-101-0/+2
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-22/+19
* More const fixes.Jeremy Allison2003-03-051-1/+1
* Progress on CR 601Gerald Carter2003-02-251-4/+3
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-62/+78
* Fairly large change to printing code.Gerald Carter2002-08-161-2/+4
* hardcode printprocessor name since it is everywhere elseGerald Carter2002-07-291-1/+1
* done! printer_info_2, devicemode, sec_desc, & printer data all enumerateGerald Carter2002-07-241-3/+175
* several changes in this checkinGerald Carter2002-07-241-2/+256
* * fix to display correct form information in REG_BINARY informationGerald Carter2002-07-231-17/+19
* another intermediate checkin on the way to enumerating formsGerald Carter2002-07-201-22/+64
* enumeration of printers keys ( no data yet ) via the registryGerald Carter2002-07-201-20/+42
* * refactored registry operations some. subkey lists andGerald Carter2002-07-191-61/+138
* Formatting fixup. Fix shadow warning.Jeremy Allison2002-07-191-6/+6
* virtual registry framework with initial printing hooks.Gerald Carter2002-07-181-0/+243