summaryrefslogtreecommitdiffstats
path: root/source3/smbd/quotas.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r4301: One more *alloc -> SMB_MALLOC (not compiled by default).Jeremy Allison2007-10-101-2/+2
* r1333: NFS Quota support from Dan Peterson.Richard Sharpe2007-10-101-1/+203
* BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ...Gerald Carter2004-03-161-0/+4
* * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher2004-01-151-8/+9
* Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....Jeremy Allison2004-01-051-63/+96
* Group quotas patch from "Heinreichsberger, Helmut" <Helmut.Heinreichsberger@w...Jeremy Allison2003-11-191-19/+32
* Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy2003-05-141-0/+5
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-0/+109
* Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
* Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>.Jeremy Allison2003-03-111-1/+2
* performance patch from HP-UX folks (cant remember who)Gerald Carter2003-01-281-3/+14