summaryrefslogtreecommitdiff
path: root/warnquota.c
AgeCommit message (Collapse)Author
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-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)
2002-02-22manpage directories are created during install (Jan Kara)jkar8572
quotaon writes more explaining messages (Jan Kara) warnquota has configurable config files (Jan Kara)
2001-11-09Added sample quotatab.jkar8572
Additional fixes to warnquota, lines can be split by \ in config file, text of mail can be specified in config file.
2001-11-09Added forgotten uid->name translation to warnquota.jkar8572
2001-11-09Added error message when warnquota ignores line in quotatab.jkar8572
2001-11-09Added forgotten initialization to warnquota (should fix SEGFAULTs on bad ↵jkar8572
quotatab).
2001-05-04Fixed infinity loop for XFS repquota.jkar8572
2001-05-02Added mntopt.h to dependencies in Makefile.in.jkar8572
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.
2001-03-23Initial revisionjkar8572