summaryrefslogtreecommitdiff
path: root/rquota_svc.c
AgeCommit message (Collapse)Author
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-04-28Fix hostname checking in rpc.rquotad (Jan Kara)jkar8572
2007-08-27Removed -m option for the server. After some discussions I agree it does not ↵jkar8572
make much sense. (Jan Kara)
2007-08-23Added options to enable pathname mangling for NFSv4 (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)
2005-06-01Parse NFSD export table to find out pseudofilesystem root for NFSv4 (Jan Kara)jkar8572
2003-12-02Implementing alternative port for rpc.rquotad to listen on.jkar8572
2003-09-25Added exit(0) to signal handler of SIGHUP,... in rpc.rquotad. (Michael Meskes)jkar8572
2003-05-21Added forgotten handling of autofs mountpoints to rpc.rquotad.jkar8572
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-06-27Updated rpc.rquotad doc. (Jan Kara)jkar8572
Disabled setquota by default in config and daemon. (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-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-17Added --no-setquota option to rpc.rquotad (Jani Jaakkola)jkar8572
2001-09-17Fixed memleak and SIGPIPE in rpc.rquota (Jani Jaakkola)jkar8572
2001-08-22Implemented better error handling of RPC calls.jkar8572
Implemented better host access handling (from nfsutils rquotad).
2001-08-21Updated host checking from nfsutils rquotad().jkar8572
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-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