summaryrefslogtreecommitdiff
path: root/source3/smbd/quotas.c
Commit message (Expand)AuthorAgeFilesLines
* quotas: Check group quota for directory when SGID is setChristof Schmitt2019-08-141-4/+19
* quotas: remove legacy AIX quota code that is covered by sysquotas nowBjoern Jacke2019-02-171-122/+0
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-5/+5
* smbd: use owner uid for free disk calculation if owner is inheritedUri Simchoni2016-08-131-2/+19
* smbd: get a valid file stat to disk_quotasUri Simchoni2016-08-131-18/+20
* s3-dfree-quota: remove special handling of EDQUOTUri Simchoni2016-06-011-18/+4
* smbd: dfree - ignore quota if not enforcedUri Simchoni2016-05-281-1/+31
* smbd: remove quota support for some ancient OSsUri Simchoni2016-03-171-197/+3
* disk_quotas: style fixUri Simchoni2016-01-261-2/+4
* smbd: refactor disk_free handlingUri Simchoni2016-01-261-9/+10
* smbd/quotas: Remove invalid quota status switch caseAnoop C S2015-10-241-10/+7
* quota: move function again to its belonging ifdef blockBjörn Jacke2012-09-111-11/+9
* s3-smbd: Remove OSF1 support from old (pre-sysquotas) codeBjörn Jacke2012-09-071-65/+0
* s3:quota: don't force the block size to 512Björn Jacke2012-09-061-3/+0
* s3-smbd: Remove remaining references to removed OS support in old-style quota...Andrew Bartlett2012-09-061-6/+6
* s3-smbd: Remove IRIX support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-129/+0
* s3-smbd: Remove HPUX support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-19/+0
* s3-smbd: Remove BSD support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-226/+3
* s3-smbd: Remove Linux support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-438/+1
* build: Remove Unicos support (quota in particular)Andrew Bartlett2012-09-061-89/+0
* s3: remove some duplicate quota codeBjörn Jacke2012-09-021-27/+12
* build: Remove sys_fopen wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-2/+2
* s3:smbd/quotas: add #include "system/filesys.h" (bug #8224)Stefan Metzmacher2011-06-141-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3:smbd: add nfs quota support to the linux-non-sysquota codeMichael Adam2010-08-251-0/+198
* s3: Fix a very embarrassing build failureVolker Lendecke2009-12-121-2/+2
* s3: "disk_quotas" only looks at the devicenumberVolker Lendecke2009-11-291-17/+13
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-13/+19
* s3:fix build of old linux quota system and other unixes' quota implementationMichael Adam2009-06-291-14/+14
* s3:smbd: remove stupid static variables for the nfs quota codeStefan Metzmacher2009-01-081-16/+20
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-53/+53
* Fix cut and paste error in quota code.Timur2008-09-151-2/+2
* Remove last pstring from smbd/*.cJeremy Allison2007-11-131-180/+185
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-17/+17
* r25311: Patch from Heinrich Mislik <Heinrich.Mislik@univie.ac.at> to fix AIXVolker Lendecke2007-10-101-0/+3
* r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in theAndrew Tridgell2007-10-101-1/+13
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com>Gerald Carter2007-10-101-1/+1
* r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-10-101-15/+15
* r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.Jeremy Allison2007-10-101-0/+30
* r19260: Fix for bug #3524 from tiamat@komi.mts.ru - Solaris quotas.Jeremy Allison2007-10-101-7/+9
* r17296: Replace the understandable parts of the quotaJeremy Allison2007-10-101-17/+13
* r12477: Remove a gcc -O6 warningVolker Lendecke2007-10-101-0/+2
* r12076: Ensure setmntent() returns with != NULL in the disk_quotas() LinuxLars Müller2007-10-101-1/+3
* r10901: BUG 3145: Fix build issue regarding quota support on SolarisGerald Carter2007-10-101-3/+3
* r6712: BUG 2362: fix quota support on DragonFly (Joerg Sonnenberger <joerg@le...Gerald Carter2007-10-101-14/+14
* r5958: BUG 1843: patch from james peach to fix quotas (with no soft limits) o...Gerald Carter2007-10-101-5/+10
* r5157: BUG 2266: conditionally include rpc/nettype.h to work around missing h...Gerald Carter2007-10-101-0/+2