Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 292)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#62 completed Integrate samba client library directly into plugin code Yuri Dario
Description

Move samba code directly into the plugin dll.

This has not be done in the past, probably because dll code was compiled with VAC++, while Samba with gcc. Now both are gcc compiled, so it is time to merge!

#64 worksforme Files with EAs greater than 50KB cannot be written to server share Yuri Dario
Description

If a file has more than 50KB in extended attributes, it cannot be written to server share.

Preliminary tests shows that smbd is rejecting the SMB packet:

[2008/08/20 19:05:53, 3] smbd/error.c:error_packet_set(106)
  error packet at smbd/trans2.c(6788) cmd=51 (SMBtranss2) NT_STATUS_INVALID_PARAMETER

It is not clear if this is a server side fault or a bad packet assembled in the client library.

Also it is not clear if a single big EA is required to trigger the bug or it depends on size of all EA of the file.

A simple way to replicate this is to use PMView to create a 200x200 or 224x224 thumbnail on a image, then copy the file to the server.

Since this crashes also ndctl.exe when using plugin 1.5, it means there is something broken on client side for sure.

#66 fixed Plugin does not change level (workgroup,server,share) Silvan Scherrer Yuri Dario
Description

When you change level for browsing, the plugin does not recognize level change as in 1.0 e.g. you get list of existing workgroups/domains, but you cannot get list of servers if you enter domain.

This code is not ported to 1.5, it is required to match features present in 1.0 tree.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.