Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Debugging nits found while testing the new 64-bit quota code. | mckusick | 2010-03-16 | 1 | -16/+18 |
| | |||||
* | Add and document the quota_convert function which converts between the | mckusick | 2009-12-28 | 1 | -2/+97 |
| | | | | old 32-bit and the new 64-bit formats. | ||||
* | Minor bugs turned up during conversion of quotacheck. | mckusick | 2009-12-27 | 1 | -6/+7 |
| | |||||
* | Add and document new quoat_on and quota_off functions. | mckusick | 2009-11-16 | 1 | -2/+16 |
| | |||||
* | Add quota_maxid which returns the maximum user (or group) identifier | mckusick | 2009-10-20 | 1 | -4/+22 |
| | | | | | | in an associated quotafile. Needed by repquota. Bug fix in quota_read. | ||||
* | Further extend the quotafile API. | des | 2009-09-26 | 1 | -32/+69 |
| | |||||
* | Style | des | 2009-09-25 | 1 | -6/+6 |
| | |||||
* | Update the quotafile library to manage both active quotas via the | mckusick | 2009-02-14 | 1 | -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. | mckusick | 2009-02-13 | 1 | -9/+8 |
| | |||||
* | Move hasquota() function to libutil. | mckusick | 2009-02-13 | 1 | -2/+54 |
| | |||||
* | Bug fixes found from using these functions in edquota. | mckusick | 2009-02-10 | 1 | -2/+2 |
| | |||||
* | WIP | des | 2009-01-30 | 1 | -0/+272 |