Commit Graph

453 Commits (master)
 

Author SHA1 Message Date
Greg Alexander fa0aff7a8d zlib 1.2.8 commit
9 years ago
Greg Alexander 7f0a8a63c0 build scp as a separate executable
9 years ago
Greg Alexander 226a02ff38 more musings
9 years ago
Greg Alexander 3fae66e571 musings about scp
9 years ago
Greg Alexander 93760bfb7b intercept attempts to execute "scp", and redirect them to the builtin scp
9 years ago
Greg Alexander 253c468b3a close all the android system fds when starting the dropbear server
9 years ago
Greg Alexander 90e7ca14ae graphic assets sarah provided
9 years ago
Greg Alexander 3620b17411 implement start on boot
10 years ago
Greg Alexander 3112a7ecb3 remove explicit "0.0.0.0" specification on -p option because it turns out
10 years ago
Greg Alexander 8a1bc2c4e0 made the JNI methods static because they didn't use this anyways
10 years ago
Greg Alexander 5df0610f5c implement the extra dropbear commandline options
10 years ago
Greg Alexander 52a7c6b070 todo
10 years ago
Greg Alexander 637de21aca add locking to resolve some thread safety issues
10 years ago
Greg Alexander 5c7d92415c remove debug code from updater thread
10 years ago
Greg Alexander a40b35a5a2 updater checks length as well as time, in case there are multiple
10 years ago
Greg Alexander 52a1093dde make the log view always show the bottom of the log
10 years ago
Greg Alexander 4581a224ac first draft of a thread to poll for changes to the dropbear.err file
10 years ago
Greg Alexander b44b9295d5 add display of the dropbear.err log (it doesn't update yet)
10 years ago
Greg Alexander 932bfa3242 save the static pointer to the main Activity in SimpleSSHD because it'll
10 years ago
Greg Alexander 1642eec8fd update the target sdk version to 11 (android 3.0) -- nothing really
10 years ago
Greg Alexander d140fe13f6 todo
10 years ago
Greg Alexander 76a25aca25 improve text of preferences pane
10 years ago
Greg Alexander 76eb76fac4 get rid of the old prefs machinery
10 years ago
Greg Alexander e49cf68feb port is a string now because none of the stock preference widgets will do
10 years ago
Greg Alexander bbcb048996 first draft of settings activity
10 years ago
Greg Alexander 95c028ad81 add an options menu to access the future settings activity
10 years ago
Greg Alexander 1d79555a2f todo
10 years ago
Greg Alexander 18f801e87a more appropriate default path for android
10 years ago
Greg Alexander 324bf93935 no need to specify -l on the shell, dropbear does it as appropriate
10 years ago
Greg Alexander f664476da5 don't attempt to change uid, we do not run as root
10 years ago
Greg Alexander f2b458f499 don't maintain utmp/wtmp
10 years ago
Greg Alexander c222b4b074 use configuration values instead of getpwnam()
10 years ago
Greg Alexander ff446269b3 use ptmx
10 years ago
Greg Alexander 25b613c4f5 use rename() if the underlying filesystem doesn't support link()
10 years ago
Greg Alexander 97533c8574 add LTC_SOURCE to each libtomcrypt .c file because that's easier than
10 years ago
Greg Alexander b912829679 don't tweak tomcrypt ecc timing settings either
10 years ago
Greg Alexander 0ff8cc90aa back out partial LTC_SOURCE hack, in preparation for a more thorough one
10 years ago
Greg Alexander b45a6bc290 todo
10 years ago
Greg Alexander edb6854ccb todo
10 years ago
Greg Alexander 5902ab0952 tell dropbear not to fork into the background, because we've already
10 years ago
Greg Alexander f0347f7477 probably startForeground() is overkill?
10 years ago
Greg Alexander 5c01b97345 when creating the Service, we check for a pid file for an orphaned daemon
10 years ago
Greg Alexander e77351edd4 factor the SharedPreferences usage into its own Prefs class
10 years ago
Greg Alexander 834e994042 put the pid file under conf_path_file()
10 years ago
Greg Alexander 781af9c467 Revert "get rid of pid file"
10 years ago
Greg Alexander 760d17ddf7 todo
10 years ago
Greg Alexander 5248db4380 add a (useless) service onDestroy() to clean up the sshd
10 years ago
Greg Alexander f3f53709c6 waiter thread is done
10 years ago
Greg Alexander 6d872af030 listen to "0.0.0.0:port" because otherwise it seems to default to ipv6 (??)
10 years ago
Greg Alexander e8e3881877 add uses-permission for network and storage
10 years ago