summaryrefslogtreecommitdiff
path: root/Changelog
AgeCommit message (Collapse)Author
2017-09-05Release quota-tools 4.04Jan Kara
Signed-off-by: Jan Kara <jack@suse.cz>
2015-12-18Release quota-tools 4.03Jan Kara
Signed-off-by: Jan Kara <jack@suse.cz>
2015-12-18Revive ChangelogJan Kara
I like the old format of Changelog more, also some of the history is covered only in the text file. Finally sometimes hand-editing Changelog may be useful. So revive Changelog in git. Signed-off-by: Jan Kara <jack@suse.cz>
2014-12-02Create new autotools buildsystemTomáš Chvátal
Reflect what was done before and try to mimic it Remove ChangeLog, now autogenerated for dist target Remove confusing gettext README and try to add new approach for translations [JK: Fixed build without RPC support] Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz> Signed-off-by: Jan Kara <jack@suse.cz>
2014-11-26Release quota-tools 4.02Jan Kara
Signed-off-by: Jan Kara <jack@suse.cz>
2012-08-23Release quota-tools 4.01Jan Kara
Signed-off-by: Jan Kara <jack@suse.cz>
2012-05-23edquota: Fix editting of more usersJan Kara
We reopened temporary file with editted quota limits in O_RDONLY mode after user has edited the limits. This is problematic when edquota is called to edit more users because then we cannot write limits for the next user to the file. So reopen the file O_RDWR mode. Signed-off-by: Jan Kara <jack@suse.cz>
2012-05-23Updated ChangelogJan Kara
Signed-off-by: Jan Kara <jack@suse.cz>
2011-08-17Update version and changelogJan Kara
2011-01-06Check whether set limits fit into the range supported by quota format.Jan Kara
Signed-off-by: Jan Kara <jack@suse.cz>
2010-09-14Create quota-nfs.sh for systems with automounted nfs homesJan Kara
Added a script to generate more user friendly output when quota(1) is used on systems with home directories on NFS where each user has his home mounted separately but from the same remote filesystem. Signed-off-by: Jan Kara <jack@suse.cz>
2010-09-14quota: Allow printing of mountpointJan Kara
Add options for quota(1) to print mount point as a part of a filesystem identification and also do not print device a s part of a filesystem identification. Signed-off-by: Jan Kara <jack@suse.cz>
2010-09-02Added reference to setquota to quota(1) manpage. Fixed description of -m optionjkar8572
of edquota (Jan Kara)
2010-06-15Removed quotactl manpage as it was moved into a man-pages package. (Jan Kara)jkar8572
2010-06-14Fix kern_quota_on() to work with XFS filesystems (Jan Kara)jkar8572
Fix quotaon to work correctly with XFS filesystems (Jan Kara)
2010-06-14For XFS, quotaon -f should turn off only limit enforcement as described in ↵jkar8572
the manpage (Eric Sandeen)
2010-06-10* fix quotaon to print all informational messages only in verbose mode (Jan ↵jkar8572
Kara)
2010-05-27* fix repquota to get latest quota info header (Jan Kara)jkar8572
2010-05-21* do not count system inodes into quota for ext[234] (Jan Kara)jkar8572
2010-05-10We shouldn't pass NULL to XGETQSTAT quotactl since kernel either fails withjkar8572
EFAULT or reads garbage from NULL address (which makes SELinux spit warnings). (Jan Kara)
2010-05-05GFS2 implements the XFS interface for setting and reporting the quotajkar8572
information, and only allows state changes via remount. (Christoph Hellwig)
2010-05-04* avoid memory corruption of NULL address (Petr Pisar)jkar8572
2010-03-08Added --enable-static-link configure option (Jan Kara)jkar8572
- accidentally committed with previous commit
2010-03-08Added German translation (Michael Bunk)jkar8572
2010-02-22* fixup typos in manpages (Michael Meskes)jkar8572
2010-02-17* don't try to set inode flags when getting them failed (Michalski Wojciech)jkar8572
2010-01-06* added liblber to the list of libraries needed for LDAP support (Michael ↵jkar8572
Meskes)
2010-01-05* Rewritten configuration script to create config.h (Jan Kara)jkar8572
* Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara)
2010-01-05* Improved manpage of quota_nld (Eddie)jkar8572
* Fixed long option handling of quota_nld (Jan Kara)
2009-12-21Fixed error reporting when rpc format specified on command line (Jan Kara)jkar8572
Added missing files.
2009-12-14* convert quota limits using rq_bsize from RPC request (Jan Kara)jkar8572
* added noreturn attribute to die to avoid false warnings (Jan Kara)
2009-12-14Updated Changelogjkar8572
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-22Updated manpage of quotactl(2) (Jan Kara)jkar8572
2009-09-21Fixed mountpoint scanning when NFS mountpoint is specified on command line ↵jkar8572
(Jan Kara)
2009-05-18Updated quotactl(2) manpage.jkar8572
2009-04-28Fix hostname checking in rpc.rquotad (Jan Kara)jkar8572
2008-12-18Do not allow setting of user's grace time when softlimit is not exceeded ↵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-08-21* remove IMMUTABLE flag from quota file in quotacheck (Jan Kara)jkar8572
2008-08-13Fix bug in warnquota which could result in bogus hostname and domainname ↵jkar8572
(anonymous reporter)
2008-07-12* implemented writing of messages that user got below hard/soft limits to ↵jkar8572
quota_nld (Jan Kara)
2008-07-10* use PKG_CHECK_MODULES to check for DBUS (Ladislav Michnovic)jkar8572
2008-07-09* Implement setting of charset for emails sent by warnquota (Michael Meskes)jkar8572
2008-05-15Fix repquota(8) to work with quotas over 4TB (Jan Kara, Michael Meier)jkar8572
2008-04-28* some typos fixes (Matthew Boyle)jkar8572
* fixed possible segfault when unpriviledged user run edquota (Matthew Boyle)
2008-04-21Format string fixes (Ladislav Michnovic)jkar8572
2008-04-14Added limits.h include to quota_nld.cjkar8572
2008-03-19Removed also resolv and lber. (Jan Kara)jkar8572