search for: smbc_setxattr

Displaying 2 results from an estimated 2 matches for "smbc_setxattr".

Did you mean: smbc_getxattr
2020 May 28
2
Question about smbc_stat() and smbc_statvfs() in libsmbclient
...ating tools to manage ACL currently available. So I can now use the same command on all platforms. It current builds and works for Linux, FreeBSD, Solaris & MacOS and I?ve also recently added SMB support to it (via libsmbclient, currently requires Kerberos. I?ve been using smbc_getxattr() and smbc_setxattr() for reading and writing SMB ACLs, but there are some problems with that so I?ve started wondering if perhaps there is some better way I _should_ use instead? Something that doesn?t gets in the way and re-orders ACLs under my feet for example... ( Problems with ACLs being reordered: https://bugzi...
2020 May 25
2
Question about smbc_stat() and smbc_statvfs() in libsmbclient
I?ve been writing some code that uses libsmbclient to talk to SMB servers and I?m a little bit confused why ?smbc_stat()? sets the st_uid & st_gid to the uid & gid of the process calling it, instead of trying to map the real owner & group of the path or setting it to -1:-1 if it can?t do that... But there is probably some good reason for this? Ie, if I call something like this: >