From 713a46d817ba74a7396d4bdc42091b958f3a15fb Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Tue, 14 May 2019 10:58:47 +0200 Subject: [PATCH] Update GitHub URL Move to passepartoutvpn org. --- README.md | 6 +++--- TunnelKit.podspec | 4 ++-- TunnelKit/Sources/AppExtension/ConnectionStrategy.swift | 2 +- TunnelKit/Sources/AppExtension/DNSResolver.swift | 2 +- TunnelKit/Sources/AppExtension/GenericSocket.swift | 2 +- TunnelKit/Sources/AppExtension/InterfaceObserver.swift | 2 +- TunnelKit/Sources/AppExtension/Keychain.swift | 2 +- TunnelKit/Sources/AppExtension/MemoryDestination.swift | 2 +- .../Sources/AppExtension/Transport/NETCPInterface.swift | 2 +- .../Sources/AppExtension/Transport/NETunnelInterface.swift | 2 +- .../Sources/AppExtension/Transport/NEUDPInterface.swift | 2 +- .../Transport/NWTCPConnectionState+Description.swift | 2 +- .../Transport/NWUDPSessionState+Description.swift | 2 +- .../AppExtension/TunnelKitProvider+Configuration.swift | 2 +- .../AppExtension/TunnelKitProvider+Interaction.swift | 2 +- TunnelKit/Sources/AppExtension/TunnelKitProvider.swift | 2 +- TunnelKit/Sources/AppExtension/Utils.swift | 2 +- TunnelKit/Sources/Core/Allocation.h | 2 +- TunnelKit/Sources/Core/Allocation.m | 2 +- TunnelKit/Sources/Core/BidirectionalState.swift | 2 +- TunnelKit/Sources/Core/CompressionAlgorithmNative.h | 2 +- TunnelKit/Sources/Core/CompressionFramingNative.h | 2 +- TunnelKit/Sources/Core/ConfigurationError.swift | 2 +- TunnelKit/Sources/Core/ConfigurationParser.swift | 2 +- TunnelKit/Sources/Core/ControlChannel.swift | 2 +- TunnelKit/Sources/Core/ControlChannelSerializer.swift | 2 +- TunnelKit/Sources/Core/ControlPacket.h | 2 +- TunnelKit/Sources/Core/ControlPacket.m | 2 +- TunnelKit/Sources/Core/CoreConfiguration.swift | 2 +- TunnelKit/Sources/Core/Crypto.h | 2 +- TunnelKit/Sources/Core/CryptoAEAD.h | 2 +- TunnelKit/Sources/Core/CryptoAEAD.m | 2 +- TunnelKit/Sources/Core/CryptoBox.h | 2 +- TunnelKit/Sources/Core/CryptoBox.m | 2 +- TunnelKit/Sources/Core/CryptoCBC.h | 2 +- TunnelKit/Sources/Core/CryptoCBC.m | 2 +- TunnelKit/Sources/Core/CryptoCTR.h | 2 +- TunnelKit/Sources/Core/CryptoCTR.m | 2 +- TunnelKit/Sources/Core/CryptoContainer.swift | 2 +- TunnelKit/Sources/Core/CryptoMacros.h | 2 +- TunnelKit/Sources/Core/DNS.h | 2 +- TunnelKit/Sources/Core/DNS.m | 2 +- TunnelKit/Sources/Core/Data+Manipulation.swift | 2 +- TunnelKit/Sources/Core/DataPath.h | 2 +- TunnelKit/Sources/Core/DataPath.m | 2 +- TunnelKit/Sources/Core/DataPathCrypto.h | 2 +- TunnelKit/Sources/Core/EndpointProtocol.swift | 2 +- TunnelKit/Sources/Core/Errors.h | 2 +- TunnelKit/Sources/Core/Errors.m | 2 +- TunnelKit/Sources/Core/IOInterface.swift | 2 +- TunnelKit/Sources/Core/LZO.h | 2 +- TunnelKit/Sources/Core/LZO.m | 2 +- TunnelKit/Sources/Core/LinkInterface.swift | 2 +- TunnelKit/Sources/Core/MSS.h | 2 +- TunnelKit/Sources/Core/MSS.m | 2 +- TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift | 2 +- TunnelKit/Sources/Core/Packet.swift | 2 +- TunnelKit/Sources/Core/PacketMacros.h | 2 +- TunnelKit/Sources/Core/PacketMacros.m | 2 +- TunnelKit/Sources/Core/PacketStream.h | 2 +- TunnelKit/Sources/Core/PacketStream.m | 2 +- TunnelKit/Sources/Core/ProtocolMacros.swift | 2 +- TunnelKit/Sources/Core/ReplayProtector.h | 2 +- TunnelKit/Sources/Core/ReplayProtector.m | 2 +- TunnelKit/Sources/Core/RoutingTable.h | 2 +- TunnelKit/Sources/Core/RoutingTable.m | 2 +- TunnelKit/Sources/Core/RoutingTableEntry.h | 2 +- TunnelKit/Sources/Core/RoutingTableEntry.m | 2 +- TunnelKit/Sources/Core/SecureRandom.swift | 2 +- TunnelKit/Sources/Core/SessionError.swift | 2 +- TunnelKit/Sources/Core/SessionProxy+Authenticator.swift | 2 +- .../Sources/Core/SessionProxy+CompressionAlgorithm.swift | 2 +- .../Sources/Core/SessionProxy+CompressionFraming.swift | 2 +- TunnelKit/Sources/Core/SessionProxy+Configuration.swift | 2 +- TunnelKit/Sources/Core/SessionProxy+EncryptionBridge.swift | 2 +- TunnelKit/Sources/Core/SessionProxy+PIA.swift | 2 +- TunnelKit/Sources/Core/SessionProxy+SessionKey.swift | 2 +- TunnelKit/Sources/Core/SessionProxy+SessionReply.swift | 2 +- TunnelKit/Sources/Core/SessionProxy+TLSWrap.swift | 2 +- TunnelKit/Sources/Core/SessionProxy.swift | 2 +- TunnelKit/Sources/Core/SocketType.swift | 2 +- TunnelKit/Sources/Core/StaticKey.swift | 2 +- TunnelKit/Sources/Core/TLSBox.h | 2 +- TunnelKit/Sources/Core/TLSBox.m | 2 +- TunnelKit/Sources/Core/TunnelInterface.swift | 2 +- TunnelKit/Sources/Core/ZeroingData.h | 2 +- TunnelKit/Sources/Core/ZeroingData.m | 2 +- TunnelKit/Sources/Core/ZeroingData.swift | 2 +- TunnelKit/Sources/Core/module.modulemap | 2 +- TunnelKit/Sources/LZO/StandardLZO.m | 2 +- TunnelKitHost/AppDelegate.swift | 2 +- TunnelKitHost/ViewController.swift | 2 +- TunnelKitTests/AppExtensionTests.swift | 2 +- TunnelKitTests/CompressionTests.swift | 2 +- TunnelKitTests/ConfigurationParserTests.swift | 2 +- TunnelKitTests/ControlChannelTests.swift | 2 +- TunnelKitTests/DNSTests.swift | 2 +- TunnelKitTests/DataManipulationTests.swift | 2 +- TunnelKitTests/DataPathEncryptionTests.swift | 2 +- TunnelKitTests/DataPathPerformanceTests.swift | 2 +- TunnelKitTests/EncryptionPerformanceTests.swift | 2 +- TunnelKitTests/EncryptionTests.swift | 2 +- TunnelKitTests/LinkTests.swift | 2 +- TunnelKitTests/PacketTests.swift | 2 +- TunnelKitTests/PushTests.swift | 2 +- TunnelKitTests/RandomTests.swift | 2 +- TunnelKitTests/RawPerformanceTests.swift | 2 +- TunnelKitTests/RoutingTests.swift | 2 +- TunnelKitTests/StaticKeyTests.swift | 2 +- TunnelKitTests/TestUtils.swift | 2 +- 110 files changed, 113 insertions(+), 113 deletions(-) diff --git a/README.md b/README.md index a8ac491..ed7f6a8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![iOS 11+](https://img.shields.io/badge/ios-11+-green.svg) [![OpenSSL 1.1.0j](https://img.shields.io/badge/openssl-1.1.0j-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.0-notes.html) [![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE) -[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fkeeshux%2Ftunnelkit&via=keeshux&text=TunnelKit%2C%20a%20non-official%20%23OpenVPN%20client%20for%20%23Apple%20platforms&hashtags=iOS%2CmacOS) +[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fpassepartoutvpn%2Ftunnelkit&via=keeshux&text=TunnelKit%2C%20a%20non-official%20%23OpenVPN%20client%20for%20%23Apple%20platforms&hashtags=iOS%2CmacOS) This library provides a simplified Swift/Obj-C implementation of the OpenVPNĀ® protocol for the Apple platforms. The crypto layer is built on top of [OpenSSL][dep-openssl] 1.1.0i, which in turn enables support for a certain range of encryption and digest algorithms. @@ -86,7 +86,7 @@ pod 'TunnelKit' Download the library codebase locally: - $ git clone https://github.com/keeshux/tunnelkit.git + $ git clone https://github.com/passepartoutvpn/tunnelkit.git Assuming you have a [working CocoaPods environment][dep-cocoapods], setting up the library workspace only requires installing the pod dependencies: @@ -200,7 +200,7 @@ Website: [davidederosa.com][about-website] [dep-jazzy]: https://github.com/realm/jazzy [dep-brew]: https://brew.sh/ [dep-openssl]: https://www.openssl.org/ -[issue-51]: https://github.com/keeshux/tunnelkit/issues/51 +[issue-51]: https://github.com/passepartoutvpn/tunnelkit/issues/51 [ne-home]: https://developer.apple.com/documentation/networkextension [ne-ptp]: https://developer.apple.com/documentation/networkextension/nepackettunnelprovider diff --git a/TunnelKit.podspec b/TunnelKit.podspec index 4a46bc3..746d561 100644 --- a/TunnelKit.podspec +++ b/TunnelKit.podspec @@ -3,10 +3,10 @@ Pod::Spec.new do |s| s.version = "1.7.1" s.summary = "Non-official OpenVPN client for Apple platforms." - s.homepage = "https://github.com/keeshux/tunnelkit" + s.homepage = "https://github.com/passepartoutvpn/tunnelkit" s.license = { :type => "GPLv3", :file => "LICENSE" } s.author = { "Davide De Rosa" => "keeshux@gmail.com" } - s.source = { :git => "https://github.com/keeshux/tunnelkit.git", :tag => "v#{s.version}" } + s.source = { :git => "https://github.com/passepartoutvpn/tunnelkit.git", :tag => "v#{s.version}" } s.swift_version = "5.0" s.ios.deployment_target = "11.0" diff --git a/TunnelKit/Sources/AppExtension/ConnectionStrategy.swift b/TunnelKit/Sources/AppExtension/ConnectionStrategy.swift index a98f8ae..375878d 100644 --- a/TunnelKit/Sources/AppExtension/ConnectionStrategy.swift +++ b/TunnelKit/Sources/AppExtension/ConnectionStrategy.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/18/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/DNSResolver.swift b/TunnelKit/Sources/AppExtension/DNSResolver.swift index f6f80fb..c8058ef 100644 --- a/TunnelKit/Sources/AppExtension/DNSResolver.swift +++ b/TunnelKit/Sources/AppExtension/DNSResolver.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 12/15/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/GenericSocket.swift b/TunnelKit/Sources/AppExtension/GenericSocket.swift index d5df313..c3d98fd 100644 --- a/TunnelKit/Sources/AppExtension/GenericSocket.swift +++ b/TunnelKit/Sources/AppExtension/GenericSocket.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/16/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/InterfaceObserver.swift b/TunnelKit/Sources/AppExtension/InterfaceObserver.swift index 76db8aa..8e31213 100644 --- a/TunnelKit/Sources/AppExtension/InterfaceObserver.swift +++ b/TunnelKit/Sources/AppExtension/InterfaceObserver.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 6/14/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/Keychain.swift b/TunnelKit/Sources/AppExtension/Keychain.swift index 766898c..03cea20 100644 --- a/TunnelKit/Sources/AppExtension/Keychain.swift +++ b/TunnelKit/Sources/AppExtension/Keychain.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/12/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/MemoryDestination.swift b/TunnelKit/Sources/AppExtension/MemoryDestination.swift index 26f84b5..cb4f6a7 100644 --- a/TunnelKit/Sources/AppExtension/MemoryDestination.swift +++ b/TunnelKit/Sources/AppExtension/MemoryDestination.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/26/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/Transport/NETCPInterface.swift b/TunnelKit/Sources/AppExtension/Transport/NETCPInterface.swift index 9843821..d1a3923 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NETCPInterface.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NETCPInterface.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/15/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/Transport/NETunnelInterface.swift b/TunnelKit/Sources/AppExtension/Transport/NETunnelInterface.swift index c0a6828..0fa9568 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NETunnelInterface.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NETunnelInterface.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/27/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/Transport/NEUDPInterface.swift b/TunnelKit/Sources/AppExtension/Transport/NEUDPInterface.swift index df0eda3..2da5cf6 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NEUDPInterface.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NEUDPInterface.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/27/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/Transport/NWTCPConnectionState+Description.swift b/TunnelKit/Sources/AppExtension/Transport/NWTCPConnectionState+Description.swift index aad6801..5e417b3 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NWTCPConnectionState+Description.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NWTCPConnectionState+Description.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/16/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/Transport/NWUDPSessionState+Description.swift b/TunnelKit/Sources/AppExtension/Transport/NWUDPSessionState+Description.swift index cc750b6..740a490 100644 --- a/TunnelKit/Sources/AppExtension/Transport/NWUDPSessionState+Description.swift +++ b/TunnelKit/Sources/AppExtension/Transport/NWUDPSessionState+Description.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/24/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/TunnelKitProvider+Configuration.swift b/TunnelKit/Sources/AppExtension/TunnelKitProvider+Configuration.swift index 0da9180..43a5f7b 100644 --- a/TunnelKit/Sources/AppExtension/TunnelKitProvider+Configuration.swift +++ b/TunnelKit/Sources/AppExtension/TunnelKitProvider+Configuration.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 10/23/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/TunnelKitProvider+Interaction.swift b/TunnelKit/Sources/AppExtension/TunnelKitProvider+Interaction.swift index 9c73ffa..eb919a7 100644 --- a/TunnelKit/Sources/AppExtension/TunnelKitProvider+Interaction.swift +++ b/TunnelKit/Sources/AppExtension/TunnelKitProvider+Interaction.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/24/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/TunnelKitProvider.swift b/TunnelKit/Sources/AppExtension/TunnelKitProvider.swift index c844cb6..0b7ce5b 100644 --- a/TunnelKit/Sources/AppExtension/TunnelKitProvider.swift +++ b/TunnelKit/Sources/AppExtension/TunnelKitProvider.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/1/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/AppExtension/Utils.swift b/TunnelKit/Sources/AppExtension/Utils.swift index 77a47fb..0115d32 100644 --- a/TunnelKit/Sources/AppExtension/Utils.swift +++ b/TunnelKit/Sources/AppExtension/Utils.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 5/23/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/Allocation.h b/TunnelKit/Sources/Core/Allocation.h index 6e7cb87..c023fc4 100644 --- a/TunnelKit/Sources/Core/Allocation.h +++ b/TunnelKit/Sources/Core/Allocation.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 5/5/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/Allocation.m b/TunnelKit/Sources/Core/Allocation.m index 92a421c..fbbed18 100644 --- a/TunnelKit/Sources/Core/Allocation.m +++ b/TunnelKit/Sources/Core/Allocation.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 5/5/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/BidirectionalState.swift b/TunnelKit/Sources/Core/BidirectionalState.swift index 2665ba8..d8d2019 100644 --- a/TunnelKit/Sources/Core/BidirectionalState.swift +++ b/TunnelKit/Sources/Core/BidirectionalState.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/9/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CompressionAlgorithmNative.h b/TunnelKit/Sources/Core/CompressionAlgorithmNative.h index 36a0bdd..2d7be28 100644 --- a/TunnelKit/Sources/Core/CompressionAlgorithmNative.h +++ b/TunnelKit/Sources/Core/CompressionAlgorithmNative.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 3/19/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CompressionFramingNative.h b/TunnelKit/Sources/Core/CompressionFramingNative.h index 4f5c240..b2b4129 100644 --- a/TunnelKit/Sources/Core/CompressionFramingNative.h +++ b/TunnelKit/Sources/Core/CompressionFramingNative.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/30/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ConfigurationError.swift b/TunnelKit/Sources/Core/ConfigurationError.swift index 37d33b1..fbde9ed 100644 --- a/TunnelKit/Sources/Core/ConfigurationError.swift +++ b/TunnelKit/Sources/Core/ConfigurationError.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/3/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ConfigurationParser.swift b/TunnelKit/Sources/Core/ConfigurationParser.swift index 1ca745e..20a8ca3 100644 --- a/TunnelKit/Sources/Core/ConfigurationParser.swift +++ b/TunnelKit/Sources/Core/ConfigurationParser.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/5/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ControlChannel.swift b/TunnelKit/Sources/Core/ControlChannel.swift index 4055414..fadfce3 100644 --- a/TunnelKit/Sources/Core/ControlChannel.swift +++ b/TunnelKit/Sources/Core/ControlChannel.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/9/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ControlChannelSerializer.swift b/TunnelKit/Sources/Core/ControlChannelSerializer.swift index e2eaeca..2b31702 100644 --- a/TunnelKit/Sources/Core/ControlChannelSerializer.swift +++ b/TunnelKit/Sources/Core/ControlChannelSerializer.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/10/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ControlPacket.h b/TunnelKit/Sources/Core/ControlPacket.h index 41d31e8..415c99c 100644 --- a/TunnelKit/Sources/Core/ControlPacket.h +++ b/TunnelKit/Sources/Core/ControlPacket.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/14/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ControlPacket.m b/TunnelKit/Sources/Core/ControlPacket.m index 5ebb2de..90db26e 100644 --- a/TunnelKit/Sources/Core/ControlPacket.m +++ b/TunnelKit/Sources/Core/ControlPacket.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/14/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CoreConfiguration.swift b/TunnelKit/Sources/Core/CoreConfiguration.swift index f5e7f11..80c777a 100644 --- a/TunnelKit/Sources/Core/CoreConfiguration.swift +++ b/TunnelKit/Sources/Core/CoreConfiguration.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/1/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/Crypto.h b/TunnelKit/Sources/Core/Crypto.h index cf2460a..707e806 100644 --- a/TunnelKit/Sources/Core/Crypto.h +++ b/TunnelKit/Sources/Core/Crypto.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 3/3/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CryptoAEAD.h b/TunnelKit/Sources/Core/CryptoAEAD.h index 3a51294..c32877e 100644 --- a/TunnelKit/Sources/Core/CryptoAEAD.h +++ b/TunnelKit/Sources/Core/CryptoAEAD.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/6/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CryptoAEAD.m b/TunnelKit/Sources/Core/CryptoAEAD.m index a600858..48de458 100644 --- a/TunnelKit/Sources/Core/CryptoAEAD.m +++ b/TunnelKit/Sources/Core/CryptoAEAD.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/6/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CryptoBox.h b/TunnelKit/Sources/Core/CryptoBox.h index 9614009..5aa7b4c 100644 --- a/TunnelKit/Sources/Core/CryptoBox.h +++ b/TunnelKit/Sources/Core/CryptoBox.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/4/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CryptoBox.m b/TunnelKit/Sources/Core/CryptoBox.m index 5b3b68c..4dbe546 100644 --- a/TunnelKit/Sources/Core/CryptoBox.m +++ b/TunnelKit/Sources/Core/CryptoBox.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/4/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CryptoCBC.h b/TunnelKit/Sources/Core/CryptoCBC.h index f668b8e..41fe4b4 100644 --- a/TunnelKit/Sources/Core/CryptoCBC.h +++ b/TunnelKit/Sources/Core/CryptoCBC.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/6/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CryptoCBC.m b/TunnelKit/Sources/Core/CryptoCBC.m index 8957d76..4b615f4 100644 --- a/TunnelKit/Sources/Core/CryptoCBC.m +++ b/TunnelKit/Sources/Core/CryptoCBC.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/6/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CryptoCTR.h b/TunnelKit/Sources/Core/CryptoCTR.h index bbcbadb..a004416 100644 --- a/TunnelKit/Sources/Core/CryptoCTR.h +++ b/TunnelKit/Sources/Core/CryptoCTR.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/18/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CryptoCTR.m b/TunnelKit/Sources/Core/CryptoCTR.m index 402d723..da61637 100644 --- a/TunnelKit/Sources/Core/CryptoCTR.m +++ b/TunnelKit/Sources/Core/CryptoCTR.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/18/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CryptoContainer.swift b/TunnelKit/Sources/Core/CryptoContainer.swift index 0246286..cf7a43d 100644 --- a/TunnelKit/Sources/Core/CryptoContainer.swift +++ b/TunnelKit/Sources/Core/CryptoContainer.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/22/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/CryptoMacros.h b/TunnelKit/Sources/Core/CryptoMacros.h index 8e41a56..28f48b0 100644 --- a/TunnelKit/Sources/Core/CryptoMacros.h +++ b/TunnelKit/Sources/Core/CryptoMacros.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/6/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/DNS.h b/TunnelKit/Sources/Core/DNS.h index 4b03521..c2a4ed6 100644 --- a/TunnelKit/Sources/Core/DNS.h +++ b/TunnelKit/Sources/Core/DNS.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/25/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/DNS.m b/TunnelKit/Sources/Core/DNS.m index c9ef5fc..cf1b145 100644 --- a/TunnelKit/Sources/Core/DNS.m +++ b/TunnelKit/Sources/Core/DNS.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/25/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/Data+Manipulation.swift b/TunnelKit/Sources/Core/Data+Manipulation.swift index 6a683c5..c2779b6 100644 --- a/TunnelKit/Sources/Core/Data+Manipulation.swift +++ b/TunnelKit/Sources/Core/Data+Manipulation.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/3/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/DataPath.h b/TunnelKit/Sources/Core/DataPath.h index b55d11f..97f861b 100644 --- a/TunnelKit/Sources/Core/DataPath.h +++ b/TunnelKit/Sources/Core/DataPath.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 3/2/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/DataPath.m b/TunnelKit/Sources/Core/DataPath.m index 51063d7..4d3a59f 100644 --- a/TunnelKit/Sources/Core/DataPath.m +++ b/TunnelKit/Sources/Core/DataPath.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 3/2/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/DataPathCrypto.h b/TunnelKit/Sources/Core/DataPathCrypto.h index 1887f4f..ded0339 100644 --- a/TunnelKit/Sources/Core/DataPathCrypto.h +++ b/TunnelKit/Sources/Core/DataPathCrypto.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/11/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/EndpointProtocol.swift b/TunnelKit/Sources/Core/EndpointProtocol.swift index 69571a8..1437113 100644 --- a/TunnelKit/Sources/Core/EndpointProtocol.swift +++ b/TunnelKit/Sources/Core/EndpointProtocol.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 11/10/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/Errors.h b/TunnelKit/Sources/Core/Errors.h index 6c2526a..bba47f2 100644 --- a/TunnelKit/Sources/Core/Errors.h +++ b/TunnelKit/Sources/Core/Errors.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 10/10/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/Errors.m b/TunnelKit/Sources/Core/Errors.m index 2df667d..73ce452 100644 --- a/TunnelKit/Sources/Core/Errors.m +++ b/TunnelKit/Sources/Core/Errors.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 10/10/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/IOInterface.swift b/TunnelKit/Sources/Core/IOInterface.swift index 24956d6..91f673d 100644 --- a/TunnelKit/Sources/Core/IOInterface.swift +++ b/TunnelKit/Sources/Core/IOInterface.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/27/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/LZO.h b/TunnelKit/Sources/Core/LZO.h index a05a6a9..758af10 100644 --- a/TunnelKit/Sources/Core/LZO.h +++ b/TunnelKit/Sources/Core/LZO.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 3/18/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/LZO.m b/TunnelKit/Sources/Core/LZO.m index 4cd9f44..a908933 100644 --- a/TunnelKit/Sources/Core/LZO.m +++ b/TunnelKit/Sources/Core/LZO.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 3/18/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/LinkInterface.swift b/TunnelKit/Sources/Core/LinkInterface.swift index a576311..7b994d6 100644 --- a/TunnelKit/Sources/Core/LinkInterface.swift +++ b/TunnelKit/Sources/Core/LinkInterface.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/27/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/MSS.h b/TunnelKit/Sources/Core/MSS.h index 5f99889..a7e7a46 100644 --- a/TunnelKit/Sources/Core/MSS.h +++ b/TunnelKit/Sources/Core/MSS.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/7/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/MSS.m b/TunnelKit/Sources/Core/MSS.m index 00d3234..9c4e319 100644 --- a/TunnelKit/Sources/Core/MSS.m +++ b/TunnelKit/Sources/Core/MSS.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/7/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift b/TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift index 3c557f3..047ddf3 100644 --- a/TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift +++ b/TunnelKit/Sources/Core/NSRegularExpression+Shortcuts.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/9/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/Packet.swift b/TunnelKit/Sources/Core/Packet.swift index bb4504c..2bda49c 100644 --- a/TunnelKit/Sources/Core/Packet.swift +++ b/TunnelKit/Sources/Core/Packet.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/3/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/PacketMacros.h b/TunnelKit/Sources/Core/PacketMacros.h index 361f27b..ac172a6 100644 --- a/TunnelKit/Sources/Core/PacketMacros.h +++ b/TunnelKit/Sources/Core/PacketMacros.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/11/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/PacketMacros.m b/TunnelKit/Sources/Core/PacketMacros.m index 40d95d4..4adb948 100644 --- a/TunnelKit/Sources/Core/PacketMacros.m +++ b/TunnelKit/Sources/Core/PacketMacros.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/11/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/PacketStream.h b/TunnelKit/Sources/Core/PacketStream.h index a7147e4..124e945 100644 --- a/TunnelKit/Sources/Core/PacketStream.h +++ b/TunnelKit/Sources/Core/PacketStream.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/25/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/PacketStream.m b/TunnelKit/Sources/Core/PacketStream.m index f9b5e20..4319357 100644 --- a/TunnelKit/Sources/Core/PacketStream.m +++ b/TunnelKit/Sources/Core/PacketStream.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/25/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ProtocolMacros.swift b/TunnelKit/Sources/Core/ProtocolMacros.swift index 8f68be9..9234f66 100644 --- a/TunnelKit/Sources/Core/ProtocolMacros.swift +++ b/TunnelKit/Sources/Core/ProtocolMacros.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/8/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ReplayProtector.h b/TunnelKit/Sources/Core/ReplayProtector.h index 61e694f..ea99b12 100644 --- a/TunnelKit/Sources/Core/ReplayProtector.h +++ b/TunnelKit/Sources/Core/ReplayProtector.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/17/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ReplayProtector.m b/TunnelKit/Sources/Core/ReplayProtector.m index 76bfd26..d17ac71 100644 --- a/TunnelKit/Sources/Core/ReplayProtector.m +++ b/TunnelKit/Sources/Core/ReplayProtector.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/17/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/RoutingTable.h b/TunnelKit/Sources/Core/RoutingTable.h index 2824905..29908c8 100644 --- a/TunnelKit/Sources/Core/RoutingTable.h +++ b/TunnelKit/Sources/Core/RoutingTable.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/30/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/RoutingTable.m b/TunnelKit/Sources/Core/RoutingTable.m index ab37bea..9830692 100644 --- a/TunnelKit/Sources/Core/RoutingTable.m +++ b/TunnelKit/Sources/Core/RoutingTable.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/30/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/RoutingTableEntry.h b/TunnelKit/Sources/Core/RoutingTableEntry.h index a621a07..98c3272 100644 --- a/TunnelKit/Sources/Core/RoutingTableEntry.h +++ b/TunnelKit/Sources/Core/RoutingTableEntry.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/30/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/RoutingTableEntry.m b/TunnelKit/Sources/Core/RoutingTableEntry.m index c5b8f8d..94c3d41 100644 --- a/TunnelKit/Sources/Core/RoutingTableEntry.m +++ b/TunnelKit/Sources/Core/RoutingTableEntry.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/30/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SecureRandom.swift b/TunnelKit/Sources/Core/SecureRandom.swift index 5625447..c6541ef 100644 --- a/TunnelKit/Sources/Core/SecureRandom.swift +++ b/TunnelKit/Sources/Core/SecureRandom.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/3/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SessionError.swift b/TunnelKit/Sources/Core/SessionError.swift index fd5e8bd..7254665 100644 --- a/TunnelKit/Sources/Core/SessionError.swift +++ b/TunnelKit/Sources/Core/SessionError.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/23/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SessionProxy+Authenticator.swift b/TunnelKit/Sources/Core/SessionProxy+Authenticator.swift index 89f2ab4..01e62f9 100644 --- a/TunnelKit/Sources/Core/SessionProxy+Authenticator.swift +++ b/TunnelKit/Sources/Core/SessionProxy+Authenticator.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/9/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SessionProxy+CompressionAlgorithm.swift b/TunnelKit/Sources/Core/SessionProxy+CompressionAlgorithm.swift index 916555f..e7dfc73 100644 --- a/TunnelKit/Sources/Core/SessionProxy+CompressionAlgorithm.swift +++ b/TunnelKit/Sources/Core/SessionProxy+CompressionAlgorithm.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 3/19/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SessionProxy+CompressionFraming.swift b/TunnelKit/Sources/Core/SessionProxy+CompressionFraming.swift index 7aa6a36..f4ce34d 100644 --- a/TunnelKit/Sources/Core/SessionProxy+CompressionFraming.swift +++ b/TunnelKit/Sources/Core/SessionProxy+CompressionFraming.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/30/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SessionProxy+Configuration.swift b/TunnelKit/Sources/Core/SessionProxy+Configuration.swift index aa0e65b..c34c816 100644 --- a/TunnelKit/Sources/Core/SessionProxy+Configuration.swift +++ b/TunnelKit/Sources/Core/SessionProxy+Configuration.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/23/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SessionProxy+EncryptionBridge.swift b/TunnelKit/Sources/Core/SessionProxy+EncryptionBridge.swift index b36d22d..4ac43d7 100644 --- a/TunnelKit/Sources/Core/SessionProxy+EncryptionBridge.swift +++ b/TunnelKit/Sources/Core/SessionProxy+EncryptionBridge.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/8/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SessionProxy+PIA.swift b/TunnelKit/Sources/Core/SessionProxy+PIA.swift index 412f340..e66330c 100644 --- a/TunnelKit/Sources/Core/SessionProxy+PIA.swift +++ b/TunnelKit/Sources/Core/SessionProxy+PIA.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 10/18/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SessionProxy+SessionKey.swift b/TunnelKit/Sources/Core/SessionProxy+SessionKey.swift index d40faa5..ce351b2 100644 --- a/TunnelKit/Sources/Core/SessionProxy+SessionKey.swift +++ b/TunnelKit/Sources/Core/SessionProxy+SessionKey.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/12/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SessionProxy+SessionReply.swift b/TunnelKit/Sources/Core/SessionProxy+SessionReply.swift index 2cb1ccb..fe815f3 100644 --- a/TunnelKit/Sources/Core/SessionProxy+SessionReply.swift +++ b/TunnelKit/Sources/Core/SessionProxy+SessionReply.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/25/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SessionProxy+TLSWrap.swift b/TunnelKit/Sources/Core/SessionProxy+TLSWrap.swift index d1ccf70..955e2e4 100644 --- a/TunnelKit/Sources/Core/SessionProxy+TLSWrap.swift +++ b/TunnelKit/Sources/Core/SessionProxy+TLSWrap.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/11/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SessionProxy.swift b/TunnelKit/Sources/Core/SessionProxy.swift index 4bc697f..b89c4e6 100644 --- a/TunnelKit/Sources/Core/SessionProxy.swift +++ b/TunnelKit/Sources/Core/SessionProxy.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/3/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/SocketType.swift b/TunnelKit/Sources/Core/SocketType.swift index bd4413b..fe9e5c4 100644 --- a/TunnelKit/Sources/Core/SocketType.swift +++ b/TunnelKit/Sources/Core/SocketType.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 11/10/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/StaticKey.swift b/TunnelKit/Sources/Core/StaticKey.swift index 58e3117..8b626a0 100644 --- a/TunnelKit/Sources/Core/StaticKey.swift +++ b/TunnelKit/Sources/Core/StaticKey.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/10/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/TLSBox.h b/TunnelKit/Sources/Core/TLSBox.h index 9780c67..458e461 100644 --- a/TunnelKit/Sources/Core/TLSBox.h +++ b/TunnelKit/Sources/Core/TLSBox.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/3/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/TLSBox.m b/TunnelKit/Sources/Core/TLSBox.m index 3a57596..61fb5c7 100644 --- a/TunnelKit/Sources/Core/TLSBox.m +++ b/TunnelKit/Sources/Core/TLSBox.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 2/3/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/TunnelInterface.swift b/TunnelKit/Sources/Core/TunnelInterface.swift index 0409ba6..253edab 100644 --- a/TunnelKit/Sources/Core/TunnelInterface.swift +++ b/TunnelKit/Sources/Core/TunnelInterface.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/27/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ZeroingData.h b/TunnelKit/Sources/Core/ZeroingData.h index a8ccda9..a5da0ed 100644 --- a/TunnelKit/Sources/Core/ZeroingData.h +++ b/TunnelKit/Sources/Core/ZeroingData.h @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/28/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ZeroingData.m b/TunnelKit/Sources/Core/ZeroingData.m index fb5cc72..008e84d 100644 --- a/TunnelKit/Sources/Core/ZeroingData.m +++ b/TunnelKit/Sources/Core/ZeroingData.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/28/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/ZeroingData.swift b/TunnelKit/Sources/Core/ZeroingData.swift index 442fcb0..4c3e16a 100644 --- a/TunnelKit/Sources/Core/ZeroingData.swift +++ b/TunnelKit/Sources/Core/ZeroingData.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/27/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/Core/module.modulemap b/TunnelKit/Sources/Core/module.modulemap index c4b6b66..8f407c3 100644 --- a/TunnelKit/Sources/Core/module.modulemap +++ b/TunnelKit/Sources/Core/module.modulemap @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 3/23/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKit/Sources/LZO/StandardLZO.m b/TunnelKit/Sources/LZO/StandardLZO.m index 925d87c..51b17ef 100644 --- a/TunnelKit/Sources/LZO/StandardLZO.m +++ b/TunnelKit/Sources/LZO/StandardLZO.m @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 3/18/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitHost/AppDelegate.swift b/TunnelKitHost/AppDelegate.swift index 4461a4d..5c19097 100644 --- a/TunnelKitHost/AppDelegate.swift +++ b/TunnelKitHost/AppDelegate.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/24/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitHost/ViewController.swift b/TunnelKitHost/ViewController.swift index bee659a..5bdc812 100644 --- a/TunnelKitHost/ViewController.swift +++ b/TunnelKitHost/ViewController.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/24/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/AppExtensionTests.swift b/TunnelKitTests/AppExtensionTests.swift index e38a190..28f5a9f 100644 --- a/TunnelKitTests/AppExtensionTests.swift +++ b/TunnelKitTests/AppExtensionTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 10/23/17. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/CompressionTests.swift b/TunnelKitTests/CompressionTests.swift index edd7190..b00ee30 100644 --- a/TunnelKitTests/CompressionTests.swift +++ b/TunnelKitTests/CompressionTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 3/18/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/ConfigurationParserTests.swift b/TunnelKitTests/ConfigurationParserTests.swift index 683a735..3de12b4 100644 --- a/TunnelKitTests/ConfigurationParserTests.swift +++ b/TunnelKitTests/ConfigurationParserTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 11/10/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/ControlChannelTests.swift b/TunnelKitTests/ControlChannelTests.swift index c707617..a092aa7 100644 --- a/TunnelKitTests/ControlChannelTests.swift +++ b/TunnelKitTests/ControlChannelTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/10/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/DNSTests.swift b/TunnelKitTests/DNSTests.swift index 59c186c..a906941 100644 --- a/TunnelKitTests/DNSTests.swift +++ b/TunnelKitTests/DNSTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/31/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/DataManipulationTests.swift b/TunnelKitTests/DataManipulationTests.swift index 4adc36d..3a902c7 100644 --- a/TunnelKitTests/DataManipulationTests.swift +++ b/TunnelKitTests/DataManipulationTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/7/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/DataPathEncryptionTests.swift b/TunnelKitTests/DataPathEncryptionTests.swift index e794ec7..43aee2e 100644 --- a/TunnelKitTests/DataPathEncryptionTests.swift +++ b/TunnelKitTests/DataPathEncryptionTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/11/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/DataPathPerformanceTests.swift b/TunnelKitTests/DataPathPerformanceTests.swift index 4614c4a..b213b05 100644 --- a/TunnelKitTests/DataPathPerformanceTests.swift +++ b/TunnelKitTests/DataPathPerformanceTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/7/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/EncryptionPerformanceTests.swift b/TunnelKitTests/EncryptionPerformanceTests.swift index 3e68ffc..8deb127 100644 --- a/TunnelKitTests/EncryptionPerformanceTests.swift +++ b/TunnelKitTests/EncryptionPerformanceTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/7/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/EncryptionTests.swift b/TunnelKitTests/EncryptionTests.swift index 318bfa5..273caac 100644 --- a/TunnelKitTests/EncryptionTests.swift +++ b/TunnelKitTests/EncryptionTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/7/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/LinkTests.swift b/TunnelKitTests/LinkTests.swift index 4b0f385..50f8294 100644 --- a/TunnelKitTests/LinkTests.swift +++ b/TunnelKitTests/LinkTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/7/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/PacketTests.swift b/TunnelKitTests/PacketTests.swift index 53dba62..59592c6 100644 --- a/TunnelKitTests/PacketTests.swift +++ b/TunnelKitTests/PacketTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/9/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/PushTests.swift b/TunnelKitTests/PushTests.swift index 907427d..d0c7a70 100644 --- a/TunnelKitTests/PushTests.swift +++ b/TunnelKitTests/PushTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 8/24/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/RandomTests.swift b/TunnelKitTests/RandomTests.swift index f927bc0..1d5b8c6 100644 --- a/TunnelKitTests/RandomTests.swift +++ b/TunnelKitTests/RandomTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/7/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/RawPerformanceTests.swift b/TunnelKitTests/RawPerformanceTests.swift index 04d87a9..86c879b 100644 --- a/TunnelKitTests/RawPerformanceTests.swift +++ b/TunnelKitTests/RawPerformanceTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/7/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/RoutingTests.swift b/TunnelKitTests/RoutingTests.swift index ed312b3..7dce057 100644 --- a/TunnelKitTests/RoutingTests.swift +++ b/TunnelKitTests/RoutingTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 4/30/19. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/StaticKeyTests.swift b/TunnelKitTests/StaticKeyTests.swift index 8ce0113..cc8cd1c 100644 --- a/TunnelKitTests/StaticKeyTests.swift +++ b/TunnelKitTests/StaticKeyTests.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 9/11/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. // diff --git a/TunnelKitTests/TestUtils.swift b/TunnelKitTests/TestUtils.swift index 3427658..eb5df19 100644 --- a/TunnelKitTests/TestUtils.swift +++ b/TunnelKitTests/TestUtils.swift @@ -5,7 +5,7 @@ // Created by Davide De Rosa on 7/7/18. // Copyright (c) 2019 Davide De Rosa. All rights reserved. // -// https://github.com/keeshux +// https://github.com/passepartoutvpn // // This file is part of TunnelKit. //