Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-27 | s3-registry: Redirect KEY_CONTROL_PRINTERS to KEY_WINNT_PRINTERS. | Andreas Schneider | 1 | -1018/+41 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-06-28 | s3-registry: fix printing keyname delimiter. | Günther Deschner | 1 | -8/+8 | |
Guenther | |||||
2010-06-03 | s3-build: only include generated spoolss headers (not ndr headers). | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-25 | s3:registry: move reg_objects.h to registry/ and use it only where needed | Michael Adam | 1 | -0/+1 | |
Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code. | |||||
2010-05-25 | s3:registry: rename reg_util.{c,h} to reg_util_internal.{c,h} | Michael Adam | 1 | -1/+1 | |
2010-05-25 | s3:registry: extract the reg_backend_db prototypes into their own header. | Michael Adam | 1 | -0/+1 | |
And use them only where needed. | |||||
2010-05-25 | s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char * | Michael Adam | 1 | -18/+18 | |
2010-05-25 | s3:registry: extract the reg_util prototypes into their own header. | Michael Adam | 1 | -0/+1 | |
And use them only where needed. | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -3/+3 | |
2010-05-18 | s3-registry: only include registry headers when really needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-04-27 | s3-spoolss: publish "Monitor" in winreg for drivers. | Günther Deschner | 1 | -0/+1 | |
Found by torture test. Guenther | |||||
2010-04-27 | s3-spoolss: fix winreg attribute for storing datatype. | Günther Deschner | 1 | -1/+1 | |
Found by torture test (and checked with w2k, w2k3 and w2k8). Guenther | |||||
2010-04-09 | s3: add iconv_convenience handle to pull/push sz helpers. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-04-08 | s3-registry: fix fill_in_printer_values() for datatype and printprocessor. | Günther Deschner | 1 | -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-07 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -46/+46 | |
2009-12-08 | s3-spoolss: use driver level info8 everywhere in spoolss server internally. | Günther Deschner | 1 | -14/+14 | |
Guenther | |||||
2009-11-23 | s3-printing: use spoolss types and structs while getting and deleting drivers. | Günther Deschner | 1 | -15/+16 | |
Guenther | |||||
2009-10-01 | s3-printing: more use of pull_reg_sz(). | Günther Deschner | 1 | -12/+27 | |
Guenther | |||||
2009-09-30 | s3-registry: use regval_ctr_addvalue_sz(). | Günther Deschner | 1 | -45/+15 | |
Greatly simplifies and cleanes up the code. Guenther | |||||
2009-09-30 | s3-registry: use push_reg_sz(). | Günther Deschner | 1 | -39/+40 | |
Guenther | |||||
2009-05-06 | s3-printing: fix debug statement in virtual registry layer | Günther Deschner | 1 | -1/+1 | |
(key_driver_fetch_keys). Guenther | |||||
2009-04-27 | s3:registry: replace typedef REGISTRY_OPS by struct registry_ops | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-04-27 | s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2009-04-27 | s3:registry: replace typedef REGVAL_CTR by struct regval_ctr. | Michael Adam | 1 | -12/+12 | |
This paves the way for hiding the typedef and the implementation from the surface. Michael | |||||
2009-03-17 | s3-spoolss: rename construct_dev_mode_new to construct_dev_mode. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-17 | s3-spoolss/registry: use libndr to push a spoolss_DeviceMode in ↵ | Günther Deschner | 1 | -22/+15 | |
fill_in_printer_values(). Guenther | |||||
2009-03-17 | s3-spoolss/registry: use marshall_sec_desc in fill_in_printer_values(). | Günther Deschner | 1 | -7/+12 | |
Guenther | |||||
2009-02-26 | s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr" | Michael Adam | 1 | -10/+10 | |
This paves the way for hiding the typedef and the implementation from the surface. Michael | |||||
2008-03-23 | Fix Coverity ID 477 | Volker Lendecke | 1 | -2/+1 | |
(This used to be commit f17b1b0fc6340d21f1a2f43aa7eb2e87f851c51f) | |||||
2008-03-23 | Fix Coverity ID 478 | Volker Lendecke | 1 | -2/+1 | |
(This used to be commit 5f77938dc4a280b654b8d08656f19a7d04cea8c7) | |||||
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -1/+2 | |
(This used to be commit 3fc85d22590550f0539215d020e4411bf5b14363) | |||||
2008-01-21 | Rename reg_printing.c to reg_backend_printing.c | Michael Adam | 1 | -0/+1269 | |
Start making naming of source files more systematic to facilitate understanding of the structures. Michael (This used to be commit b3c2fb17a4226559788a47fee968ef19b7fbb6b2) |