summaryrefslogtreecommitdiff
path: root/warnquota.c
AgeCommit message (Collapse)Author
2004-05-24Updated version to 3.12jkar8572
Fixed a few memleaks Added two manpages Fixed problem with all-zero root structure
2004-03-12Added CC_BEFORE config option to warnquota(8)jkar8572
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)
2004-01-07Fixed a few problems in mail-server checking. (Jan Kara)jkar8572
2004-01-06Fixed bug in quotacheck(8) which counted directories twice sometimes. (Jan Kara)jkar8572
2004-01-05warnquota(8) supports getting of e-mail address via LDAP (James Bourne)jkar8572
warnquota(8) supports checking whether user is not over quota on mail partition (James Bourne) fixed typo in quotacheck.8 (Noel Koethe)
2003-10-12Updated changelog.jkar8572
Fixed bug in parsing warnquota.conf.
2003-10-12Added support for FL_NODETAILS as suggested by Tomek Orzechowski somarcovw
that warnquota can suppress the quota details for users who may not understand that info. Extra option is enabled by using the -d flag for warnquota.
2003-07-29Fixed edquota -f option (Jan Kara)jkar8572
Fixed warnquota formatting (Jan Kara) Added -s option (smart choice of units) to warnquota (Jan Kara) Updated documentation of quotactl call (Jan Kara)
2003-02-14Added option to ignore autofs mountpoints to quota(1), quot(8) and ↵jkar8572
repquota(8) (Jan Kara, Paul Szabo)
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