Commit Graph

453 Commits (master)
 

Author SHA1 Message Date
Greg Alexander 9ea9717624 add -R for DROPBEAR_DELAY_HOSTKEY
9 years ago
Greg Alexander 8a8b4c3acb fix typo hiding argv
9 years ago
Greg Alexander 304044bc05 disable syslog so we get the error messages on stderr
9 years ago
Greg Alexander 3f721ae740 add conf_path_file() function to generate "/sdcard/ssh/foo" style filenames
9 years ago
Greg Alexander 0c939b5b24 a little note in the .err file to indicate what's happening...
9 years ago
Greg Alexander aa006d51d8 eek! and call super.onPause() too
9 years ago
Greg Alexander f5d6675cad make the start button color a little more palatable
9 years ago
Greg Alexander 58eefb02b9 add something to wait for the forked process to die, so it doesn't become
9 years ago
Greg Alexander b88f4f1db0 ack, stupid typo
9 years ago
Greg Alexander c6fbf0cbcc fix getting the port number out of the UI
9 years ago
Greg Alexander 41faa118cc fix typos in definition of startstop_clicked()
9 years ago
Greg Alexander cbb8581d03 fix some layout...
9 years ago
Greg Alexander c9f839a69a fix a bunch of layout typos
9 years ago
Greg Alexander b9ad9864ce whoops, chain to super.onResume()
9 years ago
Greg Alexander e347dfb2d0 doit script to automatically build & upload to phone
9 years ago
Greg Alexander f0dcb8b2c0 pass '-p <portno>' on the virtual commandline
9 years ago
Greg Alexander 447ffa0b8f stderr output should now hopefully go to /sdcard/ssh/dropbear.err instead
9 years ago
Greg Alexander bfa3c99dc0 actually call main...
9 years ago
Greg Alexander 1febe9ebe9 add service lifetime termination, and notes about future service foregrounding..
9 years ago
Greg Alexander a9ca75accc communicate the preferences to the C code
9 years ago
Greg Alexander 02a88eae06 typos...
9 years ago
Greg Alexander 8ced3ab635 and there's the start/stop button implementation
9 years ago
Greg Alexander 9cac7ed132 make sshd_pid static
9 years ago
Greg Alexander e1d43c3208 first draft of rough JNI interface
9 years ago
Greg Alexander 720007ae32 now it compiles...
9 years ago
Greg Alexander 643a5aff23 first draft of service
9 years ago
Greg Alexander 8140b594b3 process management musings
9 years ago
Greg Alexander 4cd9277401 oversight
9 years ago
Greg Alexander 9556b95f2c more appropriate visual layout
9 years ago
Greg Alexander a23c28a02d first draft of preferences ui code
9 years ago
Greg Alexander cb2dc4f24d first draft of UI XML
9 years ago
Greg Alexander 26935020a9 manifesto for java side
9 years ago
Greg Alexander 52dce6c256 disable ZLIB
9 years ago
Greg Alexander d9d19077cb take care of excess definitions
9 years ago
Greg Alexander 11c4fa947d somehow #define LTC_SOURCE 1 (which should really be in all libtomcrypt
9 years ago
Greg Alexander 762d44b1a4 notes about what the jni interface will need to be like..
9 years ago
Greg Alexander 2f501186ce no scp, no password authentication
9 years ago
Greg Alexander 72aee0cc1e first try of configuring it (fail)
9 years ago
Greg Alexander e658e1694d get rid of pid file
9 years ago
Greg Alexander b14b0073a2 exclude a few more tests from building
9 years ago
Greg Alexander 7cb3cbc624 use S_IWUSR (0200) instead of S_IWRITE (S_IWRITE isn't documented, i
9 years ago
Greg Alexander 5b4f2d405f don't use the timing-resistant ltc_ecc_mulmod because (a) i don't care
9 years ago
Greg Alexander 8c4a2b76e9 don't build table files because they are actually used with #include even
9 years ago
Greg Alexander 087adfa668 fix bug in dropbear - returning address of local variable!!
9 years ago
Greg Alexander f93a643e4c don't build demo code
9 years ago
Greg Alexander 4a7429b8a8 don't build an ssh client
9 years ago
Greg Alexander ed20d0de21 no warnings, at least for now..
9 years ago
Greg Alexander 13c3f5337f just the bare minimum autoconf stuff to get through a couple of sources...
9 years ago
Greg Alexander 49ac41a6cf just add all the dropbear sources to the ndk makefile
9 years ago
Greg Alexander 159f75574f template Android.mk based on the soft84 one
9 years ago