1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-28 00:48:07 +00:00
This commit is contained in:
Greg Alexander 2014-12-17 08:58:21 -05:00
parent 18f801e87a
commit 1d79555a2f
2 changed files with 2 additions and 3 deletions

3
NOTES
View File

@ -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

View File

@ -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;