summaryrefslogtreecommitdiff
path: root/quot.c
Commit message (Collapse)AuthorAgeFilesLines
* * Rewritten configuration script to create config.h (Jan Kara)jkar85722010-01-051-0/+2
| | | | | * Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara)
* 64-bit quota support.jkar85722009-12-141-4/+0
|
* * fixed XFS handling to work with loopback mounted devices (Jan Kara)jkar85722007-02-211-1/+1
| | | | | | * fixed mountpoints scanning to make XFS -x delete command work (Jan Kara) * fixes of signed vs unsigned int issues (Jan Kara) * fixed a format string bug in reporting of raw grace times in repquota (Jan Kara)
* Added option -T and -q to quot(8) utility (Andre Nathan)jkar85722003-12-121-6/+18
|
* Added option to ignore autofs mountpoints to quota(1), quot(8) and ↵jkar85722003-02-141-2/+6
| | | | repquota(8) (Jan Kara, Paul Szabo)
* Fixed bug with rpc.rquotad bad path processing.jkar85722002-05-031-2/+2
|
* Fixed initialization of mountpoint scanning (leading to rpc.rquotad SEGFAULT).jkar85722001-11-261-1/+1
| | | | rpc.rquotad now doesn't need mountpoint to get quota.
* Fixed a few error messages.jkar85722001-08-151-35/+13
| | | | | | Implemented new mountpoint scanning. Implemented caching for scanning in old quota format. Implemented automatic choice of appropriate units in repquota, quota.
* Applied ia64 fix from Nathan.jkar85722001-08-041-5/+11
|
* Fixed bug in quotacheck for new format.jkar85722001-05-111-1/+1
| | | | | Fixed bug in version() in quot (Nathan). Added -t (truncate names) option to repquota.
* Added mntopt.h to dependencies in Makefile.in.jkar85722001-05-021-7/+7
| | | | | | | | | | | Fixed MNTTYPE_REISER to proper string. sprintf->snprintf Merged Marco's patch with errstr(), configurable BSD behaviour Fixed bug in quota detection IO code now opens file only RO if possible. IO code now doesn't open file if not required. Fixed bug in quotaon. Updated all manpages.
* Fixed underscore bug (Nathan Scott)jkar85722001-04-261-1/+1
| | | | EOF -> -1 (Michael Meskes)
* Updated manpages.jkar85722001-04-111-86/+124
| | | | | | Fixed small bug in repquota (User vs Group). Some XFS updates. Fixed problems with devfs and relative paths.
* Initial revisionjkar85722001-03-231-0/+352