Commit Graph

78 Commits

Author SHA1 Message Date
Travis Burtrum c5da13e151 Add gradle build and wrapper 2015-07-25 01:37:07 -04:00
Travis Burtrum 3584bd8bf9 Add SNI, remove network operations from UI thread, and make certificate not required anymore 2015-07-25 01:36:52 -04:00
Balint Kovacs 5f53edb659 version bump to 1.2.4
Signed-off-by: Balint Kovacs <blint@balabit.hu>
2014-12-19 12:14:20 +01:00
Balint Kovacs dd0e9ac280 TcpProxyServerThread: add missing check on socket existence 2014-12-19 11:28:33 +01:00
Balint Kovacs e04d51d891 classpath: added new path 2014-12-19 11:28:05 +01:00
Balint Kovacs 60646b523c SSLDroidTunnelDetails: remove unnecessary except clause
Signed-off-by: Balint Kovacs <blint@balabit.hu>
2014-12-19 11:27:00 +01:00
Balint Kovacs c97ab2bb80 Moved Relay class into a separate file
Signed-off-by: Balint Kovacs <blint@blint.hu>
2014-02-08 10:15:07 +01:00
Balint Kovacs 42c6f7df96 Fix a race condition in TcpServerThread
Signed-off-by: Balint Kovacs <blint@blint.hu>
2014-02-03 15:49:49 +01:00
Balint Kovacs a76eff7188 Version bump to 1.2.2
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-14 12:36:33 +02:00
Balint Kovacs f4641c4498 Added proper permissions for service stop and start
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-14 11:51:52 +02:00
Balint Kovacs 5c2958ea69 Version bump
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-14 11:11:51 +02:00
Balint Kovacs 06bda39d24 Fixed invalid permissions for SSLDroid service
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-14 11:10:42 +02:00
Balint Kovacs 50f0cb2c95 Version bump to 1.2
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-13 08:22:51 +02:00
Balint Kovacs 72f5efd826 Added Clone tunnel functionality
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-13 08:16:06 +02:00
Balint Kovacs 27b08ae528 Removed unnecessary import
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-13 07:47:20 +02:00
Balint Kovacs 8ade78aeb7 Added version info in service startup log message
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-12 10:34:36 +02:00
Balint Kovacs 3e84ffc9b5 Version bump
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-12 09:29:36 +02:00
Balint Kovacs e9dd932d1c Updated proguard.cfg to update deprecated keywords
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-12 09:26:24 +02:00
Balint Kovacs 12aef62a1d Version bump
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-12 09:25:34 +02:00
Balint Kovacs 1c7977a78d Added share logs functionality
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-12 09:19:32 +02:00
Balint Kovacs 74d7c4c6a4 added suppress to remove warnings for yet unused functionality
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-12 09:18:34 +02:00
Balint Kovacs 76677d959a cleaned up AndroidManifest to get rid of AndroidLint warnings and
properly define API level, also added security on the Service intent
2013-06-12 09:16:50 +02:00
Balint Kovacs f269d18052 removed presumably dead code 2013-06-12 09:15:08 +02:00
Balint Kovacs 15119d1698 removed unnecessary import
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-12 09:12:54 +02:00
Balint Kovacs 77539380ed README added 2011-11-01 16:58:15 +01:00
Balint Kovacs ecf4cd5557 [explicit stop] made option name less ambiguous 2011-10-19 11:46:45 +02:00
Balint Kovacs 8e3cd92b69 Implemented explicit stop feature - stops the service until it is
started manually

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-10-19 11:44:43 +02:00
Balint Kovacs d59aa907a8 Additional logging in case of SSL IOExeption
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-09-05 15:48:40 +02:00
Balint Kovacs 99e6e89c13 Changed logging, so that it includes the listening socket's IP address
as well

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-09-05 15:48:07 +02:00
Balint Kovacs d474bb6682 Implement check if the client-side certificate is expired
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-09-05 15:44:20 +02:00
Balint Kovacs 6010416325 Check certificate expiration while saving the tunnel details
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-07-19 15:00:25 +02:00
Balint Kovacs 26685aa5d7 [provisioning] XSD for validating the XML config
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-06-28 13:45:37 +02:00
Balint Kovacs e38b9b81ab [provisioning] example XML config 2011-06-28 13:44:58 +02:00
Balint Kovacs 99c780aabc Causes NullPointerException
Revert "Enhanced logging for Network status change, so that we are able to"

This reverts commit c8a4d2a459.
2011-06-14 12:15:56 +02:00
Balint Kovacs c8a4d2a459 Enhanced logging for Network status change, so that we are able to
filter better on change events in future

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-06-10 09:25:41 +02:00
Balint Kovacs c3add3dbf8 Fixed too strict unicity check in tunnel details dialog
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-06-10 09:25:00 +02:00
Balint Kovacs aad79a8e5a Indentation fixes
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-04 21:31:26 +02:00
Balint Kovacs 69c521c91e Removed the ticker text on service startup notification, only
displaying the icon now (less disturbing)

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-04 19:57:50 +02:00
Balint Kovacs 6c07dca8e0 Implemented network state change listener that stops the service on
connectivity loss and starts it once connectivity is regained

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-04 14:07:25 +02:00
Balint Kovacs 5d92ede437 Externalized string for menu item "Refresh" on the logview activity
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-04 12:41:23 +02:00
Balint Kovacs 4974177603 Added refresh menu option to the logview activity
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-04 12:32:34 +02:00
Balint Kovacs 56e9474829 Removed deprecated "editable" attribute
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-04 10:06:59 +02:00
Balint Kovacs cacac3cc50 Fixed a copy-paste problem in AndroidManifest.xml, the log read
activity always popped up the soft keyboard

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-04 10:02:30 +02:00
Balint Kovacs 236a6394c7 Removed log messages used for inital debugging that could disclose
personal information (SD card content)

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-04 09:32:28 +02:00
Balint Kovacs 64063593f8 Added Back button in the file browser and did some additional checks
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-04 09:28:26 +02:00
Balint Kovacs 7f5f4f4768 Implemented rudimentary file browser capability to dive into
subdirectories

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-03 21:20:47 +02:00
Balint Kovacs ef3168131b Extended file pick dialog to find .p12 and .pfx files on the whole SD
card recursively

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-03 19:28:57 +02:00
Balint Kovacs 2e55c4e2c3 Polished log view a bit more
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-03 18:11:07 +02:00
Balint Kovacs 3a03aa7eed Removed unused code hunk
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-03 17:12:20 +02:00
Balint Kovacs 11db518fe9 Polished log view to a usable stage
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-03 17:06:04 +02:00