Bug 7136 - spoolss getprinterdriver2 level 101 marshalling bad
Summary: spoolss getprinterdriver2 level 101 marshalling bad
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: Printing (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: Guenther Deschner
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 04:24 UTC by Guenther Deschner
Modified: 2010-02-17 06:26 UTC (History)
0 users

See Also:


Attachments
patch for 3.5 (2.08 KB, patch)
2010-02-15 04:28 UTC, Guenther Deschner
vl: review+
Details
patch for 3.4 (2.85 KB, patch)
2010-02-15 04:35 UTC, Guenther Deschner
vl: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guenther Deschner 2010-02-15 04:24:35 UTC
newly added level 101 marshalling (as of bug #5140) is not correct and causes problems when xp tries to access printer drivers. we need to disable level 101 for now (xp will fall back to a lower level automatically)
Comment 1 Guenther Deschner 2010-02-15 04:28:48 UTC
Created attachment 5347 [details]
patch for 3.5
Comment 2 Guenther Deschner 2010-02-15 04:35:02 UTC
Created attachment 5348 [details]
patch for 3.4
Comment 3 Volker Lendecke 2010-02-15 05:56:23 UTC
Comment on attachment 5347 [details]
patch for 3.5

I hate the #if 0, but if it is the only way to get this done, so be it. If something is broken, why not just delete it. That's what version control is for, right?
Comment 4 Karolin Seeger 2010-02-15 06:22:08 UTC
Pushed both patches.
Günther, can we close out this one?
Comment 5 Guenther Deschner 2010-02-15 07:12:42 UTC
Yes, the actual fixing of level 101 will be in the intial bug https://bugzilla.samba.org/show_bug.cgi?id=5140 (which I reopened for this)

Thanks
Comment 6 Guenther Deschner 2010-02-17 06:26:35 UTC
closing this one as fixed, we will fix 101 within bug #5140