Greg Alexander
|
cbb8581d03
|
fix some layout...
|
2014-12-16 16:49:40 -05:00 |
|
Greg Alexander
|
c9f839a69a
|
fix a bunch of layout typos
|
2014-12-16 16:40:34 -05:00 |
|
Greg Alexander
|
b9ad9864ce
|
whoops, chain to super.onResume()
|
2014-12-16 16:37:17 -05:00 |
|
Greg Alexander
|
e347dfb2d0
|
doit script to automatically build & upload to phone
|
2014-12-16 16:35:55 -05:00 |
|
Greg Alexander
|
f0dcb8b2c0
|
pass '-p <portno>' on the virtual commandline
|
2014-12-16 16:34:10 -05:00 |
|
Greg Alexander
|
447ffa0b8f
|
stderr output should now hopefully go to /sdcard/ssh/dropbear.err instead
of the bit bucket
|
2014-12-16 16:24:01 -05:00 |
|
Greg Alexander
|
bfa3c99dc0
|
actually call main...
|
2014-12-16 16:13:04 -05:00 |
|
Greg Alexander
|
1febe9ebe9
|
add service lifetime termination, and notes about future service foregrounding..
|
2014-12-16 15:55:14 -05:00 |
|
Greg Alexander
|
a9ca75accc
|
communicate the preferences to the C code
|
2014-12-16 15:50:30 -05:00 |
|
Greg Alexander
|
02a88eae06
|
typos...
|
2014-12-16 11:21:17 -05:00 |
|
Greg Alexander
|
8ced3ab635
|
and there's the start/stop button implementation
|
2014-12-16 11:20:36 -05:00 |
|
Greg Alexander
|
9cac7ed132
|
make sshd_pid static
|
2014-12-16 11:19:26 -05:00 |
|
Greg Alexander
|
e1d43c3208
|
first draft of rough JNI interface
|
2014-12-16 10:34:10 -05:00 |
|
Greg Alexander
|
720007ae32
|
now it compiles...
|
2014-12-16 09:55:54 -05:00 |
|
Greg Alexander
|
643a5aff23
|
first draft of service
|
2014-12-16 09:52:42 -05:00 |
|
Greg Alexander
|
8140b594b3
|
process management musings
|
2014-12-15 23:27:11 -05:00 |
|
Greg Alexander
|
4cd9277401
|
oversight
|
2014-12-14 23:23:43 -05:00 |
|
Greg Alexander
|
9556b95f2c
|
more appropriate visual layout
|
2014-12-14 23:21:05 -05:00 |
|
Greg Alexander
|
a23c28a02d
|
first draft of preferences ui code
|
2014-12-14 22:56:31 -05:00 |
|
Greg Alexander
|
cb2dc4f24d
|
first draft of UI XML
|
2014-12-14 17:30:35 -05:00 |
|
Greg Alexander
|
26935020a9
|
manifesto for java side
|
2014-12-14 16:57:34 -05:00 |
|
Greg Alexander
|
52dce6c256
|
disable ZLIB
|
2014-12-14 16:44:27 -05:00 |
|
Greg Alexander
|
d9d19077cb
|
take care of excess definitions
|
2014-12-14 16:44:16 -05:00 |
|
Greg Alexander
|
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
|
2014-12-14 16:43:39 -05:00 |
|
Greg Alexander
|
762d44b1a4
|
notes about what the jni interface will need to be like..
|
2014-12-14 16:20:49 -05:00 |
|
Greg Alexander
|
2f501186ce
|
no scp, no password authentication
|
2014-12-14 16:19:00 -05:00 |
|
Greg Alexander
|
72aee0cc1e
|
first try of configuring it (fail)
|
2014-12-14 16:18:50 -05:00 |
|
Greg Alexander
|
e658e1694d
|
get rid of pid file
|
2014-12-14 15:54:21 -05:00 |
|
Greg Alexander
|
b14b0073a2
|
exclude a few more tests from building
|
2014-12-14 08:42:21 -05:00 |
|
Greg Alexander
|
7cb3cbc624
|
use S_IWUSR (0200) instead of S_IWRITE (S_IWRITE isn't documented, i
guess it is historical)
|
2014-12-14 08:41:22 -05:00 |
|
Greg Alexander
|
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
|
2014-12-14 08:40:37 -05:00 |
|
Greg Alexander
|
8c4a2b76e9
|
don't build table files because they are actually used with #include even
though they end in .c
|
2014-12-14 08:30:09 -05:00 |
|
Greg Alexander
|
087adfa668
|
fix bug in dropbear - returning address of local variable!!
|
2014-12-14 08:29:27 -05:00 |
|
Greg Alexander
|
f93a643e4c
|
don't build demo code
|
2014-12-14 08:17:46 -05:00 |
|
Greg Alexander
|
4a7429b8a8
|
don't build an ssh client
|
2014-12-14 07:52:31 -05:00 |
|
Greg Alexander
|
ed20d0de21
|
no warnings, at least for now..
|
2014-12-14 07:52:10 -05:00 |
|
Greg Alexander
|
13c3f5337f
|
just the bare minimum autoconf stuff to get through a couple of sources...
|
2014-12-13 23:00:30 -05:00 |
|
Greg Alexander
|
49ac41a6cf
|
just add all the dropbear sources to the ndk makefile
|
2014-12-13 22:30:31 -05:00 |
|
Greg Alexander
|
159f75574f
|
template Android.mk based on the soft84 one
|
2014-12-10 17:00:56 -05:00 |
|
Greg Alexander
|
b221c41798
|
stock dropbear-2014.66 source tree
|
2014-12-10 16:56:49 -05:00 |
|
Greg Alexander
|
3bbf3ce0dc
|
a bare project, created with
android create project --target android-7 --name SimpleSSHD --path `pwd` --package org.galexander.sshd -a SimpleSSHD
|
2014-12-10 16:17:23 -05:00 |
|
Greg Alexander
|
45ebf8ab9f
|
manifesto
|
2014-12-06 11:08:04 -05:00 |
|