summaryrefslogtreecommitdiffstats
path: root/lib/libutil/quotafile.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
| | | | | | | | | | The index() and rindex() functions were marked LEGACY in the 2001 revision of POSIX and were subsequently removed from the 2008 revision. The strchr() and strrchr() functions are part of the C standard. This makes the source code a lot more consistent, as most of these C files also call into other str*() routines. In fact, about a dozen already perform strchr() calls.
* Debugging nits found while testing the new 64-bit quota code.mckusick2010-03-161-16/+18
|
* Add and document the quota_convert function which converts between themckusick2009-12-281-2/+97
| | | | old 32-bit and the new 64-bit formats.
* Minor bugs turned up during conversion of quotacheck.mckusick2009-12-271-6/+7
|
* Add and document new quoat_on and quota_off functions.mckusick2009-11-161-2/+16
|
* Add quota_maxid which returns the maximum user (or group) identifiermckusick2009-10-201-4/+22
| | | | | | in an associated quotafile. Needed by repquota. Bug fix in quota_read.
* Further extend the quotafile API.des2009-09-261-32/+69
|
* Styledes2009-09-251-6/+6
|
* Update the quotafile library to manage both active quotas via themckusick2009-02-141-88/+191
| | | | | | | | quotactl(2) interface and inactive quotas by accessing the quota files directly. Update the edquota program to use this new interface as proof of concept.
* Make hasquota thread safe.mckusick2009-02-131-9/+8
|
* Move hasquota() function to libutil.mckusick2009-02-131-2/+54
|
* Bug fixes found from using these functions in edquota.mckusick2009-02-101-2/+2
|
* WIPdes2009-01-301-0/+272
OpenPOWER on IntegriCloud