summaryrefslogtreecommitdiff
path: root/quotacheck.c
AgeCommit message (Collapse)Author
2008-08-21* remove IMMUTABLE flag from quota file in quotacheck (Jan Kara)jkar8572
2008-04-21Format string fixes (Ladislav Michnovic)jkar8572
2008-03-13* added information message about journaled quota to quotacheck (Jan Kara, ↵jkar8572
Alex Tomas)
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)
2007-01-06Fixed small typo in mailaddressmarcovw
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-08-23Some more fixes of verbose printing (Jan Kara)jkar8572
2005-08-22Fixed very verbose printing for quotacheck(8) (Jan Kara)jkar8572
2005-06-24Error messages fixes (Dmitry V. Levin)jkar8572
2005-03-31Various tools fixes (manpages, quotacheck, NFSv4) (Jan Kara)jkar8572
2005-03-18Updated polish translation. (Jakub Bogusz)jkar8572
Fixed some checks to work also with NFSV4. (Jan Kara)
2005-03-17Fixed illegal reference checking in quotacheck(8) (Jan Kara)jkar8572
Fix of fix of sanity check in repquota(8) (Jan Kara)
2005-03-10Added "very verbose" option to quotacheck(8) for printing the current ↵jkar8572
directory (Jan Kara, Jan Engelhardt)
2004-09-20Fixed parsing of journalled quota options. (Jan Kara)jkar8572
2004-09-06Made quotackeck(8) more friendly to journaled quota (Jan Kara)jkar8572
2004-03-15quotacheck(8) should now preserve ext2/ext3 special flags (esp. journalledjkar8572
data flag - useful when journalling quotas) on quota files.
2004-03-02* disabling nls via configure (Jan Kara)jkar8572
* fixed warning when gettext not used (Peter Breitenlohner) * fixed typo in rquotad.8 (Peter Breitenlohner) * fixed compiler warning in quotacheck.c (Peter Breitenlohner) * added config option for putting some important binaries to /sbin regardless $(prefix) (Jan Kara)
2004-02-08Quota tools now honour journalled quota options (Jan Kara)jkar8572
quotacheck(8) does not count quota files (Jan Kara)
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)
2004-01-05Fixed bug in quotacheck - counted wrongly size of files >2GB (Posta Zoltan)jkar8572
2003-04-08Quotacheck now does not add empty user structures in old quota format (Jan ↵jkar8572
Kasprzak) Quotacheck now remembers only hardlinked files and not all inodes with n_link > 1 (Jan Kara, Jan Kasprzak)
2002-11-28Optimized linking with svc_socket.o; fixed error reporting in svc_socket.c ↵jkar8572
(Jan Kara)
2002-08-27Fixed typo in quotacheck(8)jkar8572
2002-08-26Add support for 32 bit uid's and gid's when using EXT2_DIRECT. (Michael Meskes)jkar8572
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-05-03Fixed bug with rpc.rquotad bad path processing.jkar8572
2002-04-26* fixes in manpages (Arkadiusz Miskiewicz)jkar8572
* fixed detection of libwrap in configure (Arkadiusz Miskiewicz) * added forgotten ROOTDIR to path to gettext catalogs (Arkadiusz Miskiewicz) * quotacheck uses newest format supported by kernel when creating new quota files (Jan Kara) * fixed bug in IO initialization when -F xfs was given (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.
2001-12-14quotacheck now skips quota file scanning when file not found.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-10-09Fixed mode setting when not creating backups.jkar8572
2001-09-27Implemented setting only limits by commit_dquot() so edquota & setquota can ↵jkar8572
operate safe on live filesystem.
2001-09-27Made testing of arguments for quotacheck a bit more strick (complain when -a ↵jkar8572
and mountpoint specified together).
2001-09-26Fixed detection of RH 7.1 kernel not to make problems on older kernels.jkar8572
Utilities now use shared locks when opening files read-only. Changed naming of Q_GETSTATS as they would be no longer in kernel.
2001-09-21Syslog support for rpc.rquotad by Jani Jaakkola; fixed some bugs by me...jkar8572
2001-09-04quotacheck(8) now creates backup quotafiles only when -b specified (Preston ↵jkar8572
Brown) Fixed bug in parsing of passed mountpoints (reported by Preston Brown) More verbose output of quotaon (Preston Brown) quotacheck(8) now automatically chooses vfsv0 quota format when no quota files are found and special filenames are not specified.
2001-08-30Preston Brown's RedHat patches included:jkar8572
Small Makefile fix. Better convertquota(8) return codes. Quotacheck doesn't scan NFS filesystems. Quotacheck does better format detection (chooses VFSV0 when files not found and special file names are not specified).
2001-08-15Fixed a few error messages.jkar8572
Implemented new mountpoint scanning. Implemented caching for scanning in old quota format. Implemented automatic choice of appropriate units in repquota, quota.
2001-08-10Changed umode_t to mode_t.jkar8572
2001-08-07Merged corrections to doc, one bugfix to quotacheck.jkar8572
2001-07-16Fixed quotastats(8)jkar8572
Grace times are now set when limits are set and usage is over limit. Added LARGEFILE flag to CFLAGS.
2001-05-26Quotacheck prints error message when no mountpoint to check found.jkar8572
2001-05-14Fixed introduced compilation bug.jkar8572
2001-05-14Fixed quotacheck -aRu segfault on / (thanks to Arkadiusz)jkar8572
Fixed repquota - due to bug in merging patches names were always truncated.
2001-05-11Fixed bug in quotacheck for new format.jkar8572
Fixed bug in version() in quot (Nathan). Added -t (truncate names) option to repquota.
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-04-26Fixed underscore bug (Nathan Scott)jkar8572
EOF -> -1 (Michael Meskes)