Commit Graph

453 Commits (master)
 

Author SHA1 Message Date
Greg Alexander 0f91ddc433 document that broadcast intents only work if Foreground Service is enabled
5 years ago
Greg Alexander 941d6c6153 releasing version 22 today
5 years ago
Greg Alexander ad119a4da0 bump to version 22
5 years ago
Greg Alexander 823591055a Factor out the idiom for startService() vs startForegroundService(), and
5 years ago
Greg Alexander c1bdacd4d6 document broadcast intents
5 years ago
Greg Alexander ebbdac1787 add org.galexander.sshd.START and org.galexander.sshd.STOP broadcast receiver
5 years ago
Greg Alexander e07a809980 feature request - broadcast intent for START/STOP
5 years ago
Greg Alexander c682560ada bump to version 21
5 years ago
Greg Alexander 285693c452 todone
5 years ago
Greg Alexander 1cbe9b1456 remove debug output
5 years ago
Greg Alexander 71dcbc392b Normalize the dump code a little bit, and expand to 128 stack entries
5 years ago
Greg Alexander a3bbb0bf96 Fix the SIGSEGV that users have been reporting - don't execute anything
5 years ago
Greg Alexander cf84ff9379 fix restart after a crash (it would not restart if there was a stale pid
5 years ago
Greg Alexander 39705de36e only rebuild default_options_guard.h if necessary
5 years ago
Greg Alexander 72a4a088bd merged sigsegv_branch...
5 years ago
Greg Alexander 498fc2fc4c Merge branch 'sigsegv_dump'
5 years ago
Greg Alexander 967a1e42a9 probable technique for bypassing atexit
5 years ago
Greg Alexander e204c1ea74 musings about the dump, which must be caused by atexit()
5 years ago
Greg Alexander 2d8d649cdd I finally got a dump!
5 years ago
Greg Alexander d7bd00fc2b change SIGSEGV handler to use SA_SIGINFO to get context information, and
5 years ago
Greg Alexander f95e97ede8 todo
5 years ago
Greg Alexander 62b119e07f Keep around a copy of the old dropbear.err so that it can be accessed
5 years ago
Greg Alexander 7132b50fa1 alert so users know to contact me if the new version broke everything
5 years ago
Greg Alexander 132baa7d5c add symlink for res
5 years ago
Greg Alexander f5270f56c5 Bump to version 20!
5 years ago
Greg Alexander 4e84d03220 Finish testing, I guess.
5 years ago
Greg Alexander 51559e5798 Add allowBackup="false" so that updating to the new SDK doesn't cause
5 years ago
Greg Alexander 445c2957ec Don't call startForegroundService() except on Oreo and above, because
5 years ago
Greg Alexander 7879c603fe Make a naive IP address decoder for the case where the library's
5 years ago
Greg Alexander 12ccb85024 Don't build the stand-alone executables with -static because that doesn't
5 years ago
Greg Alexander 53db5d525d changelog
5 years ago
Greg Alexander ada5ca8def todo
5 years ago
Greg Alexander 80bb4d95c9 use rename() if the underlying filesystem doesn't support link()
5 years ago
Greg Alexander bb8753a5a6 Disable DROPBEAR_SVR_MULTIUSER, because we don't want to be calling
5 years ago
Greg Alexander 23a2bda614 Limit to only displaying 5 IPs at once (the android emulator sets up
5 years ago
Greg Alexander 9fe01ea860 Add new dropbear-2019.78 sources to the JNI Makefile.
5 years ago
Greg Alexander c5fb42b1f1 Update dropbear version in "About" string.
5 years ago
Greg Alexander 8bdc4005f1 todo
5 years ago
Greg Alexander b7bc52d209 Add type cast to avoid warning.
5 years ago
Greg Alexander 5a5cc34841 Use correct #define to disable using environment variable to supply
5 years ago
Greg Alexander 126c9275c5 Run ifndef_wrapper.sh script to generate default_options_guard.h from
5 years ago
Greg Alexander 258e88e458 Merge branch 'dropbear'
5 years ago
Greg Alexander 9d7c6ffbfb stock dropbear-2019.78 source tree
5 years ago
Greg Alexander 30b4c9ce75 doc changelog edits...
5 years ago
Greg Alexander 7f58879b35 Implement a sanity check of settings so that if onboot is selected,
5 years ago
Greg Alexander 83b5dd496d If asked to start at boot in background on Oreo, give a toast so the user
5 years ago
Greg Alexander 9ed777ea20 transfer changelog to the doc
5 years ago
Greg Alexander e0151fa757 Now can start-on-boot on Oreo/Pie, with the caveat that start-on-boot
5 years ago
Greg Alexander 38f477e63c To work on Android 28 (Pie), we have to explicitly declare the
5 years ago
Greg Alexander c759480f44 Notes now that I got the notification channel to work.
5 years ago