summaryrefslogtreecommitdiff
path: root/source3/smbd/quotas.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-1/+1
* lib/charcnv.c: Improved debug comment.Jeremy Allison1998-11-061-20/+23
* Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1998-11-031-8/+0
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-0/+1
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-16/+16
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-6/+6
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-3/+3
* This is a security audit change of the main source.Jeremy Allison1998-05-121-7/+7
* clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1998-03-241-0/+2
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org>Jeremy Allison1997-12-231-10/+10
* loadparm.c : Added "veto oplock files" parameter.Jeremy Allison1997-11-171-0/+7
* Makefile: Split definitions for SGI4,5,6.Jeremy Allison1997-10-081-1/+146
* Checkin to sync up oplock development code so that NTJeremy Allison1997-09-231-4/+16
* Makefile: Changed for HPUX10 tidyup.Samba Release Account1997-08-191-2/+43
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-241-2/+2
* Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account1997-07-171-1/+1
* Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1997-07-081-6/+17
* Fixed compile warnings for FreeBsd & Linux.Samba Release Account1997-07-021-10/+13