1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-10-31 20:40:22 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
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