summaryrefslogtreecommitdiff
path: root/source3/lib/sysquotas_nfs.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-25s3:smbd: add a nfs backend for sysquotas.Michael Adam1-0/+271
This module is based on the Solaris/FreeBSD implementation of NFS quotas in the quotas.c module. It implements the SMB_USER_QUOTA_TYPE query of the get_quotas call. The other types and the set_quota call are not implemented.