|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
enumprinterdrivers 2|3 is broken
It appears that we are never protecting ourselves from \\ slashes in
the incoming server name in spoolss requests. While doing enumprinterdrivers 2 and 3 levels we call () which formats returned strings as "\\\\%s\%s" where first parameter is server name. Therefore, our response is sending \\\\ slashes. In particular, this is different to what Windows does: it looks they simply normalize slashes everywhere. This difference actually has a harm effect: Windows client thinks that a driver is changed on the server and reloads it from the Samba server on each opening of the printer properties. This is quite noticeable for large drivers as network consumption increases. We could normalize name in () (reffering to 3-0-stable source) or could strip/normalize in enumprinterdrivers_level2(). Not sure which way is better and safer. This logical error exists in rpc code in 3-0 and upwards. -- / Alexander Bokovoy |
|
#2
|
|||
|
|||
|
enumprinterdrivers 2|3 is broken
Wed, Jul 02, 2008 at 02:59:10PM +0400, Alexander Bokovoy wrote:
It appears that we are never protecting ourselves from \\ slashes in the incoming server name in spoolss requests. While doing enumprinterdrivers 2 and 3 levels we call () which formats returned strings as "\\\\%s\%s" where first parameter is server name. Therefore, our response is sending \\\\ slashes. In particular, this is different to what Windows does: it looks they simply normalize slashes everywhere. This difference actually has a harm effect: Windows client thinks that a driver is changed on the server and reloads it from the Samba server on each opening of the printer properties. This is quite noticeable for large drivers as network consumption increases. We could normalize name in () (reffering to 3-0-stable source) or could strip/normalize in enumprinterdrivers_level2(). Not sure which way is better and safer. This logical error exists in rpc code in 3-0 and upwards. Alexander, can you test this patch for me please ? Should fix all uses of \\[\\]servername to be a canonical \\servername. Jeremy. |
|
#3
|
|||
|
|||
|
enumprinterdrivers 2|3 is broken
Wed, Jul 02, 2008 at 02:59:10PM +0400, Alexander Bokovoy wrote:
It appears that we are never protecting ourselves from \\ slashes in the incoming server name in spoolss requests. While doing enumprinterdrivers 2 and 3 levels we call () which formats returned strings as "\\\\%s\%s" where first parameter is server name. Therefore, our response is sending \\\\ slashes. In particular, this is different to what Windows does: it looks they simply normalize slashes everywhere. This difference actually has a harm effect: Windows client thinks that a driver is changed on the server and reloads it from the Samba server on each opening of the printer properties. This is quite noticeable for large drivers as network consumption increases. We could normalize name in () (reffering to 3-0-stable source) or could strip/normalize in enumprinterdrivers_level2(). Not sure which way is better and safer. What does Windows do to normalize the servername ? Do they send it as '\\servername' or just 'servername' ? Jeremy. |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Samba > enumprinterdrivers 2|3 is broken |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|