search for: ptrrkssn

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

2020 May 28
2
Question about smbc_stat() and smbc_statvfs() in libsmbclient
...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://bugzilla.samba.org/show_bug.cgi?id=14397 ) My tool: https://github.com/ptrrkssn/acltool - Peter > On 27 May 2020, at 16:18, Jeremy Allison <jra at samba.org> wrote: > > On Mon, May 25, 2020 at 11:36:18PM +0200, Peter Eriksson via samba wrote: >> I?ve been writing some code that uses libsmbclient to talk to SMB servers >> and I?m a little bit conf...
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: >