OpenVPNAdapter/OpenVPN Adapter
2018-01-17 11:33:05 +03:00
..
Vendors Merge commit '82fea30fcce1d169de7ec42be84d079e0899519c' into feature/update-dependenies 2018-01-08 11:44:56 +03:00
NSError+Message.h Convert integer result to error reason 2017-09-06 22:57:35 +03:00
NSError+Message.m Convert integer result to error reason 2017-09-06 22:57:35 +03:00
OpenVPNAdapter.h Break long comment lines 2018-01-15 12:50:25 +03:00
OpenVPNAdapter.mm Rename OpenVPNPacketFlow to OpenVPNPacketFlowBridge 2017-10-28 13:12:25 +03:00
OpenVPNAdapter.modulemap Fix module redefinition issue 2017-04-09 16:10:30 +03:00
OpenVPNAdapterEvent.h Rename OpenVPNEvent to OpenVPNAdapterEvent 2017-09-06 22:31:20 +03:00
OpenVPNAdapterPacketFlow.h Move definition of OpenVPNAdapterPacketFlow protocol to its own header file 2018-01-15 13:08:54 +03:00
OpenVPNCertificate.h Implement writing certificate DER data 2017-09-07 10:21:10 +03:00
OpenVPNCertificate.m Fix a possible null pointer dereference error 2017-09-16 14:45:38 +03:00
OpenVPNClient.h Move definition and implementation of OpenVPNClient into separate files 2018-01-12 13:50:44 +03:00
OpenVPNClient.mm Move definition and implementation of OpenVPNClient into separate files 2018-01-12 13:50:44 +03:00
OpenVPNCompressionMode.h Put configuration enums into separate headers 2017-04-26 17:00:45 +03:00
OpenVPNConfiguration.h Add NSCopying, NSSecureCoding Support to Informational Classes (#17) 2017-09-16 17:42:57 +03:00
OpenVPNConfiguration.mm Add NSCopying, NSSecureCoding Support to Informational Classes (#17) 2017-09-16 17:42:57 +03:00
OpenVPNConfiguration+Internal.h Refactor getters/setters for min TLS version andTLS cert profile and rename class methods 2017-04-27 19:44:52 +03:00
OpenVPNConnectionInfo.h Add NSCopying, NSSecureCoding Support to Informational Classes (#17) 2017-09-16 17:42:57 +03:00
OpenVPNConnectionInfo.mm Add NSCopying, NSSecureCoding Support to Informational Classes (#17) 2017-09-16 17:42:57 +03:00
OpenVPNConnectionInfo+Internal.h Wrap connection info 2017-04-26 13:53:38 +03:00
OpenVPNCredentials.h Wrap credentials into Objective-C class 2017-04-26 12:21:25 +03:00
OpenVPNCredentials.mm Wrap credentials into Objective-C class 2017-04-26 12:21:25 +03:00
OpenVPNCredentials+Internal.h Declare a class which contains credentials 2017-04-24 16:30:15 +03:00
OpenVPNError.h Fix position of asterix in const definitions and remove nullability specifiers 2018-01-12 14:04:27 +03:00
OpenVPNError.m Fix position of asterix in const definitions and remove nullability specifiers 2018-01-12 14:04:27 +03:00
OpenVPNInterfaceStats.h Add NSCopying, NSSecureCoding Support to Informational Classes (#17) 2017-09-16 17:42:57 +03:00
OpenVPNInterfaceStats.mm Add NSCopying, NSSecureCoding Support to Informational Classes (#17) 2017-09-16 17:42:57 +03:00
OpenVPNInterfaceStats+Internal.h Wrap interface stats 2017-04-26 14:27:54 +03:00
OpenVPNIPv6Preference.h Put configuration enums into separate headers 2017-04-26 17:00:45 +03:00
OpenVPNKeyType.h Add missing semicolon 2017-09-07 14:36:12 +03:00
OpenVPNMinTLSVersion.h Put configuration enums into separate headers 2017-04-26 17:00:45 +03:00
OpenVPNNetworkSettingsBuilder.h Add extra spaces and empty lines 2018-01-17 11:33:05 +03:00
OpenVPNNetworkSettingsBuilder.m Add extra spaces and empty lines 2018-01-17 11:33:05 +03:00
OpenVPNPacket.h Move data preparation to the implementation of OpenVPNPacket 2018-01-15 17:13:04 +03:00
OpenVPNPacket.mm Move data preparation to the implementation of OpenVPNPacket 2018-01-15 17:13:04 +03:00
OpenVPNPacketFlowBridge.h Refactor implementation of OpenVPNPacketFlowBridge class 2018-01-16 17:00:41 +03:00
OpenVPNPacketFlowBridge.mm Add pragma marks 2018-01-16 17:08:00 +03:00
OpenVPNPrivateKey.h Return type of the key 2017-09-07 14:35:33 +03:00
OpenVPNPrivateKey.m Use malloc instead of calloc 2017-09-07 20:09:14 +03:00
OpenVPNProperties.h Wrap eval config 2017-04-26 18:06:34 +03:00
OpenVPNProperties.mm Break proto string into components in the properties class instead of configuration class 2017-05-10 18:02:09 +03:00
OpenVPNProperties+Internal.h Wrap eval config 2017-04-26 18:06:34 +03:00
OpenVPNReachability.h Return current reachability status using openvpn::Reachability class 2017-10-05 15:45:13 +03:00
OpenVPNReachability.mm Return current reachability status using openvpn::Reachability class 2017-10-05 15:45:13 +03:00
OpenVPNReachability+Internal.h Implement internet reachability monitor 2017-07-18 17:26:39 +03:00
OpenVPNReachabilityStatus.h Define reachability statuses 2017-07-17 20:16:28 +03:00
OpenVPNReachabilityTracker.h Add missing public modifier 2017-07-18 17:25:45 +03:00
OpenVPNReachabilityTracker.mm Implement abstract tracker class 2017-07-17 20:22:03 +03:00
OpenVPNServerEntry.h Wrap server entry 2017-04-26 15:41:38 +03:00
OpenVPNServerEntry.mm Wrap server entry 2017-04-26 15:41:38 +03:00
OpenVPNServerEntry+Internal.h Wrap server entry 2017-04-26 15:41:38 +03:00
OpenVPNSessionToken.h Add NSCopying, NSSecureCoding Support to Informational Classes (#17) 2017-09-16 17:42:57 +03:00
OpenVPNSessionToken.mm Add NSCopying, NSSecureCoding Support to Informational Classes (#17) 2017-09-16 17:42:57 +03:00
OpenVPNSessionToken+Internal.h Wrap session token 2017-04-28 21:47:48 +03:00
OpenVPNTLSCertProfile.h Put configuration enums into separate headers 2017-04-26 17:00:45 +03:00
OpenVPNTransportProtocol.h Put configuration enums into separate headers 2017-04-26 17:00:45 +03:00
OpenVPNTransportStats.h OpeVPNTransportStats lastPacketReceived NSInteger -> NSDate (#21) 2017-09-16 19:59:57 +03:00
OpenVPNTransportStats.mm OpeVPNTransportStats lastPacketReceived NSInteger -> NSDate (#21) 2017-09-16 19:59:57 +03:00
OpenVPNTransportStats+Internal.h Fix incorrect header 2017-04-30 17:59:58 +03:00
Umbrella-Header.h Move definition of OpenVPNAdapterPacketFlow protocol to its own header file 2018-01-15 13:08:54 +03:00