summaryrefslogtreecommitdiff
path: root/source3/smbd/quotas.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-13small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e...Jelmer Vernooij1-0/+5
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-30XFS quota patch for Linux.Jeremy Allison1-2/+33
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-6/+6
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-21Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison1-68/+125
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-04-27More debug %d -> %u issues.Jeremy Allison1-8/+3
2001-04-27Fixes for problems in NFS server code from Michael Gerdts <Michael.Gerdts@usa...Jeremy Allison1-23/+41
2001-04-05Fix from "Romeril, Alan" <a.romeril@ic.ac.uk> to get his NFS quota codeJeremy Allison1-6/+6
2001-04-01Integrated solaris nfs quota code from Alan Romeril <a.romeril@ic.ac.uk>Jeremy Allison1-112/+275
2001-03-27Removed NFS quotas code for Solaris as Alan wants to re-write it.Jeremy Allison1-279/+112
2001-03-27Added NFS quota support for Solaris 5.x from Alan Romeril <a.romeril@ic.ac.uk>.Jeremy Allison1-112/+279
2001-02-27Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plusJeremy Allison1-9/+17
2000-12-04Remove C++ style commentsDavid O'Neill1-1/+1
2000-04-10Fix for soft quotas not being set fromJeremy Allison1-0/+24
2000-03-13Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.Shirish Kalele1-2/+145
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-56/+55
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-2/+2
1998-11-13include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1-1/+1
1998-11-09Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1-1/+1
1998-11-06lib/charcnv.c: Improved debug comment.Jeremy Allison1-20/+23
1998-11-03Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1-8/+0
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison1-0/+1
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-16/+16
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-6/+6
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-3/+3
1998-05-12This is a security audit change of the main source.Jeremy Allison1-7/+7
1998-03-24clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1-0/+2
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-12-23Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org>Jeremy Allison1-10/+10
1997-11-17loadparm.c : Added "veto oplock files" parameter.Jeremy Allison1-0/+7
1997-10-08Makefile: Split definitions for SGI4,5,6.Jeremy Allison1-1/+146
1997-09-23Checkin to sync up oplock development code so that NTJeremy Allison1-4/+16
1997-08-19Makefile: Changed for HPUX10 tidyup.Samba Release Account1-2/+43
1997-07-24Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1-2/+2
1997-07-17Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account1-1/+1
1997-07-08Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1-6/+17
1997-07-02Fixed compile warnings for FreeBsd & Linux.Samba Release Account1-10/+13
1997-06-11Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1-52/+42
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1997-03-07quotas.c: Fixed typo in #ifdef'ed compile.Samba Release Account1-1/+1
1997-01-15locking.c proto.h shmem.c smb.h status.c :Samba Release Account1-1/+1
1996-12-10Fixed quota support for FreeBsd.Samba Release Account1-4/+18
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1-5/+7
1996-06-08- added comments to byteorder.h explaining how it works.Andrew Tridgell1-16/+92
1996-06-04add dummy quotas fnAndrew Tridgell1-0/+4
1996-05-31Lots of changes!Andrew Tridgell1-13/+42
1996-05-05move quotas support out of server.cAndrew Tridgell1-0/+330