summaryrefslogtreecommitdiff
path: root/source3/lib/sysquotas.c
Commit message (Expand)AuthorAgeFilesLines
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-1/+5
* s3: smbd: Convert sysquotas.c code to use file_lines_ploadv().Jeremy Allison2019-05-241-19/+107
* lib: Use wrapper for string to integer conversionSwen Schillig2019-03-011-1/+6
* add sysquotas_jfs2.cBjoern Jacke2019-02-171-0/+3
* s3/lib: Fix misleading typo in debug messageNoel Power2018-07-311-1/+1
* s3-sysquotas: correctly restore path when finding mount pointUri Simchoni2016-10-081-1/+4
* s3-sysquotas: remove special handling of EDQUOTUri Simchoni2016-06-011-10/+0
* lib: Remove "includes.h" from util_file.cVolker Lendecke2016-02-231-0/+1
* lib: Add "mem_ctx" to file_lines_ploadVolker Lendecke2016-02-231-2/+2
* smbd quotas: avoid stat of foreign file systemsUri Simchoni2016-01-271-10/+61
* quota: add supprt for gfs2Björn Jacke2012-09-181-0/+2
* quota: also log which fs type we foundBjörn Jacke2012-09-151-1/+1
* s3:quota: don't add the string '"' into the argument listBjörn Jacke2012-09-081-2/+2
* s3:quota: clean up and consolidate the xfs quota checks and definesBjörn Jacke2012-09-071-1/+1
* s3:sysquota_xfs: fix logic so that we actually use this module on LinuxBjörn Jacke2012-09-071-1/+1
* fileserver:sysquotas: remove wrong castBjörn Jacke2012-09-061-1/+1
* sysquota: we need to list nfs4 as a separate fs name for the sys_get_nfs_quot...Björn Jacke2012-09-061-0/+1
* s3: add sysquotas_4B supportBjörn Jacke2012-09-021-2/+0
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-2/+2
* s3:lib/sysquota: remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher2011-04-231-24/+0
* s3:smbd: add a nfs backend for sysquotas.Michael Adam2010-08-251-0/+3
* s3: "sys_path_to_bdev" only looks at the devicenumberVolker Lendecke2009-11-291-4/+3
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-3/+4
* s3:lib/sysquotas: fix usage of SMB_STRUCT_STAT (struct stat_ex).Michael Adam2009-06-291-3/+3
* Use common util_file code.Jelmer Vernooij2008-10-121-3/+3
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-19/+25
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r14342: Fix coverity #68, resource leak on error path.Jeremy Allison2007-10-101-22/+54
* r11560: Fix core dump if setmntent returns NULL.Jeremy Allison2007-10-101-0/+3
* r6586: get rid of a few more compiler warningsHerb Lewis2007-10-101-0/+2
* r4236: More *alloc fixes.Jeremy Allison2007-10-101-6/+6
* * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher2004-01-151-8/+31
* fix XFS quotas the macro changed from HAVE_XFS_QUOTA -> HAVE_XFS_QUOTASStefan Metzmacher2004-01-141-2/+2
* Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....Jeremy Allison2004-01-051-529/+0
* Move sysquotas autoconf tests to a seperate file.Jelmer Vernooij2003-10-091-99/+1
* Return proper error when it is impossible to change quota flagsAlexander Bokovoy2003-07-311-2/+23
* Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy2003-07-291-44/+169
* Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy2003-05-141-0/+7
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-0/+956