summaryrefslogtreecommitdiff
path: root/source/smbd/quotas.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1997-06-111-52/+42
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* quotas.c: Fixed typo in #ifdef'ed compile.Samba Release Account1997-03-071-1/+1
* locking.c proto.h shmem.c smb.h status.c :Samba Release Account1997-01-151-1/+1
* Fixed quota support for FreeBsd.Samba Release Account1996-12-101-4/+18
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-5/+7
* - added comments to byteorder.h explaining how it works.Andrew Tridgell1996-06-081-16/+92
* add dummy quotas fnAndrew Tridgell1996-06-041-0/+4
* Lots of changes!Andrew Tridgell1996-05-311-13/+42
* move quotas support out of server.cAndrew Tridgell1996-05-051-0/+330