summaryrefslogtreecommitdiff
path: root/rquota_server.c
AgeCommit message (Collapse)Author
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-23Made possible to use quota rpc in mixed NFSv3 and NFSv4 environments -jkar8572
quota(1) and similar tools now use paths without leading / for NFSv4 mounts (Jan Kara)
2005-06-01Parse NFSD export table to find out pseudofilesystem root for NFSv4 (Jan Kara)jkar8572
2004-05-24Updated version to 3.12jkar8572
Fixed a few memleaks Added two manpages Fixed problem with all-zero root structure
2003-12-02Implementing alternative port for rpc.rquotad to listen on.jkar8572
2003-10-18Fixed fake error messages from rpc.rquotadjkar8572
Fixed reporting of quotas on NFS filesystem without quotas
2003-05-21Added forgotten handling of autofs mountpoints to rpc.rquotad.jkar8572
2002-05-03Fixed bug with rpc.rquotad bad path processing.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-09-27Implemented setting only limits by commit_dquot() so edquota & setquota can ↵jkar8572
operate safe on live filesystem.
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-07-17Fixed overflow of used space.jkar8572
2001-06-18Added -V to manpages of convertquotajkar8572
Fixed SEGFAULT bug in rquota_server (when quota init failed)
2001-06-07Fixed problem in sending grace times (left time is sent, not time whenjkar8572
quota will be forced).
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