summaryrefslogtreecommitdiff
path: root/rquota_server.c
Commit message (Expand)AuthorAgeFilesLines
* Use proper C99 integer typesFabrice Fontaine2019-03-291-1/+1
* Prevent from grace period overflow in RPC transportPetr Písař2014-05-011-4/+5
* Fix computation of dynamic rpc block sizeJan Kara2012-06-121-5/+5
* Add support for quotas on ext4 in system filesJan Kara2011-11-171-2/+2
* Make RPC block factor dynamicPetr Písař2011-10-041-5/+28
* Remove useless $Id strings from headersJan Kara2010-09-091-2/+0
* * Rewritten configuration script to create config.h (Jan Kara)jkar85722010-01-051-1/+4
* * convert quota limits using rq_bsize from RPC request (Jan Kara)jkar85722009-12-141-3/+3
* Fixed mountpoint scanning when NFS mountpoint is specified on command line (J...jkar85722009-09-211-3/+3
* Removed -m option for the server. After some discussions I agree it does not ...jkar85722007-08-271-6/+5
* Added options to enable pathname mangling for NFSv4 (Jan Kara)jkar85722007-08-231-5/+6
* Made possible to use quota rpc in mixed NFSv3 and NFSv4 environments -jkar85722007-08-231-5/+11
* Parse NFSD export table to find out pseudofilesystem root for NFSv4 (Jan Kara)jkar85722005-06-011-17/+21
* Updated version to 3.12jkar85722004-05-241-2/+6
* Implementing alternative port for rpc.rquotad to listen on.jkar85722003-12-021-4/+6
* Fixed fake error messages from rpc.rquotadjkar85722003-10-181-3/+3
* Added forgotten handling of autofs mountpoints to rpc.rquotad.jkar85722003-05-211-3/+5
* Fixed bug with rpc.rquotad bad path processing.jkar85722002-05-031-5/+5
* Fixed initialization of mountpoint scanning (leading to rpc.rquotad SEGFAULT).jkar85722001-11-261-3/+3
* Implemented setting only limits by commit_dquot() so edquota & setquota can o...jkar85722001-09-271-2/+2
* Implemented better error handling of RPC calls.jkar85722001-08-221-4/+1
* Updated host checking from nfsutils rquotad().jkar85722001-08-211-38/+1
* Fixed a few error messages.jkar85722001-08-151-39/+23
* Fixed overflow of used space.jkar85722001-07-171-2/+2
* Added -V to manpages of convertquotajkar85722001-06-181-2/+7
* Fixed problem in sending grace times (left time is sent, not time whenjkar85722001-06-071-5/+24
* Added mntopt.h to dependencies in Makefile.in.jkar85722001-05-021-3/+3
* Initial revisionjkar85722001-03-231-0/+342