summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_printing.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-06s3-printing: fix debug statement in virtual registry layerGünther Deschner1-1/+1
(key_driver_fetch_keys). Guenther
2009-04-27s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam1-1/+1
Michael
2009-04-27s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam1-2/+2
Michael
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-12/+12
This paves the way for hiding the typedef and the implementation from the surface. Michael
2009-03-17s3-spoolss: rename construct_dev_mode_new to construct_dev_mode.Günther Deschner1-1/+1
Guenther
2009-03-17s3-spoolss/registry: use libndr to push a spoolss_DeviceMode in ↵Günther Deschner1-22/+15
fill_in_printer_values(). Guenther
2009-03-17s3-spoolss/registry: use marshall_sec_desc in fill_in_printer_values().Günther Deschner1-7/+12
Guenther
2009-02-26s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam1-10/+10
This paves the way for hiding the typedef and the implementation from the surface. Michael
2008-03-23Fix Coverity ID 477Volker Lendecke1-2/+1
(This used to be commit f17b1b0fc6340d21f1a2f43aa7eb2e87f851c51f)
2008-03-23Fix Coverity ID 478Volker Lendecke1-2/+1
(This used to be commit 5f77938dc4a280b654b8d08656f19a7d04cea8c7)
2008-03-17Coverity fixesMarc VanHeyningen1-1/+2
(This used to be commit 3fc85d22590550f0539215d020e4411bf5b14363)
2008-01-21Rename reg_printing.c to reg_backend_printing.cMichael Adam1-0/+1269
Start making naming of source files more systematic to facilitate understanding of the structures. Michael (This used to be commit b3c2fb17a4226559788a47fee968ef19b7fbb6b2)