summaryrefslogtreecommitdiff
path: root/quota.c
Commit message (Expand)AuthorAgeFilesLines
* quota: Use realloc(3) instead of reallocarray(3)Fabrice Fontaine2020-11-111-1/+1
* quota: Add --filesystem optionJan Kara2020-09-211-4/+19
* quota: Add synopsis for project quotaJan Kara2020-09-211-1/+2
* Make messages about failures for NFS consistent with local filesystemsJan Kara2019-05-241-1/+1
* Remove old disclaimersJan Kara2019-03-261-31/+1
* quota(1): Distinguish between none quota limits and no allocated resourcesPetr Písař2019-03-211-5/+10
* Implement manual choice of output unitJan Kara2018-01-101-33/+43
* quota: Return non-zero exit code when getting quota failsIan Chard2017-08-311-0/+5
* quota-tools: add missing newline to die() messagesTheodore Ts'o2017-02-091-1/+1
* quota: Add project quota supportJan Kara2016-03-311-6/+23
* Use NGROUPS_MAX instead of NGROUPSTheodore Ts'o2016-03-301-2/+3
* Create new autotools buildsystemTomáš Chvátal2014-12-021-1/+1
* Fix various usage mistakesPetr Písař2013-03-131-1/+1
* Typo fixes, message changes for easier i18nJan Kara2012-02-291-1/+1
* Make global symbols static as possiblePetr Pisar2011-05-161-5/+5
* Make quota, setquota, and edquota recognize -h optionOndrej Vasik2011-01-111-1/+2
* quota: Allow printing of mountpointJan Kara2010-09-141-9/+65
* * Rewritten configuration script to create config.h (Jan Kara)jkar85722010-01-051-0/+2
* 64-bit quota support.jkar85722009-12-141-4/+0
* Improved header of quota and repquota headers in case -s option is used.jkar85722009-10-201-2/+9
* Format string fixes (Ladislav Michnovic)jkar85722008-04-211-3/+3
* Updated manpages to explain --no-mixed-paths (Jan Kara)jkar85722007-09-181-6/+6
* Added options to enable pathname mangling for NFSv4 (Jan Kara)jkar85722007-08-231-7/+17
* Added -p option to quota(1).jkar85722007-06-201-8/+35
* Include stdlib.h in quota.c (Mike Frysinger)jkar85722007-03-261-1/+2
* Fix in option parsing of quota(1) for -A option.jkar85722007-02-221-2/+2
* * added option -A to quota(1) to report all NFS mountpoints (Jan Kara)jkar85722007-02-221-5/+11
* Changed option parsing to use long options (Jan Kara)jkar85722006-05-131-6/+44
* Corrected some informal language in error messages (Jan Kara)jkar85722005-11-211-106/+112
* Changed mountpoint scanning so that we don't even stat NFS mountpoints whenjkar85722005-10-251-2/+2
* Fix handling of UID and GID - they are unsigned. (Matthew Kent)jkar85722005-09-131-3/+3
* quota(1) now shows grace time even if hardlimit is reached (Jan Kara)jkar85722005-07-191-8/+12
* Get maximal number of groups via sysconf() (Nathan Scott)jkar85722004-04-201-5/+13
* Added batch mode of setquota(8) (Jan Kara)jkar85722004-04-141-3/+3
* Added option to ignore autofs mountpoints to quota(1), quot(8) and repquota(8...jkar85722003-02-141-6/+10
* * fixed quotacheck(8) to continue when old quota files were not found (Jan Kara)jkar85722002-07-231-32/+46
* Fixed printing of sign 'over soft quota' in quota(1)jkar85722002-05-201-3/+3
* Small fixes in printing quota grace timesjkar85722002-04-081-16/+26
* Fixed bug in quota(1) return code.jkar85722002-03-271-8/+8
* Fixed minor bug in printing grace times for quota(1) (Jan Kara)jkar85722002-03-051-3/+3
* Fixed a few error messages.jkar85722001-08-151-13/+22
* Updated format string in quota(1) to force spaces between numbers.jkar85722001-07-171-3/+3
* Added mntopt.h to dependencies in Makefile.in.jkar85722001-05-021-15/+23
* Fixed underscore bug (Nathan Scott)jkar85722001-04-261-2/+2
* Fixed some compile time bugs.jkar85722001-04-251-1/+2
* Merged with RedHat patch - mainly documentation issuesjkar85722001-04-041-2/+2
* Initial revisionjkar85722001-03-231-0/+226