aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/quotafile.c
Commit message (Expand)AuthorAgeFilesLines
* 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