search for: smb_file_end_of_file_information

Displaying 1 result from an estimated 1 matches for "smb_file_end_of_file_information".

2007 Aug 19
1
Truncate with libsmbclient
Hi, I'm working on a bug with fusesmb. This is a file system in user space for Linux that uses libsmbclient to present a share like other VFS file system. The truncate operation of fusesmb-0.8.5-1 was not completely implemeted. It's necessary for some applications, like OpenOffice, that do this operation when saving a file. So, I implemented a truncate function with libsmbclient. I