aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/quotafile.c
Commit message (Expand)AuthorAgeFilesLines
* Remove my middle name.Dag-Erling Smørgrav2023-08-171-1/+1
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* r343881 had an uninitialized error. This fixes that.Sean Eric Fagan2019-02-071-1/+1
* r339008 broke repquota for UFS. This rectifies that.Sean Eric Fagan2019-02-071-5/+12
* Ensure buffer is nul-terminated.Xin LI2018-12-311-1/+1
* This exposes ZFS user and group quotas via the normalSean Eric Fagan2018-07-051-3/+6
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Use strlcpy() instead of strncpy() to ensure that qf->fsname is NULDon Lewis2016-05-131-1/+1
* libutil: Use O_CLOEXEC for internal file descriptors from open().Jilles Tjoelker2013-08-281-3/+5
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Debugging nits found while testing the new 64-bit quota code.Kirk McKusick2010-03-161-16/+18
* Add and document the quota_convert function which converts between theKirk McKusick2009-12-281-2/+97
* Minor bugs turned up during conversion of quotacheck.Kirk McKusick2009-12-271-6/+7
* Add and document new quoat_on and quota_off functions.Kirk McKusick2009-11-161-2/+16
* Add quota_maxid which returns the maximum user (or group) identifierKirk McKusick2009-10-201-4/+22
* Further extend the quotafile API.Dag-Erling Smørgrav2009-09-261-32/+69
* StyleDag-Erling Smørgrav2009-09-251-6/+6
* Update the quotafile library to manage both active quotas via theKirk McKusick2009-02-141-88/+191
* Make hasquota thread safe.Kirk McKusick2009-02-131-9/+8
* Move hasquota() function to libutil.Kirk McKusick2009-02-131-2/+54
* Bug fixes found from using these functions in edquota.Kirk McKusick2009-02-101-2/+2
* WIPDag-Erling Smørgrav2009-01-301-0/+272