CVS commit: src/lib/libquota

2016-01-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 30 16:31:28 UTC 2016 Modified Files: src/lib/libquota: quota_nfs.c Log Message: Some NFS servers return RPC_PROGNOTREGISTERED instead of RPC_PROGVERSMISMATCH when they don't support EXT_RQUOTAVERS but support RQUOTAVERS,

CVS commit: src/lib/libquota

2014-06-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 11 08:43:01 UTC 2014 Modified Files: src/lib/libquota: quota_nfs.c Log Message: Some more errno remapping: if the NFS server is unreachable because we have no route to it, assume there are no quotas. While this might

CVS commit: src/lib/libquota

2014-06-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 5 13:14:23 UTC 2014 Modified Files: src/lib/libquota: quota_nfs.c Log Message: If a rpc for quota values fails with ENOTCONN translate this to ENOENT - we certainly don't have any quotas if they are disabled on the file

CVS commit: src/lib/libquota

2012-02-24 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Feb 24 18:00:09 UTC 2012 Modified Files: src/lib/libquota: quota_oldfiles.c Log Message: Check if fstab file exists before trying to parse it, to avoid warnings from {get,set}fsent() functions if missing. dholland ok. To

CVS commit: src/lib/libquota

2012-02-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 1 17:53:23 UTC 2012 Modified Files: src/lib/libquota: shlib_version Log Message: Bump libquota.so major version (to 1) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libquota/shlib_version

CVS commit: src/lib/libquota

2012-01-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 1 06:12:37 UTC 2012 Modified Files: src/lib/libquota: quota_oldfiles.c Log Message: Add missing RCSID(). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libquota/quota_oldfiles.c Please note that

CVS commit: src/lib/libquota

2012-01-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 1 06:19:05 UTC 2012 Modified Files: src/lib/libquota: quota_kernel.c Log Message: Fix stupid bug in cursor_getn - it's supposed to return the number of values retrieved, but it was returning 0 on success. Fortunately

CVS commit: src/lib/libquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 16:52:15 UTC 2012 Modified Files: src/lib/libquota: shlib_version Log Message: Bump libquota minor version (version is now 0.2) because I added some stuff. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/lib/libquota

2012-01-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 19:19:55 UTC 2012 Modified Files: src/lib/libquota: getufsquota.c Log Message: This will need its own compat copy of some of the strings from quotaprop.h even after the latter goes away. To generate a diff of this

CVS commit: src/lib/libquota

2012-01-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 06:15:22 UTC 2012 Modified Files: src/lib/libquota: quota_oldfiles.c Log Message: Fix silly bug reading fstab. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libquota/quota_oldfiles.c Please

CVS commit: src/lib/libquota

2012-01-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 30 06:39:26 UTC 2012 Modified Files: src/lib/libquota: quota_nfs.c Log Message: Remove redundant break statement. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libquota/quota_nfs.c Please note

CVS commit: src/lib/libquota

2012-01-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jan 25 17:43:37 UTC 2012 Modified Files: src/lib/libquota: quota_cursor.c quota_delete.c quota_get.c quota_oldfiles.c quota_open.c quota_put.c quota_schema.c quotapvt.h Log Message: Improve how quota_open()

CVS commit: src/lib/libquota

2012-01-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jan 25 17:45:13 UTC 2012 Modified Files: src/lib/libquota: Makefile Log Message: Add a preliminary man page for libquota. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libquota/Makefile Please note

CVS commit: src/lib/libquota

2012-01-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jan 25 21:11:45 UTC 2012 Added Files: src/lib/libquota: libquota.3 Log Message: duh, forgot to cvs add To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libquota/libquota.3 Please note that diffs are not

CVS commit: src/lib/libquota

2012-01-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 25 21:58:43 UTC 2012 Modified Files: src/lib/libquota: libquota.3 Log Message: Use more markup. Fix xrefs. Sort ERRORS. Fix typos. Remove trailing whitespace. Fix minus symbol (\-, not -). To generate a diff of this

CVS commit: src/lib/libquota

2012-01-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jan 25 01:22:57 UTC 2012 Modified Files: src/lib/libquota: quota_proplib.c quota_schema.c quotapvt.h Log Message: Move some more stuff technically specific to the proplib kernel interface into the source file for using the

CVS commit: src/lib/libquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:22:39 UTC 2012 Modified Files: src/lib/libquota: Makefile Added Files: src/lib/libquota: quota_cursor.c quota_delete.c quota_get.c quota_open.c quota_put.c quota_schema.c Log Message: Add stub

CVS commit: src/lib/libquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:27:05 UTC 2012 Modified Files: src/lib/libquota: Makefile quota_get.c quota_open.c Added Files: src/lib/libquota: quota_proplib.c quotapvt.h Log Message: Add initial versions of quota_open(),

CVS commit: src/lib/libquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:28:31 UTC 2012 Modified Files: src/lib/libquota: getufsquota.c Log Message: Rework getufsquota() in terms of the new quota API. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:29:56 UTC 2012 Modified Files: src/lib/libquota: Makefile quota_get.c quota_open.c quotapvt.h Added Files: src/lib/libquota: quota_nfs.c Log Message: Add quota_nfs.c and implement quota_get() for nfs,

CVS commit: src/lib/libquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:31:12 UTC 2012 Modified Files: src/lib/libquota: getfsquota.c getnfsquota.c getufsquota.c quotapvt.h Log Message: Redo getfsquota() and getnfsquota() using the new API. Change the previous getufsquota() to

CVS commit: src/lib/libquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:32:39 UTC 2012 Modified Files: src/lib/libquota: quota_proplib.c Log Message: Handle default ID case in quota_get(), based on logic found in /usr/bin/quota. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/lib/libquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:40:10 UTC 2012 Modified Files: src/lib/libquota: quota_cursor.c quota_proplib.c quotapvt.h Log Message: Implement the libquota cursor interface, using proplib code from repquota. To generate a diff of this

CVS commit: src/lib/libquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:41:59 UTC 2012 Modified Files: src/lib/libquota: Makefile quota_cursor.c quota_open.c quota_proplib.c quotapvt.h Added Files: src/lib/libquota: quota_oldfiles.c Log Message: Implement fallback

CVS commit: src/lib/libquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:43:19 UTC 2012 Modified Files: src/lib/libquota: quota_delete.c quota_proplib.c quota_put.c quotapvt.h Log Message: Implement quota_put() and quota_delete() using code from edquota(8). To generate a diff of this

CVS commit: src/lib/libquota

2012-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 9 15:45:19 UTC 2012 Modified Files: src/lib/libquota: quota_oldfiles.c quotapvt.h Log Message: Implement quota_put and quota_delete for the fallback direct file access backend. To generate a diff of this commit: cvs