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)
commit4bf022ce9e45be85609426762ba2644ac2031326
tree9d3de718528025c2ecaa515ecc2f06fbc844993f
parent4842de04cf2e1528e726dfad070dfe3a82f46fa2
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
21 files changed:
source/Makefile.in
source/aclocal.m4
source/configure.in
source/include/nterr.h
source/include/ntioctl.h
source/include/smb.h
source/include/smbprofile.h
source/include/sysquotas.h
source/lib/sysquotas.c [new file with mode: 0644]
source/lib/util.c
source/lib/util_str.c
source/libsmb/nterr.c
source/param/loadparm.c
source/smbd/dfree.c
source/smbd/fake_file.c [new file with mode: 0644]
source/smbd/files.c
source/smbd/ntquotas.c [new file with mode: 0644]
source/smbd/nttrans.c
source/smbd/quotas.c
source/smbd/trans2.c
source/smbd/vfs-wrap.c