search for: query_directori

Displaying 3 results from an estimated 3 matches for "query_directori".

Did you mean: query_directory
2024 May 28
1
Async Query Directory (for VFS)
Hi, is there a branch, patch or other attempts I can look at for async processing of SMB2 QUERY_DIRECTORY? Looking online I see proposals from years ago for making everything async but I don't know what happened to it? In my use case, I don't care as much about impersonation and security as it's being used for client only loopback on Mac, process running as the logged in user. I have
2024 May 28
1
Async Query Directory (for VFS)
On 5/28/24 10:06 AM, Dan Greenfield via samba wrote: > Hi, is there a branch, patch or other attempts I can look at for > async processing of SMB2 QUERY_DIRECTORY? Looking online I see > proposals from years ago for making everything async but I don't know > what happened to it? probably the same as to many other WIP branches: sitting there getting dusty. :) > In my use case,
2024 May 28
1
Async Query Directory (for VFS)
Thanks Ralph. Unfortunately that option doesn?t quite solve it. However even if it did, it?d still be good to add Async support for such queries. If there is WIP then I can look into finishing off the code myself. Can you point me to any branch that has this WIP? Looking through Samba source3 internals, it looks somewhat straightforward to add primitive support along the lines of Async pread,