s3:smbd: add a nfs backend for sysquotas.
authorMichael Adam <obnox@samba.org>
Fri, 6 Aug 2010 08:21:09 +0000 (10:21 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 26 Aug 2010 05:57:27 +0000 (07:57 +0200)
commit2c00b41672a98eaf1aabf25384b19cf42b564f02
tree36949f9b35cb806c706002faa3bb2d911590f7d7
parentb9b00175cd3c0449c3a48e85667bd424c4a95136
s3:smbd: add a nfs backend for sysquotas.

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.
(cherry picked from commit 3add3aa17de7954b01e2c9273295195438ac30e5)
source3/Makefile.in
source3/configure.in
source3/include/proto.h
source3/lib/sysquotas.c
source3/lib/sysquotas_nfs.c [new file with mode: 0644]