2 * Unix SMB/CIFS implementation.
3 * RPC Pipe client / server routines
4 * Copyright (C) Andrew Tridgell 1992-2000,
5 * Copyright (C) Jean François Micouleau 1998-2000.
6 * Copyright (C) Gerald Carter 2002-2005.
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/>.
24 extern struct current_user current_user
;
26 static TDB_CONTEXT
*tdb_forms
; /* used for forms files */
27 static TDB_CONTEXT
*tdb_drivers
; /* used for driver files */
28 static TDB_CONTEXT
*tdb_printers
; /* used for printers files */
30 #define FORMS_PREFIX "FORMS/"
31 #define DRIVERS_PREFIX "DRIVERS/"
32 #define DRIVER_INIT_PREFIX "DRIVER_INIT/"
33 #define PRINTERS_PREFIX "PRINTERS/"
34 #define SECDESC_PREFIX "SECDESC/"
35 #define GLOBAL_C_SETPRINTER "GLOBALS/c_setprinter"
37 #define NTDRIVERS_DATABASE_VERSION_1 1
38 #define NTDRIVERS_DATABASE_VERSION_2 2
39 #define NTDRIVERS_DATABASE_VERSION_3 3 /* little endian version of v2 */
40 #define NTDRIVERS_DATABASE_VERSION_4 4 /* fix generic bits in security descriptors */
41 #define NTDRIVERS_DATABASE_VERSION_5 5 /* normalize keys in ntprinters.tdb */
43 /* Map generic permissions to printer object specific permissions */
45 const struct generic_mapping printer_generic_mapping
= {
52 const struct standard_mapping printer_std_mapping
= {
59 /* Map generic permissions to print server object specific permissions */
61 const struct generic_mapping printserver_generic_mapping
= {
68 const struct generic_mapping printserver_std_mapping
= {
75 /* We need one default form to support our default printer. Msoft adds the
76 forms it wants and in the ORDER it wants them (note: DEVMODE papersize is an
77 array index). Letter is always first, so (for the current code) additions
78 always put things in the correct order. */
79 static const nt_forms_struct default_forms
[] = {
80 {"Letter",0x1,0x34b5c,0x44368,0x0,0x0,0x34b5c,0x44368},
81 {"Letter Small",0x1,0x34b5c,0x44368,0x0,0x0,0x34b5c,0x44368},
82 {"Tabloid",0x1,0x44368,0x696b8,0x0,0x0,0x44368,0x696b8},
83 {"Ledger",0x1,0x696b8,0x44368,0x0,0x0,0x696b8,0x44368},
84 {"Legal",0x1,0x34b5c,0x56d10,0x0,0x0,0x34b5c,0x56d10},
85 {"Statement",0x1,0x221b4,0x34b5c,0x0,0x0,0x221b4,0x34b5c},
86 {"Executive",0x1,0x2cf56,0x411cc,0x0,0x0,0x2cf56,0x411cc},
87 {"A3",0x1,0x48828,0x668a0,0x0,0x0,0x48828,0x668a0},
88 {"A4",0x1,0x33450,0x48828,0x0,0x0,0x33450,0x48828},
89 {"A4 Small",0x1,0x33450,0x48828,0x0,0x0,0x33450,0x48828},
90 {"A5",0x1,0x24220,0x33450,0x0,0x0,0x24220,0x33450},
91 {"B4 (JIS)",0x1,0x3ebe8,0x58de0,0x0,0x0,0x3ebe8,0x58de0},
92 {"B5 (JIS)",0x1,0x2c6f0,0x3ebe8,0x0,0x0,0x2c6f0,0x3ebe8},
93 {"Folio",0x1,0x34b5c,0x509d8,0x0,0x0,0x34b5c,0x509d8},
94 {"Quarto",0x1,0x347d8,0x43238,0x0,0x0,0x347d8,0x43238},
95 {"10x14",0x1,0x3e030,0x56d10,0x0,0x0,0x3e030,0x56d10},
96 {"11x17",0x1,0x44368,0x696b8,0x0,0x0,0x44368,0x696b8},
97 {"Note",0x1,0x34b5c,0x44368,0x0,0x0,0x34b5c,0x44368},
98 {"Envelope #9",0x1,0x18079,0x37091,0x0,0x0,0x18079,0x37091},
99 {"Envelope #10",0x1,0x19947,0x3ae94,0x0,0x0,0x19947,0x3ae94},
100 {"Envelope #11",0x1,0x1be7c,0x40565,0x0,0x0,0x1be7c,0x40565},
101 {"Envelope #12",0x1,0x1d74a,0x44368,0x0,0x0,0x1d74a,0x44368},
102 {"Envelope #14",0x1,0x1f018,0x47504,0x0,0x0,0x1f018,0x47504},
103 {"C size sheet",0x1,0x696b8,0x886d0,0x0,0x0,0x696b8,0x886d0},
104 {"D size sheet",0x1,0x886d0,0xd2d70,0x0,0x0,0x886d0,0xd2d70},
105 {"E size sheet",0x1,0xd2d70,0x110da0,0x0,0x0,0xd2d70,0x110da0},
106 {"Envelope DL",0x1,0x1adb0,0x35b60,0x0,0x0,0x1adb0,0x35b60},
107 {"Envelope C5",0x1,0x278d0,0x37e88,0x0,0x0,0x278d0,0x37e88},
108 {"Envelope C3",0x1,0x4f1a0,0x6fd10,0x0,0x0,0x4f1a0,0x6fd10},
109 {"Envelope C4",0x1,0x37e88,0x4f1a0,0x0,0x0,0x37e88,0x4f1a0},
110 {"Envelope C6",0x1,0x1bd50,0x278d0,0x0,0x0,0x1bd50,0x278d0},
111 {"Envelope C65",0x1,0x1bd50,0x37e88,0x0,0x0,0x1bd50,0x37e88},
112 {"Envelope B4",0x1,0x3d090,0x562e8,0x0,0x0,0x3d090,0x562e8},
113 {"Envelope B5",0x1,0x2af80,0x3d090,0x0,0x0,0x2af80,0x3d090},
114 {"Envelope B6",0x1,0x2af80,0x1e848,0x0,0x0,0x2af80,0x1e848},
115 {"Envelope",0x1,0x1adb0,0x38270,0x0,0x0,0x1adb0,0x38270},
116 {"Envelope Monarch",0x1,0x18079,0x2e824,0x0,0x0,0x18079,0x2e824},
117 {"6 3/4 Envelope",0x1,0x167ab,0x284ec,0x0,0x0,0x167ab,0x284ec},
118 {"US Std Fanfold",0x1,0x5c3e1,0x44368,0x0,0x0,0x5c3e1,0x44368},
119 {"German Std Fanfold",0x1,0x34b5c,0x4a6a0,0x0,0x0,0x34b5c,0x4a6a0},
120 {"German Legal Fanfold",0x1,0x34b5c,0x509d8,0x0,0x0,0x34b5c,0x509d8},
121 {"B4 (ISO)",0x1,0x3d090,0x562e8,0x0,0x0,0x3d090,0x562e8},
122 {"Japanese Postcard",0x1,0x186a0,0x24220,0x0,0x0,0x186a0,0x24220},
123 {"9x11",0x1,0x37cf8,0x44368,0x0,0x0,0x37cf8,0x44368},
124 {"10x11",0x1,0x3e030,0x44368,0x0,0x0,0x3e030,0x44368},
125 {"15x11",0x1,0x5d048,0x44368,0x0,0x0,0x5d048,0x44368},
126 {"Envelope Invite",0x1,0x35b60,0x35b60,0x0,0x0,0x35b60,0x35b60},
127 {"Reserved48",0x1,0x1,0x1,0x0,0x0,0x1,0x1},
128 {"Reserved49",0x1,0x1,0x1,0x0,0x0,0x1,0x1},
129 {"Letter Extra",0x1,0x3ae94,0x4a6a0,0x0,0x0,0x3ae94,0x4a6a0},
130 {"Legal Extra",0x1,0x3ae94,0x5d048,0x0,0x0,0x3ae94,0x5d048},
131 {"Tabloid Extra",0x1,0x4a6a0,0x6f9f0,0x0,0x0,0x4a6a0,0x6f9f0},
132 {"A4 Extra",0x1,0x397c2,0x4eb16,0x0,0x0,0x397c2,0x4eb16},
133 {"Letter Transverse",0x1,0x34b5c,0x44368,0x0,0x0,0x34b5c,0x44368},
134 {"A4 Transverse",0x1,0x33450,0x48828,0x0,0x0,0x33450,0x48828},
135 {"Letter Extra Transverse",0x1,0x3ae94,0x4a6a0,0x0,0x0,0x3ae94,0x4a6a0},
136 {"Super A",0x1,0x376b8,0x56ea0,0x0,0x0,0x376b8,0x56ea0},
137 {"Super B",0x1,0x4a768,0x76e58,0x0,0x0,0x4a768,0x76e58},
138 {"Letter Plus",0x1,0x34b5c,0x4eb16,0x0,0x0,0x34b5c,0x4eb16},
139 {"A4 Plus",0x1,0x33450,0x50910,0x0,0x0,0x33450,0x50910},
140 {"A5 Transverse",0x1,0x24220,0x33450,0x0,0x0,0x24220,0x33450},
141 {"B5 (JIS) Transverse",0x1,0x2c6f0,0x3ebe8,0x0,0x0,0x2c6f0,0x3ebe8},
142 {"A3 Extra",0x1,0x4e9d0,0x6ca48,0x0,0x0,0x4e9d0,0x6ca48},
143 {"A5 Extra",0x1,0x2a7b0,0x395f8,0x0,0x0,0x2a7b0,0x395f8},
144 {"B5 (ISO) Extra",0x1,0x31128,0x43620,0x0,0x0,0x31128,0x43620},
145 {"A2",0x1,0x668a0,0x91050,0x0,0x0,0x668a0,0x91050},
146 {"A3 Transverse",0x1,0x48828,0x668a0,0x0,0x0,0x48828,0x668a0},
147 {"A3 Extra Transverse",0x1,0x4e9d0,0x6ca48,0x0,0x0,0x4e9d0,0x6ca48},
148 {"Japanese Double Postcard",0x1,0x30d40,0x24220,0x0,0x0,0x30d40,0x24220},
149 {"A6",0x1,0x19a28,0x24220,0x0,0x0,0x19a28,0x24220},
150 {"Japanese Envelope Kaku #2",0x1,0x3a980,0x510e0,0x0,0x0,0x3a980,0x510e0},
151 {"Japanese Envelope Kaku #3",0x1,0x34bc0,0x43a08,0x0,0x0,0x34bc0,0x43a08},
152 {"Japanese Envelope Chou #3",0x1,0x1d4c0,0x395f8,0x0,0x0,0x1d4c0,0x395f8},
153 {"Japanese Envelope Chou #4",0x1,0x15f90,0x320c8,0x0,0x0,0x15f90,0x320c8},
154 {"Letter Rotated",0x1,0x44368,0x34b5c,0x0,0x0,0x44368,0x34b5c},
155 {"A3 Rotated",0x1,0x668a0,0x48828,0x0,0x0,0x668a0,0x48828},
156 {"A4 Rotated",0x1,0x48828,0x33450,0x0,0x0,0x48828,0x33450},
157 {"A5 Rotated",0x1,0x33450,0x24220,0x0,0x0,0x33450,0x24220},
158 {"B4 (JIS) Rotated",0x1,0x58de0,0x3ebe8,0x0,0x0,0x58de0,0x3ebe8},
159 {"B5 (JIS) Rotated",0x1,0x3ebe8,0x2c6f0,0x0,0x0,0x3ebe8,0x2c6f0},
160 {"Japanese Postcard Rotated",0x1,0x24220,0x186a0,0x0,0x0,0x24220,0x186a0},
161 {"Double Japan Postcard Rotated",0x1,0x24220,0x30d40,0x0,0x0,0x24220,0x30d40},
162 {"A6 Rotated",0x1,0x24220,0x19a28,0x0,0x0,0x24220,0x19a28},
163 {"Japan Envelope Kaku #2 Rotated",0x1,0x510e0,0x3a980,0x0,0x0,0x510e0,0x3a980},
164 {"Japan Envelope Kaku #3 Rotated",0x1,0x43a08,0x34bc0,0x0,0x0,0x43a08, 0x34bc0},
165 {"Japan Envelope Chou #3 Rotated",0x1,0x395f8,0x1d4c0,0x0,0x0,0x395f8,0x1d4c0},
166 {"Japan Envelope Chou #4 Rotated",0x1,0x320c8,0x15f90,0x0,0x0,0x320c8,0x15f90},
167 {"B6 (JIS)",0x1,0x1f400,0x2c6f0,0x0,0x0,0x1f400,0x2c6f0},
168 {"B6 (JIS) Rotated",0x1,0x2c6f0,0x1f400,0x0,0x0,0x2c6f0,0x1f400},
169 {"12x11",0x1,0x4a724,0x443e1,0x0,0x0,0x4a724,0x443e1},
170 {"Japan Envelope You #4",0x1,0x19a28,0x395f8,0x0,0x0,0x19a28,0x395f8},
171 {"Japan Envelope You #4 Rotated",0x1,0x395f8,0x19a28,0x0,0x0,0x395f8,0x19a28},
172 {"PRC 16K",0x1,0x2de60,0x3f7a0,0x0,0x0,0x2de60,0x3f7a0},
173 {"PRC 32K",0x1,0x1fbd0,0x2cec0,0x0,0x0,0x1fbd0,0x2cec0},
174 {"PRC 32K(Big)",0x1,0x222e0,0x318f8,0x0,0x0,0x222e0,0x318f8},
175 {"PRC Envelope #1",0x1,0x18e70,0x28488,0x0,0x0,0x18e70,0x28488},
176 {"PRC Envelope #2",0x1,0x18e70,0x2af80,0x0,0x0,0x18e70,0x2af80},
177 {"PRC Envelope #3",0x1,0x1e848,0x2af80,0x0,0x0,0x1e848,0x2af80},
178 {"PRC Envelope #4",0x1,0x1adb0,0x32c80,0x0,0x0,0x1adb0,0x32c80},
179 {"PRC Envelope #5",0x1,0x1adb0,0x35b60,0x0,0x0,0x1adb0,0x35b60},
180 {"PRC Envelope #6",0x1,0x1d4c0,0x38270,0x0,0x0,0x1d4c0,0x38270},
181 {"PRC Envelope #7",0x1,0x27100,0x38270,0x0,0x0,0x27100,0x38270},
182 {"PRC Envelope #8",0x1,0x1d4c0,0x4b708,0x0,0x0,0x1d4c0,0x4b708},
183 {"PRC Envelope #9",0x1,0x37e88,0x4f1a0,0x0,0x0,0x37e88,0x4f1a0},
184 {"PRC Envelope #10",0x1,0x4f1a0,0x6fd10,0x0,0x0,0x4f1a0,0x6fd10},
185 {"PRC 16K Rotated",0x1,0x3f7a0,0x2de60,0x0,0x0,0x3f7a0,0x2de60},
186 {"PRC 32K Rotated",0x1,0x2cec0,0x1fbd0,0x0,0x0,0x2cec0,0x1fbd0},
187 {"PRC 32K(Big) Rotated",0x1,0x318f8,0x222e0,0x0,0x0,0x318f8,0x222e0},
188 {"PRC Envelope #1 Rotated",0x1,0x28488,0x18e70,0x0,0x0,0x28488,0x18e70},
189 {"PRC Envelope #2 Rotated",0x1,0x2af80,0x18e70,0x0,0x0,0x2af80,0x18e70},
190 {"PRC Envelope #3 Rotated",0x1,0x2af80,0x1e848,0x0,0x0,0x2af80,0x1e848},
191 {"PRC Envelope #4 Rotated",0x1,0x32c80,0x1adb0,0x0,0x0,0x32c80,0x1adb0},
192 {"PRC Envelope #5 Rotated",0x1,0x35b60,0x1adb0,0x0,0x0,0x35b60,0x1adb0},
193 {"PRC Envelope #6 Rotated",0x1,0x38270,0x1d4c0,0x0,0x0,0x38270,0x1d4c0},
194 {"PRC Envelope #7 Rotated",0x1,0x38270,0x27100,0x0,0x0,0x38270,0x27100},
195 {"PRC Envelope #8 Rotated",0x1,0x4b708,0x1d4c0,0x0,0x0,0x4b708,0x1d4c0},
196 {"PRC Envelope #9 Rotated",0x1,0x4f1a0,0x37e88,0x0,0x0,0x4f1a0,0x37e88},
197 {"PRC Envelope #10 Rotated",0x1,0x6fd10,0x4f1a0,0x0,0x0,0x6fd10,0x4f1a0}
201 const char *long_archi
;
202 const char *short_archi
;
206 #define SPL_ARCH_WIN40 "WIN40"
207 #define SPL_ARCH_W32X86 "W32X86"
208 #define SPL_ARCH_W32MIPS "W32MIPS"
209 #define SPL_ARCH_W32ALPHA "W32ALPHA"
210 #define SPL_ARCH_W32PPC "W32PPC"
211 #define SPL_ARCH_IA64 "IA64"
212 #define SPL_ARCH_X64 "x64"
214 static const struct table_node archi_table
[]= {
216 {"Windows 4.0", SPL_ARCH_WIN40
, 0 },
217 {"Windows NT x86", SPL_ARCH_W32X86
, 2 },
218 {"Windows NT R4000", SPL_ARCH_W32MIPS
, 2 },
219 {"Windows NT Alpha_AXP", SPL_ARCH_W32ALPHA
, 2 },
220 {"Windows NT PowerPC", SPL_ARCH_W32PPC
, 2 },
221 {"Windows IA64", SPL_ARCH_IA64
, 3 },
222 {"Windows x64", SPL_ARCH_X64
, 3 },
227 /****************************************************************************
228 generate a new TDB_DATA key for storing a printer
229 ****************************************************************************/
231 static TDB_DATA
make_printer_tdbkey(TALLOC_CTX
*ctx
, const char *sharename
)
237 fstrcpy(share
, sharename
);
240 keystr
= talloc_asprintf(ctx
, "%s%s", PRINTERS_PREFIX
, share
);
241 key
= string_term_tdb_data(keystr
? keystr
: "");
246 /****************************************************************************
247 generate a new TDB_DATA key for storing a printer security descriptor
248 ****************************************************************************/
250 static TDB_DATA
make_printers_secdesc_tdbkey(TALLOC_CTX
*ctx
,
251 const char* sharename
)
257 fstrcpy(share
, sharename
);
260 keystr
= talloc_asprintf(ctx
, "%s%s", SECDESC_PREFIX
, share
);
261 key
= string_term_tdb_data(keystr
? keystr
: "");
266 /****************************************************************************
267 ****************************************************************************/
269 static bool upgrade_to_version_3(void)
271 TDB_DATA kbuf
, newkey
, dbuf
;
273 DEBUG(0,("upgrade_to_version_3: upgrading print tdb's to version 3\n"));
275 for (kbuf
= tdb_firstkey(tdb_drivers
); kbuf
.dptr
;
276 newkey
= tdb_nextkey(tdb_drivers
, kbuf
), safe_free(kbuf
.dptr
), kbuf
=newkey
) {
278 dbuf
= tdb_fetch(tdb_drivers
, kbuf
);
280 if (strncmp((const char *)kbuf
.dptr
, FORMS_PREFIX
, strlen(FORMS_PREFIX
)) == 0) {
281 DEBUG(0,("upgrade_to_version_3:moving form\n"));
282 if (tdb_store(tdb_forms
, kbuf
, dbuf
, TDB_REPLACE
) != 0) {
283 SAFE_FREE(dbuf
.dptr
);
284 DEBUG(0,("upgrade_to_version_3: failed to move form. Error (%s).\n", tdb_errorstr(tdb_forms
)));
287 if (tdb_delete(tdb_drivers
, kbuf
) != 0) {
288 SAFE_FREE(dbuf
.dptr
);
289 DEBUG(0,("upgrade_to_version_3: failed to delete form. Error (%s)\n", tdb_errorstr(tdb_drivers
)));
294 if (strncmp((const char *)kbuf
.dptr
, PRINTERS_PREFIX
, strlen(PRINTERS_PREFIX
)) == 0) {
295 DEBUG(0,("upgrade_to_version_3:moving printer\n"));
296 if (tdb_store(tdb_printers
, kbuf
, dbuf
, TDB_REPLACE
) != 0) {
297 SAFE_FREE(dbuf
.dptr
);
298 DEBUG(0,("upgrade_to_version_3: failed to move printer. Error (%s)\n", tdb_errorstr(tdb_printers
)));
301 if (tdb_delete(tdb_drivers
, kbuf
) != 0) {
302 SAFE_FREE(dbuf
.dptr
);
303 DEBUG(0,("upgrade_to_version_3: failed to delete printer. Error (%s)\n", tdb_errorstr(tdb_drivers
)));
308 if (strncmp((const char *)kbuf
.dptr
, SECDESC_PREFIX
, strlen(SECDESC_PREFIX
)) == 0) {
309 DEBUG(0,("upgrade_to_version_3:moving secdesc\n"));
310 if (tdb_store(tdb_printers
, kbuf
, dbuf
, TDB_REPLACE
) != 0) {
311 SAFE_FREE(dbuf
.dptr
);
312 DEBUG(0,("upgrade_to_version_3: failed to move secdesc. Error (%s)\n", tdb_errorstr(tdb_printers
)));
315 if (tdb_delete(tdb_drivers
, kbuf
) != 0) {
316 SAFE_FREE(dbuf
.dptr
);
317 DEBUG(0,("upgrade_to_version_3: failed to delete secdesc. Error (%s)\n", tdb_errorstr(tdb_drivers
)));
322 SAFE_FREE(dbuf
.dptr
);
328 /*******************************************************************
329 Fix an issue with security descriptors. Printer sec_desc must
330 use more than the generic bits that were previously used
331 in <= 3.0.14a. They must also have a owner and group SID assigned.
332 Otherwise, any printers than have been migrated to a Windows
333 host using printmig.exe will not be accessible.
334 *******************************************************************/
336 static int sec_desc_upg_fn( TDB_CONTEXT
*the_tdb
, TDB_DATA key
,
337 TDB_DATA data
, void *state
)
340 SEC_DESC_BUF
*sd_orig
= NULL
;
341 SEC_DESC_BUF
*sd_new
, *sd_store
;
342 SEC_DESC
*sec
, *new_sec
;
343 TALLOC_CTX
*ctx
= state
;
348 if (!data
.dptr
|| data
.dsize
== 0) {
352 if ( strncmp((const char *) key
.dptr
, SECDESC_PREFIX
, strlen(SECDESC_PREFIX
) ) != 0 ) {
356 /* upgrade the security descriptor */
360 prs_init_empty( &ps
, ctx
, UNMARSHALL
);
361 prs_give_memory( &ps
, (char *)data
.dptr
, data
.dsize
, False
);
363 if ( !sec_io_desc_buf( "sec_desc_upg_fn", &sd_orig
, &ps
, 1 ) ) {
364 /* delete bad entries */
365 DEBUG(0,("sec_desc_upg_fn: Failed to parse original sec_desc for %si. Deleting....\n",
366 (const char *)key
.dptr
));
367 tdb_delete( tdb_printers
, key
);
378 /* is this even valid? */
385 /* update access masks */
387 for ( i
=0; i
<sec
->dacl
->num_aces
; i
++ ) {
388 switch ( sec
->dacl
->aces
[i
].access_mask
) {
389 case (GENERIC_READ_ACCESS
| GENERIC_WRITE_ACCESS
| GENERIC_EXECUTE_ACCESS
):
390 sec
->dacl
->aces
[i
].access_mask
= PRINTER_ACE_PRINT
;
393 case GENERIC_ALL_ACCESS
:
394 sec
->dacl
->aces
[i
].access_mask
= PRINTER_ACE_FULL_CONTROL
;
397 case READ_CONTROL_ACCESS
:
398 sec
->dacl
->aces
[i
].access_mask
= PRINTER_ACE_MANAGE_DOCUMENTS
;
400 default: /* no change */
405 /* create a new SEC_DESC with the appropriate owner and group SIDs */
407 new_sec
= make_sec_desc( ctx
, SEC_DESC_REVISION
, SEC_DESC_SELF_RELATIVE
,
408 &global_sid_Builtin_Administrators
,
409 &global_sid_Builtin_Administrators
,
410 NULL
, NULL
, &size_new_sec
);
415 sd_new
= make_sec_desc_buf( ctx
, size_new_sec
, new_sec
);
421 if ( !(sd_store
= sec_desc_merge( ctx
, sd_new
, sd_orig
)) ) {
422 DEBUG(0,("sec_desc_upg_fn: Failed to update sec_desc for %s\n", key
.dptr
));
431 sd_size
= ndr_size_security_descriptor(sd_store
->sd
, 0)
432 + sizeof(SEC_DESC_BUF
);
433 if ( !prs_init(&ps
, sd_size
, ctx
, MARSHALL
) ) {
434 DEBUG(0,("sec_desc_upg_fn: Failed to allocate prs memory for %s\n", key
.dptr
));
438 if ( !sec_io_desc_buf( "sec_desc_upg_fn", &sd_store
, &ps
, 1 ) ) {
439 DEBUG(0,("sec_desc_upg_fn: Failed to parse new sec_desc for %s\n", key
.dptr
));
444 data
.dptr
= (uint8
*)prs_data_p( &ps
);
445 data
.dsize
= sd_size
;
447 result
= tdb_store( tdb_printers
, key
, data
, TDB_REPLACE
);
451 /* 0 to continue and non-zero to stop traversal */
453 return (result
== -1);
456 /*******************************************************************
457 *******************************************************************/
459 static bool upgrade_to_version_4(void)
464 DEBUG(0,("upgrade_to_version_4: upgrading printer security descriptors\n"));
466 if ( !(ctx
= talloc_init( "upgrade_to_version_4" )) )
469 result
= tdb_traverse( tdb_printers
, sec_desc_upg_fn
, ctx
);
471 talloc_destroy( ctx
);
473 return ( result
!= -1 );
476 /*******************************************************************
477 Fix an issue with security descriptors. Printer sec_desc must
478 use more than the generic bits that were previously used
479 in <= 3.0.14a. They must also have a owner and group SID assigned.
480 Otherwise, any printers than have been migrated to a Windows
481 host using printmig.exe will not be accessible.
482 *******************************************************************/
484 static int normalize_printers_fn( TDB_CONTEXT
*the_tdb
, TDB_DATA key
,
485 TDB_DATA data
, void *state
)
487 TALLOC_CTX
*ctx
= talloc_tos();
490 if (!data
.dptr
|| data
.dsize
== 0)
493 /* upgrade printer records and security descriptors */
495 if ( strncmp((const char *) key
.dptr
, PRINTERS_PREFIX
, strlen(PRINTERS_PREFIX
) ) == 0 ) {
496 new_key
= make_printer_tdbkey(ctx
, (const char *)key
.dptr
+strlen(PRINTERS_PREFIX
) );
498 else if ( strncmp((const char *) key
.dptr
, SECDESC_PREFIX
, strlen(SECDESC_PREFIX
) ) == 0 ) {
499 new_key
= make_printers_secdesc_tdbkey(ctx
, (const char *)key
.dptr
+strlen(SECDESC_PREFIX
) );
502 /* ignore this record */
506 /* delete the original record and store under the normalized key */
508 if ( tdb_delete( the_tdb
, key
) != 0 ) {
509 DEBUG(0,("normalize_printers_fn: tdb_delete for [%s] failed!\n",
514 if ( tdb_store( the_tdb
, new_key
, data
, TDB_REPLACE
) != 0 ) {
515 DEBUG(0,("normalize_printers_fn: failed to store new record for [%s]!\n",
523 /*******************************************************************
524 *******************************************************************/
526 static bool upgrade_to_version_5(void)
531 DEBUG(0,("upgrade_to_version_5: normalizing printer keys\n"));
533 if ( !(ctx
= talloc_init( "upgrade_to_version_5" )) )
536 result
= tdb_traverse( tdb_printers
, normalize_printers_fn
, NULL
);
538 talloc_destroy( ctx
);
540 return ( result
!= -1 );
543 /****************************************************************************
544 Open the NT printing tdbs. Done once before fork().
545 ****************************************************************************/
547 bool nt_printing_init(struct messaging_context
*msg_ctx
)
549 const char *vstring
= "INFO/version";
553 if ( tdb_drivers
&& tdb_printers
&& tdb_forms
)
557 tdb_close(tdb_drivers
);
558 tdb_drivers
= tdb_open_log(state_path("ntdrivers.tdb"), 0, TDB_DEFAULT
, O_RDWR
|O_CREAT
, 0600);
560 DEBUG(0,("nt_printing_init: Failed to open nt drivers database %s (%s)\n",
561 state_path("ntdrivers.tdb"), strerror(errno
) ));
566 tdb_close(tdb_printers
);
567 tdb_printers
= tdb_open_log(state_path("ntprinters.tdb"), 0, TDB_DEFAULT
, O_RDWR
|O_CREAT
, 0600);
569 DEBUG(0,("nt_printing_init: Failed to open nt printers database %s (%s)\n",
570 state_path("ntprinters.tdb"), strerror(errno
) ));
575 tdb_close(tdb_forms
);
576 tdb_forms
= tdb_open_log(state_path("ntforms.tdb"), 0, TDB_DEFAULT
, O_RDWR
|O_CREAT
, 0600);
578 DEBUG(0,("nt_printing_init: Failed to open nt forms database %s (%s)\n",
579 state_path("ntforms.tdb"), strerror(errno
) ));
583 /* handle a Samba upgrade */
585 vers_id
= tdb_fetch_int32(tdb_drivers
, vstring
);
587 DEBUG(10, ("Fresh database\n"));
588 tdb_store_int32( tdb_drivers
, vstring
, NTDRIVERS_DATABASE_VERSION_5
);
589 vers_id
= NTDRIVERS_DATABASE_VERSION_5
;
592 if ( vers_id
!= NTDRIVERS_DATABASE_VERSION_5
) {
594 if ((vers_id
== NTDRIVERS_DATABASE_VERSION_1
) || (IREV(vers_id
) == NTDRIVERS_DATABASE_VERSION_1
)) {
595 if (!upgrade_to_version_3())
597 tdb_store_int32(tdb_drivers
, vstring
, NTDRIVERS_DATABASE_VERSION_3
);
598 vers_id
= NTDRIVERS_DATABASE_VERSION_3
;
601 if ((vers_id
== NTDRIVERS_DATABASE_VERSION_2
) || (IREV(vers_id
) == NTDRIVERS_DATABASE_VERSION_2
)) {
602 /* Written on a bigendian machine with old fetch_int code. Save as le. */
603 /* The only upgrade between V2 and V3 is to save the version in little-endian. */
604 tdb_store_int32(tdb_drivers
, vstring
, NTDRIVERS_DATABASE_VERSION_3
);
605 vers_id
= NTDRIVERS_DATABASE_VERSION_3
;
608 if (vers_id
== NTDRIVERS_DATABASE_VERSION_3
) {
609 if ( !upgrade_to_version_4() )
611 tdb_store_int32(tdb_drivers
, vstring
, NTDRIVERS_DATABASE_VERSION_4
);
612 vers_id
= NTDRIVERS_DATABASE_VERSION_4
;
615 if (vers_id
== NTDRIVERS_DATABASE_VERSION_4
) {
616 if ( !upgrade_to_version_5() )
618 tdb_store_int32(tdb_drivers
, vstring
, NTDRIVERS_DATABASE_VERSION_5
);
619 vers_id
= NTDRIVERS_DATABASE_VERSION_5
;
623 if ( vers_id
!= NTDRIVERS_DATABASE_VERSION_5
) {
624 DEBUG(0,("nt_printing_init: Unknown printer database version [%d]\n", vers_id
));
629 update_c_setprinter(True
);
632 * register callback to handle updating printers as new
633 * drivers are installed
636 messaging_register(msg_ctx
, NULL
, MSG_PRINTER_DRVUPGRADE
,
637 do_drv_upgrade_printer
);
640 * register callback to handle updating printer data
641 * when a driver is initialized
644 messaging_register(msg_ctx
, NULL
, MSG_PRINTERDATA_INIT_RESET
,
645 reset_all_printerdata
);
647 /* of course, none of the message callbacks matter if you don't
648 tell messages.c that you interested in receiving PRINT_GENERAL
649 msgs. This is done in claim_connection() */
652 if ( lp_security() == SEC_ADS
) {
653 win_rc
= check_published_printers();
654 if (!W_ERROR_IS_OK(win_rc
))
655 DEBUG(0, ("nt_printing_init: error checking published printers: %s\n", dos_errstr(win_rc
)));
661 /*******************************************************************
662 Function to allow filename parsing "the old way".
663 ********************************************************************/
665 static char *driver_unix_convert(connection_struct
*conn
,
666 const char *old_name
,
667 SMB_STRUCT_STAT
*pst
)
669 TALLOC_CTX
*ctx
= talloc_tos();
670 char *name
= talloc_strdup(ctx
, old_name
);
671 char *new_name
= NULL
;
677 name
= unix_clean_name(ctx
, name
);
681 trim_string(name
,"/","/");
682 unix_convert(ctx
,conn
, name
, false, &new_name
, NULL
, pst
);
686 /*******************************************************************
687 tdb traversal function for counting printers.
688 ********************************************************************/
690 static int traverse_counting_printers(TDB_CONTEXT
*t
, TDB_DATA key
,
691 TDB_DATA data
, void *context
)
693 int *printer_count
= (int*)context
;
695 if (memcmp(PRINTERS_PREFIX
, key
.dptr
, sizeof(PRINTERS_PREFIX
)-1) == 0) {
697 DEBUG(10,("traverse_counting_printers: printer = [%s] printer_count = %d\n", key
.dptr
, *printer_count
));
703 /*******************************************************************
704 Update the spooler global c_setprinter. This variable is initialized
705 when the parent smbd starts with the number of existing printers. It
706 is monotonically increased by the current number of printers *after*
707 each add or delete printer RPC. Only Microsoft knows why... JRR020119
708 ********************************************************************/
710 uint32
update_c_setprinter(bool initialize
)
713 int32 printer_count
= 0;
715 tdb_lock_bystring(tdb_printers
, GLOBAL_C_SETPRINTER
);
717 /* Traverse the tdb, counting the printers */
718 tdb_traverse(tdb_printers
, traverse_counting_printers
, (void *)&printer_count
);
720 /* If initializing, set c_setprinter to current printers count
721 * otherwise, bump it by the current printer count
724 c_setprinter
= tdb_fetch_int32(tdb_printers
, GLOBAL_C_SETPRINTER
) + printer_count
;
726 c_setprinter
= printer_count
;
728 DEBUG(10,("update_c_setprinter: c_setprinter = %u\n", (unsigned int)c_setprinter
));
729 tdb_store_int32(tdb_printers
, GLOBAL_C_SETPRINTER
, c_setprinter
);
731 tdb_unlock_bystring(tdb_printers
, GLOBAL_C_SETPRINTER
);
733 return (uint32
)c_setprinter
;
736 /*******************************************************************
737 Get the spooler global c_setprinter, accounting for initialization.
738 ********************************************************************/
740 uint32
get_c_setprinter(void)
742 int32 c_setprinter
= tdb_fetch_int32(tdb_printers
, GLOBAL_C_SETPRINTER
);
744 if (c_setprinter
== (int32
)-1)
745 c_setprinter
= update_c_setprinter(True
);
747 DEBUG(10,("get_c_setprinter: c_setprinter = %d\n", c_setprinter
));
749 return (uint32
)c_setprinter
;
752 /****************************************************************************
753 Get builtin form struct list.
754 ****************************************************************************/
756 int get_builtin_ntforms(nt_forms_struct
**list
)
758 *list
= (nt_forms_struct
*)memdup(&default_forms
[0], sizeof(default_forms
));
762 return sizeof(default_forms
) / sizeof(default_forms
[0]);
765 /****************************************************************************
766 get a builtin form struct
767 ****************************************************************************/
769 bool get_a_builtin_ntform(UNISTR2
*uni_formname
,nt_forms_struct
*form
)
773 unistr2_to_ascii(form_name
, uni_formname
, sizeof(form_name
));
774 DEBUGADD(6,("Looking for builtin form %s \n", form_name
));
775 count
= sizeof(default_forms
) / sizeof(default_forms
[0]);
776 for (i
=0;i
<count
;i
++) {
777 if (strequal(form_name
,default_forms
[i
].name
)) {
778 DEBUGADD(6,("Found builtin form %s \n", form_name
));
779 memcpy(form
,&default_forms
[i
],sizeof(*form
));
787 /****************************************************************************
788 get a form struct list.
789 ****************************************************************************/
791 int get_ntforms(nt_forms_struct
**list
)
793 TDB_DATA kbuf
, newkey
, dbuf
;
794 nt_forms_struct form
;
801 for (kbuf
= tdb_firstkey(tdb_forms
);
803 newkey
= tdb_nextkey(tdb_forms
, kbuf
), safe_free(kbuf
.dptr
), kbuf
=newkey
)
805 if (strncmp((const char *)kbuf
.dptr
, FORMS_PREFIX
, strlen(FORMS_PREFIX
)) != 0)
808 dbuf
= tdb_fetch(tdb_forms
, kbuf
);
812 fstrcpy(form
.name
, (const char *)kbuf
.dptr
+strlen(FORMS_PREFIX
));
813 ret
= tdb_unpack(dbuf
.dptr
, dbuf
.dsize
, "dddddddd",
814 &i
, &form
.flag
, &form
.width
, &form
.length
, &form
.left
,
815 &form
.top
, &form
.right
, &form
.bottom
);
816 SAFE_FREE(dbuf
.dptr
);
817 if (ret
!= dbuf
.dsize
)
820 *list
= SMB_REALLOC_ARRAY(*list
, nt_forms_struct
, n
+1);
822 DEBUG(0,("get_ntforms: Realloc fail.\n"));
833 /****************************************************************************
834 write a form struct list
835 ****************************************************************************/
837 int write_ntforms(nt_forms_struct
**list
, int number
)
839 TALLOC_CTX
*ctx
= talloc_tos();
846 for (i
=0;i
<number
;i
++) {
847 /* save index, so list is rebuilt in correct order */
848 len
= tdb_pack(NULL
, 0, "dddddddd",
849 i
, (*list
)[i
].flag
, (*list
)[i
].width
, (*list
)[i
].length
,
850 (*list
)[i
].left
, (*list
)[i
].top
, (*list
)[i
].right
,
855 buf
= TALLOC_ARRAY(ctx
, char, len
);
859 len
= tdb_pack((uint8
*)buf
, len
, "dddddddd",
860 i
, (*list
)[i
].flag
, (*list
)[i
].width
, (*list
)[i
].length
,
861 (*list
)[i
].left
, (*list
)[i
].top
, (*list
)[i
].right
,
863 key
= talloc_asprintf(ctx
, "%s%s", FORMS_PREFIX
, (*list
)[i
].name
);
868 dbuf
.dptr
= (uint8
*)buf
;
869 if (tdb_store_bystring(tdb_forms
, key
, dbuf
, TDB_REPLACE
) != 0) {
881 /****************************************************************************
882 add a form struct at the end of the list
883 ****************************************************************************/
884 bool add_a_form(nt_forms_struct
**list
, const FORM
*form
, int *count
)
891 * NT tries to add forms even when
892 * they are already in the base
893 * only update the values if already present
898 unistr2_to_ascii(form_name
, &form
->name
, sizeof(form_name
));
899 for (n
=0; n
<*count
; n
++) {
900 if ( strequal((*list
)[n
].name
, form_name
) ) {
907 if((*list
=SMB_REALLOC_ARRAY(*list
, nt_forms_struct
, n
+1)) == NULL
) {
908 DEBUG(0,("add_a_form: failed to enlarge forms list!\n"));
911 unistr2_to_ascii((*list
)[n
].name
, &form
->name
, sizeof((*list
)[n
].name
));
915 (*list
)[n
].flag
=form
->flags
;
916 (*list
)[n
].width
=form
->size_x
;
917 (*list
)[n
].length
=form
->size_y
;
918 (*list
)[n
].left
=form
->left
;
919 (*list
)[n
].top
=form
->top
;
920 (*list
)[n
].right
=form
->right
;
921 (*list
)[n
].bottom
=form
->bottom
;
923 DEBUG(6,("add_a_form: Successfully %s form [%s]\n",
924 update
? "updated" : "added", form_name
));
929 /****************************************************************************
930 Delete a named form struct.
931 ****************************************************************************/
933 bool delete_a_form(nt_forms_struct
**list
, UNISTR2
*del_name
, int *count
, WERROR
*ret
)
941 unistr2_to_ascii(form_name
, del_name
, sizeof(form_name
));
943 for (n
=0; n
<*count
; n
++) {
944 if (!strncmp((*list
)[n
].name
, form_name
, strlen(form_name
))) {
945 DEBUG(103, ("delete_a_form, [%s] in list\n", form_name
));
951 DEBUG(10,("delete_a_form, [%s] not found\n", form_name
));
952 *ret
= WERR_INVALID_PARAM
;
956 if (asprintf(&key
, "%s%s", FORMS_PREFIX
, (*list
)[n
].name
) < 0) {
960 if (tdb_delete_bystring(tdb_forms
, key
) != 0) {
969 /****************************************************************************
970 Update a form struct.
971 ****************************************************************************/
973 void update_a_form(nt_forms_struct
**list
, const FORM
*form
, int count
)
977 unistr2_to_ascii(form_name
, &(form
->name
), sizeof(form_name
));
979 DEBUG(106, ("[%s]\n", form_name
));
980 for (n
=0; n
<count
; n
++) {
981 DEBUGADD(106, ("n [%d]:[%s]\n", n
, (*list
)[n
].name
));
982 if (!strncmp((*list
)[n
].name
, form_name
, strlen(form_name
)))
986 if (n
==count
) return;
988 (*list
)[n
].flag
=form
->flags
;
989 (*list
)[n
].width
=form
->size_x
;
990 (*list
)[n
].length
=form
->size_y
;
991 (*list
)[n
].left
=form
->left
;
992 (*list
)[n
].top
=form
->top
;
993 (*list
)[n
].right
=form
->right
;
994 (*list
)[n
].bottom
=form
->bottom
;
997 /****************************************************************************
998 Get the nt drivers list.
999 Traverse the database and look-up the matching names.
1000 ****************************************************************************/
1001 int get_ntdrivers(fstring
**list
, const char *architecture
, uint32 version
)
1004 const char *short_archi
;
1006 TDB_DATA kbuf
, newkey
;
1008 short_archi
= get_short_archi(architecture
);
1013 if (asprintf(&key
, "%s%s/%d/", DRIVERS_PREFIX
,
1014 short_archi
, version
) < 0) {
1018 for (kbuf
= tdb_firstkey(tdb_drivers
);
1020 newkey
= tdb_nextkey(tdb_drivers
, kbuf
), safe_free(kbuf
.dptr
), kbuf
=newkey
) {
1022 if (strncmp((const char *)kbuf
.dptr
, key
, strlen(key
)) != 0)
1025 if((*list
= SMB_REALLOC_ARRAY(*list
, fstring
, total
+1)) == NULL
) {
1026 DEBUG(0,("get_ntdrivers: failed to enlarge list!\n"));
1031 fstrcpy((*list
)[total
], (const char *)kbuf
.dptr
+strlen(key
));
1039 /****************************************************************************
1040 Function to do the mapping between the long architecture name and
1042 ****************************************************************************/
1044 const char *get_short_archi(const char *long_archi
)
1048 DEBUG(107,("Getting architecture dependant directory\n"));
1051 } while ( (archi_table
[i
].long_archi
!=NULL
) &&
1052 StrCaseCmp(long_archi
, archi_table
[i
].long_archi
) );
1054 if (archi_table
[i
].long_archi
==NULL
) {
1055 DEBUGADD(10,("Unknown architecture [%s] !\n", long_archi
));
1059 /* this might be client code - but shouldn't this be an fstrcpy etc? */
1061 DEBUGADD(108,("index: [%d]\n", i
));
1062 DEBUGADD(108,("long architecture: [%s]\n", archi_table
[i
].long_archi
));
1063 DEBUGADD(108,("short architecture: [%s]\n", archi_table
[i
].short_archi
));
1065 return archi_table
[i
].short_archi
;
1068 /****************************************************************************
1069 Version information in Microsoft files is held in a VS_VERSION_INFO structure.
1070 There are two case to be covered here: PE (Portable Executable) and NE (New
1071 Executable) files. Both files support the same INFO structure, but PE files
1072 store the signature in unicode, and NE files store it as !unicode.
1073 returns -1 on error, 1 on version info found, and 0 on no version info found.
1074 ****************************************************************************/
1076 static int get_file_version(files_struct
*fsp
, char *fname
,uint32
*major
, uint32
*minor
)
1082 if ((buf
=(char *)SMB_MALLOC(DOS_HEADER_SIZE
)) == NULL
) {
1083 DEBUG(0,("get_file_version: PE file [%s] DOS Header malloc failed bytes = %d\n",
1084 fname
, DOS_HEADER_SIZE
));
1088 if ((byte_count
= vfs_read_data(fsp
, buf
, DOS_HEADER_SIZE
)) < DOS_HEADER_SIZE
) {
1089 DEBUG(3,("get_file_version: File [%s] DOS header too short, bytes read = %lu\n",
1090 fname
, (unsigned long)byte_count
));
1091 goto no_version_info
;
1094 /* Is this really a DOS header? */
1095 if (SVAL(buf
,DOS_HEADER_MAGIC_OFFSET
) != DOS_HEADER_MAGIC
) {
1096 DEBUG(6,("get_file_version: File [%s] bad DOS magic = 0x%x\n",
1097 fname
, SVAL(buf
,DOS_HEADER_MAGIC_OFFSET
)));
1098 goto no_version_info
;
1101 /* Skip OEM header (if any) and the DOS stub to start of Windows header */
1102 if (SMB_VFS_LSEEK(fsp
, SVAL(buf
,DOS_HEADER_LFANEW_OFFSET
), SEEK_SET
) == (SMB_OFF_T
)-1) {
1103 DEBUG(3,("get_file_version: File [%s] too short, errno = %d\n",
1105 /* Assume this isn't an error... the file just looks sort of like a PE/NE file */
1106 goto no_version_info
;
1109 /* Note: DOS_HEADER_SIZE and NE_HEADER_SIZE are incidentally same */
1110 if ((byte_count
= vfs_read_data(fsp
, buf
, NE_HEADER_SIZE
)) < NE_HEADER_SIZE
) {
1111 DEBUG(3,("get_file_version: File [%s] Windows header too short, bytes read = %lu\n",
1112 fname
, (unsigned long)byte_count
));
1113 /* Assume this isn't an error... the file just looks sort of like a PE/NE file */
1114 goto no_version_info
;
1117 /* The header may be a PE (Portable Executable) or an NE (New Executable) */
1118 if (IVAL(buf
,PE_HEADER_SIGNATURE_OFFSET
) == PE_HEADER_SIGNATURE
) {
1119 unsigned int num_sections
;
1120 unsigned int section_table_bytes
;
1122 /* Just skip over optional header to get to section table */
1123 if (SMB_VFS_LSEEK(fsp
,
1124 SVAL(buf
,PE_HEADER_OPTIONAL_HEADER_SIZE
)-(NE_HEADER_SIZE
-PE_HEADER_SIZE
),
1125 SEEK_CUR
) == (SMB_OFF_T
)-1) {
1126 DEBUG(3,("get_file_version: File [%s] Windows optional header too short, errno = %d\n",
1131 /* get the section table */
1132 num_sections
= SVAL(buf
,PE_HEADER_NUMBER_OF_SECTIONS
);
1133 section_table_bytes
= num_sections
* PE_HEADER_SECT_HEADER_SIZE
;
1134 if (section_table_bytes
== 0)
1138 if ((buf
=(char *)SMB_MALLOC(section_table_bytes
)) == NULL
) {
1139 DEBUG(0,("get_file_version: PE file [%s] section table malloc failed bytes = %d\n",
1140 fname
, section_table_bytes
));
1144 if ((byte_count
= vfs_read_data(fsp
, buf
, section_table_bytes
)) < section_table_bytes
) {
1145 DEBUG(3,("get_file_version: PE file [%s] Section header too short, bytes read = %lu\n",
1146 fname
, (unsigned long)byte_count
));
1150 /* Iterate the section table looking for the resource section ".rsrc" */
1151 for (i
= 0; i
< num_sections
; i
++) {
1152 int sec_offset
= i
* PE_HEADER_SECT_HEADER_SIZE
;
1154 if (strcmp(".rsrc", &buf
[sec_offset
+PE_HEADER_SECT_NAME_OFFSET
]) == 0) {
1155 unsigned int section_pos
= IVAL(buf
,sec_offset
+PE_HEADER_SECT_PTR_DATA_OFFSET
);
1156 unsigned int section_bytes
= IVAL(buf
,sec_offset
+PE_HEADER_SECT_SIZE_DATA_OFFSET
);
1158 if (section_bytes
== 0)
1162 if ((buf
=(char *)SMB_MALLOC(section_bytes
)) == NULL
) {
1163 DEBUG(0,("get_file_version: PE file [%s] version malloc failed bytes = %d\n",
1164 fname
, section_bytes
));
1168 /* Seek to the start of the .rsrc section info */
1169 if (SMB_VFS_LSEEK(fsp
, section_pos
, SEEK_SET
) == (SMB_OFF_T
)-1) {
1170 DEBUG(3,("get_file_version: PE file [%s] too short for section info, errno = %d\n",
1175 if ((byte_count
= vfs_read_data(fsp
, buf
, section_bytes
)) < section_bytes
) {
1176 DEBUG(3,("get_file_version: PE file [%s] .rsrc section too short, bytes read = %lu\n",
1177 fname
, (unsigned long)byte_count
));
1181 if (section_bytes
< VS_VERSION_INFO_UNICODE_SIZE
)
1184 for (i
=0; i
<section_bytes
-VS_VERSION_INFO_UNICODE_SIZE
; i
++) {
1185 /* Scan for 1st 3 unicoded bytes followed by word aligned magic value */
1186 if (buf
[i
] == 'V' && buf
[i
+1] == '\0' && buf
[i
+2] == 'S') {
1187 /* Align to next long address */
1188 int pos
= (i
+ sizeof(VS_SIGNATURE
)*2 + 3) & 0xfffffffc;
1190 if (IVAL(buf
,pos
) == VS_MAGIC_VALUE
) {
1191 *major
= IVAL(buf
,pos
+VS_MAJOR_OFFSET
);
1192 *minor
= IVAL(buf
,pos
+VS_MINOR_OFFSET
);
1194 DEBUG(6,("get_file_version: PE file [%s] Version = %08x:%08x (%d.%d.%d.%d)\n",
1195 fname
, *major
, *minor
,
1196 (*major
>>16)&0xffff, *major
&0xffff,
1197 (*minor
>>16)&0xffff, *minor
&0xffff));
1206 /* Version info not found, fall back to origin date/time */
1207 DEBUG(10,("get_file_version: PE file [%s] has no version info\n", fname
));
1211 } else if (SVAL(buf
,NE_HEADER_SIGNATURE_OFFSET
) == NE_HEADER_SIGNATURE
) {
1212 if (CVAL(buf
,NE_HEADER_TARGET_OS_OFFSET
) != NE_HEADER_TARGOS_WIN
) {
1213 DEBUG(3,("get_file_version: NE file [%s] wrong target OS = 0x%x\n",
1214 fname
, CVAL(buf
,NE_HEADER_TARGET_OS_OFFSET
)));
1215 /* At this point, we assume the file is in error. It still could be somthing
1216 * else besides a NE file, but it unlikely at this point. */
1220 /* Allocate a bit more space to speed up things */
1222 if ((buf
=(char *)SMB_MALLOC(VS_NE_BUF_SIZE
)) == NULL
) {
1223 DEBUG(0,("get_file_version: NE file [%s] malloc failed bytes = %d\n",
1224 fname
, PE_HEADER_SIZE
));
1228 /* This is a HACK! I got tired of trying to sort through the messy
1229 * 'NE' file format. If anyone wants to clean this up please have at
1230 * it, but this works. 'NE' files will eventually fade away. JRR */
1231 while((byte_count
= vfs_read_data(fsp
, buf
, VS_NE_BUF_SIZE
)) > 0) {
1232 /* Cover case that should not occur in a well formed 'NE' .dll file */
1233 if (byte_count
-VS_VERSION_INFO_SIZE
<= 0) break;
1235 for(i
=0; i
<byte_count
; i
++) {
1236 /* Fast skip past data that can't possibly match */
1237 if (buf
[i
] != 'V') continue;
1239 /* Potential match data crosses buf boundry, move it to beginning
1240 * of buf, and fill the buf with as much as it will hold. */
1241 if (i
>byte_count
-VS_VERSION_INFO_SIZE
) {
1244 memcpy(buf
, &buf
[i
], byte_count
-i
);
1245 if ((bc
= vfs_read_data(fsp
, &buf
[byte_count
-i
], VS_NE_BUF_SIZE
-
1246 (byte_count
-i
))) < 0) {
1248 DEBUG(0,("get_file_version: NE file [%s] Read error, errno=%d\n",
1253 byte_count
= bc
+ (byte_count
- i
);
1254 if (byte_count
<VS_VERSION_INFO_SIZE
) break;
1259 /* Check that the full signature string and the magic number that
1260 * follows exist (not a perfect solution, but the chances that this
1261 * occurs in code is, well, remote. Yes I know I'm comparing the 'V'
1262 * twice, as it is simpler to read the code. */
1263 if (strcmp(&buf
[i
], VS_SIGNATURE
) == 0) {
1264 /* Compute skip alignment to next long address */
1265 int skip
= -(SMB_VFS_LSEEK(fsp
, 0, SEEK_CUR
) - (byte_count
- i
) +
1266 sizeof(VS_SIGNATURE
)) & 3;
1267 if (IVAL(buf
,i
+sizeof(VS_SIGNATURE
)+skip
) != 0xfeef04bd) continue;
1269 *major
= IVAL(buf
,i
+sizeof(VS_SIGNATURE
)+skip
+VS_MAJOR_OFFSET
);
1270 *minor
= IVAL(buf
,i
+sizeof(VS_SIGNATURE
)+skip
+VS_MINOR_OFFSET
);
1271 DEBUG(6,("get_file_version: NE file [%s] Version = %08x:%08x (%d.%d.%d.%d)\n",
1272 fname
, *major
, *minor
,
1273 (*major
>>16)&0xffff, *major
&0xffff,
1274 (*minor
>>16)&0xffff, *minor
&0xffff));
1281 /* Version info not found, fall back to origin date/time */
1282 DEBUG(0,("get_file_version: NE file [%s] Version info not found\n", fname
));
1287 /* Assume this isn't an error... the file just looks sort of like a PE/NE file */
1288 DEBUG(3,("get_file_version: File [%s] unknown file format, signature = 0x%x\n",
1289 fname
, IVAL(buf
,PE_HEADER_SIGNATURE_OFFSET
)));
1300 /****************************************************************************
1301 Drivers for Microsoft systems contain multiple files. Often, multiple drivers
1302 share one or more files. During the MS installation process files are checked
1303 to insure that only a newer version of a shared file is installed over an
1304 older version. There are several possibilities for this comparison. If there
1305 is no previous version, the new one is newer (obviously). If either file is
1306 missing the version info structure, compare the creation date (on Unix use
1307 the modification date). Otherwise chose the numerically larger version number.
1308 ****************************************************************************/
1310 static int file_version_is_newer(connection_struct
*conn
, fstring new_file
, fstring old_file
)
1312 bool use_version
= true;
1313 char *filepath
= NULL
;
1317 time_t new_create_time
;
1321 time_t old_create_time
;
1323 files_struct
*fsp
= NULL
;
1325 SMB_STRUCT_STAT stat_buf
;
1329 SET_STAT_INVALID(st
);
1330 SET_STAT_INVALID(stat_buf
);
1331 new_create_time
= (time_t)0;
1332 old_create_time
= (time_t)0;
1334 /* Get file version info (if available) for previous file (if it exists) */
1335 filepath
= driver_unix_convert(conn
,old_file
,&stat_buf
);
1340 status
= open_file_ntcreate(conn
, NULL
, filepath
, &stat_buf
,
1342 FILE_SHARE_READ
|FILE_SHARE_WRITE
,
1345 FILE_ATTRIBUTE_NORMAL
,
1349 if (!NT_STATUS_IS_OK(status
)) {
1350 /* Old file not found, so by definition new file is in fact newer */
1351 DEBUG(10,("file_version_is_newer: Can't open old file [%s], errno = %d\n",
1356 int ret
= get_file_version(fsp
, old_file
, &old_major
, &old_minor
);
1362 DEBUG(6,("file_version_is_newer: Version info not found [%s], use mod time\n",
1364 use_version
= false;
1365 if (SMB_VFS_FSTAT(fsp
, &st
) == -1) {
1368 old_create_time
= st
.st_mtime
;
1369 DEBUGADD(6,("file_version_is_newer: mod time = %ld sec\n", old_create_time
));
1372 close_file(fsp
, NORMAL_CLOSE
);
1374 /* Get file version info (if available) for new file */
1375 filepath
= driver_unix_convert(conn
,new_file
,&stat_buf
);
1380 status
= open_file_ntcreate(conn
, NULL
, filepath
, &stat_buf
,
1382 FILE_SHARE_READ
|FILE_SHARE_WRITE
,
1385 FILE_ATTRIBUTE_NORMAL
,
1389 if (!NT_STATUS_IS_OK(status
)) {
1390 /* New file not found, this shouldn't occur if the caller did its job */
1391 DEBUG(3,("file_version_is_newer: Can't open new file [%s], errno = %d\n",
1396 int ret
= get_file_version(fsp
, new_file
, &new_major
, &new_minor
);
1402 DEBUG(6,("file_version_is_newer: Version info not found [%s], use mod time\n",
1404 use_version
= false;
1405 if (SMB_VFS_FSTAT(fsp
, &st
) == -1) {
1408 new_create_time
= st
.st_mtime
;
1409 DEBUGADD(6,("file_version_is_newer: mod time = %ld sec\n", new_create_time
));
1412 close_file(fsp
, NORMAL_CLOSE
);
1414 if (use_version
&& (new_major
!= old_major
|| new_minor
!= old_minor
)) {
1415 /* Compare versions and choose the larger version number */
1416 if (new_major
> old_major
||
1417 (new_major
== old_major
&& new_minor
> old_minor
)) {
1419 DEBUG(6,("file_version_is_newer: Replacing [%s] with [%s]\n", old_file
, new_file
));
1423 DEBUG(6,("file_version_is_newer: Leaving [%s] unchanged\n", old_file
));
1428 /* Compare modification time/dates and choose the newest time/date */
1429 if (new_create_time
> old_create_time
) {
1430 DEBUG(6,("file_version_is_newer: Replacing [%s] with [%s]\n", old_file
, new_file
));
1434 DEBUG(6,("file_version_is_newer: Leaving [%s] unchanged\n", old_file
));
1441 close_file(fsp
, NORMAL_CLOSE
);
1445 /****************************************************************************
1446 Determine the correct cVersion associated with an architecture and driver
1447 ****************************************************************************/
1448 static uint32
get_correct_cversion(const char *architecture
, fstring driverpath_in
,
1449 struct current_user
*user
, WERROR
*perr
)
1453 char *driverpath
= NULL
;
1456 files_struct
*fsp
= NULL
;
1458 connection_struct
*conn
;
1461 SET_STAT_INVALID(st
);
1463 *perr
= WERR_INVALID_PARAM
;
1465 /* If architecture is Windows 95/98/ME, the version is always 0. */
1466 if (strcmp(architecture
, SPL_ARCH_WIN40
) == 0) {
1467 DEBUG(10,("get_correct_cversion: Driver is Win9x, cversion = 0\n"));
1472 /* If architecture is Windows x64, the version is always 3. */
1473 if (strcmp(architecture
, SPL_ARCH_X64
) == 0) {
1474 DEBUG(10,("get_correct_cversion: Driver is x64, cversion = 3\n"));
1480 * Connect to the print$ share under the same account as the user connected
1481 * to the rpc pipe. Note we must still be root to do this.
1484 /* Null password is ok - we are already an authenticated user... */
1485 null_pw
= data_blob_null
;
1486 fstrcpy(res_type
, "A:");
1488 conn
= make_connection_with_chdir("print$", null_pw
, res_type
, user
->vuid
, &nt_status
);
1492 DEBUG(0,("get_correct_cversion: Unable to connect\n"));
1493 *perr
= ntstatus_to_werror(nt_status
);
1497 /* We are temporarily becoming the connection user. */
1498 if (!become_user(conn
, user
->vuid
)) {
1499 DEBUG(0,("get_correct_cversion: Can't become user!\n"));
1500 *perr
= WERR_ACCESS_DENIED
;
1504 /* Open the driver file (Portable Executable format) and determine the
1505 * deriver the cversion. */
1506 driverpath
= talloc_asprintf(talloc_tos(),
1515 driverpath
= driver_unix_convert(conn
,driverpath
,&st
);
1521 if (!vfs_file_exist(conn
, driverpath
, &st
)) {
1522 *perr
= WERR_BADFILE
;
1526 status
= open_file_ntcreate(conn
, NULL
, driverpath
, &st
,
1528 FILE_SHARE_READ
|FILE_SHARE_WRITE
,
1531 FILE_ATTRIBUTE_NORMAL
,
1535 if (!NT_STATUS_IS_OK(status
)) {
1536 DEBUG(3,("get_correct_cversion: Can't open file [%s], errno = %d\n",
1537 driverpath
, errno
));
1538 *perr
= WERR_ACCESS_DENIED
;
1543 int ret
= get_file_version(fsp
, driverpath
, &major
, &minor
);
1544 if (ret
== -1) goto error_exit
;
1547 DEBUG(6,("get_correct_cversion: Version info not found [%s]\n", driverpath
));
1552 * This is a Microsoft'ism. See references in MSDN to VER_FILEVERSION
1553 * for more details. Version in this case is not just the version of the
1554 * file, but the version in the sense of kernal mode (2) vs. user mode
1555 * (3) drivers. Other bits of the version fields are the version info.
1558 cversion
= major
& 0x0000ffff;
1560 case 2: /* WinNT drivers */
1561 case 3: /* Win2K drivers */
1565 DEBUG(6,("get_correct_cversion: cversion invalid [%s] cversion = %d\n",
1566 driverpath
, cversion
));
1570 DEBUG(10,("get_correct_cversion: Version info found [%s] major = 0x%x minor = 0x%x\n",
1571 driverpath
, major
, minor
));
1574 DEBUG(10,("get_correct_cversion: Driver file [%s] cversion = %d\n",
1575 driverpath
, cversion
));
1577 close_file(fsp
, NORMAL_CLOSE
);
1578 close_cnum(conn
, user
->vuid
);
1587 close_file(fsp
, NORMAL_CLOSE
);
1589 close_cnum(conn
, user
->vuid
);
1594 /****************************************************************************
1595 ****************************************************************************/
1596 static WERROR
clean_up_driver_struct_level_3(NT_PRINTER_DRIVER_INFO_LEVEL_3
*driver
,
1597 struct current_user
*user
)
1599 const char *architecture
;
1605 /* clean up the driver name.
1606 * we can get .\driver.dll
1607 * or worse c:\windows\system\driver.dll !
1609 /* using an intermediate string to not have overlaping memcpy()'s */
1610 if ((p
= strrchr(driver
->driverpath
,'\\')) != NULL
) {
1611 fstrcpy(new_name
, p
+1);
1612 fstrcpy(driver
->driverpath
, new_name
);
1615 if ((p
= strrchr(driver
->datafile
,'\\')) != NULL
) {
1616 fstrcpy(new_name
, p
+1);
1617 fstrcpy(driver
->datafile
, new_name
);
1620 if ((p
= strrchr(driver
->configfile
,'\\')) != NULL
) {
1621 fstrcpy(new_name
, p
+1);
1622 fstrcpy(driver
->configfile
, new_name
);
1625 if ((p
= strrchr(driver
->helpfile
,'\\')) != NULL
) {
1626 fstrcpy(new_name
, p
+1);
1627 fstrcpy(driver
->helpfile
, new_name
);
1630 if (driver
->dependentfiles
) {
1631 for (i
=0; *driver
->dependentfiles
[i
]; i
++) {
1632 if ((p
= strrchr(driver
->dependentfiles
[i
],'\\')) != NULL
) {
1633 fstrcpy(new_name
, p
+1);
1634 fstrcpy(driver
->dependentfiles
[i
], new_name
);
1639 architecture
= get_short_archi(driver
->environment
);
1640 if (!architecture
) {
1641 return WERR_UNKNOWN_PRINTER_DRIVER
;
1644 /* jfm:7/16/2000 the client always sends the cversion=0.
1645 * The server should check which version the driver is by reading
1646 * the PE header of driver->driverpath.
1648 * For Windows 95/98 the version is 0 (so the value sent is correct)
1649 * For Windows NT (the architecture doesn't matter)
1650 * NT 3.1: cversion=0
1651 * NT 3.5/3.51: cversion=1
1655 if ((driver
->cversion
= get_correct_cversion( architecture
, driver
->driverpath
, user
, &err
)) == -1)
1661 /****************************************************************************
1662 ****************************************************************************/
1663 static WERROR
clean_up_driver_struct_level_6(NT_PRINTER_DRIVER_INFO_LEVEL_6
*driver
, struct current_user
*user
)
1665 const char *architecture
;
1671 /* clean up the driver name.
1672 * we can get .\driver.dll
1673 * or worse c:\windows\system\driver.dll !
1675 /* using an intermediate string to not have overlaping memcpy()'s */
1676 if ((p
= strrchr(driver
->driverpath
,'\\')) != NULL
) {
1677 fstrcpy(new_name
, p
+1);
1678 fstrcpy(driver
->driverpath
, new_name
);
1681 if ((p
= strrchr(driver
->datafile
,'\\')) != NULL
) {
1682 fstrcpy(new_name
, p
+1);
1683 fstrcpy(driver
->datafile
, new_name
);
1686 if ((p
= strrchr(driver
->configfile
,'\\')) != NULL
) {
1687 fstrcpy(new_name
, p
+1);
1688 fstrcpy(driver
->configfile
, new_name
);
1691 if ((p
= strrchr(driver
->helpfile
,'\\')) != NULL
) {
1692 fstrcpy(new_name
, p
+1);
1693 fstrcpy(driver
->helpfile
, new_name
);
1696 if (driver
->dependentfiles
) {
1697 for (i
=0; *driver
->dependentfiles
[i
]; i
++) {
1698 if ((p
= strrchr(driver
->dependentfiles
[i
],'\\')) != NULL
) {
1699 fstrcpy(new_name
, p
+1);
1700 fstrcpy(driver
->dependentfiles
[i
], new_name
);
1705 architecture
= get_short_archi(driver
->environment
);
1706 if (!architecture
) {
1707 return WERR_UNKNOWN_PRINTER_DRIVER
;
1710 /* jfm:7/16/2000 the client always sends the cversion=0.
1711 * The server should check which version the driver is by reading
1712 * the PE header of driver->driverpath.
1714 * For Windows 95/98 the version is 0 (so the value sent is correct)
1715 * For Windows NT (the architecture doesn't matter)
1716 * NT 3.1: cversion=0
1717 * NT 3.5/3.51: cversion=1
1722 if ((driver
->version
= get_correct_cversion(architecture
, driver
->driverpath
, user
, &err
)) == -1)
1728 /****************************************************************************
1729 ****************************************************************************/
1730 WERROR
clean_up_driver_struct(NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract
,
1731 uint32 level
, struct current_user
*user
)
1736 NT_PRINTER_DRIVER_INFO_LEVEL_3
*driver
;
1737 driver
=driver_abstract
.info_3
;
1738 return clean_up_driver_struct_level_3(driver
, user
);
1742 NT_PRINTER_DRIVER_INFO_LEVEL_6
*driver
;
1743 driver
=driver_abstract
.info_6
;
1744 return clean_up_driver_struct_level_6(driver
, user
);
1747 return WERR_INVALID_PARAM
;
1751 /****************************************************************************
1752 This function sucks and should be replaced. JRA.
1753 ****************************************************************************/
1755 static void convert_level_6_to_level3(NT_PRINTER_DRIVER_INFO_LEVEL_3
*dst
, NT_PRINTER_DRIVER_INFO_LEVEL_6
*src
)
1757 dst
->cversion
= src
->version
;
1759 fstrcpy( dst
->name
, src
->name
);
1760 fstrcpy( dst
->environment
, src
->environment
);
1761 fstrcpy( dst
->driverpath
, src
->driverpath
);
1762 fstrcpy( dst
->datafile
, src
->datafile
);
1763 fstrcpy( dst
->configfile
, src
->configfile
);
1764 fstrcpy( dst
->helpfile
, src
->helpfile
);
1765 fstrcpy( dst
->monitorname
, src
->monitorname
);
1766 fstrcpy( dst
->defaultdatatype
, src
->defaultdatatype
);
1767 dst
->dependentfiles
= src
->dependentfiles
;
1770 #if 0 /* Debugging function */
1772 static char* ffmt(unsigned char *c
){
1774 static char ffmt_str
[17];
1776 for (i
=0; i
<16; i
++) {
1777 if ((c
[i
] < ' ') || (c
[i
] > '~'))
1788 /****************************************************************************
1789 ****************************************************************************/
1790 WERROR
move_driver_to_download_area(NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract
, uint32 level
,
1791 struct current_user
*user
, WERROR
*perr
)
1793 NT_PRINTER_DRIVER_INFO_LEVEL_3
*driver
;
1794 NT_PRINTER_DRIVER_INFO_LEVEL_3 converted_driver
;
1795 const char *architecture
;
1796 char *new_dir
= NULL
;
1797 char *old_name
= NULL
;
1798 char *new_name
= NULL
;
1800 connection_struct
*conn
;
1805 TALLOC_CTX
*ctx
= talloc_tos();
1811 driver
=driver_abstract
.info_3
;
1812 else if (level
==6) {
1813 convert_level_6_to_level3(&converted_driver
, driver_abstract
.info_6
);
1814 driver
= &converted_driver
;
1816 DEBUG(0,("move_driver_to_download_area: Unknown info level (%u)\n", (unsigned int)level
));
1817 return WERR_UNKNOWN_LEVEL
;
1820 architecture
= get_short_archi(driver
->environment
);
1821 if (!architecture
) {
1822 return WERR_UNKNOWN_PRINTER_DRIVER
;
1826 * Connect to the print$ share under the same account as the user connected to the rpc pipe.
1827 * Note we must be root to do this.
1830 null_pw
= data_blob_null
;
1831 fstrcpy(res_type
, "A:");
1833 conn
= make_connection_with_chdir("print$", null_pw
, res_type
, user
->vuid
, &nt_status
);
1837 DEBUG(0,("move_driver_to_download_area: Unable to connect\n"));
1838 *perr
= ntstatus_to_werror(nt_status
);
1839 return WERR_NO_SUCH_SHARE
;
1843 * Save who we are - we are temporarily becoming the connection user.
1846 if (!become_user(conn
, conn
->vuid
)) {
1847 DEBUG(0,("move_driver_to_download_area: Can't become user!\n"));
1848 return WERR_ACCESS_DENIED
;
1851 /* WE ARE NOW RUNNING AS USER conn->vuid !!!!! */
1854 * make the directories version and version\driver_name
1855 * under the architecture directory.
1857 DEBUG(5,("Creating first directory\n"));
1858 new_dir
= talloc_asprintf(ctx
,
1866 new_dir
= driver_unix_convert(conn
,new_dir
,&st
);
1872 create_directory(conn
, NULL
, new_dir
);
1874 /* For each driver file, archi\filexxx.yyy, if there is a duplicate file
1875 * listed for this driver which has already been moved, skip it (note:
1876 * drivers may list the same file name several times. Then check if the
1877 * file already exists in archi\cversion\, if so, check that the version
1878 * info (or time stamps if version info is unavailable) is newer (or the
1879 * date is later). If it is, move it to archi\cversion\filexxx.yyy.
1880 * Otherwise, delete the file.
1882 * If a file is not moved to archi\cversion\ because of an error, all the
1883 * rest of the 'unmoved' driver files are removed from archi\. If one or
1884 * more of the driver's files was already moved to archi\cversion\, it
1885 * potentially leaves the driver in a partially updated state. Version
1886 * trauma will most likely occur if an client attempts to use any printer
1887 * bound to the driver. Perhaps a rewrite to make sure the moves can be
1888 * done is appropriate... later JRR
1891 DEBUG(5,("Moving files now !\n"));
1893 if (driver
->driverpath
&& strlen(driver
->driverpath
)) {
1894 new_name
= talloc_asprintf(ctx
,
1897 driver
->driverpath
);
1902 old_name
= talloc_asprintf(ctx
,
1905 driver
->driverpath
);
1911 if (ver
!= -1 && (ver
=file_version_is_newer(conn
, new_name
, old_name
)) > 0) {
1912 new_name
= driver_unix_convert(conn
,new_name
,&st
);
1917 if ( !NT_STATUS_IS_OK(copy_file(ctx
,conn
, new_name
, old_name
, OPENX_FILE_EXISTS_TRUNCATE
|
1918 OPENX_FILE_CREATE_IF_NOT_EXIST
, 0, False
))) {
1919 DEBUG(0,("move_driver_to_download_area: Unable to rename [%s] to [%s]\n",
1920 new_name
, old_name
));
1921 *perr
= WERR_ACCESS_DENIED
;
1927 if (driver
->datafile
&& strlen(driver
->datafile
)) {
1928 if (!strequal(driver
->datafile
, driver
->driverpath
)) {
1929 new_name
= talloc_asprintf(ctx
,
1937 old_name
= talloc_asprintf(ctx
,
1945 if (ver
!= -1 && (ver
=file_version_is_newer(conn
, new_name
, old_name
)) > 0) {
1946 new_name
= driver_unix_convert(conn
,new_name
,&st
);
1951 if ( !NT_STATUS_IS_OK(copy_file(ctx
,conn
, new_name
, old_name
, OPENX_FILE_EXISTS_TRUNCATE
|
1952 OPENX_FILE_CREATE_IF_NOT_EXIST
, 0, False
))) {
1953 DEBUG(0,("move_driver_to_download_area: Unable to rename [%s] to [%s]\n",
1954 new_name
, old_name
));
1955 *perr
= WERR_ACCESS_DENIED
;
1962 if (driver
->configfile
&& strlen(driver
->configfile
)) {
1963 if (!strequal(driver
->configfile
, driver
->driverpath
) &&
1964 !strequal(driver
->configfile
, driver
->datafile
)) {
1965 new_name
= talloc_asprintf(ctx
,
1968 driver
->configfile
);
1973 old_name
= talloc_asprintf(ctx
,
1976 driver
->configfile
);
1981 if (ver
!= -1 && (ver
=file_version_is_newer(conn
, new_name
, old_name
)) > 0) {
1982 new_name
= driver_unix_convert(conn
,new_name
,&st
);
1987 if ( !NT_STATUS_IS_OK(copy_file(ctx
,conn
, new_name
, old_name
, OPENX_FILE_EXISTS_TRUNCATE
|
1988 OPENX_FILE_CREATE_IF_NOT_EXIST
, 0, False
))) {
1989 DEBUG(0,("move_driver_to_download_area: Unable to rename [%s] to [%s]\n",
1990 new_name
, old_name
));
1991 *perr
= WERR_ACCESS_DENIED
;
1998 if (driver
->helpfile
&& strlen(driver
->helpfile
)) {
1999 if (!strequal(driver
->helpfile
, driver
->driverpath
) &&
2000 !strequal(driver
->helpfile
, driver
->datafile
) &&
2001 !strequal(driver
->helpfile
, driver
->configfile
)) {
2002 new_name
= talloc_asprintf(ctx
,
2010 old_name
= talloc_asprintf(ctx
,
2018 if (ver
!= -1 && (ver
=file_version_is_newer(conn
, new_name
, old_name
)) > 0) {
2019 new_name
= driver_unix_convert(conn
,new_name
,&st
);
2024 if ( !NT_STATUS_IS_OK(copy_file(ctx
,conn
, new_name
, old_name
, OPENX_FILE_EXISTS_TRUNCATE
|
2025 OPENX_FILE_CREATE_IF_NOT_EXIST
, 0, False
))) {
2026 DEBUG(0,("move_driver_to_download_area: Unable to rename [%s] to [%s]\n",
2027 new_name
, old_name
));
2028 *perr
= WERR_ACCESS_DENIED
;
2035 if (driver
->dependentfiles
) {
2036 for (i
=0; *driver
->dependentfiles
[i
]; i
++) {
2037 if (!strequal(driver
->dependentfiles
[i
], driver
->driverpath
) &&
2038 !strequal(driver
->dependentfiles
[i
], driver
->datafile
) &&
2039 !strequal(driver
->dependentfiles
[i
], driver
->configfile
) &&
2040 !strequal(driver
->dependentfiles
[i
], driver
->helpfile
)) {
2042 for (j
=0; j
< i
; j
++) {
2043 if (strequal(driver
->dependentfiles
[i
], driver
->dependentfiles
[j
])) {
2048 new_name
= talloc_asprintf(ctx
,
2051 driver
->dependentfiles
[i
]);
2056 old_name
= talloc_asprintf(ctx
,
2059 driver
->dependentfiles
[i
]);
2064 if (ver
!= -1 && (ver
=file_version_is_newer(conn
, new_name
, old_name
)) > 0) {
2065 new_name
= driver_unix_convert(conn
,new_name
,&st
);
2070 if ( !NT_STATUS_IS_OK(copy_file(ctx
,conn
, new_name
, old_name
,
2071 OPENX_FILE_EXISTS_TRUNCATE
|
2072 OPENX_FILE_CREATE_IF_NOT_EXIST
, 0, False
))) {
2073 DEBUG(0,("move_driver_to_download_area: Unable to rename [%s] to [%s]\n",
2074 new_name
, old_name
));
2075 *perr
= WERR_ACCESS_DENIED
;
2086 close_cnum(conn
, user
->vuid
);
2089 if (W_ERROR_EQUAL(*perr
, WERR_OK
)) {
2093 return WERR_UNKNOWN_PRINTER_DRIVER
;
2098 /****************************************************************************
2099 ****************************************************************************/
2101 static uint32
add_a_printer_driver_3(NT_PRINTER_DRIVER_INFO_LEVEL_3
*driver
)
2103 TALLOC_CTX
*ctx
= talloc_tos();
2105 const char *architecture
;
2106 char *directory
= NULL
;
2113 architecture
= get_short_archi(driver
->environment
);
2114 if (!architecture
) {
2118 /* The names are relative. We store them in the form: \print$\arch\version\driver.xxx
2119 * \\server is added in the rpc server layer.
2120 * It does make sense to NOT store the server's name in the printer TDB.
2123 directory
= talloc_asprintf(ctx
, "\\print$\\%s\\%d\\",
2124 architecture
, driver
->cversion
);
2129 /* .inf files do not always list a file for each of the four standard files.
2130 * Don't prepend a path to a null filename, or client claims:
2131 * "The server on which the printer resides does not have a suitable
2132 * <printer driver name> printer driver installed. Click OK if you
2133 * wish to install the driver on your local machine."
2135 if (strlen(driver
->driverpath
)) {
2136 fstrcpy(temp_name
, driver
->driverpath
);
2137 slprintf(driver
->driverpath
, sizeof(driver
->driverpath
)-1, "%s%s", directory
, temp_name
);
2140 if (strlen(driver
->datafile
)) {
2141 fstrcpy(temp_name
, driver
->datafile
);
2142 slprintf(driver
->datafile
, sizeof(driver
->datafile
)-1, "%s%s", directory
, temp_name
);
2145 if (strlen(driver
->configfile
)) {
2146 fstrcpy(temp_name
, driver
->configfile
);
2147 slprintf(driver
->configfile
, sizeof(driver
->configfile
)-1, "%s%s", directory
, temp_name
);
2150 if (strlen(driver
->helpfile
)) {
2151 fstrcpy(temp_name
, driver
->helpfile
);
2152 slprintf(driver
->helpfile
, sizeof(driver
->helpfile
)-1, "%s%s", directory
, temp_name
);
2155 if (driver
->dependentfiles
) {
2156 for (i
=0; *driver
->dependentfiles
[i
]; i
++) {
2157 fstrcpy(temp_name
, driver
->dependentfiles
[i
]);
2158 slprintf(driver
->dependentfiles
[i
], sizeof(driver
->dependentfiles
[i
])-1, "%s%s", directory
, temp_name
);
2162 key
= talloc_asprintf(ctx
, "%s%s/%d/%s", DRIVERS_PREFIX
,
2163 architecture
, driver
->cversion
, driver
->name
);
2168 DEBUG(5,("add_a_printer_driver_3: Adding driver with key %s\n", key
));
2175 len
+= tdb_pack(buf
+len
, buflen
-len
, "dffffffff",
2178 driver
->environment
,
2183 driver
->monitorname
,
2184 driver
->defaultdatatype
);
2186 if (driver
->dependentfiles
) {
2187 for (i
=0; *driver
->dependentfiles
[i
]; i
++) {
2188 len
+= tdb_pack(buf
+len
, buflen
-len
, "f",
2189 driver
->dependentfiles
[i
]);
2193 if (len
!= buflen
) {
2194 buf
= (uint8
*)SMB_REALLOC(buf
, len
);
2196 DEBUG(0,("add_a_printer_driver_3: failed to enlarge buffer\n!"));
2207 ret
= tdb_store_bystring(tdb_drivers
, key
, dbuf
, TDB_REPLACE
);
2211 DEBUG(0,("add_a_printer_driver_3: Adding driver with key %s failed.\n", key
));
2217 /****************************************************************************
2218 ****************************************************************************/
2219 static uint32
add_a_printer_driver_6(NT_PRINTER_DRIVER_INFO_LEVEL_6
*driver
)
2221 NT_PRINTER_DRIVER_INFO_LEVEL_3 info3
;
2224 info3
.cversion
= driver
->version
;
2225 fstrcpy(info3
.name
,driver
->name
);
2226 fstrcpy(info3
.environment
,driver
->environment
);
2227 fstrcpy(info3
.driverpath
,driver
->driverpath
);
2228 fstrcpy(info3
.datafile
,driver
->datafile
);
2229 fstrcpy(info3
.configfile
,driver
->configfile
);
2230 fstrcpy(info3
.helpfile
,driver
->helpfile
);
2231 fstrcpy(info3
.monitorname
,driver
->monitorname
);
2232 fstrcpy(info3
.defaultdatatype
,driver
->defaultdatatype
);
2233 info3
.dependentfiles
= driver
->dependentfiles
;
2235 return add_a_printer_driver_3(&info3
);
2239 /****************************************************************************
2240 ****************************************************************************/
2241 static WERROR
get_a_printer_driver_3_default(NT_PRINTER_DRIVER_INFO_LEVEL_3
**info_ptr
, const char *driver
, const char *arch
)
2243 NT_PRINTER_DRIVER_INFO_LEVEL_3 info
;
2247 fstrcpy(info
.name
, driver
);
2248 fstrcpy(info
.defaultdatatype
, "RAW");
2250 fstrcpy(info
.driverpath
, "");
2251 fstrcpy(info
.datafile
, "");
2252 fstrcpy(info
.configfile
, "");
2253 fstrcpy(info
.helpfile
, "");
2255 if ((info
.dependentfiles
= SMB_MALLOC_ARRAY(fstring
, 2)) == NULL
)
2258 memset(info
.dependentfiles
, '\0', 2*sizeof(fstring
));
2259 fstrcpy(info
.dependentfiles
[0], "");
2261 *info_ptr
= (NT_PRINTER_DRIVER_INFO_LEVEL_3
*)memdup(&info
, sizeof(info
));
2263 SAFE_FREE(info
.dependentfiles
);
2270 /****************************************************************************
2271 ****************************************************************************/
2272 static WERROR
get_a_printer_driver_3(NT_PRINTER_DRIVER_INFO_LEVEL_3
**info_ptr
, fstring drivername
, const char *arch
, uint32 version
)
2274 NT_PRINTER_DRIVER_INFO_LEVEL_3 driver
;
2276 const char *architecture
;
2281 ZERO_STRUCT(driver
);
2283 architecture
= get_short_archi(arch
);
2284 if ( !architecture
) {
2285 return WERR_UNKNOWN_PRINTER_DRIVER
;
2288 /* Windows 4.0 (i.e. win9x) should always use a version of 0 */
2290 if ( strcmp( architecture
, SPL_ARCH_WIN40
) == 0 )
2293 DEBUG(8,("get_a_printer_driver_3: [%s%s/%d/%s]\n", DRIVERS_PREFIX
, architecture
, version
, drivername
));
2295 if (asprintf(&key
, "%s%s/%d/%s", DRIVERS_PREFIX
,
2296 architecture
, version
, drivername
) < 0) {
2300 dbuf
= tdb_fetch_bystring(tdb_drivers
, key
);
2303 return WERR_UNKNOWN_PRINTER_DRIVER
;
2306 len
+= tdb_unpack(dbuf
.dptr
, dbuf
.dsize
, "dffffffff",
2315 driver
.defaultdatatype
);
2318 while (len
< dbuf
.dsize
) {
2319 driver
.dependentfiles
= SMB_REALLOC_ARRAY(driver
.dependentfiles
, fstring
, i
+2);
2320 if ( !driver
.dependentfiles
) {
2321 DEBUG(0,("get_a_printer_driver_3: failed to enlarge buffer!\n"));
2325 len
+= tdb_unpack(dbuf
.dptr
+len
, dbuf
.dsize
-len
, "f",
2326 &driver
.dependentfiles
[i
]);
2330 if ( driver
.dependentfiles
)
2331 fstrcpy( driver
.dependentfiles
[i
], "" );
2333 SAFE_FREE(dbuf
.dptr
);
2336 if (len
!= dbuf
.dsize
) {
2337 SAFE_FREE(driver
.dependentfiles
);
2339 return get_a_printer_driver_3_default(info_ptr
, drivername
, arch
);
2342 *info_ptr
= (NT_PRINTER_DRIVER_INFO_LEVEL_3
*)memdup(&driver
, sizeof(driver
));
2344 SAFE_FREE(driver
.dependentfiles
);
2351 /****************************************************************************
2352 Debugging function, dump at level 6 the struct in the logs.
2353 ****************************************************************************/
2355 static uint32
dump_a_printer_driver(NT_PRINTER_DRIVER_INFO_LEVEL driver
, uint32 level
)
2358 NT_PRINTER_DRIVER_INFO_LEVEL_3
*info3
;
2361 DEBUG(20,("Dumping printer driver at level [%d]\n", level
));
2367 if (driver
.info_3
== NULL
)
2370 info3
=driver
.info_3
;
2372 DEBUGADD(20,("version:[%d]\n", info3
->cversion
));
2373 DEBUGADD(20,("name:[%s]\n", info3
->name
));
2374 DEBUGADD(20,("environment:[%s]\n", info3
->environment
));
2375 DEBUGADD(20,("driverpath:[%s]\n", info3
->driverpath
));
2376 DEBUGADD(20,("datafile:[%s]\n", info3
->datafile
));
2377 DEBUGADD(20,("configfile:[%s]\n", info3
->configfile
));
2378 DEBUGADD(20,("helpfile:[%s]\n", info3
->helpfile
));
2379 DEBUGADD(20,("monitorname:[%s]\n", info3
->monitorname
));
2380 DEBUGADD(20,("defaultdatatype:[%s]\n", info3
->defaultdatatype
));
2382 for (i
=0; info3
->dependentfiles
&&
2383 *info3
->dependentfiles
[i
]; i
++) {
2384 DEBUGADD(20,("dependentfile:[%s]\n",
2385 info3
->dependentfiles
[i
]));
2392 DEBUGADD(20,("dump_a_printer_driver: Level %u not implemented\n", (unsigned int)level
));
2400 /****************************************************************************
2401 ****************************************************************************/
2402 int pack_devicemode(NT_DEVICEMODE
*nt_devmode
, uint8
*buf
, int buflen
)
2406 len
+= tdb_pack(buf
+len
, buflen
-len
, "p", nt_devmode
);
2411 len
+= tdb_pack(buf
+len
, buflen
-len
, "ffwwwwwwwwwwwwwwwwwwddddddddddddddp",
2412 nt_devmode
->devicename
,
2413 nt_devmode
->formname
,
2415 nt_devmode
->specversion
,
2416 nt_devmode
->driverversion
,
2418 nt_devmode
->driverextra
,
2419 nt_devmode
->orientation
,
2420 nt_devmode
->papersize
,
2421 nt_devmode
->paperlength
,
2422 nt_devmode
->paperwidth
,
2425 nt_devmode
->defaultsource
,
2426 nt_devmode
->printquality
,
2429 nt_devmode
->yresolution
,
2430 nt_devmode
->ttoption
,
2431 nt_devmode
->collate
,
2432 nt_devmode
->logpixels
,
2435 nt_devmode
->bitsperpel
,
2436 nt_devmode
->pelswidth
,
2437 nt_devmode
->pelsheight
,
2438 nt_devmode
->displayflags
,
2439 nt_devmode
->displayfrequency
,
2440 nt_devmode
->icmmethod
,
2441 nt_devmode
->icmintent
,
2442 nt_devmode
->mediatype
,
2443 nt_devmode
->dithertype
,
2444 nt_devmode
->reserved1
,
2445 nt_devmode
->reserved2
,
2446 nt_devmode
->panningwidth
,
2447 nt_devmode
->panningheight
,
2448 nt_devmode
->nt_dev_private
);
2450 if (nt_devmode
->nt_dev_private
) {
2451 len
+= tdb_pack(buf
+len
, buflen
-len
, "B",
2452 nt_devmode
->driverextra
,
2453 nt_devmode
->nt_dev_private
);
2456 DEBUG(8,("Packed devicemode [%s]\n", nt_devmode
->formname
));
2461 /****************************************************************************
2462 Pack all values in all printer keys
2463 ***************************************************************************/
2465 static int pack_values(NT_PRINTER_DATA
*data
, uint8
*buf
, int buflen
)
2469 REGISTRY_VALUE
*val
;
2470 REGVAL_CTR
*val_ctr
;
2477 /* loop over all keys */
2479 for ( i
=0; i
<data
->num_keys
; i
++ ) {
2480 val_ctr
= data
->keys
[i
].values
;
2481 num_values
= regval_ctr_numvals( val_ctr
);
2483 /* pack the keyname followed by a empty value */
2485 len
+= tdb_pack(buf
+len
, buflen
-len
, "pPdB",
2486 &data
->keys
[i
].name
,
2492 /* now loop over all values */
2494 for ( j
=0; j
<num_values
; j
++ ) {
2495 /* pathname should be stored as <key>\<value> */
2497 val
= regval_ctr_specific_value( val_ctr
, j
);
2498 if (asprintf(&path
, "%s\\%s",
2500 regval_name(val
)) < 0) {
2504 len
+= tdb_pack(buf
+len
, buflen
-len
, "pPdB",
2509 regval_data_p(val
) );
2511 DEBUG(8,("specific: [%s], len: %d\n", regval_name(val
), regval_size(val
)));
2519 len
+= tdb_pack(buf
+len
, buflen
-len
, "p", NULL
);
2525 /****************************************************************************
2526 Delete a printer - this just deletes the printer info file, any open
2527 handles are not affected.
2528 ****************************************************************************/
2530 uint32
del_a_printer(const char *sharename
)
2533 char *printdb_path
= NULL
;
2534 TALLOC_CTX
*ctx
= talloc_tos();
2536 kbuf
= make_printer_tdbkey(ctx
, sharename
);
2537 tdb_delete(tdb_printers
, kbuf
);
2539 kbuf
= make_printers_secdesc_tdbkey(ctx
, sharename
);
2540 tdb_delete(tdb_printers
, kbuf
);
2542 close_all_print_db();
2544 if (geteuid() == 0) {
2545 if (asprintf(&printdb_path
, "%s%s.tdb",
2546 lock_path("printing/"),
2550 unlink(printdb_path
);
2551 SAFE_FREE(printdb_path
);
2557 /****************************************************************************
2558 ****************************************************************************/
2559 static WERROR
update_a_printer_2(NT_PRINTER_INFO_LEVEL_2
*info
)
2565 TDB_DATA kbuf
, dbuf
;
2568 * in addprinter: no servername and the printer is the name
2569 * in setprinter: servername is \\server
2570 * and printer is \\server\\printer
2572 * Samba manages only local printers.
2573 * we currently don't support things like i
2574 * path=\\other_server\printer
2576 * We only store the printername, not \\server\printername
2579 if ( info
->servername
[0] != '\0' ) {
2580 trim_string(info
->printername
, info
->servername
, NULL
);
2581 trim_char(info
->printername
, '\\', '\0');
2582 info
->servername
[0]='\0';
2586 * JFM: one day I'll forget.
2587 * below that's info->portname because that's the SAMBA sharename
2588 * and I made NT 'thinks' it's the portname
2589 * the info->sharename is the thing you can name when you add a printer
2590 * that's the short-name when you create shared printer for 95/98
2591 * So I've made a limitation in SAMBA: you can only have 1 printer model
2592 * behind a SAMBA share.
2600 len
+= tdb_pack(buf
+len
, buflen
-len
, "dddddddddddfffffPfffff",
2603 info
->default_priority
,
2620 info
->printprocessor
,
2624 len
+= pack_devicemode(info
->devmode
, buf
+len
, buflen
-len
);
2625 retlen
= pack_values( info
->data
, buf
+len
, buflen
-len
);
2632 if (buflen
!= len
) {
2633 buf
= (uint8
*)SMB_REALLOC(buf
, len
);
2635 DEBUG(0,("update_a_printer_2: failed to enlarge buffer!\n"));
2643 kbuf
= make_printer_tdbkey(talloc_tos(), info
->sharename
);
2648 ret
= (tdb_store(tdb_printers
, kbuf
, dbuf
, TDB_REPLACE
) == 0? WERR_OK
: WERR_NOMEM
);
2651 if (!W_ERROR_IS_OK(ret
))
2652 DEBUG(8, ("error updating printer to tdb on disk\n"));
2656 DEBUG(8,("packed printer [%s] with driver [%s] portname=[%s] len=%d\n",
2657 info
->sharename
, info
->drivername
, info
->portname
, len
));
2663 /****************************************************************************
2664 Malloc and return an NT devicemode.
2665 ****************************************************************************/
2667 NT_DEVICEMODE
*construct_nt_devicemode(const fstring default_devicename
)
2670 char adevice
[MAXDEVICENAME
];
2671 NT_DEVICEMODE
*nt_devmode
= SMB_MALLOC_P(NT_DEVICEMODE
);
2673 if (nt_devmode
== NULL
) {
2674 DEBUG(0,("construct_nt_devicemode: malloc fail.\n"));
2678 ZERO_STRUCTP(nt_devmode
);
2680 slprintf(adevice
, sizeof(adevice
), "%s", default_devicename
);
2681 fstrcpy(nt_devmode
->devicename
, adevice
);
2683 fstrcpy(nt_devmode
->formname
, "Letter");
2685 nt_devmode
->specversion
= 0x0401;
2686 nt_devmode
->driverversion
= 0x0400;
2687 nt_devmode
->size
= 0x00DC;
2688 nt_devmode
->driverextra
= 0x0000;
2689 nt_devmode
->fields
= FORMNAME
| TTOPTION
| PRINTQUALITY
|
2690 DEFAULTSOURCE
| COPIES
| SCALE
|
2691 PAPERSIZE
| ORIENTATION
;
2692 nt_devmode
->orientation
= 1;
2693 nt_devmode
->papersize
= PAPER_LETTER
;
2694 nt_devmode
->paperlength
= 0;
2695 nt_devmode
->paperwidth
= 0;
2696 nt_devmode
->scale
= 0x64;
2697 nt_devmode
->copies
= 1;
2698 nt_devmode
->defaultsource
= BIN_FORMSOURCE
;
2699 nt_devmode
->printquality
= RES_HIGH
; /* 0x0258 */
2700 nt_devmode
->color
= COLOR_MONOCHROME
;
2701 nt_devmode
->duplex
= DUP_SIMPLEX
;
2702 nt_devmode
->yresolution
= 0;
2703 nt_devmode
->ttoption
= TT_SUBDEV
;
2704 nt_devmode
->collate
= COLLATE_FALSE
;
2705 nt_devmode
->icmmethod
= 0;
2706 nt_devmode
->icmintent
= 0;
2707 nt_devmode
->mediatype
= 0;
2708 nt_devmode
->dithertype
= 0;
2710 /* non utilisés par un driver d'imprimante */
2711 nt_devmode
->logpixels
= 0;
2712 nt_devmode
->bitsperpel
= 0;
2713 nt_devmode
->pelswidth
= 0;
2714 nt_devmode
->pelsheight
= 0;
2715 nt_devmode
->displayflags
= 0;
2716 nt_devmode
->displayfrequency
= 0;
2717 nt_devmode
->reserved1
= 0;
2718 nt_devmode
->reserved2
= 0;
2719 nt_devmode
->panningwidth
= 0;
2720 nt_devmode
->panningheight
= 0;
2722 nt_devmode
->nt_dev_private
= NULL
;
2726 /****************************************************************************
2727 Deepcopy an NT devicemode.
2728 ****************************************************************************/
2730 NT_DEVICEMODE
*dup_nt_devicemode(NT_DEVICEMODE
*nt_devicemode
)
2732 NT_DEVICEMODE
*new_nt_devicemode
= NULL
;
2734 if ( !nt_devicemode
)
2737 if ((new_nt_devicemode
= (NT_DEVICEMODE
*)memdup(nt_devicemode
, sizeof(NT_DEVICEMODE
))) == NULL
) {
2738 DEBUG(0,("dup_nt_devicemode: malloc fail.\n"));
2742 new_nt_devicemode
->nt_dev_private
= NULL
;
2743 if (nt_devicemode
->nt_dev_private
!= NULL
) {
2744 if ((new_nt_devicemode
->nt_dev_private
= (uint8
*)memdup(nt_devicemode
->nt_dev_private
, nt_devicemode
->driverextra
)) == NULL
) {
2745 SAFE_FREE(new_nt_devicemode
);
2746 DEBUG(0,("dup_nt_devicemode: malloc fail.\n"));
2751 return new_nt_devicemode
;
2754 /****************************************************************************
2755 Clean up and deallocate a (maybe partially) allocated NT_DEVICEMODE.
2756 ****************************************************************************/
2758 void free_nt_devicemode(NT_DEVICEMODE
**devmode_ptr
)
2760 NT_DEVICEMODE
*nt_devmode
= *devmode_ptr
;
2762 if(nt_devmode
== NULL
)
2765 DEBUG(106,("free_nt_devicemode: deleting DEVMODE\n"));
2767 SAFE_FREE(nt_devmode
->nt_dev_private
);
2768 SAFE_FREE(*devmode_ptr
);
2771 /****************************************************************************
2772 Clean up and deallocate a (maybe partially) allocated NT_PRINTER_INFO_LEVEL_2.
2773 ****************************************************************************/
2775 static void free_nt_printer_info_level_2(NT_PRINTER_INFO_LEVEL_2
**info_ptr
)
2777 NT_PRINTER_INFO_LEVEL_2
*info
= *info_ptr
;
2782 free_nt_devicemode(&info
->devmode
);
2784 TALLOC_FREE( *info_ptr
);
2788 /****************************************************************************
2789 ****************************************************************************/
2790 int unpack_devicemode(NT_DEVICEMODE
**nt_devmode
, const uint8
*buf
, int buflen
)
2794 NT_DEVICEMODE devmode
;
2796 ZERO_STRUCT(devmode
);
2798 len
+= tdb_unpack(buf
+len
, buflen
-len
, "p", nt_devmode
);
2800 if (!*nt_devmode
) return len
;
2802 len
+= tdb_unpack(buf
+len
, buflen
-len
, "ffwwwwwwwwwwwwwwwwwwddddddddddddddp",
2806 &devmode
.specversion
,
2807 &devmode
.driverversion
,
2809 &devmode
.driverextra
,
2810 &devmode
.orientation
,
2812 &devmode
.paperlength
,
2813 &devmode
.paperwidth
,
2816 &devmode
.defaultsource
,
2817 &devmode
.printquality
,
2820 &devmode
.yresolution
,
2826 &devmode
.bitsperpel
,
2828 &devmode
.pelsheight
,
2829 &devmode
.displayflags
,
2830 &devmode
.displayfrequency
,
2834 &devmode
.dithertype
,
2837 &devmode
.panningwidth
,
2838 &devmode
.panningheight
,
2839 &devmode
.nt_dev_private
);
2841 if (devmode
.nt_dev_private
) {
2842 /* the len in tdb_unpack is an int value and
2843 * devmode.driverextra is only a short
2845 len
+= tdb_unpack(buf
+len
, buflen
-len
, "B", &extra_len
, &devmode
.nt_dev_private
);
2846 devmode
.driverextra
=(uint16
)extra_len
;
2848 /* check to catch an invalid TDB entry so we don't segfault */
2849 if (devmode
.driverextra
== 0) {
2850 devmode
.nt_dev_private
= NULL
;
2854 *nt_devmode
= (NT_DEVICEMODE
*)memdup(&devmode
, sizeof(devmode
));
2856 SAFE_FREE(devmode
.nt_dev_private
);
2860 DEBUG(8,("Unpacked devicemode [%s](%s)\n", devmode
.devicename
, devmode
.formname
));
2861 if (devmode
.nt_dev_private
)
2862 DEBUG(8,("with a private section of %d bytes\n", devmode
.driverextra
));
2867 /****************************************************************************
2868 Allocate and initialize a new slot.
2869 ***************************************************************************/
2871 int add_new_printer_key( NT_PRINTER_DATA
*data
, const char *name
)
2876 if ( !name
|| !data
)
2879 /* allocate another slot in the NT_PRINTER_KEY array */
2881 if ( !(d
= TALLOC_REALLOC_ARRAY( data
, data
->keys
, NT_PRINTER_KEY
, data
->num_keys
+1)) ) {
2882 DEBUG(0,("add_new_printer_key: Realloc() failed!\n"));
2888 key_index
= data
->num_keys
;
2890 /* initialze new key */
2892 data
->keys
[key_index
].name
= talloc_strdup( data
, name
);
2894 if ( !(data
->keys
[key_index
].values
= TALLOC_ZERO_P( data
, REGVAL_CTR
)) )
2899 DEBUG(10,("add_new_printer_key: Inserted new data key [%s]\n", name
));
2904 /****************************************************************************
2905 search for a registry key name in the existing printer data
2906 ***************************************************************************/
2908 int delete_printer_key( NT_PRINTER_DATA
*data
, const char *name
)
2912 for ( i
=0; i
<data
->num_keys
; i
++ ) {
2913 if ( strequal( data
->keys
[i
].name
, name
) ) {
2915 /* cleanup memory */
2917 TALLOC_FREE( data
->keys
[i
].name
);
2918 TALLOC_FREE( data
->keys
[i
].values
);
2920 /* if not the end of the array, move remaining elements down one slot */
2923 if ( data
->num_keys
&& (i
< data
->num_keys
) )
2924 memmove( &data
->keys
[i
], &data
->keys
[i
+1], sizeof(NT_PRINTER_KEY
)*(data
->num_keys
-i
) );
2931 return data
->num_keys
;
2934 /****************************************************************************
2935 search for a registry key name in the existing printer data
2936 ***************************************************************************/
2938 int lookup_printerkey( NT_PRINTER_DATA
*data
, const char *name
)
2943 if ( !data
|| !name
)
2946 DEBUG(12,("lookup_printerkey: Looking for [%s]\n", name
));
2948 /* loop over all existing keys */
2950 for ( i
=0; i
<data
->num_keys
; i
++ ) {
2951 if ( strequal(data
->keys
[i
].name
, name
) ) {
2952 DEBUG(12,("lookup_printerkey: Found [%s]!\n", name
));
2962 /****************************************************************************
2963 ***************************************************************************/
2965 int get_printer_subkeys( NT_PRINTER_DATA
*data
, const char* key
, fstring
**subkeys
)
2969 int num_subkeys
= 0;
2971 fstring
*subkeys_ptr
= NULL
;
2982 /* special case of asking for the top level printer data registry key names */
2984 if ( strlen(key
) == 0 ) {
2985 for ( i
=0; i
<data
->num_keys
; i
++ ) {
2987 /* found a match, so allocate space and copy the name */
2989 if ( !(subkeys_ptr
= SMB_REALLOC_ARRAY( subkeys_ptr
, fstring
, num_subkeys
+2)) ) {
2990 DEBUG(0,("get_printer_subkeys: Realloc failed for [%d] entries!\n",
2995 fstrcpy( subkeys_ptr
[num_subkeys
], data
->keys
[i
].name
);
3002 /* asking for the subkeys of some key */
3003 /* subkey paths are stored in the key name using '\' as the delimiter */
3005 for ( i
=0; i
<data
->num_keys
; i
++ ) {
3006 if ( StrnCaseCmp(data
->keys
[i
].name
, key
, strlen(key
)) == 0 ) {
3008 /* if we found the exact key, then break */
3009 key_len
= strlen( key
);
3010 if ( strlen(data
->keys
[i
].name
) == key_len
)
3013 /* get subkey path */
3015 p
= data
->keys
[i
].name
+ key_len
;
3018 fstrcpy( subkeyname
, p
);
3019 if ( (p
= strchr( subkeyname
, '\\' )) )
3022 /* don't add a key more than once */
3024 for ( j
=0; j
<num_subkeys
; j
++ ) {
3025 if ( strequal( subkeys_ptr
[j
], subkeyname
) )
3029 if ( j
!= num_subkeys
)
3032 /* found a match, so allocate space and copy the name */
3034 if ( !(subkeys_ptr
= SMB_REALLOC_ARRAY( subkeys_ptr
, fstring
, num_subkeys
+2)) ) {
3035 DEBUG(0,("get_printer_subkeys: Realloc failed for [%d] entries!\n",
3040 fstrcpy( subkeys_ptr
[num_subkeys
], subkeyname
);
3046 /* return error if the key was not found */
3048 if ( i
== data
->num_keys
) {
3049 SAFE_FREE(subkeys_ptr
);
3054 /* tag off the end */
3057 fstrcpy(subkeys_ptr
[num_subkeys
], "" );
3059 *subkeys
= subkeys_ptr
;
3065 static void map_sz_into_ctr(REGVAL_CTR
*ctr
, const char *val_name
,
3068 smb_ucs2_t conv_str
[1024];
3071 regval_ctr_delvalue(ctr
, val_name
);
3072 str_size
= push_ucs2(NULL
, conv_str
, sz
, sizeof(conv_str
),
3073 STR_TERMINATE
| STR_NOALIGN
);
3074 regval_ctr_addvalue(ctr
, val_name
, REG_SZ
,
3075 (char *) conv_str
, str_size
);
3078 static void map_dword_into_ctr(REGVAL_CTR
*ctr
, const char *val_name
,
3081 regval_ctr_delvalue(ctr
, val_name
);
3082 regval_ctr_addvalue(ctr
, val_name
, REG_DWORD
,
3083 (char *) &dword
, sizeof(dword
));
3086 static void map_bool_into_ctr(REGVAL_CTR
*ctr
, const char *val_name
,
3089 uint8 bin_bool
= (b
? 1 : 0);
3090 regval_ctr_delvalue(ctr
, val_name
);
3091 regval_ctr_addvalue(ctr
, val_name
, REG_BINARY
,
3092 (char *) &bin_bool
, sizeof(bin_bool
));
3095 static void map_single_multi_sz_into_ctr(REGVAL_CTR
*ctr
, const char *val_name
,
3096 const char *multi_sz
)
3098 smb_ucs2_t
*conv_strs
= NULL
;
3101 /* a multi-sz has to have a null string terminator, i.e., the last
3102 string must be followed by two nulls */
3103 str_size
= strlen(multi_sz
) + 2;
3104 conv_strs
= SMB_CALLOC_ARRAY(smb_ucs2_t
, str_size
);
3109 /* Change to byte units. */
3110 str_size
*= sizeof(smb_ucs2_t
);
3111 push_ucs2(NULL
, conv_strs
, multi_sz
, str_size
,
3112 STR_TERMINATE
| STR_NOALIGN
);
3114 regval_ctr_delvalue(ctr
, val_name
);
3115 regval_ctr_addvalue(ctr
, val_name
, REG_MULTI_SZ
,
3116 (char *) conv_strs
, str_size
);
3117 safe_free(conv_strs
);
3121 /****************************************************************************
3122 * Map the NT_PRINTER_INFO_LEVEL_2 data into DsSpooler keys for publishing.
3124 * @param info2 NT_PRINTER_INFO_LEVEL_2 describing printer - gets modified
3125 * @return bool indicating success or failure
3126 ***************************************************************************/
3128 static bool map_nt_printer_info2_to_dsspooler(NT_PRINTER_INFO_LEVEL_2
*info2
)
3130 REGVAL_CTR
*ctr
= NULL
;
3132 const char *dnssuffix
;
3133 char *allocated_string
= NULL
;
3134 const char *ascii_str
;
3137 if ((i
= lookup_printerkey(info2
->data
, SPOOL_DSSPOOLER_KEY
)) < 0)
3138 i
= add_new_printer_key(info2
->data
, SPOOL_DSSPOOLER_KEY
);
3139 ctr
= info2
->data
->keys
[i
].values
;
3141 map_sz_into_ctr(ctr
, SPOOL_REG_PRINTERNAME
, info2
->sharename
);
3142 map_sz_into_ctr(ctr
, SPOOL_REG_SHORTSERVERNAME
, global_myname());
3144 /* we make the assumption that the netbios name is the same
3145 as the DNS name sinc ethe former will be what we used to
3148 dnssuffix
= get_mydnsdomname(talloc_tos());
3149 if (dnssuffix
&& *dnssuffix
) {
3150 fstr_sprintf( longname
, "%s.%s", global_myname(), dnssuffix
);
3152 fstrcpy( longname
, global_myname() );
3155 map_sz_into_ctr(ctr
, SPOOL_REG_SERVERNAME
, longname
);
3157 asprintf(&allocated_string
, "\\\\%s\\%s", longname
, info2
->sharename
);
3158 map_sz_into_ctr(ctr
, SPOOL_REG_UNCNAME
, allocated_string
);
3159 SAFE_FREE(allocated_string
);
3161 map_dword_into_ctr(ctr
, SPOOL_REG_VERSIONNUMBER
, 4);
3162 map_sz_into_ctr(ctr
, SPOOL_REG_DRIVERNAME
, info2
->drivername
);
3163 map_sz_into_ctr(ctr
, SPOOL_REG_LOCATION
, info2
->location
);
3164 map_sz_into_ctr(ctr
, SPOOL_REG_DESCRIPTION
, info2
->comment
);
3165 map_single_multi_sz_into_ctr(ctr
, SPOOL_REG_PORTNAME
, info2
->portname
);
3166 map_sz_into_ctr(ctr
, SPOOL_REG_PRINTSEPARATORFILE
, info2
->sepfile
);
3167 map_dword_into_ctr(ctr
, SPOOL_REG_PRINTSTARTTIME
, info2
->starttime
);
3168 map_dword_into_ctr(ctr
, SPOOL_REG_PRINTENDTIME
, info2
->untiltime
);
3169 map_dword_into_ctr(ctr
, SPOOL_REG_PRIORITY
, info2
->priority
);
3171 map_bool_into_ctr(ctr
, SPOOL_REG_PRINTKEEPPRINTEDJOBS
,
3172 (info2
->attributes
&
3173 PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS
));
3175 switch (info2
->attributes
& 0x3) {
3177 ascii_str
= SPOOL_REGVAL_PRINTWHILESPOOLING
;
3180 ascii_str
= SPOOL_REGVAL_PRINTAFTERSPOOLED
;
3183 ascii_str
= SPOOL_REGVAL_PRINTDIRECT
;
3186 ascii_str
= "unknown";
3188 map_sz_into_ctr(ctr
, SPOOL_REG_PRINTSPOOLING
, ascii_str
);
3193 /*****************************************************************
3194 ****************************************************************/
3196 static void store_printer_guid(NT_PRINTER_INFO_LEVEL_2
*info2
,
3200 REGVAL_CTR
*ctr
=NULL
;
3201 UNISTR2 unistr_guid
;
3203 /* find the DsSpooler key */
3204 if ((i
= lookup_printerkey(info2
->data
, SPOOL_DSSPOOLER_KEY
)) < 0)
3205 i
= add_new_printer_key(info2
->data
, SPOOL_DSSPOOLER_KEY
);
3206 ctr
= info2
->data
->keys
[i
].values
;
3208 regval_ctr_delvalue(ctr
, "objectGUID");
3210 /* We used to store this as a REG_BINARY but that causes
3213 ZERO_STRUCT( unistr_guid
);
3215 init_unistr2( &unistr_guid
, smb_uuid_string(talloc_tos(), guid
),
3216 UNI_STR_TERMINATE
);
3218 regval_ctr_addvalue(ctr
, "objectGUID", REG_SZ
,
3219 (char *)unistr_guid
.buffer
,
3220 unistr_guid
.uni_max_len
*2);
3224 static WERROR
nt_printer_publish_ads(ADS_STRUCT
*ads
,
3225 NT_PRINTER_INFO_LEVEL
*printer
)
3229 char *prt_dn
= NULL
, *srv_dn
, *srv_cn_0
, *srv_cn_escaped
, *sharename_escaped
;
3230 char *srv_dn_utf8
, **srv_cn_utf8
;
3233 const char *attrs
[] = {"objectGUID", NULL
};
3235 WERROR win_rc
= WERR_OK
;
3237 DEBUG(5, ("publishing printer %s\n", printer
->info_2
->printername
));
3239 /* figure out where to publish */
3240 ads_find_machine_acct(ads
, &res
, global_myname());
3242 /* We use ldap_get_dn here as we need the answer
3243 * in utf8 to call ldap_explode_dn(). JRA. */
3245 srv_dn_utf8
= ldap_get_dn((LDAP
*)ads
->ldap
.ld
, (LDAPMessage
*)res
);
3248 return WERR_SERVER_UNAVAILABLE
;
3250 ads_msgfree(ads
, res
);
3251 srv_cn_utf8
= ldap_explode_dn(srv_dn_utf8
, 1);
3253 ldap_memfree(srv_dn_utf8
);
3255 return WERR_SERVER_UNAVAILABLE
;
3257 /* Now convert to CH_UNIX. */
3258 if (pull_utf8_allocate(&srv_dn
, srv_dn_utf8
) == (size_t)-1) {
3259 ldap_memfree(srv_dn_utf8
);
3260 ldap_memfree(srv_cn_utf8
);
3262 return WERR_SERVER_UNAVAILABLE
;
3264 if (pull_utf8_allocate(&srv_cn_0
, srv_cn_utf8
[0]) == (size_t)-1) {
3265 ldap_memfree(srv_dn_utf8
);
3266 ldap_memfree(srv_cn_utf8
);
3269 return WERR_SERVER_UNAVAILABLE
;
3272 ldap_memfree(srv_dn_utf8
);
3273 ldap_memfree(srv_cn_utf8
);
3275 srv_cn_escaped
= escape_rdn_val_string_alloc(srv_cn_0
);
3276 if (!srv_cn_escaped
) {
3277 SAFE_FREE(srv_cn_0
);
3278 ldap_memfree(srv_dn_utf8
);
3280 return WERR_SERVER_UNAVAILABLE
;
3282 sharename_escaped
= escape_rdn_val_string_alloc(printer
->info_2
->sharename
);
3283 if (!sharename_escaped
) {
3284 SAFE_FREE(srv_cn_escaped
);
3285 SAFE_FREE(srv_cn_0
);
3286 ldap_memfree(srv_dn_utf8
);
3288 return WERR_SERVER_UNAVAILABLE
;
3292 asprintf(&prt_dn
, "cn=%s-%s,%s", srv_cn_escaped
, sharename_escaped
, srv_dn
);
3295 SAFE_FREE(srv_cn_0
);
3296 SAFE_FREE(srv_cn_escaped
);
3297 SAFE_FREE(sharename_escaped
);
3299 /* build the ads mods */
3300 ctx
= talloc_init("nt_printer_publish_ads");
3306 mods
= ads_init_mods(ctx
);
3310 talloc_destroy(ctx
);
3314 get_local_printer_publishing_data(ctx
, &mods
, printer
->info_2
->data
);
3315 ads_mod_str(ctx
, &mods
, SPOOL_REG_PRINTERNAME
,
3316 printer
->info_2
->sharename
);
3319 ads_rc
= ads_mod_printer_entry(ads
, prt_dn
, ctx
, &mods
);
3320 if (ads_rc
.err
.rc
== LDAP_NO_SUCH_OBJECT
) {
3322 for (i
=0; mods
[i
] != 0; i
++)
3324 mods
[i
] = (LDAPMod
*)-1;
3325 ads_rc
= ads_add_printer_entry(ads
, prt_dn
, ctx
, &mods
);
3328 if (!ADS_ERR_OK(ads_rc
))
3329 DEBUG(3, ("error publishing %s: %s\n", printer
->info_2
->sharename
, ads_errstr(ads_rc
)));
3331 talloc_destroy(ctx
);
3333 /* retreive the guid and store it locally */
3334 if (ADS_ERR_OK(ads_search_dn(ads
, &res
, prt_dn
, attrs
))) {
3336 ads_pull_guid(ads
, res
, &guid
);
3337 ads_msgfree(ads
, res
);
3338 store_printer_guid(printer
->info_2
, guid
);
3339 win_rc
= mod_a_printer(printer
, 2);
3346 static WERROR
nt_printer_unpublish_ads(ADS_STRUCT
*ads
,
3347 NT_PRINTER_INFO_LEVEL
*printer
)
3351 char *prt_dn
= NULL
;
3353 DEBUG(5, ("unpublishing printer %s\n", printer
->info_2
->printername
));
3355 /* remove the printer from the directory */
3356 ads_rc
= ads_find_printer_on_server(ads
, &res
,
3357 printer
->info_2
->sharename
, global_myname());
3359 if (ADS_ERR_OK(ads_rc
) && ads_count_replies(ads
, res
)) {
3360 prt_dn
= ads_get_dn(ads
, res
);
3362 ads_msgfree(ads
, res
);
3365 ads_rc
= ads_del_dn(ads
, prt_dn
);
3366 ads_memfree(ads
, prt_dn
);
3369 ads_msgfree(ads
, res
);
3373 /****************************************************************************
3374 * Publish a printer in the directory
3376 * @param snum describing printer service
3377 * @return WERROR indicating status of publishing
3378 ***************************************************************************/
3380 WERROR
nt_printer_publish(Printer_entry
*print_hnd
, int snum
, int action
)
3383 ADS_STRUCT
*ads
= NULL
;
3384 NT_PRINTER_INFO_LEVEL
*printer
= NULL
;
3387 win_rc
= get_a_printer(print_hnd
, &printer
, 2, lp_servicename(snum
));
3388 if (!W_ERROR_IS_OK(win_rc
))
3392 case SPOOL_DS_PUBLISH
:
3393 case SPOOL_DS_UPDATE
:
3394 /* set the DsSpooler info and attributes */
3395 if (!(map_nt_printer_info2_to_dsspooler(printer
->info_2
))) {
3396 win_rc
= WERR_NOMEM
;
3400 printer
->info_2
->attributes
|= PRINTER_ATTRIBUTE_PUBLISHED
;
3402 case SPOOL_DS_UNPUBLISH
:
3403 printer
->info_2
->attributes
^= PRINTER_ATTRIBUTE_PUBLISHED
;
3406 win_rc
= WERR_NOT_SUPPORTED
;
3410 win_rc
= mod_a_printer(printer
, 2);
3411 if (!W_ERROR_IS_OK(win_rc
)) {
3412 DEBUG(3, ("err %d saving data\n", W_ERROR_V(win_rc
)));
3416 ads
= ads_init(lp_realm(), lp_workgroup(), NULL
);
3418 DEBUG(3, ("ads_init() failed\n"));
3419 win_rc
= WERR_SERVER_UNAVAILABLE
;
3422 setenv(KRB5_ENV_CCNAME
, "MEMORY:prtpub_cache", 1);
3423 SAFE_FREE(ads
->auth
.password
);
3424 ads
->auth
.password
= secrets_fetch_machine_password(lp_workgroup(),
3427 /* ads_connect() will find the DC for us */
3428 ads_rc
= ads_connect(ads
);
3429 if (!ADS_ERR_OK(ads_rc
)) {
3430 DEBUG(3, ("ads_connect failed: %s\n", ads_errstr(ads_rc
)));
3431 win_rc
= WERR_ACCESS_DENIED
;
3436 case SPOOL_DS_PUBLISH
:
3437 case SPOOL_DS_UPDATE
:
3438 win_rc
= nt_printer_publish_ads(ads
, printer
);
3440 case SPOOL_DS_UNPUBLISH
:
3441 win_rc
= nt_printer_unpublish_ads(ads
, printer
);
3446 free_a_printer(&printer
, 2);
3451 WERROR
check_published_printers(void)
3454 ADS_STRUCT
*ads
= NULL
;
3456 int n_services
= lp_numservices();
3457 NT_PRINTER_INFO_LEVEL
*printer
= NULL
;
3459 ads
= ads_init(lp_realm(), lp_workgroup(), NULL
);
3461 DEBUG(3, ("ads_init() failed\n"));
3462 return WERR_SERVER_UNAVAILABLE
;
3464 setenv(KRB5_ENV_CCNAME
, "MEMORY:prtpub_cache", 1);
3465 SAFE_FREE(ads
->auth
.password
);
3466 ads
->auth
.password
= secrets_fetch_machine_password(lp_workgroup(),
3469 /* ads_connect() will find the DC for us */
3470 ads_rc
= ads_connect(ads
);
3471 if (!ADS_ERR_OK(ads_rc
)) {
3472 DEBUG(3, ("ads_connect failed: %s\n", ads_errstr(ads_rc
)));
3474 ads_kdestroy("MEMORY:prtpub_cache");
3475 return WERR_ACCESS_DENIED
;
3478 for (snum
= 0; snum
< n_services
; snum
++) {
3479 if (!(lp_snum_ok(snum
) && lp_print_ok(snum
)))
3482 if (W_ERROR_IS_OK(get_a_printer(NULL
, &printer
, 2,
3483 lp_servicename(snum
))) &&
3484 (printer
->info_2
->attributes
& PRINTER_ATTRIBUTE_PUBLISHED
))
3485 nt_printer_publish_ads(ads
, printer
);
3487 free_a_printer(&printer
, 2);
3491 ads_kdestroy("MEMORY:prtpub_cache");
3495 bool is_printer_published(Printer_entry
*print_hnd
, int snum
,
3498 NT_PRINTER_INFO_LEVEL
*printer
= NULL
;
3500 REGISTRY_VALUE
*guid_val
;
3505 win_rc
= get_a_printer(print_hnd
, &printer
, 2, lp_servicename(snum
));
3507 if (!W_ERROR_IS_OK(win_rc
) ||
3508 !(printer
->info_2
->attributes
& PRINTER_ATTRIBUTE_PUBLISHED
) ||
3509 ((i
= lookup_printerkey(printer
->info_2
->data
, SPOOL_DSSPOOLER_KEY
)) < 0) ||
3510 !(ctr
= printer
->info_2
->data
->keys
[i
].values
) ||
3511 !(guid_val
= regval_ctr_getvalue(ctr
, "objectGUID")))
3513 free_a_printer(&printer
, 2);
3517 /* fetching printer guids really ought to be a separate function. */
3522 /* We used to store the guid as REG_BINARY, then swapped
3523 to REG_SZ for Vista compatibility so check for both */
3525 switch ( regval_type(guid_val
) ){
3527 rpcstr_pull( guid_str
, regval_data_p(guid_val
),
3528 sizeof(guid_str
)-1, -1, STR_TERMINATE
);
3529 ret
= smb_string_to_uuid( guid_str
, guid
);
3532 if ( regval_size(guid_val
) != sizeof(struct GUID
) ) {
3536 memcpy(guid
, regval_data_p(guid_val
), sizeof(struct GUID
));
3539 DEBUG(0,("is_printer_published: GUID value stored as "
3540 "invaluid type (%d)\n", regval_type(guid_val
) ));
3545 free_a_printer(&printer
, 2);
3549 WERROR
nt_printer_publish(Printer_entry
*print_hnd
, int snum
, int action
)
3554 WERROR
check_published_printers(void)
3559 bool is_printer_published(Printer_entry
*print_hnd
, int snum
,
3564 #endif /* HAVE_ADS */
3566 /****************************************************************************
3567 ***************************************************************************/
3569 WERROR
delete_all_printer_data( NT_PRINTER_INFO_LEVEL_2
*p2
, const char *key
)
3571 NT_PRINTER_DATA
*data
;
3573 int removed_keys
= 0;
3577 empty_slot
= data
->num_keys
;
3580 return WERR_INVALID_PARAM
;
3582 /* remove all keys */
3584 if ( !strlen(key
) ) {
3586 TALLOC_FREE( data
);
3590 DEBUG(8,("delete_all_printer_data: Removed all Printer Data from printer [%s]\n",
3596 /* remove a specific key (and all subkeys) */
3598 for ( i
=0; i
<data
->num_keys
; i
++ ) {
3599 if ( StrnCaseCmp( data
->keys
[i
].name
, key
, strlen(key
)) == 0 ) {
3600 DEBUG(8,("delete_all_printer_data: Removed all Printer Data from key [%s]\n",
3601 data
->keys
[i
].name
));
3603 TALLOC_FREE( data
->keys
[i
].name
);
3604 TALLOC_FREE( data
->keys
[i
].values
);
3606 /* mark the slot as empty */
3608 ZERO_STRUCTP( &data
->keys
[i
] );
3612 /* find the first empty slot */
3614 for ( i
=0; i
<data
->num_keys
; i
++ ) {
3615 if ( !data
->keys
[i
].name
) {
3622 if ( i
== data
->num_keys
)
3623 /* nothing was removed */
3624 return WERR_INVALID_PARAM
;
3626 /* move everything down */
3628 for ( i
=empty_slot
+1; i
<data
->num_keys
; i
++ ) {
3629 if ( data
->keys
[i
].name
) {
3630 memcpy( &data
->keys
[empty_slot
], &data
->keys
[i
], sizeof(NT_PRINTER_KEY
) );
3631 ZERO_STRUCTP( &data
->keys
[i
] );
3639 data
->num_keys
-= removed_keys
;
3641 /* sanity check to see if anything is left */
3643 if ( !data
->num_keys
) {
3644 DEBUG(8,("delete_all_printer_data: No keys left for printer [%s]\n", p2
->printername
));
3646 SAFE_FREE( data
->keys
);
3647 ZERO_STRUCTP( data
);
3653 /****************************************************************************
3654 ***************************************************************************/
3656 WERROR
delete_printer_data( NT_PRINTER_INFO_LEVEL_2
*p2
, const char *key
, const char *value
)
3658 WERROR result
= WERR_OK
;
3661 /* we must have names on non-zero length */
3663 if ( !key
|| !*key
|| !value
|| !*value
)
3664 return WERR_INVALID_NAME
;
3666 /* find the printer key first */
3668 key_index
= lookup_printerkey( p2
->data
, key
);
3669 if ( key_index
== -1 )
3672 /* make sure the value exists so we can return the correct error code */
3674 if ( !regval_ctr_getvalue( p2
->data
->keys
[key_index
].values
, value
) )
3675 return WERR_BADFILE
;
3677 regval_ctr_delvalue( p2
->data
->keys
[key_index
].values
, value
);
3679 DEBUG(8,("delete_printer_data: Removed key => [%s], value => [%s]\n",
3685 /****************************************************************************
3686 ***************************************************************************/
3688 WERROR
add_printer_data( NT_PRINTER_INFO_LEVEL_2
*p2
, const char *key
, const char *value
,
3689 uint32 type
, uint8
*data
, int real_len
)
3691 WERROR result
= WERR_OK
;
3694 /* we must have names on non-zero length */
3696 if ( !key
|| !*key
|| !value
|| !*value
)
3697 return WERR_INVALID_NAME
;
3699 /* find the printer key first */
3701 key_index
= lookup_printerkey( p2
->data
, key
);
3702 if ( key_index
== -1 )
3703 key_index
= add_new_printer_key( p2
->data
, key
);
3705 if ( key_index
== -1 )
3708 regval_ctr_addvalue( p2
->data
->keys
[key_index
].values
, value
,
3709 type
, (const char *)data
, real_len
);
3711 DEBUG(8,("add_printer_data: Added key => [%s], value => [%s], type=> [%d], size => [%d]\n",
3712 key
, value
, type
, real_len
));
3717 /****************************************************************************
3718 ***************************************************************************/
3720 REGISTRY_VALUE
* get_printer_data( NT_PRINTER_INFO_LEVEL_2
*p2
, const char *key
, const char *value
)
3724 if ( (key_index
= lookup_printerkey( p2
->data
, key
)) == -1 )
3727 DEBUG(8,("get_printer_data: Attempting to lookup key => [%s], value => [%s]\n",
3730 return regval_ctr_getvalue( p2
->data
->keys
[key_index
].values
, value
);
3733 /****************************************************************************
3734 Unpack a list of registry values frem the TDB
3735 ***************************************************************************/
3737 static int unpack_values(NT_PRINTER_DATA
*printer_data
, const uint8
*buf
, int buflen
)
3742 const char *valuename
= NULL
;
3743 const char *keyname
= NULL
;
3747 REGISTRY_VALUE
*regval_p
;
3750 /* add the "PrinterDriverData" key first for performance reasons */
3752 add_new_printer_key( printer_data
, SPOOL_PRINTERDATA_KEY
);
3754 /* loop and unpack the rest of the registry values */
3758 /* check to see if there are any more registry values */
3761 len
+= tdb_unpack(buf
+len
, buflen
-len
, "p", ®val_p
);
3765 /* unpack the next regval */
3767 len
+= tdb_unpack(buf
+len
, buflen
-len
, "fdB",
3773 /* lookup for subkey names which have a type of REG_NONE */
3774 /* there's no data with this entry */
3776 if ( type
== REG_NONE
) {
3777 if ( (key_index
=lookup_printerkey( printer_data
, string
)) == -1 )
3778 add_new_printer_key( printer_data
, string
);
3783 * break of the keyname from the value name.
3784 * Valuenames can have embedded '\'s so be careful.
3785 * only support one level of keys. See the
3786 * "Konica Fiery S300 50C-K v1.1. enu" 2k driver.
3790 str
= strchr_m( string
, '\\');
3792 /* Put in "PrinterDriverData" is no key specified */
3795 keyname
= SPOOL_PRINTERDATA_KEY
;
3804 /* see if we need a new key */
3806 if ( (key_index
=lookup_printerkey( printer_data
, keyname
)) == -1 )
3807 key_index
= add_new_printer_key( printer_data
, keyname
);
3809 if ( key_index
== -1 ) {
3810 DEBUG(0,("unpack_values: Failed to allocate a new key [%s]!\n",
3815 DEBUG(8,("specific: [%s:%s], len: %d\n", keyname
, valuename
, size
));
3817 /* Vista doesn't like unknown REG_BINARY values in DsSpooler.
3818 Thanks to Martin Zielinski for the hint. */
3820 if ( type
== REG_BINARY
&&
3821 strequal( keyname
, SPOOL_DSSPOOLER_KEY
) &&
3822 strequal( valuename
, "objectGUID" ) )
3825 UNISTR2 unistr_guid
;
3827 ZERO_STRUCT( unistr_guid
);
3829 /* convert the GUID to a UNICODE string */
3831 memcpy( &guid
, data_p
, sizeof(struct GUID
) );
3833 init_unistr2( &unistr_guid
,
3834 smb_uuid_string(talloc_tos(), guid
),
3835 UNI_STR_TERMINATE
);
3837 regval_ctr_addvalue( printer_data
->keys
[key_index
].values
,
3839 (const char *)unistr_guid
.buffer
,
3840 unistr_guid
.uni_str_len
*2 );
3845 regval_ctr_addvalue( printer_data
->keys
[key_index
].values
,
3846 valuename
, type
, (const char *)data_p
,
3850 SAFE_FREE(data_p
); /* 'B' option to tdbpack does a malloc() */
3857 /****************************************************************************
3858 ***************************************************************************/
3860 static char *last_from
;
3861 static char *last_to
;
3863 static const char *get_last_from(void)
3871 static const char *get_last_to(void)
3879 static bool set_last_from_to(const char *from
, const char *to
)
3881 char *orig_from
= last_from
;
3882 char *orig_to
= last_to
;
3884 last_from
= SMB_STRDUP(from
);
3885 last_to
= SMB_STRDUP(to
);
3887 SAFE_FREE(orig_from
);
3890 if (!last_from
|| !last_to
) {
3891 SAFE_FREE(last_from
);
3898 static void map_to_os2_driver(fstring drivername
)
3900 char *mapfile
= lp_os2_driver_map();
3901 char **lines
= NULL
;
3905 if (!strlen(drivername
))
3911 if (strequal(drivername
,get_last_from())) {
3912 DEBUG(3,("Mapped Windows driver %s to OS/2 driver %s\n",
3913 drivername
,get_last_to()));
3914 fstrcpy(drivername
,get_last_to());
3918 lines
= file_lines_load(mapfile
, &numlines
,0);
3919 if (numlines
== 0 || lines
== NULL
) {
3920 DEBUG(0,("No entries in OS/2 driver map %s\n",mapfile
));
3925 DEBUG(4,("Scanning OS/2 driver map %s\n",mapfile
));
3927 for( i
= 0; i
< numlines
; i
++) {
3928 char *nt_name
= lines
[i
];
3929 char *os2_name
= strchr(nt_name
,'=');
3936 while (isspace(*nt_name
))
3939 if (!*nt_name
|| strchr("#;",*nt_name
))
3943 int l
= strlen(nt_name
);
3944 while (l
&& isspace(nt_name
[l
-1])) {
3950 while (isspace(*os2_name
))
3954 int l
= strlen(os2_name
);
3955 while (l
&& isspace(os2_name
[l
-1])) {
3961 if (strequal(nt_name
,drivername
)) {
3962 DEBUG(3,("Mapped windows driver %s to os2 driver%s\n",drivername
,os2_name
));
3963 set_last_from_to(drivername
,os2_name
);
3964 fstrcpy(drivername
,os2_name
);
3965 file_lines_free(lines
);
3970 file_lines_free(lines
);
3973 /****************************************************************************
3974 Get a default printer info 2 struct.
3975 ****************************************************************************/
3977 static WERROR
get_a_printer_2_default(NT_PRINTER_INFO_LEVEL_2
*info
,
3978 const char *servername
,
3979 const char* sharename
,
3982 int snum
= lp_servicenumber(sharename
);
3984 slprintf(info
->servername
, sizeof(info
->servername
)-1, "\\\\%s", servername
);
3985 slprintf(info
->printername
, sizeof(info
->printername
)-1, "\\\\%s\\%s",
3986 servername
, sharename
);
3987 fstrcpy(info
->sharename
, sharename
);
3988 fstrcpy(info
->portname
, SAMBA_PRINTER_PORT_NAME
);
3990 /* by setting the driver name to an empty string, a local NT admin
3991 can now run the **local** APW to install a local printer driver
3992 for a Samba shared printer in 2.2. Without this, drivers **must** be
3993 installed on the Samba server for NT clients --jerry */
3994 #if 0 /* JERRY --do not uncomment-- */
3995 if (!*info
->drivername
)
3996 fstrcpy(info
->drivername
, "NO DRIVER AVAILABLE FOR THIS PRINTER");
4000 DEBUG(10,("get_a_printer_2_default: driver name set to [%s]\n", info
->drivername
));
4002 strlcpy(info
->comment
, "", sizeof(info
->comment
));
4003 fstrcpy(info
->printprocessor
, "winprint");
4004 fstrcpy(info
->datatype
, "RAW");
4007 if (get_loc_com
&& (enum printing_types
)lp_printing(snum
) == PRINT_CUPS
) {
4008 /* Pull the location and comment strings from cups if we don't
4010 if ( !strlen(info
->location
) || !strlen(info
->comment
) )
4011 cups_pull_comment_location( info
);
4015 info
->attributes
= PRINTER_ATTRIBUTE_SAMBA
;
4017 info
->starttime
= 0; /* Minutes since 12:00am GMT */
4018 info
->untiltime
= 0; /* Minutes since 12:00am GMT */
4020 info
->default_priority
= 1;
4021 info
->setuptime
= (uint32
)time(NULL
);
4024 * I changed this as I think it is better to have a generic
4025 * DEVMODE than to crash Win2k explorer.exe --jerry
4026 * See the HP Deskjet 990c Win2k drivers for an example.
4028 * However the default devmode appears to cause problems
4029 * with the HP CLJ 8500 PCL driver. Hence the addition of
4030 * the "default devmode" parameter --jerry 22/01/2002
4033 if (lp_default_devmode(snum
)) {
4034 if ((info
->devmode
= construct_nt_devicemode(info
->printername
)) == NULL
) {
4038 info
->devmode
= NULL
;
4041 if (!nt_printing_getsec(info
, sharename
, &info
->secdesc_buf
)) {
4049 free_nt_devicemode(&info
->devmode
);
4051 return WERR_ACCESS_DENIED
;
4054 /****************************************************************************
4055 ****************************************************************************/
4057 static WERROR
get_a_printer_2(NT_PRINTER_INFO_LEVEL_2
*info
,
4058 const char *servername
,
4059 const char *sharename
,
4063 int snum
= lp_servicenumber(sharename
);
4064 TDB_DATA kbuf
, dbuf
;
4065 fstring printername
;
4066 char adevice
[MAXDEVICENAME
];
4067 char *comment
= NULL
;
4069 kbuf
= make_printer_tdbkey(talloc_tos(), sharename
);
4071 dbuf
= tdb_fetch(tdb_printers
, kbuf
);
4073 return get_a_printer_2_default(info
, servername
,
4074 sharename
, get_loc_com
);
4077 len
+= tdb_unpack(dbuf
.dptr
+len
, dbuf
.dsize
-len
, "dddddddddddfffffPfffff",
4080 &info
->default_priority
,
4087 &info
->c_setprinter
,
4097 info
->printprocessor
,
4102 strlcpy(info
->comment
, comment
, sizeof(info
->comment
));
4106 /* Samba has to have shared raw drivers. */
4107 info
->attributes
|= PRINTER_ATTRIBUTE_SAMBA
;
4108 info
->attributes
&= ~PRINTER_ATTRIBUTE_NOT_SAMBA
;
4110 /* Restore the stripped strings. */
4111 slprintf(info
->servername
, sizeof(info
->servername
)-1, "\\\\%s", servername
);
4113 if ( lp_force_printername(snum
) ) {
4114 slprintf(printername
, sizeof(printername
)-1, "\\\\%s\\%s", servername
, sharename
);
4116 slprintf(printername
, sizeof(printername
)-1, "\\\\%s\\%s", servername
, info
->printername
);
4119 fstrcpy(info
->printername
, printername
);
4122 if (get_loc_com
&& (enum printing_types
)lp_printing(snum
) == PRINT_CUPS
) {
4123 /* Pull the location and comment strings from cups if we don't
4125 if ( !strlen(info
->location
) || !strlen(info
->comment
) )
4126 cups_pull_comment_location( info
);
4130 len
+= unpack_devicemode(&info
->devmode
,dbuf
.dptr
+len
, dbuf
.dsize
-len
);
4133 * Some client drivers freak out if there is a NULL devmode
4134 * (probably the driver is not checking before accessing
4135 * the devmode pointer) --jerry
4137 * See comments in get_a_printer_2_default()
4140 if (lp_default_devmode(snum
) && !info
->devmode
) {
4141 DEBUG(8,("get_a_printer_2: Constructing a default device mode for [%s]\n",
4143 info
->devmode
= construct_nt_devicemode(printername
);
4146 slprintf( adevice
, sizeof(adevice
), "%s", info
->printername
);
4147 if (info
->devmode
) {
4148 fstrcpy(info
->devmode
->devicename
, adevice
);
4151 if ( !(info
->data
= TALLOC_ZERO_P( info
, NT_PRINTER_DATA
)) ) {
4152 DEBUG(0,("unpack_values: talloc() failed!\n"));
4153 SAFE_FREE(dbuf
.dptr
);
4156 len
+= unpack_values( info
->data
, dbuf
.dptr
+len
, dbuf
.dsize
-len
);
4158 /* This will get the current RPC talloc context, but we should be
4159 passing this as a parameter... fixme... JRA ! */
4161 if (!nt_printing_getsec(info
, sharename
, &info
->secdesc_buf
)) {
4162 SAFE_FREE(dbuf
.dptr
);
4166 /* Fix for OS/2 drivers. */
4168 if (get_remote_arch() == RA_OS2
) {
4169 map_to_os2_driver(info
->drivername
);
4172 SAFE_FREE(dbuf
.dptr
);
4174 DEBUG(9,("Unpacked printer [%s] name [%s] running driver [%s]\n",
4175 sharename
, info
->printername
, info
->drivername
));
4180 /****************************************************************************
4181 Debugging function, dump at level 6 the struct in the logs.
4182 ****************************************************************************/
4183 static uint32
dump_a_printer(NT_PRINTER_INFO_LEVEL
*printer
, uint32 level
)
4186 NT_PRINTER_INFO_LEVEL_2
*info2
;
4188 DEBUG(106,("Dumping printer at level [%d]\n", level
));
4193 if (printer
->info_2
== NULL
)
4197 info2
=printer
->info_2
;
4199 DEBUGADD(106,("attributes:[%d]\n", info2
->attributes
));
4200 DEBUGADD(106,("priority:[%d]\n", info2
->priority
));
4201 DEBUGADD(106,("default_priority:[%d]\n", info2
->default_priority
));
4202 DEBUGADD(106,("starttime:[%d]\n", info2
->starttime
));
4203 DEBUGADD(106,("untiltime:[%d]\n", info2
->untiltime
));
4204 DEBUGADD(106,("status:[%d]\n", info2
->status
));
4205 DEBUGADD(106,("cjobs:[%d]\n", info2
->cjobs
));
4206 DEBUGADD(106,("averageppm:[%d]\n", info2
->averageppm
));
4207 DEBUGADD(106,("changeid:[%d]\n", info2
->changeid
));
4208 DEBUGADD(106,("c_setprinter:[%d]\n", info2
->c_setprinter
));
4209 DEBUGADD(106,("setuptime:[%d]\n", info2
->setuptime
));
4211 DEBUGADD(106,("servername:[%s]\n", info2
->servername
));
4212 DEBUGADD(106,("printername:[%s]\n", info2
->printername
));
4213 DEBUGADD(106,("sharename:[%s]\n", info2
->sharename
));
4214 DEBUGADD(106,("portname:[%s]\n", info2
->portname
));
4215 DEBUGADD(106,("drivername:[%s]\n", info2
->drivername
));
4216 DEBUGADD(106,("comment:[%s]\n", info2
->comment
));
4217 DEBUGADD(106,("location:[%s]\n", info2
->location
));
4218 DEBUGADD(106,("sepfile:[%s]\n", info2
->sepfile
));
4219 DEBUGADD(106,("printprocessor:[%s]\n", info2
->printprocessor
));
4220 DEBUGADD(106,("datatype:[%s]\n", info2
->datatype
));
4221 DEBUGADD(106,("parameters:[%s]\n", info2
->parameters
));
4227 DEBUGADD(106,("dump_a_printer: Level %u not implemented\n", (unsigned int)level
));
4235 /****************************************************************************
4236 Update the changeid time.
4237 This is SO NASTY as some drivers need this to change, others need it
4238 static. This value will change every second, and I must hope that this
4239 is enough..... DON'T CHANGE THIS CODE WITHOUT A TEST MATRIX THE SIZE OF
4241 ****************************************************************************/
4243 static uint32
rev_changeid(void)
4247 get_process_uptime(&tv
);
4250 /* Return changeid as msec since spooler restart */
4251 return tv
.tv_sec
* 1000 + tv
.tv_usec
/ 1000;
4254 * This setting seems to work well but is too untested
4255 * to replace the above calculation. Left in for experiementation
4256 * of the reader --jerry (Tue Mar 12 09:15:05 CST 2002)
4258 return tv
.tv_sec
* 10 + tv
.tv_usec
/ 100000;
4264 * The function below are the high level ones.
4265 * only those ones must be called from the spoolss code.
4269 /****************************************************************************
4270 Modify a printer. This is called from SETPRINTERDATA/DELETEPRINTERDATA.
4271 ****************************************************************************/
4273 WERROR
mod_a_printer(NT_PRINTER_INFO_LEVEL
*printer
, uint32 level
)
4277 dump_a_printer(printer
, level
);
4283 * Update the changestamp. Emperical tests show that the
4284 * ChangeID is always updated,but c_setprinter is
4285 * global spooler variable (not per printer).
4288 /* ChangeID **must** be increasing over the lifetime
4289 of client's spoolss service in order for the
4290 client's cache to show updates */
4292 printer
->info_2
->changeid
= rev_changeid();
4295 * Because one day someone will ask:
4296 * NT->NT An admin connection to a remote
4297 * printer show changes imeediately in
4298 * the properities dialog
4300 * A non-admin connection will only show the
4301 * changes after viewing the properites page
4302 * 2 times. Seems to be related to a
4303 * race condition in the client between the spooler
4304 * updating the local cache and the Explorer.exe GUI
4305 * actually displaying the properties.
4307 * This is fixed in Win2k. admin/non-admin
4308 * connections both display changes immediately.
4313 result
=update_a_printer_2(printer
->info_2
);
4317 result
=WERR_UNKNOWN_LEVEL
;
4324 /****************************************************************************
4325 Initialize printer devmode & data with previously saved driver init values.
4326 ****************************************************************************/
4328 static bool set_driver_init_2( NT_PRINTER_INFO_LEVEL_2
*info_ptr
)
4333 NT_PRINTER_INFO_LEVEL_2 info
;
4339 * Delete any printer data 'values' already set. When called for driver
4340 * replace, there will generally be some, but during an add printer, there
4341 * should not be any (if there are delete them).
4344 if ( info_ptr
->data
)
4345 delete_all_printer_data( info_ptr
, "" );
4347 if (asprintf(&key
, "%s%s", DRIVER_INIT_PREFIX
,
4348 info_ptr
->drivername
) < 0) {
4352 dbuf
= tdb_fetch_bystring(tdb_drivers
, key
);
4355 * When changing to a driver that has no init info in the tdb, remove
4356 * the previous drivers init info and leave the new on blank.
4358 free_nt_devicemode(&info_ptr
->devmode
);
4365 * Get the saved DEVMODE..
4368 len
+= unpack_devicemode(&info
.devmode
,dbuf
.dptr
+len
, dbuf
.dsize
-len
);
4371 * The saved DEVMODE contains the devicename from the printer used during
4372 * the initialization save. Change it to reflect the new printer.
4375 if ( info
.devmode
) {
4376 ZERO_STRUCT(info
.devmode
->devicename
);
4377 fstrcpy(info
.devmode
->devicename
, info_ptr
->printername
);
4381 * NT/2k does not change out the entire DeviceMode of a printer
4382 * when changing the driver. Only the driverextra, private, &
4383 * driverversion fields. --jerry (Thu Mar 14 08:58:43 CST 2002)
4385 * Later examination revealed that Windows NT/2k does reset the
4386 * the printer's device mode, bit **only** when you change a
4387 * property of the device mode such as the page orientation.
4392 /* Bind the saved DEVMODE to the new the printer */
4394 free_nt_devicemode(&info_ptr
->devmode
);
4395 info_ptr
->devmode
= info
.devmode
;
4397 DEBUG(10,("set_driver_init_2: Set printer [%s] init %s DEVMODE for driver [%s]\n",
4398 info_ptr
->printername
, info_ptr
->devmode
?"VALID":"NULL", info_ptr
->drivername
));
4400 /* Add the printer data 'values' to the new printer */
4402 if ( !(info_ptr
->data
= TALLOC_ZERO_P( info_ptr
, NT_PRINTER_DATA
)) ) {
4403 DEBUG(0,("set_driver_init_2: talloc() failed!\n"));
4407 len
+= unpack_values( info_ptr
->data
, dbuf
.dptr
+len
, dbuf
.dsize
-len
);
4409 SAFE_FREE(dbuf
.dptr
);
4414 /****************************************************************************
4415 Initialize printer devmode & data with previously saved driver init values.
4416 When a printer is created using AddPrinter, the drivername bound to the
4417 printer is used to lookup previously saved driver initialization info, which
4418 is bound to the new printer.
4419 ****************************************************************************/
4421 bool set_driver_init(NT_PRINTER_INFO_LEVEL
*printer
, uint32 level
)
4423 bool result
= False
;
4427 result
= set_driver_init_2(printer
->info_2
);
4431 DEBUG(0,("set_driver_init: Programmer's error! Unknown driver_init level [%d]\n",
4439 /****************************************************************************
4440 Delete driver init data stored for a specified driver
4441 ****************************************************************************/
4443 bool del_driver_init(char *drivername
)
4448 if (!drivername
|| !*drivername
) {
4449 DEBUG(3,("del_driver_init: No drivername specified!\n"));
4453 if (asprintf(&key
, "%s%s", DRIVER_INIT_PREFIX
, drivername
) < 0) {
4457 DEBUG(6,("del_driver_init: Removing driver init data for [%s]\n",
4460 ret
= (tdb_delete_bystring(tdb_drivers
, key
) == 0);
4465 /****************************************************************************
4466 Pack up the DEVMODE and values for a printer into a 'driver init' entry
4467 in the tdb. Note: this is different from the driver entry and the printer
4468 entry. There should be a single driver init entry for each driver regardless
4469 of whether it was installed from NT or 2K. Technically, they should be
4470 different, but they work out to the same struct.
4471 ****************************************************************************/
4473 static uint32
update_driver_init_2(NT_PRINTER_INFO_LEVEL_2
*info
)
4477 int buflen
, len
, ret
;
4486 len
+= pack_devicemode(info
->devmode
, buf
+len
, buflen
-len
);
4488 retlen
= pack_values( info
->data
, buf
+len
, buflen
-len
);
4496 buf
= (uint8
*)SMB_REALLOC(buf
, len
);
4498 DEBUG(0, ("update_driver_init_2: failed to enlarge buffer!\n"));
4507 if (asprintf(&key
, "%s%s", DRIVER_INIT_PREFIX
, info
->drivername
) < 0) {
4515 ret
= tdb_store_bystring(tdb_drivers
, key
, dbuf
, TDB_REPLACE
);
4519 DEBUG(8, ("update_driver_init_2: error updating printer init to tdb on disk\n"));
4523 DEBUG(10,("update_driver_init_2: Saved printer [%s] init DEVMODE & values for driver [%s]\n",
4524 info
->sharename
, info
->drivername
));
4529 /****************************************************************************
4530 Update (i.e. save) the driver init info (DEVMODE and values) for a printer
4531 ****************************************************************************/
4533 static uint32
update_driver_init(NT_PRINTER_INFO_LEVEL
*printer
, uint32 level
)
4537 dump_a_printer(printer
, level
);
4541 result
= update_driver_init_2(printer
->info_2
);
4551 /****************************************************************************
4552 Convert the printer data value, a REG_BINARY array, into an initialization
4553 DEVMODE. Note: the array must be parsed as if it was a DEVMODE in an rpc...
4554 got to keep the endians happy :).
4555 ****************************************************************************/
4557 static bool convert_driver_init( TALLOC_CTX
*ctx
, NT_DEVICEMODE
*nt_devmode
, uint8
*data
, uint32 data_len
)
4559 bool result
= False
;
4563 ZERO_STRUCT(devmode
);
4565 prs_init_empty(&ps
, ctx
, UNMARSHALL
);
4566 ps
.data_p
= (char *)data
;
4567 ps
.buffer_size
= data_len
;
4569 if (spoolss_io_devmode("phantom DEVMODE", &ps
, 0, &devmode
))
4570 result
= convert_devicemode("", &devmode
, &nt_devmode
);
4572 DEBUG(10,("convert_driver_init: error parsing DEVMODE\n"));
4577 /****************************************************************************
4578 Set the DRIVER_INIT info in the tdb. Requires Win32 client code that:
4580 1. Use the driver's config DLL to this UNC printername and:
4581 a. Call DrvPrintEvent with PRINTER_EVENT_INITIALIZE
4582 b. Call DrvConvertDevMode with CDM_DRIVER_DEFAULT to get default DEVMODE
4583 2. Call SetPrinterData with the 'magic' key and the DEVMODE as data.
4585 The last step triggers saving the "driver initialization" information for
4586 this printer into the tdb. Later, new printers that use this driver will
4587 have this initialization information bound to them. This simulates the
4588 driver initialization, as if it had run on the Samba server (as it would
4591 The Win32 client side code requirement sucks! But until we can run arbitrary
4592 Win32 printer driver code on any Unix that Samba runs on, we are stuck with it.
4594 It would have been easier to use SetPrinter because all the UNMARSHALLING of
4595 the DEVMODE is done there, but 2K/XP clients do not set the DEVMODE... think
4596 about it and you will realize why. JRR 010720
4597 ****************************************************************************/
4599 static WERROR
save_driver_init_2(NT_PRINTER_INFO_LEVEL
*printer
, uint8
*data
, uint32 data_len
)
4601 WERROR status
= WERR_OK
;
4602 TALLOC_CTX
*ctx
= NULL
;
4603 NT_DEVICEMODE
*nt_devmode
= NULL
;
4604 NT_DEVICEMODE
*tmp_devmode
= printer
->info_2
->devmode
;
4607 * When the DEVMODE is already set on the printer, don't try to unpack it.
4609 DEBUG(8,("save_driver_init_2: Enter...\n"));
4611 if ( !printer
->info_2
->devmode
&& data_len
) {
4613 * Set devmode on printer info, so entire printer initialization can be
4617 if ((ctx
= talloc_init("save_driver_init_2")) == NULL
)
4620 if ((nt_devmode
= SMB_MALLOC_P(NT_DEVICEMODE
)) == NULL
) {
4621 status
= WERR_NOMEM
;
4625 ZERO_STRUCTP(nt_devmode
);
4628 * The DEVMODE is held in the 'data' component of the param in raw binary.
4629 * Convert it to to a devmode structure
4631 if ( !convert_driver_init( ctx
, nt_devmode
, data
, data_len
)) {
4632 DEBUG(10,("save_driver_init_2: error converting DEVMODE\n"));
4633 status
= WERR_INVALID_PARAM
;
4637 printer
->info_2
->devmode
= nt_devmode
;
4641 * Pack up and add (or update) the DEVMODE and any current printer data to
4642 * a 'driver init' element in the tdb
4646 if ( update_driver_init(printer
, 2) != 0 ) {
4647 DEBUG(10,("save_driver_init_2: error updating DEVMODE\n"));
4648 status
= WERR_NOMEM
;
4653 * If driver initialization info was successfully saved, set the current
4654 * printer to match it. This allows initialization of the current printer
4655 * as well as the driver.
4657 status
= mod_a_printer(printer
, 2);
4658 if (!W_ERROR_IS_OK(status
)) {
4659 DEBUG(10,("save_driver_init_2: error setting DEVMODE on printer [%s]\n",
4660 printer
->info_2
->printername
));
4664 talloc_destroy(ctx
);
4665 free_nt_devicemode( &nt_devmode
);
4667 printer
->info_2
->devmode
= tmp_devmode
;
4672 /****************************************************************************
4673 Update the driver init info (DEVMODE and specifics) for a printer
4674 ****************************************************************************/
4676 WERROR
save_driver_init(NT_PRINTER_INFO_LEVEL
*printer
, uint32 level
, uint8
*data
, uint32 data_len
)
4678 WERROR status
= WERR_OK
;
4682 status
= save_driver_init_2( printer
, data
, data_len
);
4685 status
= WERR_UNKNOWN_LEVEL
;
4692 /****************************************************************************
4693 Get a NT_PRINTER_INFO_LEVEL struct. It returns malloced memory.
4695 Previously the code had a memory allocation problem because it always
4696 used the TALLOC_CTX from the Printer_entry*. This context lasts
4697 as a long as the original handle is open. So if the client made a lot
4698 of getprinter[data]() calls, the memory usage would climb. Now we use
4699 a short lived TALLOC_CTX for printer_info_2 objects returned. We
4700 still use the Printer_entry->ctx for maintaining the cache copy though
4701 since that object must live as long as the handle by definition.
4704 ****************************************************************************/
4706 static WERROR
get_a_printer_internal( Printer_entry
*print_hnd
, NT_PRINTER_INFO_LEVEL
**pp_printer
, uint32 level
,
4707 const char *sharename
, bool get_loc_com
)
4712 DEBUG(10,("get_a_printer: [%s] level %u\n", sharename
, (unsigned int)level
));
4714 if ( !(*pp_printer
= TALLOC_ZERO_P(NULL
, NT_PRINTER_INFO_LEVEL
)) ) {
4715 DEBUG(0,("get_a_printer: talloc() fail.\n"));
4721 if ( !((*pp_printer
)->info_2
= TALLOC_ZERO_P(*pp_printer
, NT_PRINTER_INFO_LEVEL_2
)) ) {
4722 DEBUG(0,("get_a_printer: talloc() fail.\n"));
4723 TALLOC_FREE( *pp_printer
);
4728 fstrcpy( servername
, print_hnd
->servername
);
4730 fstrcpy( servername
, "%L" );
4731 standard_sub_basic( "", "", servername
,
4732 sizeof(servername
)-1 );
4735 result
= get_a_printer_2( (*pp_printer
)->info_2
,
4736 servername
, sharename
, get_loc_com
);
4738 /* we have a new printer now. Save it with this handle */
4740 if ( !W_ERROR_IS_OK(result
) ) {
4741 TALLOC_FREE( *pp_printer
);
4742 DEBUG(10,("get_a_printer: [%s] level %u returning %s\n",
4743 sharename
, (unsigned int)level
, dos_errstr(result
)));
4747 dump_a_printer( *pp_printer
, level
);
4752 TALLOC_FREE( *pp_printer
);
4753 return WERR_UNKNOWN_LEVEL
;
4759 WERROR
get_a_printer( Printer_entry
*print_hnd
,
4760 NT_PRINTER_INFO_LEVEL
**pp_printer
,
4762 const char *sharename
)
4764 return get_a_printer_internal(print_hnd
, pp_printer
, level
,
4768 WERROR
get_a_printer_search( Printer_entry
*print_hnd
,
4769 NT_PRINTER_INFO_LEVEL
**pp_printer
,
4771 const char *sharename
)
4773 return get_a_printer_internal(print_hnd
, pp_printer
, level
,
4777 /****************************************************************************
4778 Deletes a NT_PRINTER_INFO_LEVEL struct.
4779 ****************************************************************************/
4781 uint32
free_a_printer(NT_PRINTER_INFO_LEVEL
**pp_printer
, uint32 level
)
4783 NT_PRINTER_INFO_LEVEL
*printer
= *pp_printer
;
4790 if ( printer
->info_2
)
4791 free_nt_printer_info_level_2(&printer
->info_2
);
4795 DEBUG(0,("free_a_printer: unknown level! [%d]\n", level
));
4799 TALLOC_FREE(*pp_printer
);
4804 /****************************************************************************
4805 ****************************************************************************/
4806 uint32
add_a_printer_driver(NT_PRINTER_DRIVER_INFO_LEVEL driver
, uint32 level
)
4809 DEBUG(104,("adding a printer at level [%d]\n", level
));
4810 dump_a_printer_driver(driver
, level
);
4814 result
=add_a_printer_driver_3(driver
.info_3
);
4818 result
=add_a_printer_driver_6(driver
.info_6
);
4828 /****************************************************************************
4829 ****************************************************************************/
4831 WERROR
get_a_printer_driver(NT_PRINTER_DRIVER_INFO_LEVEL
*driver
, uint32 level
,
4832 fstring drivername
, const char *architecture
, uint32 version
)
4838 /* Sometime we just want any version of the driver */
4840 if ( version
== DRIVER_ANY_VERSION
) {
4841 /* look for Win2k first and then for NT4 */
4842 result
= get_a_printer_driver_3(&driver
->info_3
, drivername
,
4845 if ( !W_ERROR_IS_OK(result
) ) {
4846 result
= get_a_printer_driver_3( &driver
->info_3
,
4847 drivername
, architecture
, 2 );
4850 result
= get_a_printer_driver_3(&driver
->info_3
, drivername
,
4851 architecture
, version
);
4860 if (W_ERROR_IS_OK(result
))
4861 dump_a_printer_driver(*driver
, level
);
4866 /****************************************************************************
4867 ****************************************************************************/
4868 uint32
free_a_printer_driver(NT_PRINTER_DRIVER_INFO_LEVEL driver
, uint32 level
)
4875 NT_PRINTER_DRIVER_INFO_LEVEL_3
*info3
;
4876 if (driver
.info_3
!= NULL
)
4878 info3
=driver
.info_3
;
4879 SAFE_FREE(info3
->dependentfiles
);
4880 ZERO_STRUCTP(info3
);
4890 NT_PRINTER_DRIVER_INFO_LEVEL_6
*info6
;
4891 if (driver
.info_6
!= NULL
) {
4892 info6
=driver
.info_6
;
4893 SAFE_FREE(info6
->dependentfiles
);
4894 SAFE_FREE(info6
->previousnames
);
4895 ZERO_STRUCTP(info6
);
4911 /****************************************************************************
4912 Determine whether or not a particular driver is currently assigned
4914 ****************************************************************************/
4916 bool printer_driver_in_use ( NT_PRINTER_DRIVER_INFO_LEVEL_3
*info_3
)
4919 int n_services
= lp_numservices();
4920 NT_PRINTER_INFO_LEVEL
*printer
= NULL
;
4921 bool in_use
= False
;
4926 DEBUG(10,("printer_driver_in_use: Beginning search through ntprinters.tdb...\n"));
4928 /* loop through the printers.tdb and check for the drivername */
4930 for (snum
=0; snum
<n_services
&& !in_use
; snum
++) {
4931 if ( !(lp_snum_ok(snum
) && lp_print_ok(snum
) ) )
4934 if ( !W_ERROR_IS_OK(get_a_printer(NULL
, &printer
, 2, lp_servicename(snum
))) )
4937 if ( strequal(info_3
->name
, printer
->info_2
->drivername
) )
4940 free_a_printer( &printer
, 2 );
4943 DEBUG(10,("printer_driver_in_use: Completed search through ntprinters.tdb...\n"));
4946 NT_PRINTER_DRIVER_INFO_LEVEL d
;
4949 DEBUG(5,("printer_driver_in_use: driver \"%s\" is currently in use\n", info_3
->name
));
4951 /* we can still remove the driver if there is one of
4952 "Windows NT x86" version 2 or 3 left */
4954 if ( !strequal( "Windows NT x86", info_3
->environment
) ) {
4955 werr
= get_a_printer_driver( &d
, 3, info_3
->name
, "Windows NT x86", DRIVER_ANY_VERSION
);
4958 switch ( info_3
->cversion
) {
4960 werr
= get_a_printer_driver( &d
, 3, info_3
->name
, "Windows NT x86", 3 );
4963 werr
= get_a_printer_driver( &d
, 3, info_3
->name
, "Windows NT x86", 2 );
4966 DEBUG(0,("printer_driver_in_use: ERROR! unknown driver version (%d)\n",
4968 werr
= WERR_UNKNOWN_PRINTER_DRIVER
;
4973 /* now check the error code */
4975 if ( W_ERROR_IS_OK(werr
) ) {
4976 /* it's ok to remove the driver, we have other architctures left */
4978 free_a_printer_driver( d
, 3 );
4982 /* report that the driver is not in use by default */
4988 /**********************************************************************
4989 Check to see if a ogiven file is in use by *info
4990 *********************************************************************/
4992 static bool drv_file_in_use( char* file
, NT_PRINTER_DRIVER_INFO_LEVEL_3
*info
)
4999 if ( strequal(file
, info
->driverpath
) )
5002 if ( strequal(file
, info
->datafile
) )
5005 if ( strequal(file
, info
->configfile
) )
5008 if ( strequal(file
, info
->helpfile
) )
5011 /* see of there are any dependent files to examine */
5013 if ( !info
->dependentfiles
)
5016 while ( *info
->dependentfiles
[i
] ) {
5017 if ( strequal(file
, info
->dependentfiles
[i
]) )
5026 /**********************************************************************
5027 Utility function to remove the dependent file pointed to by the
5028 input parameter from the list
5029 *********************************************************************/
5031 static void trim_dependent_file( fstring files
[], int idx
)
5034 /* bump everything down a slot */
5036 while( *files
[idx
+1] ) {
5037 fstrcpy( files
[idx
], files
[idx
+1] );
5046 /**********************************************************************
5047 Check if any of the files used by src are also used by drv
5048 *********************************************************************/
5050 static bool trim_overlap_drv_files( NT_PRINTER_DRIVER_INFO_LEVEL_3
*src
,
5051 NT_PRINTER_DRIVER_INFO_LEVEL_3
*drv
)
5053 bool in_use
= False
;
5059 /* check each file. Remove it from the src structure if it overlaps */
5061 if ( drv_file_in_use(src
->driverpath
, drv
) ) {
5063 DEBUG(10,("Removing driverfile [%s] from list\n", src
->driverpath
));
5064 fstrcpy( src
->driverpath
, "" );
5067 if ( drv_file_in_use(src
->datafile
, drv
) ) {
5069 DEBUG(10,("Removing datafile [%s] from list\n", src
->datafile
));
5070 fstrcpy( src
->datafile
, "" );
5073 if ( drv_file_in_use(src
->configfile
, drv
) ) {
5075 DEBUG(10,("Removing configfile [%s] from list\n", src
->configfile
));
5076 fstrcpy( src
->configfile
, "" );
5079 if ( drv_file_in_use(src
->helpfile
, drv
) ) {
5081 DEBUG(10,("Removing helpfile [%s] from list\n", src
->helpfile
));
5082 fstrcpy( src
->helpfile
, "" );
5085 /* are there any dependentfiles to examine? */
5087 if ( !src
->dependentfiles
)
5090 while ( *src
->dependentfiles
[i
] ) {
5091 if ( drv_file_in_use(src
->dependentfiles
[i
], drv
) ) {
5093 DEBUG(10,("Removing [%s] from dependent file list\n", src
->dependentfiles
[i
]));
5094 trim_dependent_file( src
->dependentfiles
, i
);
5102 /****************************************************************************
5103 Determine whether or not a particular driver files are currently being
5104 used by any other driver.
5106 Return value is True if any files were in use by other drivers
5107 and False otherwise.
5109 Upon return, *info has been modified to only contain the driver files
5110 which are not in use
5111 ****************************************************************************/
5113 bool printer_driver_files_in_use ( NT_PRINTER_DRIVER_INFO_LEVEL_3
*info
)
5118 fstring
*list
= NULL
;
5119 NT_PRINTER_DRIVER_INFO_LEVEL driver
;
5124 version
= info
->cversion
;
5126 /* loop over all driver versions */
5128 DEBUG(5,("printer_driver_files_in_use: Beginning search through ntdrivers.tdb...\n"));
5130 /* get the list of drivers */
5133 ndrivers
= get_ntdrivers(&list
, info
->environment
, version
);
5135 DEBUGADD(4,("we have:[%d] drivers in environment [%s] and version [%d]\n",
5136 ndrivers
, info
->environment
, version
));
5138 /* check each driver for overlap in files */
5140 for (i
=0; i
<ndrivers
; i
++) {
5141 DEBUGADD(5,("\tdriver: [%s]\n", list
[i
]));
5143 ZERO_STRUCT(driver
);
5145 if ( !W_ERROR_IS_OK(get_a_printer_driver(&driver
, 3, list
[i
], info
->environment
, version
)) ) {
5150 /* check if d2 uses any files from d1 */
5151 /* only if this is a different driver than the one being deleted */
5153 if ( !strequal(info
->name
, driver
.info_3
->name
) ) {
5154 if ( trim_overlap_drv_files(info
, driver
.info_3
) ) {
5155 free_a_printer_driver(driver
, 3);
5161 free_a_printer_driver(driver
, 3);
5166 DEBUG(5,("printer_driver_files_in_use: Completed search through ntdrivers.tdb...\n"));
5168 driver
.info_3
= info
;
5170 if ( DEBUGLEVEL
>= 20 )
5171 dump_a_printer_driver( driver
, 3 );
5176 /****************************************************************************
5177 Actually delete the driver files. Make sure that
5178 printer_driver_files_in_use() return False before calling
5180 ****************************************************************************/
5182 static bool delete_driver_files( NT_PRINTER_DRIVER_INFO_LEVEL_3
*info_3
, struct current_user
*user
)
5187 connection_struct
*conn
;
5196 DEBUG(6,("delete_driver_files: deleting driver [%s] - version [%d]\n", info_3
->name
, info_3
->cversion
));
5199 * Connect to the print$ share under the same account as the
5200 * user connected to the rpc pipe. Note we must be root to
5204 null_pw
= data_blob_null
;
5205 fstrcpy(res_type
, "A:");
5207 conn
= make_connection_with_chdir( "print$", null_pw
, res_type
, user
->vuid
, &nt_status
);
5211 DEBUG(0,("delete_driver_files: Unable to connect\n"));
5215 if ( !CAN_WRITE(conn
) ) {
5216 DEBUG(3,("delete_driver_files: Cannot delete print driver when [print$] is read-only\n"));
5220 /* Save who we are - we are temporarily becoming the connection user. */
5222 if ( !become_user(conn
, conn
->vuid
) ) {
5223 DEBUG(0,("delete_driver_files: Can't become user!\n"));
5227 /* now delete the files; must strip the '\print$' string from
5230 if ( *info_3
->driverpath
) {
5231 if ( (s
= strchr( &info_3
->driverpath
[1], '\\' )) != NULL
) {
5233 driver_unix_convert(conn
,file
,&st
);
5234 DEBUG(10,("deleting driverfile [%s]\n", s
));
5235 unlink_internals(conn
, NULL
, 0, file
, False
);
5239 if ( *info_3
->configfile
) {
5240 if ( (s
= strchr( &info_3
->configfile
[1], '\\' )) != NULL
) {
5242 driver_unix_convert(conn
,file
,&st
);
5243 DEBUG(10,("deleting configfile [%s]\n", s
));
5244 unlink_internals(conn
, NULL
, 0, file
, False
);
5248 if ( *info_3
->datafile
) {
5249 if ( (s
= strchr( &info_3
->datafile
[1], '\\' )) != NULL
) {
5251 driver_unix_convert(conn
,file
,&st
);
5252 DEBUG(10,("deleting datafile [%s]\n", s
));
5253 unlink_internals(conn
, NULL
, 0, file
, False
);
5257 if ( *info_3
->helpfile
) {
5258 if ( (s
= strchr( &info_3
->helpfile
[1], '\\' )) != NULL
) {
5260 driver_unix_convert(conn
,file
,&st
);
5261 DEBUG(10,("deleting helpfile [%s]\n", s
));
5262 unlink_internals(conn
, NULL
, 0, file
, False
);
5266 /* check if we are done removing files */
5268 if ( info_3
->dependentfiles
) {
5269 while ( info_3
->dependentfiles
[i
][0] ) {
5272 /* bypass the "\print$" portion of the path */
5274 if ( (p
= strchr( info_3
->dependentfiles
[i
]+1, '\\' )) != NULL
) {
5276 driver_unix_convert(conn
,file
,&st
);
5277 DEBUG(10,("deleting dependent file [%s]\n", file
));
5278 unlink_internals(conn
, NULL
, 0, file
, False
);
5290 /****************************************************************************
5291 Remove a printer driver from the TDB. This assumes that the the driver was
5292 previously looked up.
5293 ***************************************************************************/
5295 WERROR
delete_printer_driver( NT_PRINTER_DRIVER_INFO_LEVEL_3
*info_3
, struct current_user
*user
,
5296 uint32 version
, bool delete_files
)
5301 NT_PRINTER_DRIVER_INFO_LEVEL ctr
;
5303 /* delete the tdb data first */
5305 arch
= get_short_archi(info_3
->environment
);
5307 return WERR_UNKNOWN_PRINTER_DRIVER
;
5309 if (asprintf(&key
, "%s%s/%d/%s", DRIVERS_PREFIX
,
5310 arch
, version
, info_3
->name
) < 0) {
5314 DEBUG(5,("delete_printer_driver: key = [%s] delete_files = %s\n",
5315 key
, delete_files
? "TRUE" : "FALSE" ));
5317 ctr
.info_3
= info_3
;
5318 dump_a_printer_driver( ctr
, 3 );
5320 /* check if the driver actually exists for this environment */
5322 dbuf
= tdb_fetch_bystring( tdb_drivers
, key
);
5324 DEBUG(8,("delete_printer_driver: Driver unknown [%s]\n", key
));
5326 return WERR_UNKNOWN_PRINTER_DRIVER
;
5329 SAFE_FREE( dbuf
.dptr
);
5331 /* ok... the driver exists so the delete should return success */
5333 if (tdb_delete_bystring(tdb_drivers
, key
) == -1) {
5334 DEBUG (0,("delete_printer_driver: fail to delete %s!\n", key
));
5336 return WERR_ACCESS_DENIED
;
5340 * now delete any associated files if delete_files == True
5341 * even if this part failes, we return succes because the
5342 * driver doesn not exist any more
5346 delete_driver_files( info_3
, user
);
5348 DEBUG(5,("delete_printer_driver: driver delete successful [%s]\n", key
));
5354 /****************************************************************************
5355 Store a security desc for a printer.
5356 ****************************************************************************/
5358 WERROR
nt_printing_setsec(const char *sharename
, SEC_DESC_BUF
*secdesc_ctr
)
5360 SEC_DESC_BUF
*new_secdesc_ctr
= NULL
;
5361 SEC_DESC_BUF
*old_secdesc_ctr
= NULL
;
5363 bool prs_init_done
= false;
5364 TALLOC_CTX
*mem_ctx
= NULL
;
5368 mem_ctx
= talloc_init("nt_printing_setsec");
5369 if (mem_ctx
== NULL
)
5372 /* The old owner and group sids of the security descriptor are not
5373 present when new ACEs are added or removed by changing printer
5374 permissions through NT. If they are NULL in the new security
5375 descriptor then copy them over from the old one. */
5377 if (!secdesc_ctr
->sd
->owner_sid
|| !secdesc_ctr
->sd
->group_sid
) {
5378 DOM_SID
*owner_sid
, *group_sid
;
5379 SEC_ACL
*dacl
, *sacl
;
5380 SEC_DESC
*psd
= NULL
;
5383 if (!nt_printing_getsec(mem_ctx
, sharename
, &old_secdesc_ctr
)) {
5384 status
= WERR_NOMEM
;
5388 /* Pick out correct owner and group sids */
5390 owner_sid
= secdesc_ctr
->sd
->owner_sid
?
5391 secdesc_ctr
->sd
->owner_sid
:
5392 old_secdesc_ctr
->sd
->owner_sid
;
5394 group_sid
= secdesc_ctr
->sd
->group_sid
?
5395 secdesc_ctr
->sd
->group_sid
:
5396 old_secdesc_ctr
->sd
->group_sid
;
5398 dacl
= secdesc_ctr
->sd
->dacl
?
5399 secdesc_ctr
->sd
->dacl
:
5400 old_secdesc_ctr
->sd
->dacl
;
5402 sacl
= secdesc_ctr
->sd
->sacl
?
5403 secdesc_ctr
->sd
->sacl
:
5404 old_secdesc_ctr
->sd
->sacl
;
5406 /* Make a deep copy of the security descriptor */
5408 psd
= make_sec_desc(mem_ctx
, secdesc_ctr
->sd
->revision
, secdesc_ctr
->sd
->type
,
5409 owner_sid
, group_sid
,
5415 status
= WERR_NOMEM
;
5419 new_secdesc_ctr
= make_sec_desc_buf(mem_ctx
, size
, psd
);
5422 if (!new_secdesc_ctr
) {
5423 new_secdesc_ctr
= secdesc_ctr
;
5426 /* Store the security descriptor in a tdb */
5429 (uint32
)ndr_size_security_descriptor(new_secdesc_ctr
->sd
, 0)
5430 + sizeof(SEC_DESC_BUF
), mem_ctx
, MARSHALL
) ) {
5431 status
= WERR_NOMEM
;
5436 prs_init_done
= true;
5438 if (!sec_io_desc_buf("nt_printing_setsec", &new_secdesc_ctr
,
5440 status
= WERR_BADFUNC
;
5444 kbuf
= make_printers_secdesc_tdbkey(mem_ctx
, sharename
);
5446 if (tdb_prs_store(tdb_printers
, kbuf
, &ps
)==0) {
5449 DEBUG(1,("Failed to store secdesc for %s\n", sharename
));
5450 status
= WERR_BADFUNC
;
5453 /* Free malloc'ed memory */
5457 if (prs_init_done
) {
5461 talloc_destroy(mem_ctx
);
5465 /****************************************************************************
5466 Construct a default security descriptor buffer for a printer.
5467 ****************************************************************************/
5469 static SEC_DESC_BUF
*construct_default_printer_sdb(TALLOC_CTX
*ctx
)
5471 SEC_ACE ace
[5]; /* max number of ace entries */
5474 SEC_ACL
*psa
= NULL
;
5475 SEC_DESC_BUF
*sdb
= NULL
;
5476 SEC_DESC
*psd
= NULL
;
5480 /* Create an ACE where Everyone is allowed to print */
5482 init_sec_access(&sa
, PRINTER_ACE_PRINT
);
5483 init_sec_ace(&ace
[i
++], &global_sid_World
, SEC_ACE_TYPE_ACCESS_ALLOWED
,
5484 sa
, SEC_ACE_FLAG_CONTAINER_INHERIT
);
5486 /* Add the domain admins group if we are a DC */
5489 DOM_SID domadmins_sid
;
5491 sid_copy(&domadmins_sid
, get_global_sam_sid());
5492 sid_append_rid(&domadmins_sid
, DOMAIN_GROUP_RID_ADMINS
);
5494 init_sec_access(&sa
, PRINTER_ACE_FULL_CONTROL
);
5495 init_sec_ace(&ace
[i
++], &domadmins_sid
,
5496 SEC_ACE_TYPE_ACCESS_ALLOWED
, sa
,
5497 SEC_ACE_FLAG_OBJECT_INHERIT
| SEC_ACE_FLAG_INHERIT_ONLY
);
5498 init_sec_ace(&ace
[i
++], &domadmins_sid
, SEC_ACE_TYPE_ACCESS_ALLOWED
,
5499 sa
, SEC_ACE_FLAG_CONTAINER_INHERIT
);
5501 else if (secrets_fetch_domain_sid(lp_workgroup(), &adm_sid
)) {
5502 sid_append_rid(&adm_sid
, DOMAIN_USER_RID_ADMIN
);
5504 init_sec_access(&sa
, PRINTER_ACE_FULL_CONTROL
);
5505 init_sec_ace(&ace
[i
++], &adm_sid
,
5506 SEC_ACE_TYPE_ACCESS_ALLOWED
, sa
,
5507 SEC_ACE_FLAG_OBJECT_INHERIT
| SEC_ACE_FLAG_INHERIT_ONLY
);
5508 init_sec_ace(&ace
[i
++], &adm_sid
, SEC_ACE_TYPE_ACCESS_ALLOWED
,
5509 sa
, SEC_ACE_FLAG_CONTAINER_INHERIT
);
5512 /* add BUILTIN\Administrators as FULL CONTROL */
5514 init_sec_access(&sa
, PRINTER_ACE_FULL_CONTROL
);
5515 init_sec_ace(&ace
[i
++], &global_sid_Builtin_Administrators
,
5516 SEC_ACE_TYPE_ACCESS_ALLOWED
, sa
,
5517 SEC_ACE_FLAG_OBJECT_INHERIT
| SEC_ACE_FLAG_INHERIT_ONLY
);
5518 init_sec_ace(&ace
[i
++], &global_sid_Builtin_Administrators
,
5519 SEC_ACE_TYPE_ACCESS_ALLOWED
,
5520 sa
, SEC_ACE_FLAG_CONTAINER_INHERIT
);
5522 /* Make the security descriptor owned by the BUILTIN\Administrators */
5524 /* The ACL revision number in rpc_secdesc.h differs from the one
5525 created by NT when setting ACE entries in printer
5526 descriptors. NT4 complains about the property being edited by a
5529 if ((psa
= make_sec_acl(ctx
, NT4_ACL_REVISION
, i
, ace
)) != NULL
) {
5530 psd
= make_sec_desc(ctx
, SEC_DESC_REVISION
, SEC_DESC_SELF_RELATIVE
,
5531 &global_sid_Builtin_Administrators
,
5532 &global_sid_Builtin_Administrators
,
5533 NULL
, psa
, &sd_size
);
5537 DEBUG(0,("construct_default_printer_sd: Failed to make SEC_DESC.\n"));
5541 sdb
= make_sec_desc_buf(ctx
, sd_size
, psd
);
5543 DEBUG(4,("construct_default_printer_sdb: size = %u.\n",
5544 (unsigned int)sd_size
));
5549 /****************************************************************************
5550 Get a security desc for a printer.
5551 ****************************************************************************/
5553 bool nt_printing_getsec(TALLOC_CTX
*ctx
, const char *sharename
, SEC_DESC_BUF
**secdesc_ctr
)
5559 if (strlen(sharename
) > 2 && (temp
= strchr(sharename
+ 2, '\\'))) {
5560 sharename
= temp
+ 1;
5565 /* Fetch security descriptor from tdb */
5567 kbuf
= make_printers_secdesc_tdbkey(ctx
, sharename
);
5569 if (tdb_prs_fetch(tdb_printers
, kbuf
, &ps
, ctx
)!=0 ||
5570 !sec_io_desc_buf("nt_printing_getsec", secdesc_ctr
, &ps
, 1)) {
5574 DEBUG(4,("using default secdesc for %s\n", sharename
));
5576 if (!(*secdesc_ctr
= construct_default_printer_sdb(ctx
))) {
5580 /* Save default security descriptor for later */
5582 if (!prs_init(&ps
, (uint32
)ndr_size_security_descriptor((*secdesc_ctr
)->sd
, 0) +
5583 sizeof(SEC_DESC_BUF
), ctx
, MARSHALL
))
5586 if (sec_io_desc_buf("nt_printing_getsec", secdesc_ctr
, &ps
, 1)) {
5587 tdb_prs_store(tdb_printers
, kbuf
, &ps
);
5597 /* If security descriptor is owned by S-1-1-0 and winbindd is up,
5598 this security descriptor has been created when winbindd was
5599 down. Take ownership of security descriptor. */
5601 if (sid_equal((*secdesc_ctr
)->sd
->owner_sid
, &global_sid_World
)) {
5604 /* Change sd owner to workgroup administrator */
5606 if (secrets_fetch_domain_sid(lp_workgroup(), &owner_sid
)) {
5607 SEC_DESC_BUF
*new_secdesc_ctr
= NULL
;
5608 SEC_DESC
*psd
= NULL
;
5613 sid_append_rid(&owner_sid
, DOMAIN_USER_RID_ADMIN
);
5615 psd
= make_sec_desc(ctx
, (*secdesc_ctr
)->sd
->revision
, (*secdesc_ctr
)->sd
->type
,
5617 (*secdesc_ctr
)->sd
->group_sid
,
5618 (*secdesc_ctr
)->sd
->sacl
,
5619 (*secdesc_ctr
)->sd
->dacl
,
5626 new_secdesc_ctr
= make_sec_desc_buf(ctx
, size
, psd
);
5627 if (!new_secdesc_ctr
) {
5631 /* Swap with other one */
5633 *secdesc_ctr
= new_secdesc_ctr
;
5637 nt_printing_setsec(sharename
, *secdesc_ctr
);
5641 if (DEBUGLEVEL
>= 10) {
5642 SEC_ACL
*the_acl
= (*secdesc_ctr
)->sd
->dacl
;
5645 DEBUG(10, ("secdesc_ctr for %s has %d aces:\n",
5646 sharename
, the_acl
->num_aces
));
5648 for (i
= 0; i
< the_acl
->num_aces
; i
++) {
5649 DEBUG(10, ("%s %d %d 0x%08x\n",
5650 sid_string_dbg(&the_acl
->aces
[i
].trustee
),
5651 the_acl
->aces
[i
].type
, the_acl
->aces
[i
].flags
,
5652 the_acl
->aces
[i
].access_mask
));
5661 1: level not implemented
5662 2: file doesn't exist
5663 3: can't allocate memory
5664 4: can't free memory
5665 5: non existant struct
5669 A printer and a printer driver are 2 different things.
5670 NT manages them separatelly, Samba does the same.
5671 Why ? Simply because it's easier and it makes sense !
5673 Now explanation: You have 3 printers behind your samba server,
5674 2 of them are the same make and model (laser A and B). But laser B
5675 has an 3000 sheet feeder and laser A doesn't such an option.
5676 Your third printer is an old dot-matrix model for the accounting :-).
5678 If the /usr/local/samba/lib directory (default dir), you will have
5679 5 files to describe all of this.
5681 3 files for the printers (1 by printer):
5684 NTprinter_accounting
5685 2 files for the drivers (1 for the laser and 1 for the dot matrix)
5686 NTdriver_printer model X
5687 NTdriver_printer model Y
5689 jfm: I should use this comment for the text file to explain
5690 same thing for the forms BTW.
5691 Je devrais mettre mes commentaires en francais, ca serait mieux :-)
5695 /* Convert generic access rights to printer object specific access rights.
5696 It turns out that NT4 security descriptors use generic access rights and
5697 NT5 the object specific ones. */
5699 void map_printer_permissions(SEC_DESC
*sd
)
5703 for (i
= 0; sd
->dacl
&& i
< sd
->dacl
->num_aces
; i
++) {
5704 se_map_generic(&sd
->dacl
->aces
[i
].access_mask
,
5705 &printer_generic_mapping
);
5709 /****************************************************************************
5710 Check a user has permissions to perform the given operation. We use the
5711 permission constants defined in include/rpc_spoolss.h to check the various
5712 actions we perform when checking printer access.
5714 PRINTER_ACCESS_ADMINISTER:
5715 print_queue_pause, print_queue_resume, update_printer_sec,
5716 update_printer, spoolss_addprinterex_level_2,
5717 _spoolss_setprinterdata
5722 JOB_ACCESS_ADMINISTER:
5723 print_job_delete, print_job_pause, print_job_resume,
5726 Try access control in the following order (for performance reasons):
5727 1) root ans SE_PRINT_OPERATOR can do anything (easy check)
5728 2) check security descriptor (bit comparisons in memory)
5729 3) "printer admins" (may result in numerous calls to winbind)
5731 ****************************************************************************/
5732 bool print_access_check(struct current_user
*user
, int snum
, int access_type
)
5734 SEC_DESC_BUF
*secdesc
= NULL
;
5735 uint32 access_granted
;
5739 TALLOC_CTX
*mem_ctx
= NULL
;
5740 SE_PRIV se_printop
= SE_PRINT_OPERATOR
;
5742 /* If user is NULL then use the current_user structure */
5745 user
= ¤t_user
;
5747 /* Always allow root or SE_PRINT_OPERATROR to do anything */
5749 if ( user
->ut
.uid
== 0 || user_has_privileges(user
->nt_user_token
, &se_printop
) ) {
5753 /* Get printer name */
5755 pname
= PRINTERNAME(snum
);
5757 if (!pname
|| !*pname
) {
5762 /* Get printer security descriptor */
5764 if(!(mem_ctx
= talloc_init("print_access_check"))) {
5769 if (!nt_printing_getsec(mem_ctx
, pname
, &secdesc
)) {
5770 talloc_destroy(mem_ctx
);
5775 if (access_type
== JOB_ACCESS_ADMINISTER
) {
5776 SEC_DESC_BUF
*parent_secdesc
= secdesc
;
5778 /* Create a child security descriptor to check permissions
5779 against. This is because print jobs are child objects
5780 objects of a printer. */
5782 secdesc
= se_create_child_secdesc(mem_ctx
, parent_secdesc
->sd
, False
);
5785 talloc_destroy(mem_ctx
);
5790 /* Now this is the bit that really confuses me. The access
5791 type needs to be changed from JOB_ACCESS_ADMINISTER to
5792 PRINTER_ACCESS_ADMINISTER for this to work. Something
5793 to do with the child (job) object becoming like a
5796 access_type
= PRINTER_ACCESS_ADMINISTER
;
5801 map_printer_permissions(secdesc
->sd
);
5803 result
= se_access_check(secdesc
->sd
, user
->nt_user_token
, access_type
,
5804 &access_granted
, &status
);
5806 DEBUG(4, ("access check was %s\n", result
? "SUCCESS" : "FAILURE"));
5808 /* see if we need to try the printer admin list */
5810 if ((access_granted
== 0) &&
5811 (token_contains_name_in_list(uidtoname(user
->ut
.uid
), NULL
,
5812 user
->nt_user_token
,
5813 lp_printer_admin(snum
)))) {
5814 talloc_destroy(mem_ctx
);
5818 talloc_destroy(mem_ctx
);
5827 /****************************************************************************
5828 Check the time parameters allow a print operation.
5829 *****************************************************************************/
5831 bool print_time_access_check(const char *servicename
)
5833 NT_PRINTER_INFO_LEVEL
*printer
= NULL
;
5835 time_t now
= time(NULL
);
5839 if (!W_ERROR_IS_OK(get_a_printer(NULL
, &printer
, 2, servicename
)))
5842 if (printer
->info_2
->starttime
== 0 && printer
->info_2
->untiltime
== 0)
5846 mins
= (uint32
)t
->tm_hour
*60 + (uint32
)t
->tm_min
;
5848 if (mins
>= printer
->info_2
->starttime
&& mins
<= printer
->info_2
->untiltime
)
5851 free_a_printer(&printer
, 2);
5859 /****************************************************************************
5860 Fill in the servername sent in the _spoolss_open_printer_ex() call
5861 ****************************************************************************/
5863 char* get_server_name( Printer_entry
*printer
)
5865 return printer
->servername
;