summaryrefslogtreecommitdiff
path: root/warnquota.c
AgeCommit message (Collapse)Author
2008-08-13Fix bug in warnquota which could result in bogus hostname and domainname ↵jkar8572
(anonymous reporter)
2008-07-09* Implement setting of charset for emails sent by warnquota (Michael Meskes)jkar8572
2007-08-23Fixed compilation with older ldap library (Jan Kara)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-05-29Some more fixes. Converted warnquota not to use deprecated function calls.jkar8572
2007-05-29Changed warnquota to allow use of URI, updated configure to detect whether ↵jkar8572
ldap_initialize() is available (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-06-29Implemented substitution of %i,%h,%d for user, host and domain in warnquotajkar8572
messages (Jan Kara)
2005-06-24Error messages fixes (Dmitry V. Levin)jkar8572
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