index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
quotas.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-11
quota: move function again to its belonging ifdef block
Björn Jacke
1
-11
/
+9
2012-09-07
s3-smbd: Remove OSF1 support from old (pre-sysquotas) code
Björn Jacke
1
-65
/
+0
2012-09-06
s3:quota: don't force the block size to 512
Björn Jacke
1
-3
/
+0
2012-09-06
s3-smbd: Remove remaining references to removed OS support in old-style quota...
Andrew Bartlett
1
-6
/
+6
2012-09-06
s3-smbd: Remove IRIX support from old (pre-sysquotas) code
Andrew Bartlett
1
-129
/
+0
2012-09-06
s3-smbd: Remove HPUX support from old (pre-sysquotas) code
Andrew Bartlett
1
-19
/
+0
2012-09-06
s3-smbd: Remove BSD support from old (pre-sysquotas) code
Andrew Bartlett
1
-226
/
+3
2012-09-06
s3-smbd: Remove Linux support from old (pre-sysquotas) code
Andrew Bartlett
1
-438
/
+1
2012-09-06
build: Remove Unicos support (quota in particular)
Andrew Bartlett
1
-89
/
+0
2012-09-02
s3: remove some duplicate quota code
Björn Jacke
1
-27
/
+12
2012-04-05
build: Remove sys_fopen wrapper
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: Remove sys_open wrapper
Andrew Bartlett
1
-2
/
+2
2011-06-14
s3:smbd/quotas: add #include "system/filesys.h" (bug #8224)
Stefan Metzmacher
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2010-08-25
s3:smbd: add nfs quota support to the linux-non-sysquota code
Michael Adam
1
-0
/
+198
2009-12-12
s3: Fix a very embarrassing build failure
Volker Lendecke
1
-2
/
+2
2009-11-29
s3: "disk_quotas" only looks at the devicenumber
Volker Lendecke
1
-17
/
+13
2009-11-29
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
1
-13
/
+19
2009-06-29
s3:fix build of old linux quota system and other unixes' quota implementation
Michael Adam
1
-14
/
+14
2009-01-08
s3:smbd: remove stupid static variables for the nfs quota code
Stefan Metzmacher
1
-16
/
+20
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
1
-53
/
+53
2008-09-15
Fix cut and paste error in quota code.
Timur
1
-2
/
+2
2007-11-13
Remove last pstring from smbd/*.c
Jeremy Allison
1
-180
/
+185
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-17
/
+17
2007-10-10
r25311: Patch from Heinrich Mislik <Heinrich.Mislik@univie.ac.at> to fix AIX
Volker Lendecke
1
-0
/
+3
2007-10-10
r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in the
Andrew Tridgell
1
-1
/
+13
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com>
Gerald Carter
1
-1
/
+1
2007-10-10
r22096: become_root_uid_only() is unneeded - it's only used in
Jeremy Allison
1
-15
/
+15
2007-10-10
r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
Jeremy Allison
1
-0
/
+30
2007-10-10
r19260: Fix for bug #3524 from tiamat@komi.mts.ru - Solaris quotas.
Jeremy Allison
1
-7
/
+9
2007-10-10
r17296: Replace the understandable parts of the quota
Jeremy Allison
1
-17
/
+13
2007-10-10
r12477: Remove a gcc -O6 warning
Volker Lendecke
1
-0
/
+2
2007-10-10
r12076: Ensure setmntent() returns with != NULL in the disk_quotas() Linux
Lars Müller
1
-1
/
+3
2007-10-10
r10901: BUG 3145: Fix build issue regarding quota support on Solaris
Gerald Carter
1
-3
/
+3
2007-10-10
r6712: BUG 2362: fix quota support on DragonFly (Joerg Sonnenberger <joerg@le...
Gerald Carter
1
-14
/
+14
2007-10-10
r5958: BUG 1843: patch from james peach to fix quotas (with no soft limits) o...
Gerald Carter
1
-5
/
+10
2007-10-10
r5157: BUG 2266: conditionally include rpc/nettype.h to work around missing h...
Gerald Carter
1
-0
/
+2
2007-10-10
r4301: One more *alloc -> SMB_MALLOC (not compiled by default).
Jeremy Allison
1
-2
/
+2
2007-10-10
r1333: NFS Quota support from Dan Peterson.
Richard Sharpe
1
-1
/
+203
2004-03-16
BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ...
Gerald Carter
1
-0
/
+4
2004-01-15
* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
Stefan Metzmacher
1
-8
/
+9
2004-01-05
Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....
Jeremy Allison
1
-63
/
+96
2003-11-19
Group quotas patch from "Heinreichsberger, Helmut" <Helmut.Heinreichsberger@w...
Jeremy Allison
1
-19
/
+32
2003-05-14
Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...
Alexander Bokovoy
1
-0
/
+5
2003-05-12
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
1
-0
/
+109
2003-05-01
Fix disk quotas support on HP/UX (patch by David Nixon)
Jelmer Vernooij
1
-1
/
+1
2003-03-11
Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>.
Jeremy Allison
1
-1
/
+2
2003-01-28
performance patch from HP-UX folks (cant remember who)
Gerald Carter
1
-3
/
+14
[next]