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>
Wed, 25 Aug 2010 12:05:51 +0000 (14:05 +0200)
commit3add3aa17de7954b01e2c9273295195438ac30e5
tree7a3aec15f6395110d420eb96c1a9accc1989b9e8
parent896f3c8a49864ff022ac2d32a81f5b4ce53fd16b
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.
source3/Makefile.in
source3/configure.in
source3/include/proto.h
source3/lib/sysquotas.c
source3/lib/sysquotas_nfs.c [new file with mode: 0644]