summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_printing.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-25s3:registry: printing backend: use regdb options via ops struct, not directlyMichael Adam1-9/+10
just like the other backends. This is in preparation of making the backend functions private Signed-off-by: Andreas Schneider <asn@samba.org>
2011-03-18s3-registry: remove some unused headers.Günther Deschner1-2/+0
Guenther
2010-07-27s3-registry: Redirect KEY_CONTROL_PRINTERS to KEY_WINNT_PRINTERS.Andreas Schneider1-1018/+41
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-06-28s3-registry: fix printing keyname delimiter.Günther Deschner1-8/+8
Guenther
2010-06-03s3-build: only include generated spoolss headers (not ndr headers).Günther Deschner1-0/+1
Guenther
2010-05-25s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam1-0/+1
Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code.
2010-05-25s3:registry: rename reg_util.{c,h} to reg_util_internal.{c,h}Michael Adam1-1/+1
2010-05-25s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam1-0/+1
And use them only where needed.
2010-05-25s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam1-18/+18
2010-05-25s3:registry: extract the reg_util prototypes into their own header.Michael Adam1-0/+1
And use them only where needed.
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-3/+3
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
Guenther
2010-04-27s3-spoolss: publish "Monitor" in winreg for drivers.Günther Deschner1-0/+1
Found by torture test. Guenther
2010-04-27s3-spoolss: fix winreg attribute for storing datatype.Günther Deschner1-1/+1
Found by torture test (and checked with w2k, w2k3 and w2k8). Guenther
2010-04-09s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner1-2/+2
Guenther
2010-04-08s3-registry: fix fill_in_printer_values() for datatype and printprocessor.Günther Deschner1-2/+2
It is wise and good to enforce RAW and winprint, but we need to be consistent with spoolss (and enforce it there). Found by torture test. Guenther
2010-02-07s3: Fix some nonempty blank linesVolker Lendecke1-46/+46
2009-12-08s3-spoolss: use driver level info8 everywhere in spoolss server internally.Günther Deschner1-14/+14
Guenther
2009-11-23s3-printing: use spoolss types and structs while getting and deleting drivers.Günther Deschner1-15/+16
Guenther
2009-10-01s3-printing: more use of pull_reg_sz().Günther Deschner1-12/+27
Guenther
2009-09-30s3-registry: use regval_ctr_addvalue_sz().Günther Deschner1-45/+15
Greatly simplifies and cleanes up the code. Guenther
2009-09-30s3-registry: use push_reg_sz().Günther Deschner1-39/+40
Guenther
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)