2 * Unix SMB/CIFS implementation.
4 * SPOOLSS RPC Pipe server / winreg client routines
6 * Copyright (c) 2010 Andreas Schneider <asn@samba.org>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 3 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, see <http://www.gnu.org/licenses/>.
23 #include "nt_printing.h"
24 #include "../librpc/gen_ndr/ndr_spoolss.h"
25 #include "../librpc/gen_ndr/ndr_winreg_c.h"
26 #include "../librpc/gen_ndr/ndr_security.h"
28 #include "../libcli/security/security.h"
29 #include "rpc_client/cli_winreg.h"
30 #include "../libcli/registry/util_reg.h"
31 #include "rpc_client/cli_winreg_spoolss.h"
32 #include "printing/nt_printing_os2.h"
33 #include "rpc_client/init_spoolss.h"
35 #define TOP_LEVEL_PRINT_KEY "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Print"
36 #define TOP_LEVEL_PRINT_PRINTERS_KEY TOP_LEVEL_PRINT_KEY "\\Printers"
37 #define TOP_LEVEL_CONTROL_KEY "SYSTEM\\CurrentControlSet\\Control\\Print"
38 #define TOP_LEVEL_CONTROL_FORMS_KEY TOP_LEVEL_CONTROL_KEY "\\Forms"
40 #define EMPTY_STRING ""
42 #define FILL_STRING(mem_ctx, in, out) \
44 if (in && strlen(in)) { \
45 out = talloc_strdup(mem_ctx, in); \
47 out = talloc_strdup(mem_ctx, ""); \
49 W_ERROR_HAVE_NO_MEMORY(out); \
52 #define CHECK_ERROR(result) \
53 if (W_ERROR_IS_OK(result)) continue; \
54 if (W_ERROR_EQUAL(result, WERR_NOT_FOUND)) result = WERR_OK; \
55 if (!W_ERROR_IS_OK(result)) break
57 /* FLAGS, NAME, with, height, left, top, right, bottom */
58 static const struct spoolss_FormInfo1 builtin_forms1
[] = {
59 { SPOOLSS_FORM_BUILTIN
, "10x11", {0x3e030,0x44368}, {0x0,0x0,0x3e030,0x44368} },
60 { SPOOLSS_FORM_BUILTIN
, "10x14", {0x3e030,0x56d10}, {0x0,0x0,0x3e030,0x56d10} },
61 { SPOOLSS_FORM_BUILTIN
, "11x17", {0x44368,0x696b8}, {0x0,0x0,0x44368,0x696b8} },
62 { SPOOLSS_FORM_BUILTIN
, "12x11", {0x4a724,0x443e1}, {0x0,0x0,0x4a724,0x443e1} },
63 { SPOOLSS_FORM_BUILTIN
, "15x11", {0x5d048,0x44368}, {0x0,0x0,0x5d048,0x44368} },
64 { SPOOLSS_FORM_BUILTIN
, "6 3/4 Envelope", {0x167ab,0x284ec}, {0x0,0x0,0x167ab,0x284ec} },
65 { SPOOLSS_FORM_BUILTIN
, "9x11", {0x37cf8,0x44368}, {0x0,0x0,0x37cf8,0x44368} },
66 { SPOOLSS_FORM_BUILTIN
, "A0", {0xcd528,0x122488},{0x0,0x0,0xcd528,0x122488} },
67 { SPOOLSS_FORM_BUILTIN
, "A1", {0x91050,0xcd528}, {0x0,0x0,0x91050,0xcd528} },
68 { SPOOLSS_FORM_BUILTIN
, "A2", {0x668a0,0x91050}, {0x0,0x0,0x668a0,0x91050} },
69 { SPOOLSS_FORM_BUILTIN
, "A3 Extra Transverse", {0x4e9d0,0x6ca48}, {0x0,0x0,0x4e9d0,0x6ca48} },
70 { SPOOLSS_FORM_BUILTIN
, "A3 Extra", {0x4e9d0,0x6ca48}, {0x0,0x0,0x4e9d0,0x6ca48} },
71 { SPOOLSS_FORM_BUILTIN
, "A3 Rotated", {0x668a0,0x48828}, {0x0,0x0,0x668a0,0x48828} },
72 { SPOOLSS_FORM_BUILTIN
, "A3 Transverse", {0x48828,0x668a0}, {0x0,0x0,0x48828,0x668a0} },
73 { SPOOLSS_FORM_BUILTIN
, "A3", {0x48828,0x668a0}, {0x0,0x0,0x48828,0x668a0} },
74 { SPOOLSS_FORM_BUILTIN
, "A4 Extra", {0x397c2,0x4eb16}, {0x0,0x0,0x397c2,0x4eb16} },
75 { SPOOLSS_FORM_BUILTIN
, "A4 Plus", {0x33450,0x50910}, {0x0,0x0,0x33450,0x50910} },
76 { SPOOLSS_FORM_BUILTIN
, "A4 Rotated", {0x48828,0x33450}, {0x0,0x0,0x48828,0x33450} },
77 { SPOOLSS_FORM_BUILTIN
, "A4 Small", {0x33450,0x48828}, {0x0,0x0,0x33450,0x48828} },
78 { SPOOLSS_FORM_BUILTIN
, "A4 Transverse", {0x33450,0x48828}, {0x0,0x0,0x33450,0x48828} },
79 { SPOOLSS_FORM_BUILTIN
, "A4", {0x33450,0x48828}, {0x0,0x0,0x33450,0x48828} },
80 { SPOOLSS_FORM_BUILTIN
, "A5 Extra", {0x2a7b0,0x395f8}, {0x0,0x0,0x2a7b0,0x395f8} },
81 { SPOOLSS_FORM_BUILTIN
, "A5 Rotated", {0x33450,0x24220}, {0x0,0x0,0x33450,0x24220} },
82 { SPOOLSS_FORM_BUILTIN
, "A5 Transverse", {0x24220,0x33450}, {0x0,0x0,0x24220,0x33450} },
83 { SPOOLSS_FORM_BUILTIN
, "A5", {0x24220,0x33450}, {0x0,0x0,0x24220,0x33450} },
84 { SPOOLSS_FORM_BUILTIN
, "A6 Rotated", {0x24220,0x19a28}, {0x0,0x0,0x24220,0x19a28} },
85 { SPOOLSS_FORM_BUILTIN
, "A6", {0x19a28,0x24220}, {0x0,0x0,0x19a28,0x24220} },
86 { SPOOLSS_FORM_BUILTIN
, "B4 (ISO)", {0x3d090,0x562e8}, {0x0,0x0,0x3d090,0x562e8} },
87 { SPOOLSS_FORM_BUILTIN
, "B4 (JIS) Rotated", {0x58de0,0x3ebe8}, {0x0,0x0,0x58de0,0x3ebe8} },
88 { SPOOLSS_FORM_BUILTIN
, "B4 (JIS)", {0x3ebe8,0x58de0}, {0x0,0x0,0x3ebe8,0x58de0} },
89 { SPOOLSS_FORM_BUILTIN
, "B5 (ISO) Extra", {0x31128,0x43620}, {0x0,0x0,0x31128,0x43620} },
90 { SPOOLSS_FORM_BUILTIN
, "B5 (JIS) Rotated", {0x3ebe8,0x2c6f0}, {0x0,0x0,0x3ebe8,0x2c6f0} },
91 { SPOOLSS_FORM_BUILTIN
, "B5 (JIS) Transverse", {0x2c6f0,0x3ebe8}, {0x0,0x0,0x2c6f0,0x3ebe8} },
92 { SPOOLSS_FORM_BUILTIN
, "B5 (JIS)", {0x2c6f0,0x3ebe8}, {0x0,0x0,0x2c6f0,0x3ebe8} },
93 { SPOOLSS_FORM_BUILTIN
, "B6 (JIS) Rotated", {0x2c6f0,0x1f400}, {0x0,0x0,0x2c6f0,0x1f400} },
94 { SPOOLSS_FORM_BUILTIN
, "B6 (JIS)", {0x1f400,0x2c6f0}, {0x0,0x0,0x1f400,0x2c6f0} },
95 { SPOOLSS_FORM_BUILTIN
, "C size sheet", {0x696b8,0x886d0}, {0x0,0x0,0x696b8,0x886d0} },
96 { SPOOLSS_FORM_BUILTIN
, "D size sheet", {0x886d0,0xd2d70}, {0x0,0x0,0x886d0,0xd2d70} },
97 { SPOOLSS_FORM_BUILTIN
, "Double Japan Postcard Rotated", {0x24220,0x30d40}, {0x0,0x0,0x24220,0x30d40} },
98 { SPOOLSS_FORM_BUILTIN
, "E size sheet", {0xd2d70,0x110da0},{0x0,0x0,0xd2d70,0x110da0} },
99 { SPOOLSS_FORM_BUILTIN
, "Envelope #10", {0x19947,0x3ae94}, {0x0,0x0,0x19947,0x3ae94} },
100 { SPOOLSS_FORM_BUILTIN
, "Envelope #11", {0x1be7c,0x40565}, {0x0,0x0,0x1be7c,0x40565} },
101 { SPOOLSS_FORM_BUILTIN
, "Envelope #12", {0x1d74a,0x44368}, {0x0,0x0,0x1d74a,0x44368} },
102 { SPOOLSS_FORM_BUILTIN
, "Envelope #14", {0x1f018,0x47504}, {0x0,0x0,0x1f018,0x47504} },
103 { SPOOLSS_FORM_BUILTIN
, "Envelope #9", {0x18079,0x37091}, {0x0,0x0,0x18079,0x37091} },
104 { SPOOLSS_FORM_BUILTIN
, "Envelope B4", {0x3d090,0x562e8}, {0x0,0x0,0x3d090,0x562e8} },
105 { SPOOLSS_FORM_BUILTIN
, "Envelope B5", {0x2af80,0x3d090}, {0x0,0x0,0x2af80,0x3d090} },
106 { SPOOLSS_FORM_BUILTIN
, "Envelope B6", {0x2af80,0x1e848}, {0x0,0x0,0x2af80,0x1e848} },
107 { SPOOLSS_FORM_BUILTIN
, "Envelope C3", {0x4f1a0,0x6fd10}, {0x0,0x0,0x4f1a0,0x6fd10} },
108 { SPOOLSS_FORM_BUILTIN
, "Envelope C4", {0x37e88,0x4f1a0}, {0x0,0x0,0x37e88,0x4f1a0} },
109 { SPOOLSS_FORM_BUILTIN
, "Envelope C5", {0x278d0,0x37e88}, {0x0,0x0,0x278d0,0x37e88} },
110 { SPOOLSS_FORM_BUILTIN
, "Envelope C6", {0x1bd50,0x278d0}, {0x0,0x0,0x1bd50,0x278d0} },
111 { SPOOLSS_FORM_BUILTIN
, "Envelope C65", {0x1bd50,0x37e88}, {0x0,0x0,0x1bd50,0x37e88} },
112 { SPOOLSS_FORM_BUILTIN
, "Envelope DL", {0x1adb0,0x35b60}, {0x0,0x0,0x1adb0,0x35b60} },
113 { SPOOLSS_FORM_BUILTIN
, "Envelope Invite", {0x35b60,0x35b60}, {0x0,0x0,0x35b60,0x35b60} },
114 { SPOOLSS_FORM_BUILTIN
, "Envelope Monarch", {0x18079,0x2e824}, {0x0,0x0,0x18079,0x2e824} },
115 { SPOOLSS_FORM_BUILTIN
, "Envelope", {0x1adb0,0x38270}, {0x0,0x0,0x1adb0,0x38270} },
116 { SPOOLSS_FORM_BUILTIN
, "Executive", {0x2cf56,0x411cc}, {0x0,0x0,0x2cf56,0x411cc} },
117 { SPOOLSS_FORM_BUILTIN
, "Folio", {0x34b5c,0x509d8}, {0x0,0x0,0x34b5c,0x509d8} },
118 { SPOOLSS_FORM_BUILTIN
, "German Legal Fanfold", {0x34b5c,0x509d8}, {0x0,0x0,0x34b5c,0x509d8} },
119 { SPOOLSS_FORM_BUILTIN
, "German Std Fanfold", {0x34b5c,0x4a6a0}, {0x0,0x0,0x34b5c,0x4a6a0} },
120 { SPOOLSS_FORM_BUILTIN
, "Japan Envelope Chou #3 Rotated", {0x395f8,0x1d4c0}, {0x0,0x0,0x395f8,0x1d4c0} },
121 { SPOOLSS_FORM_BUILTIN
, "Japan Envelope Chou #4 Rotated", {0x320c8,0x15f90}, {0x0,0x0,0x320c8,0x15f90} },
122 { SPOOLSS_FORM_BUILTIN
, "Japan Envelope Kaku #2 Rotated", {0x510e0,0x3a980}, {0x0,0x0,0x510e0,0x3a980} },
123 { SPOOLSS_FORM_BUILTIN
, "Japan Envelope Kaku #3 Rotated", {0x43a08,0x34bc0}, {0x0,0x0,0x43a08,0x34bc0} },
124 { SPOOLSS_FORM_BUILTIN
, "Japan Envelope You #4 Rotated", {0x395f8,0x19a28}, {0x0,0x0,0x395f8,0x19a28} },
125 { SPOOLSS_FORM_BUILTIN
, "Japan Envelope You #4", {0x19a28,0x395f8}, {0x0,0x0,0x19a28,0x395f8} },
126 { SPOOLSS_FORM_BUILTIN
, "Japanese Double Postcard", {0x30d40,0x24220}, {0x0,0x0,0x30d40,0x24220} },
127 { SPOOLSS_FORM_BUILTIN
, "Japanese Envelope Chou #3", {0x1d4c0,0x395f8}, {0x0,0x0,0x1d4c0,0x395f8} },
128 { SPOOLSS_FORM_BUILTIN
, "Japanese Envelope Chou #4", {0x15f90,0x320c8}, {0x0,0x0,0x15f90,0x320c8} },
129 { SPOOLSS_FORM_BUILTIN
, "Japanese Envelope Kaku #2", {0x3a980,0x510e0}, {0x0,0x0,0x3a980,0x510e0} },
130 { SPOOLSS_FORM_BUILTIN
, "Japanese Envelope Kaku #3", {0x34bc0,0x43a08}, {0x0,0x0,0x34bc0,0x43a08} },
131 { SPOOLSS_FORM_BUILTIN
, "Japanese Postcard Rotated", {0x24220,0x186a0}, {0x0,0x0,0x24220,0x186a0} },
132 { SPOOLSS_FORM_BUILTIN
, "Japanese Postcard", {0x186a0,0x24220}, {0x0,0x0,0x186a0,0x24220} },
133 { SPOOLSS_FORM_BUILTIN
, "Ledger", {0x696b8,0x44368}, {0x0,0x0,0x696b8,0x44368} },
134 { SPOOLSS_FORM_BUILTIN
, "Legal Extra", {0x3ae94,0x5d048}, {0x0,0x0,0x3ae94,0x5d048} },
135 { SPOOLSS_FORM_BUILTIN
, "Legal", {0x34b5c,0x56d10}, {0x0,0x0,0x34b5c,0x56d10} },
136 { SPOOLSS_FORM_BUILTIN
, "Letter Extra Transverse", {0x3ae94,0x4a6a0}, {0x0,0x0,0x3ae94,0x4a6a0} },
137 { SPOOLSS_FORM_BUILTIN
, "Letter Extra", {0x3ae94,0x4a6a0}, {0x0,0x0,0x3ae94,0x4a6a0} },
138 { SPOOLSS_FORM_BUILTIN
, "Letter Plus", {0x34b5c,0x4eb16}, {0x0,0x0,0x34b5c,0x4eb16} },
139 { SPOOLSS_FORM_BUILTIN
, "Letter Rotated", {0x44368,0x34b5c}, {0x0,0x0,0x44368,0x34b5c} },
140 { SPOOLSS_FORM_BUILTIN
, "Letter Small", {0x34b5c,0x44368}, {0x0,0x0,0x34b5c,0x44368} },
141 { SPOOLSS_FORM_BUILTIN
, "Letter Transverse", {0x34b5c,0x44368}, {0x0,0x0,0x34b5c,0x44368} },
142 { SPOOLSS_FORM_BUILTIN
, "Letter", {0x34b5c,0x44368}, {0x0,0x0,0x34b5c,0x44368} },
143 { SPOOLSS_FORM_BUILTIN
, "Note", {0x34b5c,0x44368}, {0x0,0x0,0x34b5c,0x44368} },
144 { SPOOLSS_FORM_BUILTIN
, "PRC 16K Rotated", {0x3f7a0,0x2de60}, {0x0,0x0,0x3f7a0,0x2de60} },
145 { SPOOLSS_FORM_BUILTIN
, "PRC 16K", {0x2de60,0x3f7a0}, {0x0,0x0,0x2de60,0x3f7a0} },
146 { SPOOLSS_FORM_BUILTIN
, "PRC 32K Rotated", {0x2cec0,0x1fbd0}, {0x0,0x0,0x2cec0,0x1fbd0} },
147 { SPOOLSS_FORM_BUILTIN
, "PRC 32K", {0x1fbd0,0x2cec0}, {0x0,0x0,0x1fbd0,0x2cec0} },
148 { SPOOLSS_FORM_BUILTIN
, "PRC 32K(Big) Rotated", {0x318f8,0x222e0}, {0x0,0x0,0x318f8,0x222e0} },
149 { SPOOLSS_FORM_BUILTIN
, "PRC 32K(Big)", {0x222e0,0x318f8}, {0x0,0x0,0x222e0,0x318f8} },
150 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #1 Rotated", {0x28488,0x18e70}, {0x0,0x0,0x28488,0x18e70} },
151 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #1", {0x18e70,0x28488}, {0x0,0x0,0x18e70,0x28488} },
152 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #10 Rotated", {0x6fd10,0x4f1a0}, {0x0,0x0,0x6fd10,0x4f1a0} },
153 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #10", {0x4f1a0,0x6fd10}, {0x0,0x0,0x4f1a0,0x6fd10} },
154 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #2 Rotated", {0x2af80,0x18e70}, {0x0,0x0,0x2af80,0x18e70} },
155 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #2", {0x18e70,0x2af80}, {0x0,0x0,0x18e70,0x2af80} },
156 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #3 Rotated", {0x2af80,0x1e848}, {0x0,0x0,0x2af80,0x1e848} },
157 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #3", {0x1e848,0x2af80}, {0x0,0x0,0x1e848,0x2af80} },
158 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #4 Rotated", {0x32c80,0x1adb0}, {0x0,0x0,0x32c80,0x1adb0} },
159 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #4", {0x1adb0,0x32c80}, {0x0,0x0,0x1adb0,0x32c80} },
160 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #5 Rotated", {0x35b60,0x1adb0}, {0x0,0x0,0x35b60,0x1adb0} },
161 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #5", {0x1adb0,0x35b60}, {0x0,0x0,0x1adb0,0x35b60} },
162 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #6 Rotated", {0x38270,0x1d4c0}, {0x0,0x0,0x38270,0x1d4c0} },
163 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #6", {0x1d4c0,0x38270}, {0x0,0x0,0x1d4c0,0x38270} },
164 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #7 Rotated", {0x38270,0x27100}, {0x0,0x0,0x38270,0x27100} },
165 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #7", {0x27100,0x38270}, {0x0,0x0,0x27100,0x38270} },
166 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #8 Rotated", {0x4b708,0x1d4c0}, {0x0,0x0,0x4b708,0x1d4c0} },
167 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #8", {0x1d4c0,0x4b708}, {0x0,0x0,0x1d4c0,0x4b708} },
168 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #9 Rotated", {0x4f1a0,0x37e88}, {0x0,0x0,0x4f1a0,0x37e88} },
169 { SPOOLSS_FORM_BUILTIN
, "PRC Envelope #9", {0x37e88,0x4f1a0}, {0x0,0x0,0x37e88,0x4f1a0} },
170 { SPOOLSS_FORM_BUILTIN
, "Quarto", {0x347d8,0x43238}, {0x0,0x0,0x347d8,0x43238} },
171 { SPOOLSS_FORM_BUILTIN
, "Reserved48", {0x1,0x1}, {0x0,0x0,0x1,0x1} },
172 { SPOOLSS_FORM_BUILTIN
, "Reserved49", {0x1,0x1}, {0x0,0x0,0x1,0x1} },
173 { SPOOLSS_FORM_BUILTIN
, "Statement", {0x221b4,0x34b5c}, {0x0,0x0,0x221b4,0x34b5c} },
174 { SPOOLSS_FORM_BUILTIN
, "Super A", {0x376b8,0x56ea0}, {0x0,0x0,0x376b8,0x56ea0} },
175 { SPOOLSS_FORM_BUILTIN
, "Super B", {0x4a768,0x76e58}, {0x0,0x0,0x4a768,0x76e58} },
176 { SPOOLSS_FORM_BUILTIN
, "Tabloid Extra", {0x4a6a0,0x6f9f0}, {0x0,0x0,0x4a6a0,0x6f9f0} },
177 { SPOOLSS_FORM_BUILTIN
, "Tabloid", {0x44368,0x696b8}, {0x0,0x0,0x44368,0x696b8} },
178 { SPOOLSS_FORM_BUILTIN
, "US Std Fanfold", {0x5c3e1,0x44368}, {0x0,0x0,0x5c3e1,0x44368} }
181 /********************************************************************
182 static helper functions
183 ********************************************************************/
185 /****************************************************************************
186 Update the changeid time.
187 ****************************************************************************/
191 * @brief Update the ChangeID time of a printer.
193 * This is SO NASTY as some drivers need this to change, others need it
194 * static. This value will change every second, and I must hope that this
195 * is enough..... DON'T CHANGE THIS CODE WITHOUT A TEST MATRIX THE SIZE OF
198 * @return The ChangeID.
200 static uint32_t winreg_printer_rev_changeid(void)
204 get_process_uptime(&tv
);
207 /* Return changeid as msec since spooler restart */
208 return tv
.tv_sec
* 1000 + tv
.tv_usec
/ 1000;
211 * This setting seems to work well but is too untested
212 * to replace the above calculation. Left in for experimentation
213 * of the reader --jerry (Tue Mar 12 09:15:05 CST 2002)
215 return tv
.tv_sec
* 10 + tv
.tv_usec
/ 100000;
219 static WERROR
winreg_printer_openkey(TALLOC_CTX
*mem_ctx
,
220 struct dcerpc_binding_handle
*binding_handle
,
224 uint32_t access_mask
,
225 struct policy_handle
*hive_handle
,
226 struct policy_handle
*key_handle
)
228 struct winreg_String wkey
, wkeyclass
;
231 WERROR result
= WERR_OK
;
233 status
= dcerpc_winreg_OpenHKLM(binding_handle
,
239 if (!NT_STATUS_IS_OK(status
)) {
240 DEBUG(0, ("winreg_printer_openkey: Could not open HKLM hive: %s\n",
242 return ntstatus_to_werror(status
);
244 if (!W_ERROR_IS_OK(result
)) {
245 DEBUG(0, ("winreg_printer_openkey: Could not open HKLM hive: %s\n",
246 win_errstr(result
)));
251 keyname
= talloc_asprintf(mem_ctx
, "%s\\%s", path
, key
);
253 keyname
= talloc_strdup(mem_ctx
, path
);
255 if (keyname
== NULL
) {
263 enum winreg_CreateAction action
= REG_ACTION_NONE
;
265 ZERO_STRUCT(wkeyclass
);
268 status
= dcerpc_winreg_CreateKey(binding_handle
,
280 case REG_ACTION_NONE
:
281 DEBUG(8, ("winreg_printer_openkey:createkey did nothing -- huh?\n"));
283 case REG_CREATED_NEW_KEY
:
284 DEBUG(8, ("winreg_printer_openkey: createkey created %s\n", keyname
));
286 case REG_OPENED_EXISTING_KEY
:
287 DEBUG(8, ("winreg_printer_openkey: createkey opened existing %s\n", keyname
));
291 status
= dcerpc_winreg_OpenKey(binding_handle
,
300 if (!NT_STATUS_IS_OK(status
)) {
301 result
= ntstatus_to_werror(status
);
303 if (!W_ERROR_IS_OK(result
)) {
306 if (is_valid_policy_hnd(hive_handle
)) {
307 dcerpc_winreg_CloseKey(binding_handle
,
312 ZERO_STRUCTP(hive_handle
);
321 * @brief Create the registry keyname for the given printer.
323 * @param[in] mem_ctx The memory context to use.
325 * @param[in] printer The name of the printer to get the registry key.
327 * @return The registry key or NULL on error.
329 static char *winreg_printer_data_keyname(TALLOC_CTX
*mem_ctx
, const char *printer
) {
330 return talloc_asprintf(mem_ctx
, "%s\\%s", TOP_LEVEL_PRINT_PRINTERS_KEY
, printer
);
333 static WERROR
winreg_printer_opendriver(TALLOC_CTX
*mem_ctx
,
334 struct dcerpc_binding_handle
*winreg_handle
,
335 const char *drivername
,
336 const char *architecture
,
338 uint32_t access_mask
,
340 struct policy_handle
*hive_hnd
,
341 struct policy_handle
*key_hnd
)
346 key_name
= talloc_asprintf(mem_ctx
, "%s\\Environments\\%s\\Drivers\\Version-%u",
347 TOP_LEVEL_CONTROL_KEY
,
348 architecture
, version
);
353 result
= winreg_printer_openkey(mem_ctx
,
364 static WERROR
winreg_enumval_to_dword(TALLOC_CTX
*mem_ctx
,
365 struct spoolss_PrinterEnumValues
*v
,
366 const char *valuename
, uint32_t *dw
)
368 /* just return if it is not the one we are looking for */
369 if (strcmp(valuename
, v
->value_name
) != 0) {
370 return WERR_NOT_FOUND
;
373 if (v
->type
!= REG_DWORD
) {
374 return WERR_INVALID_DATATYPE
;
377 if (v
->data_length
!= 4) {
382 *dw
= IVAL(v
->data
->data
, 0);
386 static WERROR
winreg_enumval_to_sz(TALLOC_CTX
*mem_ctx
,
387 struct spoolss_PrinterEnumValues
*v
,
388 const char *valuename
, const char **_str
)
390 /* just return if it is not the one we are looking for */
391 if (strcmp(valuename
, v
->value_name
) != 0) {
392 return WERR_NOT_FOUND
;
395 if (v
->type
!= REG_SZ
) {
396 return WERR_INVALID_DATATYPE
;
399 if (v
->data_length
== 0) {
400 *_str
= talloc_strdup(mem_ctx
, EMPTY_STRING
);
407 if (!pull_reg_sz(mem_ctx
, v
->data
, _str
)) {
414 static WERROR
winreg_enumval_to_multi_sz(TALLOC_CTX
*mem_ctx
,
415 struct spoolss_PrinterEnumValues
*v
,
416 const char *valuename
,
419 /* just return if it is not the one we are looking for */
420 if (strcmp(valuename
, v
->value_name
) != 0) {
421 return WERR_NOT_FOUND
;
424 if (v
->type
!= REG_MULTI_SZ
) {
425 return WERR_INVALID_DATATYPE
;
428 if (v
->data_length
== 0) {
429 *array
= talloc_array(mem_ctx
, const char *, 1);
430 if (*array
== NULL
) {
437 if (!pull_reg_multi_sz(mem_ctx
, v
->data
, array
)) {
444 static WERROR
winreg_printer_write_date(TALLOC_CTX
*mem_ctx
,
445 struct dcerpc_binding_handle
*winreg_handle
,
446 struct policy_handle
*key_handle
,
450 struct winreg_String wvalue
= { 0, };
452 WERROR result
= WERR_OK
;
459 str
= talloc_strdup(mem_ctx
, "01/01/1601");
461 t
= nt_time_to_unix(data
);
464 return map_werror_from_unix(errno
);
466 str
= talloc_asprintf(mem_ctx
, "%02d/%02d/%04d",
467 tm
->tm_mon
+ 1, tm
->tm_mday
, tm
->tm_year
+ 1900);
474 if (!push_reg_sz(mem_ctx
, &blob
, str
)) {
477 status
= dcerpc_winreg_SetValue(winreg_handle
,
485 if (!NT_STATUS_IS_OK(status
)) {
486 result
= ntstatus_to_werror(status
);
488 if (!W_ERROR_IS_OK(result
)) {
489 DEBUG(0, ("winreg_printer_write_date: Could not set value %s: %s\n",
490 wvalue
.name
, win_errstr(result
)));
496 static WERROR
winreg_printer_date_to_NTTIME(const char *str
, NTTIME
*data
)
501 if (strequal(str
, "01/01/1601")) {
508 if (sscanf(str
, "%d/%d/%d",
509 &tm
.tm_mon
, &tm
.tm_mday
, &tm
.tm_year
) != 3) {
510 return WERR_INVALID_PARAMETER
;
517 unix_to_nt_time(data
, t
);
522 static WERROR
winreg_printer_write_ver(TALLOC_CTX
*mem_ctx
,
523 struct dcerpc_binding_handle
*winreg_handle
,
524 struct policy_handle
*key_handle
,
528 struct winreg_String wvalue
= { 0, };
530 WERROR result
= WERR_OK
;
534 /* FIXME: check format is right,
535 * this needs to be something like: 6.1.7600.16385 */
536 str
= talloc_asprintf(mem_ctx
, "%u.%u.%u.%u",
537 (unsigned)((data
>> 48) & 0xFFFF),
538 (unsigned)((data
>> 32) & 0xFFFF),
539 (unsigned)((data
>> 16) & 0xFFFF),
540 (unsigned)(data
& 0xFFFF));
546 if (!push_reg_sz(mem_ctx
, &blob
, str
)) {
549 status
= dcerpc_winreg_SetValue(winreg_handle
,
557 if (!NT_STATUS_IS_OK(status
)) {
558 result
= ntstatus_to_werror(status
);
560 if (!W_ERROR_IS_OK(result
)) {
561 DEBUG(0, ("winreg_printer_write_date: Could not set value %s: %s\n",
562 wvalue
.name
, win_errstr(result
)));
568 static WERROR
winreg_printer_ver_to_dword(const char *str
, uint64_t *data
)
570 unsigned int v1
, v2
, v3
, v4
;
572 if (sscanf(str
, "%u.%u.%u.%u", &v1
, &v2
, &v3
, &v4
) != 4) {
573 return WERR_INVALID_PARAMETER
;
576 *data
= ((uint64_t)(v1
& 0xFFFF) << 48) +
577 ((uint64_t)(v2
& 0xFFFF) << 32) +
578 ((uint64_t)(v3
& 0xFFFF) << 16) +
579 (uint64_t)(v2
& 0xFFFF);
584 /********************************************************************
585 Public winreg function for spoolss
586 ********************************************************************/
588 WERROR
winreg_create_printer(TALLOC_CTX
*mem_ctx
,
589 struct dcerpc_binding_handle
*winreg_handle
,
590 const char *sharename
)
592 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
593 struct policy_handle hive_hnd
, key_hnd
;
594 struct spoolss_SetPrinterInfo2
*info2
;
595 struct security_descriptor
*secdesc
;
596 struct winreg_String wkey
, wkeyclass
;
598 const char *subkeys
[] = { SPOOL_DSDRIVER_KEY
, SPOOL_DSSPOOLER_KEY
, SPOOL_PRINTERDATA_KEY
};
599 uint32_t i
, count
= ARRAY_SIZE(subkeys
);
600 uint32_t info2_mask
= 0;
601 WERROR result
= WERR_OK
;
605 tmp_ctx
= talloc_stackframe();
606 if (tmp_ctx
== NULL
) {
610 path
= winreg_printer_data_keyname(tmp_ctx
, sharename
);
612 TALLOC_FREE(tmp_ctx
);
616 ZERO_STRUCT(hive_hnd
);
617 ZERO_STRUCT(key_hnd
);
619 result
= winreg_printer_openkey(tmp_ctx
,
627 if (W_ERROR_IS_OK(result
)) {
628 DEBUG(2, ("winreg_create_printer: Skipping, %s already exists\n", path
));
630 } else if (W_ERROR_EQUAL(result
, WERR_BADFILE
)) {
631 DEBUG(2, ("winreg_create_printer: Creating default values in %s\n", path
));
632 } else if (!W_ERROR_IS_OK(result
)) {
633 DEBUG(0, ("winreg_create_printer: Could not open key %s: %s\n",
634 path
, win_errstr(result
)));
638 if (is_valid_policy_hnd(&key_hnd
)) {
639 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
641 if (is_valid_policy_hnd(&hive_hnd
)) {
642 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
645 /* Create the main key */
646 result
= winreg_printer_openkey(tmp_ctx
,
654 if (!W_ERROR_IS_OK(result
)) {
655 DEBUG(0, ("winreg_create_printer_keys: Could not create key %s: %s\n",
656 path
, win_errstr(result
)));
660 if (is_valid_policy_hnd(&key_hnd
)) {
661 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &result
);
665 for (i
= 0; i
< count
; i
++) {
667 enum winreg_CreateAction action
= REG_ACTION_NONE
;
669 ZERO_STRUCT(key_hnd
);
672 wkey
.name
= talloc_asprintf(tmp_ctx
, "%s\\%s", path
, subkeys
[i
]);
673 if (wkey
.name
== NULL
) {
678 ZERO_STRUCT(wkeyclass
);
681 status
= dcerpc_winreg_CreateKey(winreg_handle
,
692 if (!NT_STATUS_IS_OK(status
)) {
693 result
= ntstatus_to_werror(status
);
695 if (!W_ERROR_IS_OK(result
)) {
696 DEBUG(0, ("winreg_create_printer_keys: Could not create key %s: %s\n",
697 wkey
.name
, win_errstr(result
)));
701 if (strequal(subkeys
[i
], SPOOL_DSSPOOLER_KEY
)) {
702 const char *dnssuffix
;
703 const char *longname
;
706 status
= dcerpc_winreg_set_sz(tmp_ctx
,
709 SPOOL_REG_PRINTERNAME
,
712 if (!NT_STATUS_IS_OK(status
)) {
713 result
= ntstatus_to_werror(status
);
715 if (!W_ERROR_IS_OK(result
)) {
719 status
= dcerpc_winreg_set_sz(tmp_ctx
,
722 SPOOL_REG_SHORTSERVERNAME
,
725 if (!NT_STATUS_IS_OK(status
)) {
726 result
= ntstatus_to_werror(status
);
728 if (!W_ERROR_IS_OK(result
)) {
732 /* We make the assumption that the netbios name
733 * is the same as the DNS name since the former
734 * will be what we used to join the domain
736 dnssuffix
= get_mydnsdomname(tmp_ctx
);
737 if (dnssuffix
!= NULL
&& dnssuffix
[0] != '\0') {
738 longname
= talloc_asprintf(tmp_ctx
, "%s.%s", lp_netbios_name(), dnssuffix
);
740 longname
= talloc_strdup(tmp_ctx
, lp_netbios_name());
742 if (longname
== NULL
) {
747 status
= dcerpc_winreg_set_sz(tmp_ctx
,
750 SPOOL_REG_SERVERNAME
,
753 if (!NT_STATUS_IS_OK(status
)) {
754 result
= ntstatus_to_werror(status
);
756 if (!W_ERROR_IS_OK(result
)) {
760 uncname
= talloc_asprintf(tmp_ctx
, "\\\\%s\\%s",
761 longname
, sharename
);
762 if (uncname
== NULL
) {
767 status
= dcerpc_winreg_set_sz(tmp_ctx
,
773 if (!NT_STATUS_IS_OK(status
)) {
774 result
= ntstatus_to_werror(status
);
776 if (!W_ERROR_IS_OK(result
)) {
780 status
= dcerpc_winreg_set_dword(tmp_ctx
,
783 SPOOL_REG_VERSIONNUMBER
,
786 if (!NT_STATUS_IS_OK(status
)) {
787 result
= ntstatus_to_werror(status
);
789 if (!W_ERROR_IS_OK(result
)) {
793 status
= dcerpc_winreg_set_dword(tmp_ctx
,
796 SPOOL_REG_PRINTSTARTTIME
,
799 if (!NT_STATUS_IS_OK(status
)) {
800 result
= ntstatus_to_werror(status
);
802 if (!W_ERROR_IS_OK(result
)) {
806 status
= dcerpc_winreg_set_dword(tmp_ctx
,
809 SPOOL_REG_PRINTENDTIME
,
812 if (!NT_STATUS_IS_OK(status
)) {
813 result
= ntstatus_to_werror(status
);
815 if (!W_ERROR_IS_OK(result
)) {
819 status
= dcerpc_winreg_set_dword(tmp_ctx
,
825 if (!NT_STATUS_IS_OK(status
)) {
826 result
= ntstatus_to_werror(status
);
828 if (!W_ERROR_IS_OK(result
)) {
832 status
= dcerpc_winreg_set_dword(tmp_ctx
,
835 SPOOL_REG_PRINTKEEPPRINTEDJOBS
,
838 if (!NT_STATUS_IS_OK(status
)) {
839 result
= ntstatus_to_werror(status
);
841 if (!W_ERROR_IS_OK(result
)) {
846 if (is_valid_policy_hnd(&key_hnd
)) {
847 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &result
);
850 info2
= talloc_zero(tmp_ctx
, struct spoolss_SetPrinterInfo2
);
856 info2
->printername
= sharename
;
857 if (info2
->printername
== NULL
) {
861 info2_mask
|= SPOOLSS_PRINTER_INFO_PRINTERNAME
;
863 info2
->sharename
= sharename
;
864 info2_mask
|= SPOOLSS_PRINTER_INFO_SHARENAME
;
866 info2
->portname
= SAMBA_PRINTER_PORT_NAME
;
867 info2_mask
|= SPOOLSS_PRINTER_INFO_PORTNAME
;
869 info2
->printprocessor
= "winprint";
870 info2_mask
|= SPOOLSS_PRINTER_INFO_PRINTPROCESSOR
;
872 info2
->datatype
= "RAW";
873 info2_mask
|= SPOOLSS_PRINTER_INFO_DATATYPE
;
876 info2_mask
|= SPOOLSS_PRINTER_INFO_COMMENT
;
878 info2
->attributes
= PRINTER_ATTRIBUTE_SAMBA
;
879 info2_mask
|= SPOOLSS_PRINTER_INFO_ATTRIBUTES
;
881 info2
->starttime
= 0; /* Minutes since 12:00am GMT */
882 info2_mask
|= SPOOLSS_PRINTER_INFO_STARTTIME
;
884 info2
->untiltime
= 0; /* Minutes since 12:00am GMT */
885 info2_mask
|= SPOOLSS_PRINTER_INFO_UNTILTIME
;
888 info2_mask
|= SPOOLSS_PRINTER_INFO_PRIORITY
;
890 info2
->defaultpriority
= 1;
891 info2_mask
|= SPOOLSS_PRINTER_INFO_DEFAULTPRIORITY
;
893 result
= spoolss_create_default_secdesc(tmp_ctx
, &secdesc
);
894 if (!W_ERROR_IS_OK(result
)) {
897 info2_mask
|= SPOOLSS_PRINTER_INFO_SECDESC
;
900 * Don't write a default Device Mode to the registry! The Device Mode is
901 * only written to disk with a SetPrinter level 2 or 8.
904 result
= winreg_update_printer(tmp_ctx
,
913 if (is_valid_policy_hnd(&key_hnd
)) {
914 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
916 if (is_valid_policy_hnd(&hive_hnd
)) {
917 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
920 talloc_free(tmp_ctx
);
924 WERROR
winreg_update_printer(TALLOC_CTX
*mem_ctx
,
925 struct dcerpc_binding_handle
*winreg_handle
,
926 const char *sharename
,
928 struct spoolss_SetPrinterInfo2
*info2
,
929 struct spoolss_DeviceMode
*devmode
,
930 struct security_descriptor
*secdesc
)
932 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
933 struct policy_handle hive_hnd
, key_hnd
;
934 int snum
= lp_servicenumber(sharename
);
935 enum ndr_err_code ndr_err
;
938 WERROR result
= WERR_OK
;
942 tmp_ctx
= talloc_stackframe();
943 if (tmp_ctx
== NULL
) {
947 path
= winreg_printer_data_keyname(tmp_ctx
, sharename
);
949 TALLOC_FREE(tmp_ctx
);
953 ZERO_STRUCT(hive_hnd
);
954 ZERO_STRUCT(key_hnd
);
956 result
= winreg_printer_openkey(tmp_ctx
,
964 if (!W_ERROR_IS_OK(result
)) {
965 DEBUG(0, ("winreg_update_printer: Could not open key %s: %s\n",
966 path
, win_errstr(result
)));
970 if (info2_mask
& SPOOLSS_PRINTER_INFO_ATTRIBUTES
) {
971 status
= dcerpc_winreg_set_dword(tmp_ctx
,
977 if (!NT_STATUS_IS_OK(status
)) {
978 result
= ntstatus_to_werror(status
);
980 if (!W_ERROR_IS_OK(result
)) {
986 if (info2_mask
& SPOOLSS_PRINTER_INFO_AVERAGEPPM
) {
987 status
= dcerpc_winreg_set_dword(tmp_ctx
,
993 if (!NT_STATUS_IS_OK(status
)) {
994 result
= ntstatus_to_werror(status
);
996 if (!W_ERROR_IS_OK(result
)) {
1002 if (info2_mask
& SPOOLSS_PRINTER_INFO_COMMENT
) {
1003 status
= dcerpc_winreg_set_sz(tmp_ctx
,
1009 if (!NT_STATUS_IS_OK(status
)) {
1010 result
= ntstatus_to_werror(status
);
1012 if (!W_ERROR_IS_OK(result
)) {
1017 if (info2_mask
& SPOOLSS_PRINTER_INFO_DATATYPE
) {
1018 status
= dcerpc_winreg_set_sz(tmp_ctx
,
1024 if (!NT_STATUS_IS_OK(status
)) {
1025 result
= ntstatus_to_werror(status
);
1027 if (!W_ERROR_IS_OK(result
)) {
1032 if (info2_mask
& SPOOLSS_PRINTER_INFO_DEFAULTPRIORITY
) {
1033 status
= dcerpc_winreg_set_dword(tmp_ctx
,
1037 info2
->defaultpriority
,
1039 if (!NT_STATUS_IS_OK(status
)) {
1040 result
= ntstatus_to_werror(status
);
1042 if (!W_ERROR_IS_OK(result
)) {
1047 if (info2_mask
& SPOOLSS_PRINTER_INFO_DEVMODE
) {
1049 * Some client drivers freak out if there is a NULL devmode
1050 * (probably the driver is not checking before accessing
1051 * the devmode pointer) --jerry
1053 if (devmode
== NULL
&& lp_default_devmode(snum
) && info2
!= NULL
) {
1054 result
= spoolss_create_default_devmode(tmp_ctx
,
1057 if (!W_ERROR_IS_OK(result
)) {
1062 if (devmode
->size
!= (ndr_size_spoolss_DeviceMode(devmode
, 0) - devmode
->__driverextra_length
)) {
1063 result
= WERR_INVALID_PARAM
;
1067 ndr_err
= ndr_push_struct_blob(&blob
, tmp_ctx
, devmode
,
1068 (ndr_push_flags_fn_t
) ndr_push_spoolss_DeviceMode
);
1069 if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err
)) {
1070 DEBUG(0, ("winreg_update_printer: Failed to marshall device mode\n"));
1071 result
= WERR_NOMEM
;
1075 status
= dcerpc_winreg_set_binary(tmp_ctx
,
1081 if (!NT_STATUS_IS_OK(status
)) {
1082 result
= ntstatus_to_werror(status
);
1084 if (!W_ERROR_IS_OK(result
)) {
1089 if (info2_mask
& SPOOLSS_PRINTER_INFO_DRIVERNAME
) {
1090 status
= dcerpc_winreg_set_sz(tmp_ctx
,
1096 if (!NT_STATUS_IS_OK(status
)) {
1097 result
= ntstatus_to_werror(status
);
1099 if (!W_ERROR_IS_OK(result
)) {
1104 if (info2_mask
& SPOOLSS_PRINTER_INFO_LOCATION
) {
1105 status
= dcerpc_winreg_set_sz(tmp_ctx
,
1111 if (!NT_STATUS_IS_OK(status
)) {
1112 result
= ntstatus_to_werror(status
);
1114 if (!W_ERROR_IS_OK(result
)) {
1119 if (info2_mask
& SPOOLSS_PRINTER_INFO_PARAMETERS
) {
1120 status
= dcerpc_winreg_set_sz(tmp_ctx
,
1126 if (!NT_STATUS_IS_OK(status
)) {
1127 result
= ntstatus_to_werror(status
);
1129 if (!W_ERROR_IS_OK(result
)) {
1134 if (info2_mask
& SPOOLSS_PRINTER_INFO_PORTNAME
) {
1135 status
= dcerpc_winreg_set_sz(tmp_ctx
,
1141 if (!NT_STATUS_IS_OK(status
)) {
1142 result
= ntstatus_to_werror(status
);
1144 if (!W_ERROR_IS_OK(result
)) {
1149 if (info2_mask
& SPOOLSS_PRINTER_INFO_PRINTERNAME
) {
1151 * in addprinter: no servername and the printer is the name
1152 * in setprinter: servername is \\server
1153 * and printer is \\server\\printer
1155 * Samba manages only local printers.
1156 * we currently don't support things like i
1157 * path=\\other_server\printer
1159 * We only store the printername, not \\server\printername
1161 const char *p
= strrchr(info2
->printername
, '\\');
1163 p
= info2
->printername
;
1167 status
= dcerpc_winreg_set_sz(tmp_ctx
,
1173 if (!NT_STATUS_IS_OK(status
)) {
1174 result
= ntstatus_to_werror(status
);
1176 if (!W_ERROR_IS_OK(result
)) {
1181 if (info2_mask
& SPOOLSS_PRINTER_INFO_PRINTPROCESSOR
) {
1182 status
= dcerpc_winreg_set_sz(tmp_ctx
,
1186 info2
->printprocessor
,
1188 if (!NT_STATUS_IS_OK(status
)) {
1189 result
= ntstatus_to_werror(status
);
1191 if (!W_ERROR_IS_OK(result
)) {
1196 if (info2_mask
& SPOOLSS_PRINTER_INFO_PRIORITY
) {
1197 status
= dcerpc_winreg_set_dword(tmp_ctx
,
1203 if (!NT_STATUS_IS_OK(status
)) {
1204 result
= ntstatus_to_werror(status
);
1206 if (!W_ERROR_IS_OK(result
)) {
1211 if (info2_mask
& SPOOLSS_PRINTER_INFO_SECDESC
) {
1213 * We need a security descriptor, if it isn't specified by
1214 * AddPrinter{Ex} then create a default descriptor.
1216 if (secdesc
== NULL
) {
1217 result
= spoolss_create_default_secdesc(tmp_ctx
, &secdesc
);
1218 if (!W_ERROR_IS_OK(result
)) {
1222 result
= winreg_set_printer_secdesc(tmp_ctx
,
1226 if (!W_ERROR_IS_OK(result
)) {
1231 if (info2_mask
& SPOOLSS_PRINTER_INFO_SEPFILE
) {
1232 status
= dcerpc_winreg_set_sz(tmp_ctx
,
1238 if (!NT_STATUS_IS_OK(status
)) {
1239 result
= ntstatus_to_werror(status
);
1241 if (!W_ERROR_IS_OK(result
)) {
1246 if (info2_mask
& SPOOLSS_PRINTER_INFO_SHARENAME
) {
1247 status
= dcerpc_winreg_set_sz(tmp_ctx
,
1253 if (!NT_STATUS_IS_OK(status
)) {
1254 result
= ntstatus_to_werror(status
);
1256 if (!W_ERROR_IS_OK(result
)) {
1261 if (info2_mask
& SPOOLSS_PRINTER_INFO_STARTTIME
) {
1262 status
= dcerpc_winreg_set_dword(tmp_ctx
,
1268 if (!NT_STATUS_IS_OK(status
)) {
1269 result
= ntstatus_to_werror(status
);
1271 if (!W_ERROR_IS_OK(result
)) {
1276 if (info2_mask
& SPOOLSS_PRINTER_INFO_STATUS
) {
1277 status
= dcerpc_winreg_set_dword(tmp_ctx
,
1283 if (!NT_STATUS_IS_OK(status
)) {
1284 result
= ntstatus_to_werror(status
);
1286 if (!W_ERROR_IS_OK(result
)) {
1291 if (info2_mask
& SPOOLSS_PRINTER_INFO_UNTILTIME
) {
1292 status
= dcerpc_winreg_set_dword(tmp_ctx
,
1298 if (!NT_STATUS_IS_OK(status
)) {
1299 result
= ntstatus_to_werror(status
);
1301 if (!W_ERROR_IS_OK(result
)) {
1306 status
= dcerpc_winreg_set_dword(tmp_ctx
,
1310 winreg_printer_rev_changeid(),
1312 if (!NT_STATUS_IS_OK(status
)) {
1313 result
= ntstatus_to_werror(status
);
1315 if (!W_ERROR_IS_OK(result
)) {
1321 if (winreg_handle
!= NULL
) {
1324 if (is_valid_policy_hnd(&key_hnd
)) {
1325 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
1327 if (is_valid_policy_hnd(&hive_hnd
)) {
1328 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
1332 TALLOC_FREE(tmp_ctx
);
1336 WERROR
winreg_get_printer(TALLOC_CTX
*mem_ctx
,
1337 struct dcerpc_binding_handle
*winreg_handle
,
1338 const char *printer
,
1339 struct spoolss_PrinterInfo2
**pinfo2
)
1341 struct spoolss_PrinterInfo2
*info2
;
1342 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
1343 struct policy_handle hive_hnd
, key_hnd
;
1344 struct spoolss_PrinterEnumValues enum_value
;
1345 struct spoolss_PrinterEnumValues
*v
= NULL
;
1346 enum ndr_err_code ndr_err
;
1348 int snum
= lp_servicenumber(printer
);
1349 uint32_t num_values
= 0;
1353 WERROR result
= WERR_OK
;
1354 const char **enum_names
= NULL
;
1355 enum winreg_Type
*enum_types
= NULL
;
1356 DATA_BLOB
*enum_data_blobs
= NULL
;
1357 TALLOC_CTX
*tmp_ctx
;
1359 tmp_ctx
= talloc_stackframe();
1360 if (tmp_ctx
== NULL
) {
1364 path
= winreg_printer_data_keyname(tmp_ctx
, printer
);
1366 TALLOC_FREE(tmp_ctx
);
1370 result
= winreg_printer_openkey(tmp_ctx
,
1378 if (!W_ERROR_IS_OK(result
)) {
1379 DEBUG(2, ("winreg_get_printer: Could not open key %s: %s\n",
1380 path
, win_errstr(result
)));
1384 status
= dcerpc_winreg_enumvals(tmp_ctx
,
1392 if (!NT_STATUS_IS_OK(status
)){
1393 result
= ntstatus_to_werror(status
);
1396 if (!W_ERROR_IS_OK(result
)) {
1397 DEBUG(0, ("winreg_get_printer: Could not enumerate values in %s: %s\n",
1398 path
, win_errstr(result
)));
1402 info2
= talloc_zero(tmp_ctx
, struct spoolss_PrinterInfo2
);
1403 if (info2
== NULL
) {
1404 result
= WERR_NOMEM
;
1408 FILL_STRING(info2
, EMPTY_STRING
, info2
->servername
);
1409 FILL_STRING(info2
, EMPTY_STRING
, info2
->printername
);
1410 FILL_STRING(info2
, EMPTY_STRING
, info2
->sharename
);
1411 FILL_STRING(info2
, EMPTY_STRING
, info2
->portname
);
1412 FILL_STRING(info2
, EMPTY_STRING
, info2
->drivername
);
1413 FILL_STRING(info2
, EMPTY_STRING
, info2
->comment
);
1414 FILL_STRING(info2
, EMPTY_STRING
, info2
->location
);
1415 FILL_STRING(info2
, EMPTY_STRING
, info2
->sepfile
);
1416 FILL_STRING(info2
, EMPTY_STRING
, info2
->printprocessor
);
1417 FILL_STRING(info2
, EMPTY_STRING
, info2
->datatype
);
1418 FILL_STRING(info2
, EMPTY_STRING
, info2
->parameters
);
1420 for (i
= 0; i
< num_values
; i
++) {
1421 enum_value
.value_name
= enum_names
[i
];
1422 enum_value
.value_name_len
= 2*strlen_m_term(enum_names
[i
]);
1423 enum_value
.type
= enum_types
[i
];
1424 enum_value
.data_length
= enum_data_blobs
[i
].length
;
1425 enum_value
.data
= NULL
;
1426 if (enum_value
.data_length
!= 0){
1427 enum_value
.data
= &enum_data_blobs
[i
];
1431 result
= winreg_enumval_to_sz(info2
,
1434 &info2
->printername
);
1435 CHECK_ERROR(result
);
1437 result
= winreg_enumval_to_sz(info2
,
1441 CHECK_ERROR(result
);
1443 result
= winreg_enumval_to_sz(info2
,
1447 CHECK_ERROR(result
);
1449 result
= winreg_enumval_to_sz(info2
,
1453 CHECK_ERROR(result
);
1455 result
= winreg_enumval_to_sz(info2
,
1459 CHECK_ERROR(result
);
1461 result
= winreg_enumval_to_sz(info2
,
1465 CHECK_ERROR(result
);
1467 result
= winreg_enumval_to_sz(info2
,
1470 &info2
->printprocessor
);
1471 CHECK_ERROR(result
);
1473 result
= winreg_enumval_to_sz(info2
,
1477 CHECK_ERROR(result
);
1479 result
= winreg_enumval_to_sz(info2
,
1482 &info2
->parameters
);
1483 CHECK_ERROR(result
);
1485 result
= winreg_enumval_to_sz(info2
,
1488 &info2
->drivername
);
1489 CHECK_ERROR(result
);
1491 result
= winreg_enumval_to_dword(info2
,
1494 &info2
->attributes
);
1495 CHECK_ERROR(result
);
1497 result
= winreg_enumval_to_dword(info2
,
1501 CHECK_ERROR(result
);
1503 result
= winreg_enumval_to_dword(info2
,
1506 &info2
->defaultpriority
);
1507 CHECK_ERROR(result
);
1509 result
= winreg_enumval_to_dword(info2
,
1513 CHECK_ERROR(result
);
1515 result
= winreg_enumval_to_dword(info2
,
1519 CHECK_ERROR(result
);
1521 result
= winreg_enumval_to_dword(info2
,
1525 CHECK_ERROR(result
);
1527 result
= winreg_enumval_to_dword(info2
,
1531 CHECK_ERROR(result
);
1534 if (!W_ERROR_IS_OK(result
)) {
1535 DEBUG(0, ("winreg_get_printer: winreg_enumval_to_TYPE() failed "
1538 win_errstr(result
)));
1542 /* Construct the Device Mode */
1543 status
= dcerpc_winreg_query_binary(tmp_ctx
,
1549 if (!NT_STATUS_IS_OK(status
)) {
1550 result
= ntstatus_to_werror(status
);
1552 if (W_ERROR_IS_OK(result
)) {
1553 info2
->devmode
= talloc_zero(info2
, struct spoolss_DeviceMode
);
1554 if (info2
->devmode
== NULL
) {
1555 result
= WERR_NOMEM
;
1558 ndr_err
= ndr_pull_struct_blob(&blob
,
1561 (ndr_pull_flags_fn_t
) ndr_pull_spoolss_DeviceMode
);
1562 if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err
)) {
1563 DEBUG(0, ("winreg_get_printer: Failed to unmarshall device mode\n"));
1564 result
= WERR_NOMEM
;
1569 if (info2
->devmode
== NULL
&& lp_default_devmode(snum
)) {
1570 result
= spoolss_create_default_devmode(info2
,
1573 if (!W_ERROR_IS_OK(result
)) {
1578 if (info2
->devmode
) {
1579 info2
->devmode
->size
= ndr_size_spoolss_DeviceMode(info2
->devmode
, 0) - info2
->devmode
->driverextra_data
.length
;
1582 result
= winreg_get_printer_secdesc(info2
,
1586 if (!W_ERROR_IS_OK(result
)) {
1590 /* Fix for OS/2 drivers. */
1591 if (get_remote_arch() == RA_OS2
) {
1592 spoolss_map_to_os2_driver(info2
, &info2
->drivername
);
1596 *pinfo2
= talloc_move(mem_ctx
, &info2
);
1601 if (winreg_handle
!= NULL
) {
1604 if (is_valid_policy_hnd(&key_hnd
)) {
1605 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
1607 if (is_valid_policy_hnd(&hive_hnd
)) {
1608 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
1612 TALLOC_FREE(tmp_ctx
);
1616 WERROR
winreg_get_printer_secdesc(TALLOC_CTX
*mem_ctx
,
1617 struct dcerpc_binding_handle
*winreg_handle
,
1618 const char *sharename
,
1619 struct spoolss_security_descriptor
**psecdesc
)
1621 struct spoolss_security_descriptor
*secdesc
;
1622 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
1623 struct policy_handle hive_hnd
, key_hnd
;
1625 TALLOC_CTX
*tmp_ctx
;
1629 tmp_ctx
= talloc_stackframe();
1630 if (tmp_ctx
== NULL
) {
1634 path
= winreg_printer_data_keyname(tmp_ctx
, sharename
);
1636 talloc_free(tmp_ctx
);
1640 ZERO_STRUCT(hive_hnd
);
1641 ZERO_STRUCT(key_hnd
);
1643 result
= winreg_printer_openkey(tmp_ctx
,
1651 if (!W_ERROR_IS_OK(result
)) {
1652 if (W_ERROR_EQUAL(result
, WERR_BADFILE
)) {
1653 goto create_default
;
1658 status
= dcerpc_winreg_query_sd(tmp_ctx
,
1664 if (!NT_STATUS_IS_OK(status
)) {
1665 result
= ntstatus_to_werror(status
);
1667 if (!W_ERROR_IS_OK(result
)) {
1668 if (W_ERROR_EQUAL(result
, WERR_BADFILE
)) {
1671 if (is_valid_policy_hnd(&key_hnd
)) {
1672 dcerpc_winreg_CloseKey(winreg_handle
,
1678 if (is_valid_policy_hnd(&hive_hnd
)) {
1679 dcerpc_winreg_CloseKey(winreg_handle
,
1684 goto create_default
;
1690 *psecdesc
= talloc_move(mem_ctx
, &secdesc
);
1697 result
= winreg_printer_openkey(tmp_ctx
,
1705 if (!W_ERROR_IS_OK(result
)) {
1709 result
= spoolss_create_default_secdesc(tmp_ctx
, &secdesc
);
1710 if (!W_ERROR_IS_OK(result
)) {
1714 /* If security descriptor is owned by S-1-1-0 and winbindd is up,
1715 this security descriptor has been created when winbindd was
1716 down. Take ownership of security descriptor. */
1717 if (dom_sid_equal(secdesc
->owner_sid
, &global_sid_World
)) {
1718 struct dom_sid owner_sid
;
1720 /* Change sd owner to workgroup administrator */
1722 if (secrets_fetch_domain_sid(lp_workgroup(), &owner_sid
)) {
1723 struct spoolss_security_descriptor
*new_secdesc
;
1727 sid_append_rid(&owner_sid
, DOMAIN_RID_ADMINISTRATOR
);
1729 new_secdesc
= make_sec_desc(tmp_ctx
,
1738 if (new_secdesc
== NULL
) {
1739 result
= WERR_NOMEM
;
1743 /* Swap with other one */
1744 secdesc
= new_secdesc
;
1748 status
= dcerpc_winreg_set_sd(tmp_ctx
,
1754 if (!NT_STATUS_IS_OK(status
)) {
1755 result
= ntstatus_to_werror(status
);
1757 if (!W_ERROR_IS_OK(result
)) {
1762 *psecdesc
= talloc_move(mem_ctx
, &secdesc
);
1767 if (winreg_handle
!= NULL
) {
1770 if (is_valid_policy_hnd(&key_hnd
)) {
1771 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
1773 if (is_valid_policy_hnd(&hive_hnd
)) {
1774 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
1778 talloc_free(tmp_ctx
);
1782 WERROR
winreg_set_printer_secdesc(TALLOC_CTX
*mem_ctx
,
1783 struct dcerpc_binding_handle
*winreg_handle
,
1784 const char *sharename
,
1785 const struct spoolss_security_descriptor
*secdesc
)
1787 const struct spoolss_security_descriptor
*new_secdesc
= secdesc
;
1788 struct spoolss_security_descriptor
*old_secdesc
;
1789 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
1790 struct policy_handle hive_hnd
, key_hnd
;
1792 TALLOC_CTX
*tmp_ctx
;
1796 tmp_ctx
= talloc_stackframe();
1797 if (tmp_ctx
== NULL
) {
1801 path
= winreg_printer_data_keyname(tmp_ctx
, sharename
);
1803 talloc_free(tmp_ctx
);
1808 * The old owner and group sids of the security descriptor are not
1809 * present when new ACEs are added or removed by changing printer
1810 * permissions through NT. If they are NULL in the new security
1811 * descriptor then copy them over from the old one.
1813 if (!secdesc
->owner_sid
|| !secdesc
->group_sid
) {
1814 struct dom_sid
*owner_sid
, *group_sid
;
1815 struct security_acl
*dacl
, *sacl
;
1818 result
= winreg_get_printer_secdesc(tmp_ctx
,
1822 if (!W_ERROR_IS_OK(result
)) {
1823 talloc_free(tmp_ctx
);
1827 /* Pick out correct owner and group sids */
1828 owner_sid
= secdesc
->owner_sid
?
1829 secdesc
->owner_sid
:
1830 old_secdesc
->owner_sid
;
1832 group_sid
= secdesc
->group_sid
?
1833 secdesc
->group_sid
:
1834 old_secdesc
->group_sid
;
1836 dacl
= secdesc
->dacl
?
1840 sacl
= secdesc
->sacl
?
1844 /* Make a deep copy of the security descriptor */
1845 new_secdesc
= make_sec_desc(tmp_ctx
,
1853 if (new_secdesc
== NULL
) {
1854 talloc_free(tmp_ctx
);
1859 ZERO_STRUCT(hive_hnd
);
1860 ZERO_STRUCT(key_hnd
);
1862 result
= winreg_printer_openkey(tmp_ctx
,
1870 if (!W_ERROR_IS_OK(result
)) {
1874 status
= dcerpc_winreg_set_sd(tmp_ctx
,
1880 if (!NT_STATUS_IS_OK(status
)) {
1881 result
= ntstatus_to_werror(status
);
1885 if (winreg_handle
!= NULL
) {
1888 if (is_valid_policy_hnd(&key_hnd
)) {
1889 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
1891 if (is_valid_policy_hnd(&hive_hnd
)) {
1892 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
1896 talloc_free(tmp_ctx
);
1900 /* Set printer data over the winreg pipe. */
1901 WERROR
winreg_set_printer_dataex(TALLOC_CTX
*mem_ctx
,
1902 struct dcerpc_binding_handle
*winreg_handle
,
1903 const char *printer
,
1906 enum winreg_Type type
,
1910 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
1911 struct policy_handle hive_hnd
, key_hnd
;
1912 struct winreg_String wvalue
= { 0, };
1914 WERROR result
= WERR_OK
;
1916 TALLOC_CTX
*tmp_ctx
;
1918 tmp_ctx
= talloc_stackframe();
1919 if (tmp_ctx
== NULL
) {
1923 path
= winreg_printer_data_keyname(tmp_ctx
, printer
);
1925 TALLOC_FREE(tmp_ctx
);
1929 ZERO_STRUCT(hive_hnd
);
1930 ZERO_STRUCT(key_hnd
);
1932 DEBUG(8, ("winreg_set_printer_dataex: Open printer key %s, value %s, access_mask: 0x%05x for [%s]\n",
1933 key
, value
, access_mask
, printer
));
1934 result
= winreg_printer_openkey(tmp_ctx
,
1942 if (!W_ERROR_IS_OK(result
)) {
1943 DEBUG(0, ("winreg_set_printer_dataex: Could not open key %s: %s\n",
1944 key
, win_errstr(result
)));
1948 wvalue
.name
= value
;
1949 status
= dcerpc_winreg_SetValue(winreg_handle
,
1957 if (!NT_STATUS_IS_OK(status
)) {
1958 DEBUG(0, ("winreg_set_printer_dataex: Could not set value %s: %s\n",
1959 value
, nt_errstr(status
)));
1960 result
= ntstatus_to_werror(status
);
1964 if (winreg_handle
!= NULL
) {
1967 if (is_valid_policy_hnd(&key_hnd
)) {
1968 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
1970 if (is_valid_policy_hnd(&hive_hnd
)) {
1971 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
1975 TALLOC_FREE(tmp_ctx
);
1979 /* Get printer data over a winreg pipe. */
1980 WERROR
winreg_get_printer_dataex(TALLOC_CTX
*mem_ctx
,
1981 struct dcerpc_binding_handle
*winreg_handle
,
1982 const char *printer
,
1985 enum winreg_Type
*type
,
1987 uint32_t *data_size
)
1989 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
1990 struct policy_handle hive_hnd
, key_hnd
;
1991 struct winreg_String wvalue
;
1992 enum winreg_Type type_in
= REG_NONE
;
1994 uint8_t *data_in
= NULL
;
1995 uint32_t data_in_size
= 0;
1996 uint32_t value_len
= 0;
1997 WERROR result
= WERR_OK
;
1999 TALLOC_CTX
*tmp_ctx
;
2001 tmp_ctx
= talloc_stackframe();
2002 if (tmp_ctx
== NULL
) {
2006 path
= winreg_printer_data_keyname(tmp_ctx
, printer
);
2008 TALLOC_FREE(tmp_ctx
);
2012 ZERO_STRUCT(hive_hnd
);
2013 ZERO_STRUCT(key_hnd
);
2015 result
= winreg_printer_openkey(tmp_ctx
,
2023 if (!W_ERROR_IS_OK(result
)) {
2024 DEBUG(2, ("winreg_get_printer_dataex: Could not open key %s: %s\n",
2025 key
, win_errstr(result
)));
2029 wvalue
.name
= value
;
2032 * call QueryValue once with data == NULL to get the
2033 * needed memory size to be allocated, then allocate
2034 * data buffer and call again.
2036 status
= dcerpc_winreg_QueryValue(winreg_handle
,
2045 if (!NT_STATUS_IS_OK(status
)) {
2046 DEBUG(0, ("winreg_get_printer_dataex: Could not query value %s: %s\n",
2047 value
, nt_errstr(status
)));
2048 result
= ntstatus_to_werror(status
);
2051 if (!W_ERROR_IS_OK(result
)) {
2055 data_in
= (uint8_t *) TALLOC(tmp_ctx
, data_in_size
);
2056 if (data_in
== NULL
) {
2057 result
= WERR_NOMEM
;
2062 status
= dcerpc_winreg_QueryValue(winreg_handle
,
2071 if (!NT_STATUS_IS_OK(status
)) {
2072 DEBUG(0, ("winreg_get_printer_dataex: Could not query value %s: %s\n",
2073 value
, nt_errstr(status
)));
2074 result
= ntstatus_to_werror(status
);
2077 if (!W_ERROR_IS_OK(result
)) {
2082 *data_size
= data_in_size
;
2084 *data
= talloc_move(mem_ctx
, &data_in
);
2089 if (winreg_handle
!= NULL
) {
2092 if (is_valid_policy_hnd(&key_hnd
)) {
2093 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
2095 if (is_valid_policy_hnd(&hive_hnd
)) {
2096 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
2100 TALLOC_FREE(tmp_ctx
);
2104 /* Enumerate on the values of a given key and provide the data. */
2105 WERROR
winreg_enum_printer_dataex(TALLOC_CTX
*mem_ctx
,
2106 struct dcerpc_binding_handle
*winreg_handle
,
2107 const char *printer
,
2109 uint32_t *pnum_values
,
2110 struct spoolss_PrinterEnumValues
**penum_values
)
2113 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
2114 struct policy_handle hive_hnd
, key_hnd
;
2116 struct spoolss_PrinterEnumValues
*enum_values
= NULL
;
2117 uint32_t num_values
= 0;
2119 WERROR result
= WERR_OK
;
2121 const char **enum_names
= NULL
;
2122 enum winreg_Type
*enum_types
= NULL
;
2123 DATA_BLOB
*enum_data_blobs
= NULL
;
2125 TALLOC_CTX
*tmp_ctx
;
2127 tmp_ctx
= talloc_stackframe();
2128 if (tmp_ctx
== NULL
) {
2132 path
= winreg_printer_data_keyname(tmp_ctx
, printer
);
2134 TALLOC_FREE(tmp_ctx
);
2138 result
= winreg_printer_openkey(tmp_ctx
,
2146 if (!W_ERROR_IS_OK(result
)) {
2147 DEBUG(2, ("winreg_enum_printer_dataex: Could not open key %s: %s\n",
2148 key
, win_errstr(result
)));
2152 status
= dcerpc_winreg_enumvals(tmp_ctx
,
2160 if (!NT_STATUS_IS_OK(status
)){
2161 result
= ntstatus_to_werror(status
);
2164 if (!W_ERROR_IS_OK(result
)) {
2165 DEBUG(0, ("winreg_enum_printer_dataex: Could not enumerate values in %s: %s\n",
2166 key
, win_errstr(result
)));
2170 enum_values
= talloc_array(tmp_ctx
, struct spoolss_PrinterEnumValues
, num_values
);
2171 if (enum_values
== NULL
){
2172 result
= WERR_NOMEM
;
2173 DEBUG(0, ("winreg_enum_printer_dataex: Could not enumerate values in %s: %s\n",
2174 key
, win_errstr(result
)));
2178 for (i
= 0; i
< num_values
; i
++){
2179 enum_values
[i
].value_name
= enum_names
[i
];
2180 enum_values
[i
].value_name_len
= strlen_m_term(enum_names
[i
]) * 2;
2181 enum_values
[i
].type
= enum_types
[i
];
2182 enum_values
[i
].data_length
= enum_data_blobs
[i
].length
;
2183 enum_values
[i
].data
= NULL
;
2185 if (enum_values
[i
].data_length
!= 0){
2186 enum_values
[i
].data
= &enum_data_blobs
[i
];
2190 talloc_steal(enum_values
, enum_names
);
2191 talloc_steal(enum_values
, enum_data_blobs
);
2193 *pnum_values
= num_values
;
2195 *penum_values
= talloc_move(mem_ctx
, &enum_values
);
2200 if (winreg_handle
!= NULL
) {
2203 if (is_valid_policy_hnd(&key_hnd
)) {
2204 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
2206 if (is_valid_policy_hnd(&hive_hnd
)) {
2207 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
2211 TALLOC_FREE(tmp_ctx
);
2215 /* Delete printer data over a winreg pipe. */
2216 WERROR
winreg_delete_printer_dataex(TALLOC_CTX
*mem_ctx
,
2217 struct dcerpc_binding_handle
*winreg_handle
,
2218 const char *printer
,
2222 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
2223 struct policy_handle hive_hnd
, key_hnd
;
2224 struct winreg_String wvalue
= { 0, };
2226 WERROR result
= WERR_OK
;
2229 TALLOC_CTX
*tmp_ctx
;
2231 tmp_ctx
= talloc_stackframe();
2232 if (tmp_ctx
== NULL
) {
2236 path
= winreg_printer_data_keyname(tmp_ctx
, printer
);
2238 TALLOC_FREE(tmp_ctx
);
2242 ZERO_STRUCT(hive_hnd
);
2243 ZERO_STRUCT(key_hnd
);
2245 result
= winreg_printer_openkey(tmp_ctx
,
2253 if (!W_ERROR_IS_OK(result
)) {
2254 DEBUG(0, ("winreg_delete_printer_dataex: Could not open key %s: %s\n",
2255 key
, win_errstr(result
)));
2259 wvalue
.name
= value
;
2260 status
= dcerpc_winreg_DeleteValue(winreg_handle
,
2265 if (!NT_STATUS_IS_OK(status
)) {
2266 DEBUG(0, ("winreg_delete_printer_dataex: Could not delete value %s: %s\n",
2267 value
, nt_errstr(status
)));
2268 result
= ntstatus_to_werror(status
);
2272 if (winreg_handle
!= NULL
) {
2275 if (is_valid_policy_hnd(&key_hnd
)) {
2276 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
2278 if (is_valid_policy_hnd(&hive_hnd
)) {
2279 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
2283 TALLOC_FREE(tmp_ctx
);
2287 /* Enumerate on the subkeys of a given key and provide the data. */
2288 WERROR
winreg_enum_printer_key(TALLOC_CTX
*mem_ctx
,
2289 struct dcerpc_binding_handle
*winreg_handle
,
2290 const char *printer
,
2292 uint32_t *pnum_subkeys
,
2293 const char ***psubkeys
)
2295 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
2296 struct policy_handle hive_hnd
, key_hnd
;
2298 const char **subkeys
= NULL
;
2299 uint32_t num_subkeys
= -1;
2301 WERROR result
= WERR_OK
;
2304 TALLOC_CTX
*tmp_ctx
;
2306 tmp_ctx
= talloc_stackframe();
2307 if (tmp_ctx
== NULL
) {
2311 path
= winreg_printer_data_keyname(tmp_ctx
, printer
);
2313 TALLOC_FREE(tmp_ctx
);
2317 ZERO_STRUCT(hive_hnd
);
2318 ZERO_STRUCT(key_hnd
);
2320 result
= winreg_printer_openkey(tmp_ctx
,
2328 if (!W_ERROR_IS_OK(result
)) {
2329 DEBUG(2, ("winreg_enum_printer_key: Could not open key %s: %s\n",
2330 key
, win_errstr(result
)));
2334 status
= dcerpc_winreg_enum_keys(tmp_ctx
,
2340 if (!NT_STATUS_IS_OK(status
)) {
2341 result
= ntstatus_to_werror(status
);
2343 if (!W_ERROR_IS_OK(result
)) {
2344 DEBUG(0, ("winreg_enum_printer_key: Could not enumerate subkeys in %s: %s\n",
2345 key
, win_errstr(result
)));
2349 *pnum_subkeys
= num_subkeys
;
2351 *psubkeys
= talloc_move(mem_ctx
, &subkeys
);
2356 if (winreg_handle
!= NULL
) {
2359 if (is_valid_policy_hnd(&key_hnd
)) {
2360 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
2362 if (is_valid_policy_hnd(&hive_hnd
)) {
2363 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
2367 TALLOC_FREE(tmp_ctx
);
2371 /* Delete a key with subkeys of a given printer. */
2372 WERROR
winreg_delete_printer_key(TALLOC_CTX
*mem_ctx
,
2373 struct dcerpc_binding_handle
*winreg_handle
,
2374 const char *printer
,
2377 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
2378 struct policy_handle hive_hnd
, key_hnd
;
2383 TALLOC_CTX
*tmp_ctx
;
2385 tmp_ctx
= talloc_stackframe();
2386 if (tmp_ctx
== NULL
) {
2390 path
= winreg_printer_data_keyname(tmp_ctx
, printer
);
2392 TALLOC_FREE(tmp_ctx
);
2396 result
= winreg_printer_openkey(tmp_ctx
,
2404 if (!W_ERROR_IS_OK(result
)) {
2405 /* key doesn't exist */
2406 if (W_ERROR_EQUAL(result
, WERR_BADFILE
)) {
2411 DEBUG(0, ("winreg_delete_printer_key: Could not open key %s: %s\n",
2412 key
, win_errstr(result
)));
2416 if (is_valid_policy_hnd(&key_hnd
)) {
2417 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &result
);
2420 if (key
== NULL
|| key
[0] == '\0') {
2423 keyname
= talloc_asprintf(tmp_ctx
,
2427 if (keyname
== NULL
) {
2428 result
= WERR_NOMEM
;
2433 status
= dcerpc_winreg_delete_subkeys_recursive(tmp_ctx
,
2440 if (!NT_STATUS_IS_OK(status
)) {
2441 DEBUG(0, ("winreg_delete_printer_key: Could not delete key %s: %s\n",
2442 key
, nt_errstr(status
)));
2443 result
= ntstatus_to_werror(status
);
2447 if (!W_ERROR_IS_OK(result
)) {
2448 DEBUG(0, ("winreg_delete_printer_key: Could not delete key %s: %s\n",
2449 key
, win_errstr(result
)));
2454 if (winreg_handle
!= NULL
) {
2457 if (is_valid_policy_hnd(&key_hnd
)) {
2458 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
2460 if (is_valid_policy_hnd(&hive_hnd
)) {
2461 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
2465 TALLOC_FREE(tmp_ctx
);
2469 WERROR
winreg_printer_update_changeid(TALLOC_CTX
*mem_ctx
,
2470 struct dcerpc_binding_handle
*winreg_handle
,
2471 const char *printer
)
2473 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
2474 struct policy_handle hive_hnd
, key_hnd
;
2478 TALLOC_CTX
*tmp_ctx
;
2480 tmp_ctx
= talloc_stackframe();
2481 if (tmp_ctx
== NULL
) {
2485 path
= winreg_printer_data_keyname(tmp_ctx
, printer
);
2487 TALLOC_FREE(tmp_ctx
);
2491 ZERO_STRUCT(hive_hnd
);
2492 ZERO_STRUCT(key_hnd
);
2494 result
= winreg_printer_openkey(tmp_ctx
,
2502 if (!W_ERROR_IS_OK(result
)) {
2503 DEBUG(0, ("winreg_printer_update_changeid: Could not open key %s: %s\n",
2504 path
, win_errstr(result
)));
2508 status
= dcerpc_winreg_set_dword(tmp_ctx
,
2512 winreg_printer_rev_changeid(),
2514 if (!NT_STATUS_IS_OK(status
)) {
2515 result
= ntstatus_to_werror(status
);
2517 if (!W_ERROR_IS_OK(result
)) {
2523 if (winreg_handle
!= NULL
) {
2526 if (is_valid_policy_hnd(&key_hnd
)) {
2527 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
2529 if (is_valid_policy_hnd(&hive_hnd
)) {
2530 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
2534 TALLOC_FREE(tmp_ctx
);
2538 WERROR
winreg_printer_get_changeid(TALLOC_CTX
*mem_ctx
,
2539 struct dcerpc_binding_handle
*winreg_handle
,
2540 const char *printer
,
2541 uint32_t *pchangeid
)
2543 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
2544 struct policy_handle hive_hnd
, key_hnd
;
2545 uint32_t changeid
= 0;
2549 TALLOC_CTX
*tmp_ctx
;
2551 tmp_ctx
= talloc_stackframe();
2552 if (tmp_ctx
== NULL
) {
2556 path
= winreg_printer_data_keyname(tmp_ctx
, printer
);
2558 TALLOC_FREE(tmp_ctx
);
2562 ZERO_STRUCT(hive_hnd
);
2563 ZERO_STRUCT(key_hnd
);
2565 result
= winreg_printer_openkey(tmp_ctx
,
2573 if (!W_ERROR_IS_OK(result
)) {
2574 DEBUG(2, ("winreg_printer_get_changeid: Could not open key %s: %s\n",
2575 path
, win_errstr(result
)));
2579 DEBUG(10, ("winreg_printer_get_changeid: get changeid from %s\n", path
));
2581 status
= dcerpc_winreg_query_dword(tmp_ctx
,
2587 if (!NT_STATUS_IS_OK(status
)) {
2588 result
= ntstatus_to_werror(status
);
2590 if (!W_ERROR_IS_OK(result
)) {
2595 *pchangeid
= changeid
;
2600 if (winreg_handle
!= NULL
) {
2603 if (is_valid_policy_hnd(&key_hnd
)) {
2604 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
2606 if (is_valid_policy_hnd(&hive_hnd
)) {
2607 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
2611 TALLOC_FREE(tmp_ctx
);
2616 * The special behaviour of the spoolss forms is documented at the website:
2618 * Managing Win32 Printserver Forms
2619 * http://unixwiz.net/techtips/winspooler-forms.html
2622 WERROR
winreg_printer_addform1(TALLOC_CTX
*mem_ctx
,
2623 struct dcerpc_binding_handle
*winreg_handle
,
2624 struct spoolss_AddFormInfo1
*form
)
2626 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
2627 struct policy_handle hive_hnd
, key_hnd
;
2628 struct winreg_String wvalue
= { 0, };
2630 uint32_t num_info
= 0;
2631 union spoolss_FormInfo
*info
= NULL
;
2635 TALLOC_CTX
*tmp_ctx
;
2637 tmp_ctx
= talloc_stackframe();
2638 if (tmp_ctx
== NULL
) {
2642 ZERO_STRUCT(hive_hnd
);
2643 ZERO_STRUCT(key_hnd
);
2645 result
= winreg_printer_openkey(tmp_ctx
,
2647 TOP_LEVEL_CONTROL_FORMS_KEY
,
2653 if (!W_ERROR_IS_OK(result
)) {
2654 DEBUG(0, ("winreg_printer_addform1: Could not open key %s: %s\n",
2655 TOP_LEVEL_CONTROL_FORMS_KEY
, win_errstr(result
)));
2659 result
= winreg_printer_enumforms1(tmp_ctx
, winreg_handle
,
2661 if (!W_ERROR_IS_OK(result
)) {
2662 DEBUG(0, ("winreg_printer_addform: Could not enum keys %s: %s\n",
2663 TOP_LEVEL_CONTROL_FORMS_KEY
, win_errstr(result
)));
2667 /* If form name already exists or is builtin return ALREADY_EXISTS */
2668 for (i
= 0; i
< num_info
; i
++) {
2669 if (strequal(info
[i
].info1
.form_name
, form
->form_name
)) {
2670 result
= WERR_FILE_EXISTS
;
2675 wvalue
.name
= form
->form_name
;
2677 blob
= data_blob_talloc(tmp_ctx
, NULL
, 32);
2678 SIVAL(blob
.data
, 0, form
->size
.width
);
2679 SIVAL(blob
.data
, 4, form
->size
.height
);
2680 SIVAL(blob
.data
, 8, form
->area
.left
);
2681 SIVAL(blob
.data
, 12, form
->area
.top
);
2682 SIVAL(blob
.data
, 16, form
->area
.right
);
2683 SIVAL(blob
.data
, 20, form
->area
.bottom
);
2684 SIVAL(blob
.data
, 24, num_info
+ 1); /* FIXME */
2685 SIVAL(blob
.data
, 28, form
->flags
);
2687 status
= dcerpc_winreg_SetValue(winreg_handle
,
2695 if (!NT_STATUS_IS_OK(status
)) {
2696 DEBUG(0, ("winreg_printer_addform1: Could not set value %s: %s\n",
2697 wvalue
.name
, nt_errstr(status
)));
2698 result
= ntstatus_to_werror(status
);
2702 if (winreg_handle
!= NULL
) {
2705 if (is_valid_policy_hnd(&key_hnd
)) {
2706 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
2708 if (is_valid_policy_hnd(&hive_hnd
)) {
2709 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
2714 TALLOC_FREE(tmp_ctx
);
2718 WERROR
winreg_printer_enumforms1(TALLOC_CTX
*mem_ctx
,
2719 struct dcerpc_binding_handle
*winreg_handle
,
2720 uint32_t *pnum_info
,
2721 union spoolss_FormInfo
**pinfo
)
2723 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
2724 struct policy_handle hive_hnd
, key_hnd
;
2725 union spoolss_FormInfo
*info
;
2726 struct spoolss_PrinterEnumValues
*enum_values
= NULL
;
2727 uint32_t num_values
= 0;
2728 uint32_t num_builtin
= ARRAY_SIZE(builtin_forms1
);
2732 const char **enum_names
= NULL
;
2733 enum winreg_Type
*enum_types
= NULL
;
2734 DATA_BLOB
*enum_data_blobs
= NULL
;
2735 TALLOC_CTX
*tmp_ctx
;
2737 tmp_ctx
= talloc_stackframe();
2738 if (tmp_ctx
== NULL
) {
2742 ZERO_STRUCT(hive_hnd
);
2743 ZERO_STRUCT(key_hnd
);
2745 result
= winreg_printer_openkey(tmp_ctx
,
2747 TOP_LEVEL_CONTROL_FORMS_KEY
,
2753 if (!W_ERROR_IS_OK(result
)) {
2754 /* key doesn't exist */
2755 if (W_ERROR_EQUAL(result
, WERR_BADFILE
)) {
2760 DEBUG(0, ("winreg_printer_enumforms1: Could not open key %s: %s\n",
2761 TOP_LEVEL_CONTROL_FORMS_KEY
, win_errstr(result
)));
2765 status
= dcerpc_winreg_enumvals(tmp_ctx
,
2773 if (!NT_STATUS_IS_OK(status
)){
2774 result
= ntstatus_to_werror(status
);
2777 if (!W_ERROR_IS_OK(result
)) {
2778 DEBUG(0, ("winreg_printer_enumforms1: Could not enumerate values in %s: %s\n",
2779 TOP_LEVEL_CONTROL_FORMS_KEY
, win_errstr(result
)));
2783 enum_values
= talloc_zero_array(tmp_ctx
,
2784 struct spoolss_PrinterEnumValues
,
2786 if (enum_values
== NULL
){
2787 result
= WERR_NOMEM
;
2791 for (i
= 0; i
< num_values
; i
++){
2792 enum_values
[i
].value_name
= enum_names
[i
];
2793 enum_values
[i
].value_name_len
= strlen_m_term(enum_names
[i
]) * 2;
2794 enum_values
[i
].type
= enum_types
[i
];
2795 enum_values
[i
].data_length
= enum_data_blobs
[i
].length
;
2796 enum_values
[i
].data
= NULL
;
2797 if (enum_values
[i
].data_length
!= 0){
2798 enum_values
[i
].data
= &enum_data_blobs
[i
];
2802 if (!W_ERROR_IS_OK(result
)) {
2803 DEBUG(0, ("winreg_printer_enumforms1: Could not enumerate values in %s: %s\n",
2804 TOP_LEVEL_CONTROL_FORMS_KEY
, win_errstr(result
)));
2808 info
= talloc_array(tmp_ctx
, union spoolss_FormInfo
, num_builtin
+ num_values
);
2810 result
= WERR_NOMEM
;
2814 /* Enumerate BUILTIN forms */
2815 for (i
= 0; i
< num_builtin
; i
++) {
2816 info
[i
].info1
= builtin_forms1
[i
];
2819 /* Enumerate registry forms */
2820 for (i
= 0; i
< num_values
; i
++) {
2821 union spoolss_FormInfo val
;
2823 if (enum_values
[i
].type
!= REG_BINARY
||
2824 enum_values
[i
].data_length
!= 32) {
2828 val
.info1
.form_name
= talloc_strdup(info
, enum_values
[i
].value_name
);
2829 if (val
.info1
.form_name
== NULL
) {
2830 result
= WERR_NOMEM
;
2834 val
.info1
.size
.width
= IVAL(enum_values
[i
].data
->data
, 0);
2835 val
.info1
.size
.height
= IVAL(enum_values
[i
].data
->data
, 4);
2836 val
.info1
.area
.left
= IVAL(enum_values
[i
].data
->data
, 8);
2837 val
.info1
.area
.top
= IVAL(enum_values
[i
].data
->data
, 12);
2838 val
.info1
.area
.right
= IVAL(enum_values
[i
].data
->data
, 16);
2839 val
.info1
.area
.bottom
= IVAL(enum_values
[i
].data
->data
, 20);
2840 /* skip form index IVAL(enum_values[i].data->data, 24)));*/
2841 val
.info1
.flags
= (enum spoolss_FormFlags
) IVAL(enum_values
[i
].data
->data
, 28);
2843 info
[i
+ num_builtin
] = val
;
2846 *pnum_info
= num_builtin
+ num_values
;
2848 *pinfo
= talloc_move(mem_ctx
, &info
);
2852 if (winreg_handle
!= NULL
) {
2855 if (is_valid_policy_hnd(&key_hnd
)) {
2856 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
2858 if (is_valid_policy_hnd(&hive_hnd
)) {
2859 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
2863 TALLOC_FREE(enum_values
);
2864 TALLOC_FREE(tmp_ctx
);
2868 WERROR
winreg_printer_deleteform1(TALLOC_CTX
*mem_ctx
,
2869 struct dcerpc_binding_handle
*winreg_handle
,
2870 const char *form_name
)
2872 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
2873 struct policy_handle hive_hnd
, key_hnd
;
2874 struct winreg_String wvalue
= { 0, };
2875 uint32_t num_builtin
= ARRAY_SIZE(builtin_forms1
);
2877 WERROR result
= WERR_OK
;
2879 TALLOC_CTX
*tmp_ctx
;
2881 for (i
= 0; i
< num_builtin
; i
++) {
2882 if (strequal(builtin_forms1
[i
].form_name
, form_name
)) {
2883 return WERR_INVALID_PARAMETER
;
2887 tmp_ctx
= talloc_stackframe();
2888 if (tmp_ctx
== NULL
) {
2892 ZERO_STRUCT(hive_hnd
);
2893 ZERO_STRUCT(key_hnd
);
2895 result
= winreg_printer_openkey(tmp_ctx
,
2897 TOP_LEVEL_CONTROL_FORMS_KEY
,
2903 if (!W_ERROR_IS_OK(result
)) {
2904 DEBUG(0, ("winreg_printer_deleteform1: Could not open key %s: %s\n",
2905 TOP_LEVEL_CONTROL_FORMS_KEY
, win_errstr(result
)));
2906 if (W_ERROR_EQUAL(result
, WERR_BADFILE
)) {
2907 result
= WERR_INVALID_FORM_NAME
;
2912 wvalue
.name
= form_name
;
2913 status
= dcerpc_winreg_DeleteValue(winreg_handle
,
2918 if (!NT_STATUS_IS_OK(status
)) {
2919 /* If the value doesn't exist, return WERR_INVALID_FORM_NAME */
2920 DEBUG(0, ("winreg_printer_delteform1: Could not delete value %s: %s\n",
2921 wvalue
.name
, nt_errstr(status
)));
2922 result
= ntstatus_to_werror(status
);
2926 if (W_ERROR_EQUAL(result
, WERR_BADFILE
)) {
2927 result
= WERR_INVALID_FORM_NAME
;
2931 if (winreg_handle
!= NULL
) {
2934 if (is_valid_policy_hnd(&key_hnd
)) {
2935 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
2937 if (is_valid_policy_hnd(&hive_hnd
)) {
2938 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
2942 TALLOC_FREE(tmp_ctx
);
2946 WERROR
winreg_printer_setform1(TALLOC_CTX
*mem_ctx
,
2947 struct dcerpc_binding_handle
*winreg_handle
,
2948 const char *form_name
,
2949 struct spoolss_AddFormInfo1
*form
)
2951 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
2952 struct policy_handle hive_hnd
, key_hnd
;
2953 struct winreg_String wvalue
= { 0, };
2955 uint32_t num_builtin
= ARRAY_SIZE(builtin_forms1
);
2959 TALLOC_CTX
*tmp_ctx
= NULL
;
2961 for (i
= 0; i
< num_builtin
; i
++) {
2962 if (strequal(builtin_forms1
[i
].form_name
, form
->form_name
)) {
2963 result
= WERR_INVALID_PARAM
;
2968 tmp_ctx
= talloc_stackframe();
2969 if (tmp_ctx
== NULL
) {
2973 ZERO_STRUCT(hive_hnd
);
2974 ZERO_STRUCT(key_hnd
);
2976 result
= winreg_printer_openkey(tmp_ctx
,
2978 TOP_LEVEL_CONTROL_FORMS_KEY
,
2984 if (!W_ERROR_IS_OK(result
)) {
2985 DEBUG(0, ("winreg_printer_setform1: Could not open key %s: %s\n",
2986 TOP_LEVEL_CONTROL_FORMS_KEY
, win_errstr(result
)));
2990 /* If form_name != form->form_name then we renamed the form */
2991 if (strequal(form_name
, form
->form_name
)) {
2992 result
= winreg_printer_deleteform1(tmp_ctx
, winreg_handle
,
2994 if (!W_ERROR_IS_OK(result
)) {
2995 DEBUG(0, ("winreg_printer_setform1: Could not open key %s: %s\n",
2996 TOP_LEVEL_CONTROL_FORMS_KEY
, win_errstr(result
)));
3001 wvalue
.name
= form
->form_name
;
3003 blob
= data_blob_talloc(tmp_ctx
, NULL
, 32);
3004 SIVAL(blob
.data
, 0, form
->size
.width
);
3005 SIVAL(blob
.data
, 4, form
->size
.height
);
3006 SIVAL(blob
.data
, 8, form
->area
.left
);
3007 SIVAL(blob
.data
, 12, form
->area
.top
);
3008 SIVAL(blob
.data
, 16, form
->area
.right
);
3009 SIVAL(blob
.data
, 20, form
->area
.bottom
);
3010 SIVAL(blob
.data
, 24, 42);
3011 SIVAL(blob
.data
, 28, form
->flags
);
3013 status
= dcerpc_winreg_SetValue(winreg_handle
,
3021 if (!NT_STATUS_IS_OK(status
)) {
3022 DEBUG(0, ("winreg_printer_setform1: Could not set value %s: %s\n",
3023 wvalue
.name
, nt_errstr(status
)));
3024 result
= ntstatus_to_werror(status
);
3028 if (winreg_handle
!= NULL
) {
3031 if (is_valid_policy_hnd(&key_hnd
)) {
3032 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
3034 if (is_valid_policy_hnd(&hive_hnd
)) {
3035 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
3039 TALLOC_FREE(tmp_ctx
);
3043 WERROR
winreg_printer_getform1(TALLOC_CTX
*mem_ctx
,
3044 struct dcerpc_binding_handle
*winreg_handle
,
3045 const char *form_name
,
3046 struct spoolss_FormInfo1
*r
)
3048 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
3049 struct policy_handle hive_hnd
, key_hnd
;
3050 struct winreg_String wvalue
;
3051 enum winreg_Type type_in
= REG_NONE
;
3052 uint8_t *data_in
= NULL
;
3053 uint32_t data_in_size
= 0;
3054 uint32_t value_len
= 0;
3055 uint32_t num_builtin
= ARRAY_SIZE(builtin_forms1
);
3059 TALLOC_CTX
*tmp_ctx
;
3061 /* check builtin forms first */
3062 for (i
= 0; i
< num_builtin
; i
++) {
3063 if (strequal(builtin_forms1
[i
].form_name
, form_name
)) {
3064 *r
= builtin_forms1
[i
];
3069 tmp_ctx
= talloc_stackframe();
3070 if (tmp_ctx
== NULL
) {
3074 ZERO_STRUCT(hive_hnd
);
3075 ZERO_STRUCT(key_hnd
);
3077 result
= winreg_printer_openkey(tmp_ctx
,
3079 TOP_LEVEL_CONTROL_FORMS_KEY
,
3085 if (!W_ERROR_IS_OK(result
)) {
3086 DEBUG(2, ("winreg_printer_getform1: Could not open key %s: %s\n",
3087 TOP_LEVEL_CONTROL_FORMS_KEY
, win_errstr(result
)));
3091 wvalue
.name
= form_name
;
3094 * call QueryValue once with data == NULL to get the
3095 * needed memory size to be allocated, then allocate
3096 * data buffer and call again.
3098 status
= dcerpc_winreg_QueryValue(winreg_handle
,
3107 if (!NT_STATUS_IS_OK(status
)) {
3108 DEBUG(0, ("winreg_printer_getform1: Could not query value %s: %s\n",
3109 wvalue
.name
, nt_errstr(status
)));
3110 result
= ntstatus_to_werror(status
);
3113 if (!W_ERROR_IS_OK(result
)) {
3117 data_in
= (uint8_t *) TALLOC(tmp_ctx
, data_in_size
);
3118 if (data_in
== NULL
) {
3119 result
= WERR_NOMEM
;
3124 status
= dcerpc_winreg_QueryValue(winreg_handle
,
3133 if (!NT_STATUS_IS_OK(status
)) {
3134 DEBUG(0, ("winreg_printer_getform1: Could not query value %s: %s\n",
3135 wvalue
.name
, nt_errstr(status
)));
3136 result
= ntstatus_to_werror(status
);
3139 if (!W_ERROR_IS_OK(result
)) {
3143 r
->form_name
= talloc_strdup(mem_ctx
, form_name
);
3144 if (r
->form_name
== NULL
) {
3145 result
= WERR_NOMEM
;
3149 r
->size
.width
= IVAL(data_in
, 0);
3150 r
->size
.height
= IVAL(data_in
, 4);
3151 r
->area
.left
= IVAL(data_in
, 8);
3152 r
->area
.top
= IVAL(data_in
, 12);
3153 r
->area
.right
= IVAL(data_in
, 16);
3154 r
->area
.bottom
= IVAL(data_in
, 20);
3155 /* skip index IVAL(data_in, 24)));*/
3156 r
->flags
= (enum spoolss_FormFlags
) IVAL(data_in
, 28);
3160 if (winreg_handle
!= NULL
) {
3163 if (is_valid_policy_hnd(&key_hnd
)) {
3164 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
3166 if (is_valid_policy_hnd(&hive_hnd
)) {
3167 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
3171 TALLOC_FREE(tmp_ctx
);
3175 WERROR
winreg_add_driver(TALLOC_CTX
*mem_ctx
,
3176 struct dcerpc_binding_handle
*winreg_handle
,
3177 struct spoolss_AddDriverInfoCtr
*r
,
3178 const char **driver_name
,
3179 uint32_t *driver_version
)
3181 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
3182 struct policy_handle hive_hnd
, key_hnd
;
3183 struct spoolss_DriverInfo8 info8
;
3184 TALLOC_CTX
*tmp_ctx
= NULL
;
3188 ZERO_STRUCT(hive_hnd
);
3189 ZERO_STRUCT(key_hnd
);
3192 if (!driver_info_ctr_to_info8(r
, &info8
)) {
3193 result
= WERR_INVALID_PARAMETER
;
3197 tmp_ctx
= talloc_stackframe();
3198 if (tmp_ctx
== NULL
) {
3202 result
= winreg_printer_opendriver(tmp_ctx
,
3210 if (!W_ERROR_IS_OK(result
)) {
3211 DEBUG(0, ("winreg_add_driver: "
3212 "Could not open driver key (%s,%s,%d): %s\n",
3213 info8
.driver_name
, info8
.architecture
,
3214 info8
.version
, win_errstr(result
)));
3218 /* TODO: "Attributes" ? */
3220 status
= dcerpc_winreg_set_dword(tmp_ctx
,
3226 if (!NT_STATUS_IS_OK(status
)) {
3227 result
= ntstatus_to_werror(status
);
3229 if (!W_ERROR_IS_OK(result
)) {
3233 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3239 if (!NT_STATUS_IS_OK(status
)) {
3240 result
= ntstatus_to_werror(status
);
3242 if (!W_ERROR_IS_OK(result
)) {
3246 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3252 if (!NT_STATUS_IS_OK(status
)) {
3253 result
= ntstatus_to_werror(status
);
3255 if (!W_ERROR_IS_OK(result
)) {
3259 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3262 "Configuration File",
3265 if (!NT_STATUS_IS_OK(status
)) {
3266 result
= ntstatus_to_werror(status
);
3268 if (!W_ERROR_IS_OK(result
)) {
3272 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3278 if (!NT_STATUS_IS_OK(status
)) {
3279 result
= ntstatus_to_werror(status
);
3281 if (!W_ERROR_IS_OK(result
)) {
3285 status
= dcerpc_winreg_set_multi_sz(tmp_ctx
,
3289 info8
.dependent_files
,
3291 if (!NT_STATUS_IS_OK(status
)) {
3292 result
= ntstatus_to_werror(status
);
3294 if (!W_ERROR_IS_OK(result
)) {
3298 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3304 if (!NT_STATUS_IS_OK(status
)) {
3305 result
= ntstatus_to_werror(status
);
3307 if (!W_ERROR_IS_OK(result
)) {
3311 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3315 info8
.default_datatype
,
3317 if (!NT_STATUS_IS_OK(status
)) {
3318 result
= ntstatus_to_werror(status
);
3320 if (!W_ERROR_IS_OK(result
)) {
3324 status
= dcerpc_winreg_set_multi_sz(tmp_ctx
,
3326 &key_hnd
, "Previous Names",
3327 info8
.previous_names
,
3329 if (!NT_STATUS_IS_OK(status
)) {
3330 result
= ntstatus_to_werror(status
);
3332 if (!W_ERROR_IS_OK(result
)) {
3336 result
= winreg_printer_write_date(tmp_ctx
, winreg_handle
,
3337 &key_hnd
, "DriverDate",
3339 if (!W_ERROR_IS_OK(result
)) {
3343 result
= winreg_printer_write_ver(tmp_ctx
, winreg_handle
,
3344 &key_hnd
, "DriverVersion",
3345 info8
.driver_version
);
3346 if (!W_ERROR_IS_OK(result
)) {
3350 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3354 info8
.manufacturer_name
,
3356 if (!NT_STATUS_IS_OK(status
)) {
3357 result
= ntstatus_to_werror(status
);
3359 if (!W_ERROR_IS_OK(result
)) {
3363 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3367 info8
.manufacturer_url
,
3369 if (!NT_STATUS_IS_OK(status
)) {
3370 result
= ntstatus_to_werror(status
);
3372 if (!W_ERROR_IS_OK(result
)) {
3376 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3382 if (!NT_STATUS_IS_OK(status
)) {
3383 result
= ntstatus_to_werror(status
);
3385 if (!W_ERROR_IS_OK(result
)) {
3389 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3395 if (!NT_STATUS_IS_OK(status
)) {
3396 result
= ntstatus_to_werror(status
);
3398 if (!W_ERROR_IS_OK(result
)) {
3402 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3406 info8
.print_processor
,
3408 if (!NT_STATUS_IS_OK(status
)) {
3409 result
= ntstatus_to_werror(status
);
3411 if (!W_ERROR_IS_OK(result
)) {
3415 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3421 if (!NT_STATUS_IS_OK(status
)) {
3422 result
= ntstatus_to_werror(status
);
3424 if (!W_ERROR_IS_OK(result
)) {
3428 status
= dcerpc_winreg_set_multi_sz(tmp_ctx
,
3432 info8
.color_profiles
,
3434 if (!NT_STATUS_IS_OK(status
)) {
3435 result
= ntstatus_to_werror(status
);
3437 if (!W_ERROR_IS_OK(result
)) {
3441 status
= dcerpc_winreg_set_sz(tmp_ctx
,
3447 if (!NT_STATUS_IS_OK(status
)) {
3448 result
= ntstatus_to_werror(status
);
3450 if (!W_ERROR_IS_OK(result
)) {
3454 status
= dcerpc_winreg_set_dword(tmp_ctx
,
3457 "PrinterDriverAttributes",
3458 info8
.printer_driver_attributes
,
3460 if (!NT_STATUS_IS_OK(status
)) {
3461 result
= ntstatus_to_werror(status
);
3463 if (!W_ERROR_IS_OK(result
)) {
3467 status
= dcerpc_winreg_set_multi_sz(tmp_ctx
,
3471 info8
.core_driver_dependencies
,
3473 if (!NT_STATUS_IS_OK(status
)) {
3474 result
= ntstatus_to_werror(status
);
3476 if (!W_ERROR_IS_OK(result
)) {
3480 result
= winreg_printer_write_date(tmp_ctx
, winreg_handle
,
3481 &key_hnd
, "MinInboxDriverVerDate",
3482 info8
.min_inbox_driver_ver_date
);
3483 if (!W_ERROR_IS_OK(result
)) {
3487 result
= winreg_printer_write_ver(tmp_ctx
, winreg_handle
, &key_hnd
,
3488 "MinInboxDriverVerVersion",
3489 info8
.min_inbox_driver_ver_version
);
3490 if (!W_ERROR_IS_OK(result
)) {
3494 *driver_name
= info8
.driver_name
;
3495 *driver_version
= info8
.version
;
3498 if (winreg_handle
!= NULL
) {
3501 if (is_valid_policy_hnd(&key_hnd
)) {
3502 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
3504 if (is_valid_policy_hnd(&hive_hnd
)) {
3505 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
3509 TALLOC_FREE(tmp_ctx
);
3513 WERROR
winreg_get_driver(TALLOC_CTX
*mem_ctx
,
3514 struct dcerpc_binding_handle
*winreg_handle
,
3515 const char *architecture
,
3516 const char *driver_name
,
3517 uint32_t driver_version
,
3518 struct spoolss_DriverInfo8
**_info8
)
3520 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
3521 struct policy_handle hive_hnd
, key_hnd
;
3522 struct spoolss_DriverInfo8 i8
, *info8
;
3523 struct spoolss_PrinterEnumValues
*enum_values
= NULL
;
3524 struct spoolss_PrinterEnumValues
*v
;
3525 uint32_t num_values
= 0;
3526 TALLOC_CTX
*tmp_ctx
;
3530 const char **enum_names
= NULL
;
3531 enum winreg_Type
*enum_types
= NULL
;
3532 DATA_BLOB
*enum_data_blobs
= NULL
;
3534 ZERO_STRUCT(hive_hnd
);
3535 ZERO_STRUCT(key_hnd
);
3538 tmp_ctx
= talloc_stackframe();
3539 if (tmp_ctx
== NULL
) {
3543 if (driver_version
== DRIVER_ANY_VERSION
) {
3544 /* look for Win2k first and then for NT4 */
3545 result
= winreg_printer_opendriver(tmp_ctx
,
3553 if (!W_ERROR_IS_OK(result
)) {
3554 result
= winreg_printer_opendriver(tmp_ctx
,
3564 /* ok normal case */
3565 result
= winreg_printer_opendriver(tmp_ctx
,
3574 if (!W_ERROR_IS_OK(result
)) {
3575 DEBUG(5, ("winreg_get_driver: "
3576 "Could not open driver key (%s,%s,%d): %s\n",
3577 driver_name
, architecture
,
3578 driver_version
, win_errstr(result
)));
3582 status
= dcerpc_winreg_enumvals(tmp_ctx
,
3590 if (!NT_STATUS_IS_OK(status
)){
3591 result
= ntstatus_to_werror(status
);
3594 if (!W_ERROR_IS_OK(result
)) {
3595 DEBUG(0, ("winreg_get_driver: "
3596 "Could not enumerate values for (%s,%s,%d): %s\n",
3597 driver_name
, architecture
,
3598 driver_version
, win_errstr(result
)));
3602 enum_values
= talloc_zero_array(tmp_ctx
,
3603 struct spoolss_PrinterEnumValues
,
3605 if (enum_values
== NULL
){
3606 result
= WERR_NOMEM
;
3610 for (i
= 0; i
< num_values
; i
++){
3611 enum_values
[i
].value_name
= enum_names
[i
];
3612 enum_values
[i
].value_name_len
= strlen_m_term(enum_names
[i
]) * 2;
3613 enum_values
[i
].type
= enum_types
[i
];
3614 enum_values
[i
].data_length
= enum_data_blobs
[i
].length
;
3615 enum_values
[i
].data
= NULL
;
3616 if (enum_values
[i
].data_length
!= 0){
3617 enum_values
[i
].data
= &enum_data_blobs
[i
];
3621 info8
= talloc_zero(tmp_ctx
, struct spoolss_DriverInfo8
);
3622 if (info8
== NULL
) {
3623 result
= WERR_NOMEM
;
3627 info8
->driver_name
= talloc_strdup(info8
, driver_name
);
3628 if (info8
->driver_name
== NULL
) {
3629 result
= WERR_NOMEM
;
3633 info8
->architecture
= talloc_strdup(info8
, architecture
);
3634 if (info8
->architecture
== NULL
) {
3635 result
= WERR_NOMEM
;
3641 for (i
= 0; i
< num_values
; i
++) {
3642 const char *tmp_str
;
3645 v
= &enum_values
[i
];
3647 result
= winreg_enumval_to_dword(info8
, v
,
3650 if (NT_STATUS_IS_OK(result
)) {
3651 info8
->version
= (enum spoolss_DriverOSVersion
) tmp
;
3653 CHECK_ERROR(result
);
3655 result
= winreg_enumval_to_sz(info8
, v
,
3657 &info8
->driver_path
);
3658 CHECK_ERROR(result
);
3660 result
= winreg_enumval_to_sz(info8
, v
,
3663 CHECK_ERROR(result
);
3665 result
= winreg_enumval_to_sz(info8
, v
,
3666 "Configuration File",
3667 &info8
->config_file
);
3668 CHECK_ERROR(result
);
3670 result
= winreg_enumval_to_sz(info8
, v
,
3673 CHECK_ERROR(result
);
3675 result
= winreg_enumval_to_multi_sz(info8
, v
,
3677 &info8
->dependent_files
);
3678 CHECK_ERROR(result
);
3680 result
= winreg_enumval_to_sz(info8
, v
,
3682 &info8
->monitor_name
);
3683 CHECK_ERROR(result
);
3685 result
= winreg_enumval_to_sz(info8
, v
,
3687 &info8
->default_datatype
);
3688 CHECK_ERROR(result
);
3690 result
= winreg_enumval_to_multi_sz(info8
, v
,
3692 &info8
->previous_names
);
3693 CHECK_ERROR(result
);
3695 result
= winreg_enumval_to_sz(info8
, v
,
3698 if (W_ERROR_IS_OK(result
)) {
3699 result
= winreg_printer_date_to_NTTIME(tmp_str
,
3700 &info8
->driver_date
);
3702 CHECK_ERROR(result
);
3704 result
= winreg_enumval_to_sz(info8
, v
,
3707 if (W_ERROR_IS_OK(result
)) {
3708 result
= winreg_printer_ver_to_dword(tmp_str
,
3709 &info8
->driver_version
);
3711 CHECK_ERROR(result
);
3713 result
= winreg_enumval_to_sz(info8
, v
,
3715 &info8
->manufacturer_name
);
3716 CHECK_ERROR(result
);
3718 result
= winreg_enumval_to_sz(info8
, v
,
3720 &info8
->manufacturer_url
);
3721 CHECK_ERROR(result
);
3723 result
= winreg_enumval_to_sz(info8
, v
,
3725 &info8
->hardware_id
);
3726 CHECK_ERROR(result
);
3728 result
= winreg_enumval_to_sz(info8
, v
,
3731 CHECK_ERROR(result
);
3733 result
= winreg_enumval_to_sz(info8
, v
,
3735 &info8
->print_processor
);
3736 CHECK_ERROR(result
);
3738 result
= winreg_enumval_to_sz(info8
, v
,
3740 &info8
->vendor_setup
);
3741 CHECK_ERROR(result
);
3743 result
= winreg_enumval_to_multi_sz(info8
, v
,
3745 &info8
->color_profiles
);
3746 CHECK_ERROR(result
);
3748 result
= winreg_enumval_to_sz(info8
, v
,
3751 CHECK_ERROR(result
);
3753 result
= winreg_enumval_to_dword(info8
, v
,
3754 "PrinterDriverAttributes",
3755 &info8
->printer_driver_attributes
);
3756 CHECK_ERROR(result
);
3758 result
= winreg_enumval_to_multi_sz(info8
, v
,
3760 &info8
->core_driver_dependencies
);
3761 CHECK_ERROR(result
);
3763 result
= winreg_enumval_to_sz(info8
, v
,
3764 "MinInboxDriverVerDate",
3766 if (W_ERROR_IS_OK(result
)) {
3767 result
= winreg_printer_date_to_NTTIME(tmp_str
,
3768 &info8
->min_inbox_driver_ver_date
);
3770 CHECK_ERROR(result
);
3772 result
= winreg_enumval_to_sz(info8
, v
,
3773 "MinInboxDriverVerVersion",
3775 if (W_ERROR_IS_OK(result
)) {
3776 result
= winreg_printer_ver_to_dword(tmp_str
,
3777 &info8
->min_inbox_driver_ver_version
);
3779 CHECK_ERROR(result
);
3782 if (!W_ERROR_IS_OK(result
)) {
3783 DEBUG(0, ("winreg_enumval_to_TYPE() failed "
3784 "for %s: %s\n", v
->value_name
,
3785 win_errstr(result
)));
3789 *_info8
= talloc_steal(mem_ctx
, info8
);
3792 if (winreg_handle
!= NULL
) {
3795 if (is_valid_policy_hnd(&key_hnd
)) {
3796 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
3798 if (is_valid_policy_hnd(&hive_hnd
)) {
3799 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
3803 TALLOC_FREE(tmp_ctx
);
3807 WERROR
winreg_del_driver(TALLOC_CTX
*mem_ctx
,
3808 struct dcerpc_binding_handle
*winreg_handle
,
3809 struct spoolss_DriverInfo8
*info8
,
3812 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
3813 struct policy_handle hive_hnd
, key_hnd
;
3814 TALLOC_CTX
*tmp_ctx
;
3819 ZERO_STRUCT(hive_hnd
);
3820 ZERO_STRUCT(key_hnd
);
3822 tmp_ctx
= talloc_stackframe();
3823 if (tmp_ctx
== NULL
) {
3827 /* test that the key exists */
3828 result
= winreg_printer_opendriver(tmp_ctx
,
3831 info8
->architecture
,
3836 if (!W_ERROR_IS_OK(result
)) {
3837 /* key doesn't exist */
3838 if (W_ERROR_EQUAL(result
, WERR_BADFILE
)) {
3843 DEBUG(5, ("winreg_del_driver: "
3844 "Could not open driver (%s,%s,%u): %s\n",
3845 info8
->driver_name
, info8
->architecture
,
3846 version
, win_errstr(result
)));
3851 if (is_valid_policy_hnd(&key_hnd
)) {
3852 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &result
);
3855 key_name
= talloc_asprintf(tmp_ctx
,
3856 "%s\\Environments\\%s\\Drivers\\Version-%u\\%s",
3857 TOP_LEVEL_CONTROL_KEY
,
3858 info8
->architecture
, version
,
3859 info8
->driver_name
);
3860 if (key_name
== NULL
) {
3861 result
= WERR_NOMEM
;
3865 status
= dcerpc_winreg_delete_subkeys_recursive(tmp_ctx
,
3872 if (!NT_STATUS_IS_OK(status
)){
3873 DEBUG(0, ("winreg_del_driver: "
3874 "Could not open driver (%s,%s,%u): %s\n",
3875 info8
->driver_name
, info8
->architecture
,
3876 version
, nt_errstr(status
)));
3880 if (!W_ERROR_IS_OK(result
)) {
3881 DEBUG(0, ("winreg_del_driver: "
3882 "Could not open driver (%s,%s,%u): %s\n",
3883 info8
->driver_name
, info8
->architecture
,
3884 version
, win_errstr(result
)));
3890 if (winreg_handle
!= NULL
) {
3893 if (is_valid_policy_hnd(&key_hnd
)) {
3894 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
3896 if (is_valid_policy_hnd(&hive_hnd
)) {
3897 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
3901 TALLOC_FREE(tmp_ctx
);
3905 WERROR
winreg_get_driver_list(TALLOC_CTX
*mem_ctx
,
3906 struct dcerpc_binding_handle
*winreg_handle
,
3907 const char *architecture
,
3909 uint32_t *num_drivers
,
3910 const char ***drivers_p
)
3912 uint32_t access_mask
= SEC_FLAG_MAXIMUM_ALLOWED
;
3913 struct policy_handle hive_hnd
, key_hnd
;
3914 const char **drivers
;
3915 TALLOC_CTX
*tmp_ctx
;
3922 ZERO_STRUCT(hive_hnd
);
3923 ZERO_STRUCT(key_hnd
);
3925 tmp_ctx
= talloc_stackframe();
3926 if (tmp_ctx
== NULL
) {
3930 /* use NULL for the driver name so we open the key that is
3931 * parent of all drivers for this architecture and version */
3932 result
= winreg_printer_opendriver(tmp_ctx
,
3940 if (!W_ERROR_IS_OK(result
)) {
3941 DEBUG(5, ("winreg_get_driver_list: "
3942 "Could not open key (%s,%u): %s\n",
3943 architecture
, version
, win_errstr(result
)));
3948 status
= dcerpc_winreg_enum_keys(tmp_ctx
,
3954 if (!NT_STATUS_IS_OK(status
)) {
3955 result
= ntstatus_to_werror(status
);
3957 if (!W_ERROR_IS_OK(result
)) {
3958 DEBUG(0, ("winreg_get_driver_list: "
3959 "Could not enumerate drivers for (%s,%u): %s\n",
3960 architecture
, version
, win_errstr(result
)));
3964 *drivers_p
= talloc_steal(mem_ctx
, drivers
);
3968 if (winreg_handle
!= NULL
) {
3971 if (is_valid_policy_hnd(&key_hnd
)) {
3972 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &key_hnd
, &ignore
);
3974 if (is_valid_policy_hnd(&hive_hnd
)) {
3975 dcerpc_winreg_CloseKey(winreg_handle
, tmp_ctx
, &hive_hnd
, &ignore
);
3979 TALLOC_FREE(tmp_ctx
);