mirror of
http://galexander.org/git/simplesshd.git
synced 2024-12-28 00:48:07 +00:00
todo
This commit is contained in:
parent
18f801e87a
commit
1d79555a2f
3
NOTES
3
NOTES
@ -72,9 +72,10 @@ it uses select(), I'm not sure how I would honor Thread.interrupt() or
|
||||
whatever. It's not guaranteed to interrupt select(), and I'm not keen on
|
||||
adding an arbitrary timeout/polling feature to it.
|
||||
|
||||
XXX - visit XXX in jni/interface.c
|
||||
XXX - allow user to specify parameters for dropbear
|
||||
XXX - convert UI to use proper preferences templates, and have ...->settings instead of putting it on the home screen
|
||||
XXX - draw icon and 1024x512 display image
|
||||
XXX - main screen should show dropbear.err contents
|
||||
|
||||
XXX - scp
|
||||
XXX - zlib
|
||||
|
@ -19,8 +19,6 @@ conf_path_file(const char *fn)
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* XXX - do i need a function to generate host keys? DROPBEAR_DELAY_HOSTKEY */
|
||||
/* XXX - a C-callable interface to get property strings from the java side (paths, etc) */
|
||||
|
||||
static JNIEnv *env;
|
||||
static jclass cl_string;
|
||||
|
Loading…
Reference in New Issue
Block a user