sigsegv_dump
Greg Alexander 10 years ago
parent 18f801e87a
commit 1d79555a2f

@ -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 whatever. It's not guaranteed to interrupt select(), and I'm not keen on
adding an arbitrary timeout/polling feature to it. adding an arbitrary timeout/polling feature to it.
XXX - visit XXX in jni/interface.c
XXX - allow user to specify parameters for dropbear 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 - 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 - scp
XXX - zlib XXX - zlib

@ -19,8 +19,6 @@ conf_path_file(const char *fn)
return ret; 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 JNIEnv *env;
static jclass cl_string; static jclass cl_string;

Loading…
Cancel
Save