summaryrefslogtreecommitdiffstats
path: root/utils/rquotad/rquota_server.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove rquotadNeil Brown2007-05-081-283/+0
| | | | | | | | rquotad isn't really used by anyone - as you can tell by the fact that it only works for ext2 and ext3 (if those). The 'quota' package contains a working and maintained rquota and all distros appear to use that one. So remove rquotad from this package to avoid confusion.
* Generate rquota_xdr.c and rquota.h from rquota.xNeil Brown2006-07-051-4/+4
| | | | | rquota_svc.c is still by-hand as it contains alot of extras. These should really be moved to rquota_server.c
* Fix various issues discovered by CoverityNeil Brown2006-06-231-1/+2
| | | | Thanks to Michael Halcrow for finding them.
* Handle new-style quotactl.neilbrown2005-12-211-36/+104
|
* Autogen updateneilbrown2005-12-201-1/+4
|
* Updates from Kevin Coffman at UMichneilbrown2005-12-161-0/+1
|
* Copy dq_dqb into rquota structure more carefullyneilbrown2005-09-021-3/+12
|
* 2001-06-27 H.J. Lu <hjl@lucon.org>hjl2001-06-271-7/+7
| | | | | * utils/rquotad/rquota_server.c: Don't call statfs () for the block size. Use BLOCK_SIZE instead.
* 2000-05-01 H.J. Lu <hjl@lucon.org>hjl2000-05-021-2/+4
| | | | | * utils/rquotad/rquota_server.c (getquotainfo): Skip bad mounting poins in /etc/fstab.
* 2000-05-01 H.J. Lu <hjl@lucon.org>hjl2000-05-011-6/+8
| | | | | * utils/rquotad/rquota_server.c (getquotainfo): Call stat () to check for the mounting point.
* Thu Feb 3 14:55:48 2000 H.J. Lu <hjl@lucon.org>hjl2000-02-031-7/+8
| | | | | | | | | * COPYING: Added. GPL. Thu Feb 03 14:40:40 2000 Cristian Gafton <gafton@redhat.com> * utils/rquotad/rquota_server.c (getquotainfo): Call statfs () to get the block size.
* Fix rquotad.hjl1999-11-291-73/+23
|
* Initial revisionhjl1999-10-181-0/+246