index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
quotas.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
quotas: Check group quota for directory when SGID is set
Christof Schmitt
2019-08-14
1
-4
/
+19
*
quotas: remove legacy AIX quota code that is covered by sysquotas now
Bjoern Jacke
2019-02-17
1
-122
/
+0
*
s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...
Jeremy Allison
2017-06-18
1
-5
/
+5
*
smbd: use owner uid for free disk calculation if owner is inherited
Uri Simchoni
2016-08-13
1
-2
/
+19
*
smbd: get a valid file stat to disk_quotas
Uri Simchoni
2016-08-13
1
-18
/
+20
*
s3-dfree-quota: remove special handling of EDQUOT
Uri Simchoni
2016-06-01
1
-18
/
+4
*
smbd: dfree - ignore quota if not enforced
Uri Simchoni
2016-05-28
1
-1
/
+31
*
smbd: remove quota support for some ancient OSs
Uri Simchoni
2016-03-17
1
-197
/
+3
*
disk_quotas: style fix
Uri Simchoni
2016-01-26
1
-2
/
+4
*
smbd: refactor disk_free handling
Uri Simchoni
2016-01-26
1
-9
/
+10
*
smbd/quotas: Remove invalid quota status switch case
Anoop C S
2015-10-24
1
-10
/
+7
*
quota: move function again to its belonging ifdef block
Björn Jacke
2012-09-11
1
-11
/
+9
*
s3-smbd: Remove OSF1 support from old (pre-sysquotas) code
Björn Jacke
2012-09-07
1
-65
/
+0
*
s3:quota: don't force the block size to 512
Björn Jacke
2012-09-06
1
-3
/
+0
*
s3-smbd: Remove remaining references to removed OS support in old-style quota...
Andrew Bartlett
2012-09-06
1
-6
/
+6
*
s3-smbd: Remove IRIX support from old (pre-sysquotas) code
Andrew Bartlett
2012-09-06
1
-129
/
+0
*
s3-smbd: Remove HPUX support from old (pre-sysquotas) code
Andrew Bartlett
2012-09-06
1
-19
/
+0
*
s3-smbd: Remove BSD support from old (pre-sysquotas) code
Andrew Bartlett
2012-09-06
1
-226
/
+3
*
s3-smbd: Remove Linux support from old (pre-sysquotas) code
Andrew Bartlett
2012-09-06
1
-438
/
+1
*
build: Remove Unicos support (quota in particular)
Andrew Bartlett
2012-09-06
1
-89
/
+0
*
s3: remove some duplicate quota code
Björn Jacke
2012-09-02
1
-27
/
+12
*
build: Remove sys_fopen wrapper
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
build: Remove sys_open wrapper
Andrew Bartlett
2012-04-05
1
-2
/
+2
*
s3:smbd/quotas: add #include "system/filesys.h" (bug #8224)
Stefan Metzmacher
2011-06-14
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3:smbd: add nfs quota support to the linux-non-sysquota code
Michael Adam
2010-08-25
1
-0
/
+198
*
s3: Fix a very embarrassing build failure
Volker Lendecke
2009-12-12
1
-2
/
+2
*
s3: "disk_quotas" only looks at the devicenumber
Volker Lendecke
2009-11-29
1
-17
/
+13
*
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
2009-11-29
1
-13
/
+19
*
s3:fix build of old linux quota system and other unixes' quota implementation
Michael Adam
2009-06-29
1
-14
/
+14
*
s3:smbd: remove stupid static variables for the nfs quota code
Stefan Metzmacher
2009-01-08
1
-16
/
+20
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-53
/
+53
*
Fix cut and paste error in quota code.
Timur
2008-09-15
1
-2
/
+2
*
Remove last pstring from smbd/*.c
Jeremy Allison
2007-11-13
1
-180
/
+185
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-17
/
+17
*
r25311: Patch from Heinrich Mislik <Heinrich.Mislik@univie.ac.at> to fix AIX
Volker Lendecke
2007-10-10
1
-0
/
+3
*
r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in the
Andrew Tridgell
2007-10-10
1
-1
/
+13
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com>
Gerald Carter
2007-10-10
1
-1
/
+1
*
r22096: become_root_uid_only() is unneeded - it's only used in
Jeremy Allison
2007-10-10
1
-15
/
+15
*
r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
Jeremy Allison
2007-10-10
1
-0
/
+30
*
r19260: Fix for bug #3524 from tiamat@komi.mts.ru - Solaris quotas.
Jeremy Allison
2007-10-10
1
-7
/
+9
*
r17296: Replace the understandable parts of the quota
Jeremy Allison
2007-10-10
1
-17
/
+13
*
r12477: Remove a gcc -O6 warning
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r12076: Ensure setmntent() returns with != NULL in the disk_quotas() Linux
Lars Müller
2007-10-10
1
-1
/
+3
*
r10901: BUG 3145: Fix build issue regarding quota support on Solaris
Gerald Carter
2007-10-10
1
-3
/
+3
*
r6712: BUG 2362: fix quota support on DragonFly (Joerg Sonnenberger <joerg@le...
Gerald Carter
2007-10-10
1
-14
/
+14
*
r5958: BUG 1843: patch from james peach to fix quotas (with no soft limits) o...
Gerald Carter
2007-10-10
1
-5
/
+10
*
r5157: BUG 2266: conditionally include rpc/nettype.h to work around missing h...
Gerald Carter
2007-10-10
1
-0
/
+2
[next]