Commit Graph

30 Commits (master)

Author SHA1 Message Date
Greg Alexander 62dcaa750a Enable GCM, too. I'm not clear on what it is but default_options.h says
3 years ago
Greg Alexander d59d79da18 Enable ed25519, which is the main attraction for dropbear 2020.81.
3 years ago
Greg Alexander 2516984300 Added new sources (mostly renamed members of libtommath) that are needed
3 years ago
Greg Alexander a2d1ada9d2 Remove sources from the makefile that are not available in dropbear
3 years ago
Greg Alexander 2717173d32 compile with -O, in response to a poor performance report from Domagoj
4 years ago
Greg Alexander 12ccb85024 Don't build the stand-alone executables with -static because that doesn't
5 years ago
Greg Alexander 9fe01ea860 Add new dropbear-2019.78 sources to the JNI Makefile.
5 years ago
Greg Alexander cbee2a1b67 if there is no authorized_keys file, generate a single-use password
8 years ago
Greg Alexander 2a7b7465fa remove -Wall on just the dropbear component, because the coding style for
8 years ago
Greg Alexander 20e8113f28 build with -Wall
8 years ago
Greg Alexander a916ac5c08 add 'buffersu' program to wrap rsync and make sure there is no wedging
9 years ago
Greg Alexander c8d1c356d1 build static binaries so that we don't run into lollipop's requirement
9 years ago
Greg Alexander 42fd4dd266 don't build zlib for dropbear, it can use the android system zlib
10 years ago
Greg Alexander 1e212e3cec switch rsync over to using its own internal zlib
10 years ago
Greg Alexander bb347ffffe now rsync builds (untested)
10 years ago
Greg Alexander 7a66cd87b9 added all of the source files needed for sftp-server
10 years ago
Greg Alexander e53d852b98 add sftp-server to build even though it won't build yet...
10 years ago
Greg Alexander aa9cbca1ed enable building and using zlib -- quite painless!
10 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 d9d19077cb take care of excess definitions
10 years ago
Greg Alexander 2f501186ce no scp, no password authentication
10 years ago
Greg Alexander b14b0073a2 exclude a few more tests from building
10 years ago
Greg Alexander 8c4a2b76e9 don't build table files because they are actually used with #include even
10 years ago
Greg Alexander f93a643e4c don't build demo code
10 years ago
Greg Alexander 4a7429b8a8 don't build an ssh client
10 years ago
Greg Alexander ed20d0de21 no warnings, at least for now..
10 years ago
Greg Alexander 13c3f5337f just the bare minimum autoconf stuff to get through a couple of sources...
10 years ago
Greg Alexander 49ac41a6cf just add all the dropbear sources to the ndk makefile
10 years ago
Greg Alexander 159f75574f template Android.mk based on the soft84 one
10 years ago