summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2012-03-01Add quota type names to message catalogueJan Kara
Add gettext magic so that quota type names get to message catalogue. Signed-off-by: Jan Kara <jack@suse.cz>
2011-02-01Add quotasync toolAbhijith Das
Add tool allowing to sync quotas for some / all filesystems. Signed-off-by: Jan Kara <jack@suse.cz>
2011-01-11Allow admin to not strip quota binaries while installing themJan Kara
Stripping binaries may cause problems during crosscompilation. Signed-off-by: Jan Kara <jack@suse.cz>
2010-02-17* make realclean now cleans also config.h which is autogenerated (Jan Kara)jkar8572
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)
2009-12-1464-bit quota support.jkar8572
2009-01-05Changed version.jkar8572
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-05-15Fix repquota(8) to work with quotas over 4TB (Jan Kara, Michael Meier)jkar8572
2008-02-20Updated quota_nld manpage and package version. (Jan Kara)jkar8572
2007-10-20Print more verbose list of compile options when --version specified. (Jan Kara)jkar8572
2007-08-20Introduced variable STRIP to the makefile set by default to -s. Whenjkar8572
installing binaries this variable is always used as an argument to INSTALL.
2007-06-20Fixed compilation without quota_nld.jkar8572
2007-06-18Implemented quota netlink daemon.jkar8572
2007-03-20Use -fPIE when available; compile pot.o using CFLAGSjkar8572
2006-10-04Raised version to 3.14jkar8572
2005-03-07Updated version number.jkar8572
2004-10-11Fixed "bashism" in Makefile (Michael Meskes)jkar8572
2004-05-24Updated version to 3.12jkar8572
Fixed a few memleaks Added two manpages Fixed problem with all-zero root structure
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-08Update of Changelog and version.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-12-01Changed version.jkar8572
2003-09-25Added exit(0) to signal handler of SIGHUP,... in rpc.rquotad. (Michael Meskes)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-11-21Made quota tools aware of /etc/services (unknown)jkar8572
2002-09-04Added creation of bin + sbin directories on install (Jan Kara)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-07-22Updated quotacheck docs.jkar8572
2002-06-16Fixed small bug in configure.injkar8572
Some forgotten changes?
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.
2002-02-22Changed version number.jkar8572
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)
2002-01-07Added -p (print state) option to quotaon (Jan Kara)jkar8572
Added -D_FILE_OFFSET_BITS=64 to Makefile (Michael Meskes)
2001-11-28Updated Changelog and version.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-11-16Changed version to 3.02 :) I shouldn't forget this next time :)jkar8572
2001-09-10Implemented reading of statistics through /proc/fs/quota (Nathan Scott) + ↵jkar8572
minor changes by Jan Kara
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-22Implemented better error handling of RPC calls.jkar8572
Implemented better host access handling (from nfsutils rquotad).
2001-07-19Fixed linking with EXT2 and RPC libraries.jkar8572
2001-07-17Made nicer Makefile.in - it now uses more implicit rules and automatic ↵jkar8572
dependencies.
2001-07-16Fixed compilation bug.jkar8572
Fixed typo.
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-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-30Added convertquota to install.jkar8572
2001-04-11Updated manpages.jkar8572
Fixed small bug in repquota (User vs Group). Some XFS updates. Fixed problems with devfs and relative paths.
2001-03-23Initial revisionjkar8572