summaryrefslogtreecommitdiff
path: root/source3/lib/sysquotas.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-18quota: add supprt for gfs2Björn Jacke1-0/+2
2012-09-15quota: also log which fs type we foundBjörn Jacke1-1/+1
2012-09-08s3:quota: don't add the string '"' into the argument listBjörn Jacke1-2/+2
2012-09-07s3:quota: clean up and consolidate the xfs quota checks and definesBjörn Jacke1-1/+1
2012-09-07s3:sysquota_xfs: fix logic so that we actually use this module on LinuxBjörn Jacke1-1/+1
2012-09-06fileserver:sysquotas: remove wrong castBjörn Jacke1-1/+1
2012-09-06sysquota: we need to list nfs4 as a separate fs name for the sys_get_nfs_quot...Björn Jacke1-0/+1
2012-09-02s3: add sysquotas_4B supportBjörn Jacke1-2/+0
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+2
2011-04-23s3:lib/sysquota: remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-24/+0
2010-08-25s3:smbd: add a nfs backend for sysquotas.Michael Adam1-0/+3
2009-11-29s3: "sys_path_to_bdev" only looks at the devicenumberVolker Lendecke1-4/+3
2009-11-29s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke1-3/+4
2009-06-29s3:lib/sysquotas: fix usage of SMB_STRUCT_STAT (struct stat_ex).Michael Adam1-3/+3
2008-10-12Use common util_file code.Jelmer Vernooij1-3/+3
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-19/+25
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r14342: Fix coverity #68, resource leak on error path.Jeremy Allison1-22/+54
2007-10-10r11560: Fix core dump if setmntent returns NULL.Jeremy Allison1-0/+3
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis1-0/+2
2007-10-10r4236: More *alloc fixes.Jeremy Allison1-6/+6
2004-01-15* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher1-8/+31
2004-01-14fix XFS quotas the macro changed from HAVE_XFS_QUOTA -> HAVE_XFS_QUOTASStefan Metzmacher1-2/+2
2004-01-05Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....Jeremy Allison1-529/+0
2003-10-09Move sysquotas autoconf tests to a seperate file.Jelmer Vernooij1-99/+1
2003-07-31Return proper error when it is impossible to change quota flagsAlexander Bokovoy1-2/+23
2003-07-29Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy1-44/+169
2003-05-14Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy1-0/+7
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-0/+956