Commit Graph

30 Commits (master)

Author SHA1 Message Date
Greg Alexander feeee312bd First draft of API to launch activities
2 years ago
Greg Alexander a3bbb0bf96 Fix the SIGSEGV that users have been reporting - don't execute anything
5 years ago
Greg Alexander 62b119e07f Keep around a copy of the old dropbear.err so that it can be accessed
5 years ago
Greg Alexander 22d7993e23 Find native lib directory the correct way, using
5 years ago
Greg Alexander cec5e52c7e Now it compiles with the new NDK.
5 years ago
Greg Alexander 9efa856065 add option to set environment variables
6 years ago
Greg Alexander 73d4406ee1 automatically restart sshd if the system kills it (or it crashes). but
8 years ago
Greg Alexander a916ac5c08 add 'buffersu' program to wrap rsync and make sure there is no wedging
9 years ago
Greg Alexander 7f0a8a63c0 build scp as a separate executable
10 years ago
Greg Alexander 93760bfb7b intercept attempts to execute "scp", and redirect them to the builtin scp
10 years ago
Greg Alexander 253c468b3a close all the android system fds when starting the dropbear server
10 years ago
Greg Alexander 3112a7ecb3 remove explicit "0.0.0.0" specification on -p option because it turns out
10 years ago
Greg Alexander 8a1bc2c4e0 made the JNI methods static because they didn't use this anyways
10 years ago
Greg Alexander 5df0610f5c implement the extra dropbear commandline options
10 years ago
Greg Alexander 1d79555a2f todo
10 years ago
Greg Alexander 5902ab0952 tell dropbear not to fork into the background, because we've already
10 years ago
Greg Alexander 6d872af030 listen to "0.0.0.0:port" because otherwise it seems to default to ipv6 (??)
10 years ago
Greg Alexander 9ea9717624 add -R for DROPBEAR_DELAY_HOSTKEY
10 years ago
Greg Alexander 8a8b4c3acb fix typo hiding argv
10 years ago
Greg Alexander 3f721ae740 add conf_path_file() function to generate "/sdcard/ssh/foo" style filenames
10 years ago
Greg Alexander 0c939b5b24 a little note in the .err file to indicate what's happening...
10 years ago
Greg Alexander 58eefb02b9 add something to wait for the forked process to die, so it doesn't become
10 years ago
Greg Alexander b88f4f1db0 ack, stupid typo
10 years ago
Greg Alexander f0dcb8b2c0 pass '-p <portno>' on the virtual commandline
10 years ago
Greg Alexander 447ffa0b8f stderr output should now hopefully go to /sdcard/ssh/dropbear.err instead
10 years ago
Greg Alexander bfa3c99dc0 actually call main...
10 years ago
Greg Alexander a9ca75accc communicate the preferences to the C code
10 years ago
Greg Alexander 9cac7ed132 make sshd_pid static
10 years ago
Greg Alexander e1d43c3208 first draft of rough JNI interface
10 years ago
Greg Alexander 762d44b1a4 notes about what the jni interface will need to be like..
10 years ago