Skip to content
Commit 309b3a1a authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

smb: implement kdirnotify support

to track file changes/add/removals for smb:// uris

since smbclient isn't properly thread safe right now, we use separate
processes per URI to notify on changes

a kded module listens to kdirnotify dir enter events and spawns a
notifier subprocess. the notifier then attempts to open a notify loop
with the remote. authentication ought to be handled via the kiod auth
cache, that is to say: when cached auth isn't available or not valid the
notifier will simply not work at all. there's no interactive auth
queries as they'd lack context from a user POV
parent 7851f38a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment