summaryrefslogtreecommitdiff
path: root/source3/lib/sysquotas.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-15lib: Streamline finding a file's block device for quota codeVolker Lendecke1-10/+106
2026-02-15lib: Convert sys_path_to_bdev to tallocVolker Lendecke1-23/+37
2026-01-21s3:lib: Remove unused codeJennifer Sutton1-8/+0
2026-01-20smbd: Scan output of get quota command with sscanfVolker Lendecke1-77/+17
2026-01-20smbd: Add a NULL check for get quota command outputVolker Lendecke1-1/+2
2026-01-20smbd: Reduce indentation with an early returnVolker Lendecke1-89/+85
2026-01-20smbd: Modernize a few DEBUGsVolker Lendecke1-4/+4
2026-01-07lib: Reduce indentation with an early returnVolker Lendecke1-191/+185
2026-01-07smb: Modernize a few DEBUGsVolker Lendecke1-10/+14
2025-11-10lib: Fix trailing whitespaceVolker Lendecke1-24/+23
2025-08-15lib: Move file_lines_ploadv() to lib/util/Volker Lendecke1-1/+1
2023-08-14s3:lib: Use portable format specifiersJoseph Sutton1-12/+12
2023-08-08s3:lib: Use portable format specifiersJoseph Sutton1-7/+7
2023-08-08s3:lib: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2022-01-18lib: Save a few lines with str_list_add_printf()Volker Lendecke1-57/+16
2022-01-18lib: Save a few lines with str_list_add_printf()Volker Lendecke1-22/+5
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-11-27smbdotconf: mark "set quota command" with substitution="1"Ralph Boehme1-1/+3
2019-11-27smbdotconf: mark "get quota command" with substitution="1"Ralph Boehme1-1/+3
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-1/+5
2019-05-24s3: smbd: Convert sysquotas.c code to use file_lines_ploadv().Jeremy Allison1-19/+107
2019-03-01lib: Use wrapper for string to integer conversionSwen Schillig1-1/+6
2019-02-17add sysquotas_jfs2.cBjoern Jacke1-0/+3
2018-07-31s3/lib: Fix misleading typo in debug messageNoel Power1-1/+1
2016-10-08s3-sysquotas: correctly restore path when finding mount pointUri Simchoni1-1/+4
2016-06-01s3-sysquotas: remove special handling of EDQUOTUri Simchoni1-10/+0
2016-02-23lib: Remove "includes.h" from util_file.cVolker Lendecke1-0/+1
2016-02-23lib: Add "mem_ctx" to file_lines_ploadVolker Lendecke1-2/+2
2016-01-27smbd quotas: avoid stat of foreign file systemsUri Simchoni1-10/+61
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