Commit Graph

  • 9ea9717624 add -R for DROPBEAR_DELAY_HOSTKEY Greg Alexander 2014-12-16 17:51:24 -0500
  • 8a8b4c3acb fix typo hiding argv Greg Alexander 2014-12-16 17:31:14 -0500
  • 304044bc05 disable syslog so we get the error messages on stderr Greg Alexander 2014-12-16 17:28:01 -0500
  • 3f721ae740 add conf_path_file() function to generate "/sdcard/ssh/foo" style filenames Greg Alexander 2014-12-16 17:27:43 -0500
  • 0c939b5b24 a little note in the .err file to indicate what's happening... Greg Alexander 2014-12-16 17:14:01 -0500
  • aa006d51d8 eek! and call super.onPause() too Greg Alexander 2014-12-16 17:11:22 -0500
  • f5d6675cad make the start button color a little more palatable Greg Alexander 2014-12-16 17:09:48 -0500
  • 58eefb02b9 add something to wait for the forked process to die, so it doesn't become a zombie Greg Alexander 2014-12-16 17:07:26 -0500
  • b88f4f1db0 ack, stupid typo Greg Alexander 2014-12-16 16:52:54 -0500
  • c6fbf0cbcc fix getting the port number out of the UI Greg Alexander 2014-12-16 16:50:05 -0500
  • 41faa118cc fix typos in definition of startstop_clicked() Greg Alexander 2014-12-16 16:49:54 -0500
  • cbb8581d03 fix some layout... Greg Alexander 2014-12-16 16:49:40 -0500
  • c9f839a69a fix a bunch of layout typos Greg Alexander 2014-12-16 16:40:34 -0500
  • b9ad9864ce whoops, chain to super.onResume() Greg Alexander 2014-12-16 16:37:17 -0500
  • e347dfb2d0 doit script to automatically build & upload to phone Greg Alexander 2014-12-16 16:35:55 -0500
  • f0dcb8b2c0 pass '-p <portno>' on the virtual commandline Greg Alexander 2014-12-16 16:34:10 -0500
  • 447ffa0b8f stderr output should now hopefully go to /sdcard/ssh/dropbear.err instead of the bit bucket Greg Alexander 2014-12-16 16:24:01 -0500
  • bfa3c99dc0 actually call main... Greg Alexander 2014-12-16 16:13:04 -0500
  • 1febe9ebe9 add service lifetime termination, and notes about future service foregrounding.. Greg Alexander 2014-12-16 15:55:14 -0500
  • a9ca75accc communicate the preferences to the C code Greg Alexander 2014-12-16 15:50:30 -0500
  • 02a88eae06 typos... Greg Alexander 2014-12-16 11:21:17 -0500
  • 8ced3ab635 and there's the start/stop button implementation Greg Alexander 2014-12-16 11:20:36 -0500
  • 9cac7ed132 make sshd_pid static Greg Alexander 2014-12-16 11:19:26 -0500
  • e1d43c3208 first draft of rough JNI interface Greg Alexander 2014-12-16 10:34:10 -0500
  • 720007ae32 now it compiles... Greg Alexander 2014-12-16 09:55:54 -0500
  • 643a5aff23 first draft of service Greg Alexander 2014-12-16 09:52:42 -0500
  • 8140b594b3 process management musings Greg Alexander 2014-12-15 23:27:11 -0500
  • 4cd9277401 oversight Greg Alexander 2014-12-14 23:23:43 -0500
  • 9556b95f2c more appropriate visual layout Greg Alexander 2014-12-14 23:21:05 -0500
  • a23c28a02d first draft of preferences ui code Greg Alexander 2014-12-14 22:56:31 -0500
  • cb2dc4f24d first draft of UI XML Greg Alexander 2014-12-14 17:30:35 -0500
  • 26935020a9 manifesto for java side Greg Alexander 2014-12-14 16:57:34 -0500
  • 52dce6c256 disable ZLIB Greg Alexander 2014-12-14 16:44:27 -0500
  • d9d19077cb take care of excess definitions Greg Alexander 2014-12-14 16:44:16 -0500
  • 11c4fa947d somehow #define LTC_SOURCE 1 (which should really be in all libtomcrypt .c files to be the same as how its native Makefile does it) makes the ltc_ecc_mulmod_timing et al work Greg Alexander 2014-12-14 16:43:39 -0500
  • 762d44b1a4 notes about what the jni interface will need to be like.. Greg Alexander 2014-12-14 16:20:49 -0500
  • 2f501186ce no scp, no password authentication Greg Alexander 2014-12-14 16:19:00 -0500
  • 72aee0cc1e first try of configuring it (fail) Greg Alexander 2014-12-14 16:18:50 -0500
  • e658e1694d get rid of pid file Greg Alexander 2014-12-14 15:54:21 -0500
  • b14b0073a2 exclude a few more tests from building Greg Alexander 2014-12-14 08:42:21 -0500
  • 7cb3cbc624 use S_IWUSR (0200) instead of S_IWRITE (S_IWRITE isn't documented, i guess it is historical) Greg Alexander 2014-12-14 08:41:22 -0500
  • 5b4f2d405f don't use the timing-resistant ltc_ecc_mulmod because (a) i don't care and (b) it doesn't seem to build right Greg Alexander 2014-12-14 08:40:37 -0500
  • 8c4a2b76e9 don't build table files because they are actually used with #include even though they end in .c Greg Alexander 2014-12-14 08:30:09 -0500
  • 087adfa668 fix bug in dropbear - returning address of local variable!! Greg Alexander 2014-12-14 08:29:27 -0500
  • f93a643e4c don't build demo code Greg Alexander 2014-12-14 08:17:46 -0500
  • 4a7429b8a8 don't build an ssh client Greg Alexander 2014-12-14 07:52:31 -0500
  • ed20d0de21 no warnings, at least for now.. Greg Alexander 2014-12-14 07:52:10 -0500
  • 13c3f5337f just the bare minimum autoconf stuff to get through a couple of sources... Greg Alexander 2014-12-13 23:00:30 -0500
  • 49ac41a6cf just add all the dropbear sources to the ndk makefile Greg Alexander 2014-12-13 22:30:31 -0500
  • 159f75574f template Android.mk based on the soft84 one Greg Alexander 2014-12-10 17:00:56 -0500
  • b221c41798 stock dropbear-2014.66 source tree Greg Alexander 2014-12-10 16:56:49 -0500
  • 3bbf3ce0dc a bare project, created with Greg Alexander 2014-12-10 16:17:23 -0500
  • 45ebf8ab9f manifesto Greg Alexander 2014-12-06 11:08:04 -0500