summaryrefslogtreecommitdiffstats
path: root/setquota.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-01setquota: Avoid false error messages when setting grace timesJan Kara1-2/+4
2019-05-24setquota: Report failure to obtain quota informationJan Kara1-0/+18
2019-05-24Make messages about failures for NFS consistent with local filesystemsJan Kara1-3/+3
2016-03-31setquota: Project quota supportJan Kara1-14/+36
2016-03-30Fix warnings due to missing stdlib.hJan Kara1-0/+1
2016-03-30Allow building on systems that do not have rpc header filesTheodore Ts'o1-0/+2
2014-12-02Create new autotools buildsystemTomáš Chvátal1-1/+1
2013-01-21Recognize units at inode limits by edquotaPetr Písař1-2/+0
2013-01-21Recognize units at inode limits by setquotaPetr Písař1-4/+35
2013-01-21Recognize block limit units on setquota standard inputPetr Písař1-4/+22
2013-01-21Recognize units at block limits by setquotaPetr Písař1-2/+15
2012-03-02Further i18n fixesJan Kara1-1/+1
2012-02-29Typo fixes, message changes for easier i18nJan Kara1-9/+9
2011-05-16Make global symbols static as possiblePetr Pisar1-5/+5
2011-03-14Fix check in setgraces() in setquota.cPetr Pisar1-1/+1
2011-03-09Forbid grace time setting over RPCJan Kara1-1/+5
2011-03-08Fix synopsis and properly report errors during remote grace period settingJan Kara1-3/+8
2011-01-11Make quota, setquota, and edquota recognize -h optionOndrej Vasik1-2/+2
2010-01-05* Rewritten configuration script to create config.h (Jan Kara)jkar85721-0/+3
2008-12-18Do not allow setting of user's grace time when softlimit is not exceeded (Jan...jkar85721-2/+8
2008-12-17* fix reference to rpc manpage (anonymous reporter)jkar85721-10/+10
2008-04-28* some typos fixes (Matthew Boyle)jkar85721-1/+1
2007-11-13Added -c, --continue-batch option to setquota (8) (Jan Kara)jkar85721-8/+24
2007-11-08Let setquota batch mode accept comments and blank lines (Jacky Bruno, Jan Kara)jkar85721-7/+20
2007-09-18Updated manpages to explain --no-mixed-paths (Jan Kara)jkar85721-6/+6
2007-08-23Added options to enable pathname mangling for NFSv4 (Jan Kara)jkar85721-5/+15
2006-05-13Changed option parsing to use long options (Jan Kara)jkar85721-21/+52
2005-11-21Corrected some informal language in error messages (Jan Kara)jkar85721-1/+1
2005-10-25Changed mountpoint scanning so that we don't even stat NFS mountpoints whenjkar85721-2/+2
2004-07-13Fixed exit codes of edquota and setquota (Jan Kara)jkar85721-13/+26
2004-04-22Fixed possible problems when getprivs() return NULL. (Jan Kara)jkar85721-1/+1
2004-04-14Added batch mode of setquota(8) (Jan Kara)jkar85721-9/+81
2003-02-14Added option to ignore autofs mountpoints to quota(1), quot(8) and repquota(8...jkar85721-2/+2
2002-11-21Updated edquota(8) and setquota(8) to allow setting of individual grace time ...jkar85721-8/+51
2002-07-23* fixed quotacheck(8) to continue when old quota files were not found (Jan Kara)jkar85721-2/+2
2002-03-27Fixed bug in quota(1) return code.jkar85721-1/+1
2001-09-26Fixed detection of RH 7.1 kernel not to make problems on older kernels.jkar85721-5/+1
2001-08-15Fixed a few error messages.jkar85721-1/+1
2001-07-16Fixed quotastats(8)jkar85721-0/+2
2001-05-02Added mntopt.h to dependencies in Makefile.in.jkar85721-7/+12
2001-04-26Fixed underscore bug (Nathan Scott)jkar85721-1/+1
2001-04-04Merged with RedHat patch - mainly documentation issuesjkar85721-1/+2
2001-03-23Initial revisionjkar85721-0/+232