]> git.saurik.com Git - apple/ipsec.git/commitdiff
ipsec-317.200.3.tar.gz macos-1014 v317.200.3
authorApple <opensource@apple.com>
Thu, 4 Oct 2018 22:01:52 +0000 (22:01 +0000)
committerApple <opensource@apple.com>
Thu, 4 Oct 2018 22:01:52 +0000 (22:01 +0000)
ipsec-tools/racoon/handler.h
ipsec-tools/racoon/isakmp_var.h
ipsec-tools/racoon/localconf.c
ipsec-tools/racoon/localconf.h
ipsec-tools/racoon/vpn_control.h
ipsec.xcodeproj/project.pbxproj

index 172b72ad38cdec5a395bdbd9f4150719e55f0879..dbef8b743aa0d1168f1185c8e77a7713f74c6d3e 100644 (file)
 #include <sys/socket.h>
 
 #include <schedule.h>
+
+#if __has_include(<nw/private.h>)
+#include <nw/private.h>
+#else
 #include <network/nat64.h>
+#endif
 
 /* About address semantics in each case.
  *                     initiator(addr=I)       responder(addr=R)
index 8a4993dd9391639a49215a6bdbb36fe98518b2f6..bdec506c6ecb3cefae4f497a8f809d646c30c8ae 100644 (file)
 #include "vmbuf.h"
 #include "racoon_types.h"
 #include <schedule.h>
+#if __has_include(<nw/private.h>)
+#include <nw/private.h>
+#else
 #include <network/nat64.h>
+#endif
 
 #define PORT_ISAKMP 500
 #define PORT_ISAKMP_NATT 4500
index 9c855c24e1e7d6955a05aa05613f4f28820dd148..317baaa2476a2202f811a09f91df83a8c0c50a44 100644 (file)
@@ -62,8 +62,6 @@
 #include <CoreFoundation/CoreFoundation.h>
 #if HAVE_SECURITY_FRAMEWORK
 #include <Security/Security.h>
-#else
-typedef void * SecKeychainRef;
 #endif
 
 struct localconf *lcconf;
index 80ede5b9dc36f163ae90cec4b71a68800fc422f7..629c485573e5d9824235e04ce3e403b0da0dfa42 100644 (file)
 #include <vproc.h>
 #endif
 #include <dispatch/dispatch.h>
+#if __has_include(<nw/private.h>)
+#include <nw/private.h>
+#else
 #include <network/nat64.h>
+#endif
 #include "vmbuf.h"
 #include "ipsec_doi.h"
 
index 33c18a23092777eb4f3b3a986574c932ca638da2..e27b7805b1aa917051fdd173039a2f8c51d22df6 100644 (file)
 
 #include "algorithm_types.h"
 #include <net/if.h>
+#if __has_include(<nw/private.h>)
+#include <nw/private.h>
+#else
 #include <network/nat64.h>
+#endif
 
 #define VPNCONTROLSOCK_PATH ADMINPORTDIR "/vpncontrol.sock"
 
index 140c9cf89b4b10783ad5d22b2b709137b7ba8e61..37cc7f313ad2eccc2d05225115266023ee01760d 100644 (file)
                72F5C72F1607A1AE004C192F /* api_support.c in Sources */ = {isa = PBXBuildFile; fileRef = 72F5C72D1607A1AE004C192F /* api_support.c */; };
                7822D11E188DB07300874E91 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7822D11D188DB07300874E91 /* NetworkExtension.framework */; };
                7822D120188DB07C00874E91 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7822D11F188DB07C00874E91 /* NetworkExtension.framework */; };
+               78A0A1BF1F7F54F600B34E00 /* libnetwork.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 78A0A1BE1F7F54F600B34E00 /* libnetwork.tbd */; };
+               78A0A1C11F7F550300B34E00 /* libnetwork.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 78A0A1C01F7F550200B34E00 /* libnetwork.dylib */; };
                812530C30D3FE9DC006BDF4F /* algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = 25F258AE0988657000D15623 /* algorithm.c */; };
                812530C50D3FE9DC006BDF4F /* cfparse.y in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B40988657000D15623 /* cfparse.y */; };
                812530C60D3FE9DC006BDF4F /* cftoken.l in Sources */ = {isa = PBXBuildFile; fileRef = 25F258B60988657000D15623 /* cftoken.l */; };
                72F5C7311607A1DD004C192F /* api_support.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = api_support.h; sourceTree = "<group>"; };
                7822D11D188DB07300874E91 /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = ../../../../../System/Library/Frameworks/NetworkExtension.framework; sourceTree = "<group>"; };
                7822D11F188DB07C00874E91 /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.Internal.sdk/System/Library/Frameworks/NetworkExtension.framework; sourceTree = DEVELOPER_DIR; };
+               78A0A1BE1F7F54F600B34E00 /* libnetwork.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libnetwork.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.Internal.sdk/usr/lib/libnetwork.tbd; sourceTree = DEVELOPER_DIR; };
+               78A0A1C01F7F550200B34E00 /* libnetwork.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libnetwork.dylib; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.Internal.sdk/usr/lib/libnetwork.dylib; sourceTree = DEVELOPER_DIR; };
                8125310A0D3FE9DC006BDF4F /* racoon */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = racoon; sourceTree = BUILT_PRODUCTS_DIR; };
                812A64EC0D4AA082004CB7EB /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = SDKs/Purple/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; };
                81657D551457582300B8A054 /* racoon_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = racoon_types.h; sourceTree = "<group>"; };
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
+                               78A0A1BF1F7F54F600B34E00 /* libnetwork.tbd in Frameworks */,
                                7822D11E188DB07300874E91 /* NetworkExtension.framework in Frameworks */,
                                81C387570D45208700975D5E /* DirectoryService.framework in Frameworks */,
                                81C387560D45208700975D5E /* Security.framework in Frameworks */,
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
+                               78A0A1C11F7F550300B34E00 /* libnetwork.dylib in Frameworks */,
                                7822D120188DB07C00874E91 /* NetworkExtension.framework in Frameworks */,
                                8D5B167D0E5F7F9F00E72675 /* libresolv.dylib in Frameworks */,
                                817FFC4E0D6134A7004A8DD8 /* libipsec.A.dylib in Frameworks */,
                25D3DB4C098998230025F703 /* Frameworks */ = {
                        isa = PBXGroup;
                        children = (
+                               78A0A1C01F7F550200B34E00 /* libnetwork.dylib */,
+                               78A0A1BE1F7F54F600B34E00 /* libnetwork.tbd */,
                                6912CB751E78DD7100631D9A /* SystemConfiguration.framework */,
                                6912CB711E78D97200631D9A /* CoreFoundation.framework */,
                                6912CB6F1E78D96900631D9A /* Security.framework */,