1
0
mirror of https://github.com/moparisthebest/SSLDroid synced 2024-12-23 15:48:51 -05:00

Commit Graph

  • c5da13e151 Add gradle build and wrapper master moparisthebest 2015-07-25 01:37:07 -0400
  • 3584bd8bf9 Add SNI, remove network operations from UI thread, and make certificate not required anymore moparisthebest 2015-07-25 01:36:52 -0400
  • 83de2e9485 random: raise PRNG entropy level securerandom Balint Kovacs 2015-07-25 00:18:51 +0200
  • 24bb06225e Version bump to 1.2.5 f/sni Balint Kovacs 2015-05-13 20:21:18 +0200
  • 60429d1750 Add support for SNI Balint Kovacs 2015-05-13 20:20:43 +0200
  • d9675e64b9 Update target SDK version to 17 Balint Kovacs 2015-05-13 20:15:04 +0200
  • 5f53edb659 version bump to 1.2.4 Balint Kovacs 2014-12-19 12:14:20 +0100
  • dd0e9ac280 TcpProxyServerThread: add missing check on socket existence Balint Kovacs 2014-12-19 11:15:25 +0100
  • e04d51d891 classpath: added new path Balint Kovacs 2014-12-19 11:28:05 +0100
  • 60646b523c SSLDroidTunnelDetails: remove unnecessary except clause Balint Kovacs 2014-12-19 11:27:00 +0100
  • c97ab2bb80 Moved Relay class into a separate file Balint Kovacs 2014-02-08 10:15:07 +0100
  • 42c6f7df96 Fix a race condition in TcpServerThread Balint Kovacs 2014-02-03 15:49:49 +0100
  • a76eff7188 Version bump to 1.2.2 Balint Kovacs 2013-06-14 12:36:33 +0200
  • f4641c4498 Added proper permissions for service stop and start Balint Kovacs 2013-06-14 11:51:52 +0200
  • 5c2958ea69 Version bump Balint Kovacs 2013-06-14 11:11:51 +0200
  • 06bda39d24 Fixed invalid permissions for SSLDroid service Balint Kovacs 2013-06-14 11:10:42 +0200
  • 50f0cb2c95 Version bump to 1.2 Balint Kovacs 2013-06-13 08:22:51 +0200
  • 72f5efd826 Added Clone tunnel functionality Balint Kovacs 2013-06-13 08:16:06 +0200
  • 27b08ae528 Removed unnecessary import Balint Kovacs 2013-06-13 07:47:20 +0200
  • 8ade78aeb7 Added version info in service startup log message Balint Kovacs 2013-06-12 10:34:36 +0200
  • 3e84ffc9b5 Version bump Balint Kovacs 2013-06-12 09:29:36 +0200
  • e9dd932d1c Updated proguard.cfg to update deprecated keywords Balint Kovacs 2013-06-12 09:26:24 +0200
  • 12aef62a1d Version bump Balint Kovacs 2013-06-12 09:25:34 +0200
  • 1c7977a78d Added share logs functionality Balint Kovacs 2013-06-12 09:19:32 +0200
  • 74d7c4c6a4 added suppress to remove warnings for yet unused functionality Balint Kovacs 2013-06-12 09:18:34 +0200
  • 76677d959a cleaned up AndroidManifest to get rid of AndroidLint warnings and properly define API level, also added security on the Service intent Balint Kovacs 2013-06-12 09:16:50 +0200
  • f269d18052 removed presumably dead code Balint Kovacs 2013-06-12 09:15:08 +0200
  • 15119d1698 removed unnecessary import Balint Kovacs 2013-06-12 09:12:54 +0200
  • 77539380ed README added Balint Kovacs 2011-11-01 16:58:15 +0100
  • ecf4cd5557 [explicit stop] made option name less ambiguous Balint Kovacs 2011-10-19 11:46:45 +0200
  • 8e3cd92b69 Implemented explicit stop feature - stops the service until it is started manually Balint Kovacs 2011-10-19 11:44:43 +0200
  • d59aa907a8 Additional logging in case of SSL IOExeption Balint Kovacs 2011-09-05 15:48:40 +0200
  • 99e6e89c13 Changed logging, so that it includes the listening socket's IP address as well Balint Kovacs 2011-09-05 15:48:07 +0200
  • d474bb6682 Implement check if the client-side certificate is expired Balint Kovacs 2011-09-05 15:44:20 +0200
  • 6010416325 Check certificate expiration while saving the tunnel details Balint Kovacs 2011-07-19 15:00:25 +0200
  • 26685aa5d7 [provisioning] XSD for validating the XML config Balint Kovacs 2011-06-28 13:45:37 +0200
  • e38b9b81ab [provisioning] example XML config Balint Kovacs 2011-06-28 13:44:58 +0200
  • 99c780aabc Causes NullPointerException Balint Kovacs 2011-06-14 12:15:56 +0200
  • c8a4d2a459 Enhanced logging for Network status change, so that we are able to filter better on change events in future Balint Kovacs 2011-06-10 09:25:41 +0200
  • c3add3dbf8 Fixed too strict unicity check in tunnel details dialog Balint Kovacs 2011-06-10 09:25:00 +0200
  • aad79a8e5a Indentation fixes Balint Kovacs 2011-05-04 21:31:26 +0200
  • 69c521c91e Removed the ticker text on service startup notification, only displaying the icon now (less disturbing) Balint Kovacs 2011-05-04 19:57:50 +0200
  • 6c07dca8e0 Implemented network state change listener that stops the service on connectivity loss and starts it once connectivity is regained Balint Kovacs 2011-05-04 14:07:25 +0200
  • 5d92ede437 Externalized string for menu item "Refresh" on the logview activity Balint Kovacs 2011-05-04 12:41:23 +0200
  • 4974177603 Added refresh menu option to the logview activity Balint Kovacs 2011-05-04 12:32:34 +0200
  • 56e9474829 Removed deprecated "editable" attribute Balint Kovacs 2011-05-04 10:06:59 +0200
  • cacac3cc50 Fixed a copy-paste problem in AndroidManifest.xml, the log read activity always popped up the soft keyboard Balint Kovacs 2011-05-04 10:02:30 +0200
  • 236a6394c7 Removed log messages used for inital debugging that could disclose personal information (SD card content) Balint Kovacs 2011-05-04 09:32:28 +0200
  • 64063593f8 Added Back button in the file browser and did some additional checks Balint Kovacs 2011-05-04 09:28:26 +0200
  • 7f5f4f4768 Implemented rudimentary file browser capability to dive into subdirectories Balint Kovacs 2011-05-03 21:20:47 +0200
  • ef3168131b Extended file pick dialog to find .p12 and .pfx files on the whole SD card recursively Balint Kovacs 2011-05-03 19:28:57 +0200
  • 2e55c4e2c3 Polished log view a bit more Balint Kovacs 2011-05-03 18:11:07 +0200
  • 3a03aa7eed Removed unused code hunk Balint Kovacs 2011-05-03 17:12:20 +0200
  • 11db518fe9 Polished log view to a usable stage Balint Kovacs 2011-05-03 17:06:04 +0200
  • 662d62d7bd Log view prototype (untested) Balint Kovacs 2011-04-29 02:01:24 +0200
  • 5e276bf69c Added a bunch of TODO's to the appropriate files Balint Kovacs 2011-04-28 15:40:17 +0200
  • de7a264296 Added log tags and session ID to the stream related error messages Balint Kovacs 2011-04-26 15:42:11 +0200
  • a094fa8be1 Added local port collision check to the tunnel details input validation Balint Kovacs 2011-04-26 15:16:45 +0200
  • 8d35c15a02 Added a bunch of input validation at the tunnel details screen Balint Kovacs 2011-04-26 14:49:50 +0200
  • e33cf5dc17 Make sure the server socket only listens on localhost Balint Kovacs 2011-04-21 07:26:35 +0200
  • f83d37f2ca Moved saving the TunnelDetails state from the onPause() hook to the explicit button press event for the Apply button to avoid the changes to be saved if the user hits the back button. Balint Kovacs 2011-04-21 00:20:19 +0200
  • a4489bcd97 Basically undone these commits: Balint Kovacs 2011-04-20 23:34:35 +0200
  • 79c357576c Implemented file chooser for picking the PKCS12 file for the tunnel Balint Kovacs 2011-04-20 21:45:56 +0200
  • 8a28244471 Another cleanup round Balint Kovacs 2011-04-20 20:42:55 +0200
  • 422d217e3b Some more cleanup Balint Kovacs 2011-04-20 19:08:14 +0200
  • 89d87a89e8 Some more cleanup Balint Kovacs 2011-04-20 19:05:46 +0200
  • 5ef9db389e Removed some clutter used for initial troubleshooting Balint Kovacs 2011-04-20 19:05:19 +0200
  • 82da2651b2 Try to wait() for the workerthreads to finish when stopping the service, this probably needs more thought in the future Balint Kovacs 2011-04-20 19:01:19 +0200
  • 780d221b2f Fixed a problem that caused the application to save to tunnel preference when pressing the back button and hence has also restarted the service Balint Kovacs 2011-04-20 18:59:42 +0200
  • 422b11fdef Heavy refactoring, implemented proper GUI Balint Kovacs 2011-04-20 18:10:34 +0200
  • 4d724fb37d Implemented basics of multiple tunnel handling Balint Kovacs 2011-04-18 07:30:03 +0200
  • 9d44957132 Changed "running" notification to display the tunnel details. Balint Kovacs 2011-04-17 20:53:34 +0200
  • 7cf08aca6e Fixed "running" notification to be persistent, e.g. not clearable by the user. Balint Kovacs 2011-04-17 20:44:04 +0200
  • a447f4419f Support for local settings Balint Kovacs 2011-04-15 11:50:00 +0200
  • 02465d3450 Moved notification creation and deletion to separate functions Balint Kovacs 2011-04-15 08:43:13 +0200
  • c1a7c94be9 Fixed shutdown issue and some error handling adjustments Balint Kovacs 2011-04-15 08:42:03 +0200
  • 2ebebbd896 Huge amount of changes: Balint Kovacs 2011-04-12 17:06:00 +0200
  • 36414ea0b9 Initial support for on-boot startup Balint Kovacs 2011-03-25 11:43:04 +0100
  • 769f2768dc Added the svg version of the logo the the assets Balint Kovacs 2011-03-24 21:02:58 +0100
  • 99fb986ac4 New icon and some minor reformattings Balint Kovacs 2011-03-24 20:59:48 +0100
  • 484d940be9 Minor logging cleanup and bugfixes Balint Kovacs 2011-03-22 14:47:14 +0100
  • 4ba06a0131 Initial commit Balint Kovacs 2011-03-21 12:27:51 +0100