summaryrefslogtreecommitdiffstats
path: root/source/smbd/quotas.c
Commit message (Expand)AuthorAgeFilesLines
* Fix cut and paste error in quota code.Timur2008-09-161-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
* small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e...Jelmer Vernooij2002-11-131-0/+5
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* XFS quota patch for Linux.Jeremy Allison2001-11-301-2/+33
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-6/+6
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison2001-09-211-68/+125
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* More debug %d -> %u issues.Jeremy Allison2001-04-271-8/+3
* Fixes for problems in NFS server code from Michael Gerdts <Michael.Gerdts@usa...Jeremy Allison2001-04-271-23/+41
* Fix from "Romeril, Alan" <a.romeril@ic.ac.uk> to get his NFS quota codeJeremy Allison2001-04-051-6/+6
* Integrated solaris nfs quota code from Alan Romeril <a.romeril@ic.ac.uk>Jeremy Allison2001-04-011-112/+275
* Removed NFS quotas code for Solaris as Alan wants to re-write it.Jeremy Allison2001-03-271-279/+112
* Added NFS quota support for Solaris 5.x from Alan Romeril <a.romeril@ic.ac.uk>.Jeremy Allison2001-03-271-112/+279
* Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plusJeremy Allison2001-02-271-9/+17
* Remove C++ style commentsDavid O'Neill2000-12-041-1/+1
* Fix for soft quotas not being set fromJeremy Allison2000-04-101-0/+24
* Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.Shirish Kalele2000-03-131-2/+145
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-56/+55
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-2/+2
* include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1998-11-131-1/+1