1 1. Add comments to code. (in-work)
2 2. Add documentation. (in-work; help welcome)
3 3. Fix smgl bugs. (help welcome)
4 a. Fixed `castfs ~/mnt -o ~/mnt/stage` bug. -D.E.
5 4. Recruit somebody capable of writing test code.
6 5. configure.in: ryuji had problems with FUSE_PREFIX being bad for static
7 version. I personally feel the static option should be removed, but
8 would like input on this. -D.E.Edmons
11 1. Command line options and environment variables should have
12 reasonable defaults. (Mostly done.)
15 castfs <mount point> <stage directory> [-o <options>]
17 2. Add --version option (done.)
23 * fix recusive stuff (check the mount directory and return error on accessing)
24 might be better to implement a denied dirs list similar to ignored dirs accept any access to these directories would result in error
25 * it'd be nice to handle what gets removed while the process is going this
26 currently is held in memory and it'd be nice to have a list of files that got
27 removed during the castfs process
28 * debug log should have more stuff in it, it'd be nice to have some of the
29 output that strace has I'll have to investigate it.