Commit Graph

130 Commits (0538dc83933455d516d17529912eceb3f6974381)
 

Author SHA1 Message Date
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
Greg Alexander 9ea9717624 add -R for DROPBEAR_DELAY_HOSTKEY
10 years ago
Greg Alexander 8a8b4c3acb fix typo hiding argv
10 years ago
Greg Alexander 304044bc05 disable syslog so we get the error messages on stderr
10 years ago
Greg Alexander 3f721ae740 add conf_path_file() function to generate "/sdcard/ssh/foo" style filenames
10 years ago
Greg Alexander 0c939b5b24 a little note in the .err file to indicate what's happening...
10 years ago
Greg Alexander aa006d51d8 eek! and call super.onPause() too
10 years ago
Greg Alexander f5d6675cad make the start button color a little more palatable
10 years ago
Greg Alexander 58eefb02b9 add something to wait for the forked process to die, so it doesn't become
10 years ago
Greg Alexander b88f4f1db0 ack, stupid typo
10 years ago
Greg Alexander c6fbf0cbcc fix getting the port number out of the UI
10 years ago
Greg Alexander 41faa118cc fix typos in definition of startstop_clicked()
10 years ago
Greg Alexander cbb8581d03 fix some layout...
10 years ago
Greg Alexander c9f839a69a fix a bunch of layout typos
10 years ago
Greg Alexander b9ad9864ce whoops, chain to super.onResume()
10 years ago
Greg Alexander e347dfb2d0 doit script to automatically build & upload to phone
10 years ago
Greg Alexander f0dcb8b2c0 pass '-p <portno>' on the virtual commandline
10 years ago
Greg Alexander 447ffa0b8f stderr output should now hopefully go to /sdcard/ssh/dropbear.err instead
10 years ago
Greg Alexander bfa3c99dc0 actually call main...
10 years ago
Greg Alexander 1febe9ebe9 add service lifetime termination, and notes about future service foregrounding..
10 years ago
Greg Alexander a9ca75accc communicate the preferences to the C code
10 years ago
Greg Alexander 02a88eae06 typos...
10 years ago
Greg Alexander 8ced3ab635 and there's the start/stop button implementation
10 years ago
Greg Alexander 9cac7ed132 make sshd_pid static
10 years ago