Add NT quota support. Patch from Stefan (metze) Metzemacher
authorAlexander Bokovoy <ab@samba.org>
Mon, 12 May 2003 01:20:17 +0000 (01:20 +0000)
committerAlexander Bokovoy <ab@samba.org>
Mon, 12 May 2003 01:20:17 +0000 (01:20 +0000)
commite8573c8fa928602fd979d5ac45c692e7464f0aad
tree0eeefad7dc38873bff84296a2e73f1fd92d1aff0
parent80f402837f83477cf34496a68699bb77a3206666
Add NT quota support. Patch from Stefan (metze) Metzemacher
1. Allows to change quota settings for shared mount points from Win2K and WinXP from Explorer properties tab
2. Disabled by default and when requested, will be probed and enabled only on Linux where it works
3. Was tested for approx. two weeks now on Linux by two independent QA teams, have not found any bugs so far
Documentation to follow
(This used to be commit 4bf022ce9e45be85609426762ba2644ac2031326)
21 files changed:
source3/Makefile.in
source3/aclocal.m4
source3/configure.in
source3/include/nterr.h
source3/include/ntioctl.h
source3/include/smb.h
source3/include/smbprofile.h
source3/include/sysquotas.h
source3/lib/sysquotas.c [new file with mode: 0644]
source3/lib/util.c
source3/lib/util_str.c
source3/libsmb/nterr.c
source3/param/loadparm.c
source3/smbd/dfree.c
source3/smbd/fake_file.c [new file with mode: 0644]
source3/smbd/files.c
source3/smbd/ntquotas.c [new file with mode: 0644]
source3/smbd/nttrans.c
source3/smbd/quotas.c
source3/smbd/trans2.c
source3/smbd/vfs-wrap.c