Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libquota



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 direct access to quota1-type quota files.
Uses (mostly) code from repquota. Add some missing pieces that
weren't in repquota.

Use the direct file access code for cursors if proplib reports the
quota version is 1.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libquota/Makefile \
    src/lib/libquota/quota_proplib.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libquota/quota_cursor.c
cvs rdiff -u -r0 -r1.1 src/lib/libquota/quota_oldfiles.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libquota/quota_open.c
cvs rdiff -u -r1.5 -r1.6 src/lib/libquota/quotapvt.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index