Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to lease and notify #359

Open
lskvcxz opened this issue Jul 23, 2024 · 1 comment
Open

Add support to lease and notify #359

lskvcxz opened this issue Jul 23, 2024 · 1 comment

Comments

@lskvcxz
Copy link

lskvcxz commented Jul 23, 2024

Hi,
libsmb2 currently does not support negotiating leases with samba servers, nor does it support initiating notify listening events and receiving or parsing notify messages. We hope to add support in this area

@sahlberg
Copy link
Owner

Sounds good.
I would suggest you start with adding the low level SMB2 function calls to do this.
Then to surface this to applications.... There is no posix interface for this but I feel like having a layer that mimics the linux inotify interface would work well here. Try to do that.

libsmb2 is not thread-safe at the moment so you may want to limit its use to only be available for the async interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants