Add fuse_getgroups (high level lib) and fuse_req_getgroups (low
authorMiklos Szeredi <miklos@szeredi.hu>
Fri, 19 Jun 2009 10:27:38 +0000 (10:27 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Fri, 19 Jun 2009 10:27:38 +0000 (10:27 +0000)
commitecd073bd7054c9e13516041e3ef930e39270c8df
treebb36abf9662bec5c5027363f6d0d902d00f40815
parent17d1cf6956d08de9aa79b4a7691fb50a2446fa18
Add fuse_getgroups (high level lib) and fuse_req_getgroups (low
level lib) functions to query the supplementary group IDs for the
current request.  Currently this is implemented on Linux by
reading from the /proc filesystem.
ChangeLog
README.NFS
include/fuse.h
include/fuse_lowlevel.h
lib/fuse.c
lib/fuse_lowlevel.c
lib/fuse_versionscript