forked from tomzox/Python-Quota
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
12 lines (12 loc) · 607 Bytes
/
TODO
File metadata and controls
12 lines (12 loc) · 607 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
optional enhancements:
- RPC use persistent client connection (configurable)
add support for __enter__ and __exit__ for "with"
- NetBSD: call quota_open() only once during __init__
- FreeBSD >= 8.1: could use quotafile functions in -lutil
- support setting quota limits via RPC (v2)
- getmntent: distinguish end-of-list from error (when possible)?
- use tirpc even if SUN-RPC is implemented in libc too:
requires linker options to control symbol resolution order
- automated unit-tests (as far as possible)
- automatically define NDEBUG for debug builds (if possible?)
- generate UNIX man page for dist