summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_default_quota.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-15vfs: Add "fsp" to SMB_VFS_SET_QUOTAVolker Lendecke1-4/+19
2026-02-15vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a nameVolker Lendecke1-10/+14
2025-11-10vfs: Fix trailing whitespaceVolker Lendecke1-7/+7
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-06-18s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison1-7/+10
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-01-26vfs: add path parameter to get_quotaUri Simchoni1-4/+9
2015-05-06Convert all uint8/16/32 to _t in all modules.Richard Sharpe1-2/+2
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-2/+2
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-8/+5
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-0/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-8/+8
2007-10-10r10106: Fix typos. Oops, more fixes.John Terpstra1-6/+6
2007-10-10r10105: Fix typos. Oops, modules are called objects.John Terpstra1-2/+2
2007-10-10r10061: add some description to the default_quota moduleStefan Metzmacher1-0/+50
2007-10-10r840: use quota debug classStefan Metzmacher1-1/+1
2003-07-29Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy1-0/+180