summaryrefslogtreecommitdiff
path: root/quotasys.c
AgeCommit message (Collapse)Author
2009-12-21Fixed error reporting when rpc format specified on command line (Jan Kara)jkar8572
Added missing files.
2009-12-1464-bit quota support.jkar8572
2009-10-20Improved header of quota and repquota headers in case -s option is used.jkar8572
2009-09-21Fixed mountpoint scanning when NFS mountpoint is specified on command line ↵jkar8572
(Jan Kara)
2008-12-17* fix reference to rpc manpage (anonymous reporter)jkar8572
* add EXT4 (not only EXT4DEV) to the list of supported filesystems (Mingming Cao) * fix setting of more than 31-bit block and inode limits (Gui Xiaohua) * fixed bug in error reporting when quota reading fails (Jan Kara) * added support for quota formats with hidden quota files (Jan Kara)
2008-04-21Format string fixes (Ladislav Michnovic)jkar8572
2007-08-22Cleaned up host access handling in rpc.rquotad (Jan Kara)jkar8572
Added allow_severity and deny_severity variables for older versions of libwrap (Martin Jacobs) Added MPFS to the list of supported filesystems (Dave Boone) Configure script now correctly reports checking of libwrap (Jan Kara)
2007-04-24Recognize ext4 filesystem (Jan Kara)jkar8572
Fix LDAP scripts to use VISUAL instead of EDITOR (Michael Meskes)
2007-02-22* added option -A to quota(1) to report all NFS mountpoints (Jan Kara)jkar8572
2007-02-21* fixed XFS handling to work with loopback mounted devices (Jan Kara)jkar8572
* 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)
2006-05-13Changed option parsing to use long options (Jan Kara)jkar8572
Added option to always resolve even numeric names (Jan Kara) Corrected a few typos in manpaged (Jan Kara, Justin Pryzby)
2005-11-21Corrected some informal language in error messages (Jan Kara)jkar8572
Quota(1) has now -f option to specify a list of filesystems (Jan Kara)
2005-10-25Changed mountpoint scanning so that we don't even stat NFS mountpoints whenjkar8572
local-only flag was specified. Hence we don't block if NFS is down. (Jan Kara)
2005-09-13Fix handling of UID and GID - they are unsigned. (Matthew Kent)jkar8572
2005-06-24Added label recognition for reiserfs. (Jan Kara)jkar8572
Added support for specification of LABEL= and UUID= on command line. (Jan Kara)
2005-03-18Updated polish translation. (Jakub Bogusz)jkar8572
Fixed some checks to work also with NFSV4. (Jan Kara)
2005-03-17Added sanity check to quota reporting (Jan Kara)jkar8572
Added NFSv4 quota type (Jan Kara) Added forgotten file quotagrpadmins to CVS (Jan Kara)
2005-01-21Added dynamic allocation of mountpoint table (Jan Kara)jkar8572
2004-09-02Added JFS into a set of supported filesystems (David Kleikamp)jkar8572
2004-07-13Fixed exit codes of edquota and setquota (Jan Kara)jkar8572
2004-04-14Added batch mode of setquota(8) (Jan Kara)jkar8572
2004-02-12Fixed detection of usrjquota,grpjquota mount options. (Jan Kara)jkar8572
2004-02-08Quota tools now honour journalled quota options (Jan Kara)jkar8572
quotacheck(8) does not count quota files (Jan Kara)
2004-01-09Fixed bug in warnquota.conf parsing. (Jan Kara)jkar8572
Reverted change in kernel detection via sysctl() - sysctl() obsoleted in 2.6 (Jan Kara)
2003-12-21Implemented parsing of comma-separated list of filesystem types in fstab ↵jkar8572
(Jan Kara)
2003-12-18Added #include <paths.h> in quotasys.c to avoid compile problems.jkar8572
2003-11-05Fixed handling of device-backed loop mounts (Jari Ruusu)jkar8572
2003-10-18Fixed fake error messages from rpc.rquotadjkar8572
Fixed reporting of quotas on NFS filesystem without quotas
2003-10-12Changed kernel interface detection once more - now it should really work :). ↵jkar8572
(Jan Kara, Johan Ekenberg)
2003-10-12Updated changelog.jkar8572
Fixed bug in parsing warnquota.conf.
2003-10-07Updated kernel interface detection to work without /procjkar8572
2003-06-16Fixed a bug in quotacheck(8) parsing of v1 format files introduced by ↵jkar8572
optimalization (Jan Kara)
2003-06-12* minor update of quota(1) manpage (Jan Kara)jkar8572
* yet one more fix of autofs handling, fixed bug introduced by previous autofs patches (Paul Szabo, Jan Kara)
2003-02-14Added option to ignore autofs mountpoints to quota(1), quot(8) and ↵jkar8572
repquota(8) (Jan Kara, Paul Szabo)
2003-01-17Made quota tools not to touch mountpoints mounted without quota optionsjkar8572
2002-11-21Updated edquota(8) and setquota(8) to allow setting of individual grace time ↵jkar8572
(Jan Kara)
2002-11-12Commited XFS patch by Christoph Hellwigjkar8572
2002-07-23* fixed quotacheck(8) to continue when old quota files were not found (Jan Kara)jkar8572
* quota(1) now doesn't report failure to connect to rpc.rquotad server when -Q specified (Jan Kara) * add quota(1) option -l (report only local filesystems) (Jan Kara) * warnquota(8) now also mails specified member of the group about violation of the group quotas when -g option is specified (Jan Kara) * added options by which user can specify whether repquota(8) should translate names in big chunks by scanning all users or individually. Added automagic detection using nsswitch.conf which behaviour should lead to faster translating. (Jan Kara)
2002-06-16Fixed small bug in configure.injkar8572
Some forgotten changes?
2002-05-20Fixed printing of sign 'over soft quota' in quota(1)jkar8572
Fixed detection of XFS.
2002-05-03Fixed bug with rpc.rquotad bad path processing.jkar8572
2002-04-29Quota-tools now honour 'noquota' mount option. (Jan Kara)jkar8572
2002-03-27Fixed bug in quota format detection - avoid SIGSEGV on old kernels. (Jan Kara)jkar8572
2002-03-27Fixed bug in quota(1) return code.jkar8572
Rewritten detection of kernel version. Added support for generic interface for both quota formats in kernel.
2002-02-25Fixed bug in warnquota option parsing (Michael Meskes)jkar8572
Quota-tools now ignore automount mountpoints (Phillippe Troin)
2001-12-20Fixed bind mounts.jkar8572
2001-12-05More clever handling of loopback and bind mounts. (Jan Kara);jkar8572
2001-11-26Fixed initialization of mountpoint scanning (leading to rpc.rquotad SEGFAULT).jkar8572
rpc.rquotad now doesn't need mountpoint to get quota.
2001-11-09Added forgotten uid->name translation to warnquota.jkar8572
2001-11-08Added support for conversion of files with wrong endianity (due to SuSE RPM bug)jkar8572
Added check to format detection routine to detect bad file endianity edquota and setquota now set just grace times and flags => avoid races on live filesystem