moved traffic_selectors from charon to libstrongswan

This commit is contained in:
Andreas Steffen
2009-12-20 14:57:38 +01:00
parent 92f0aa9736
commit 1125a0be81
12 changed files with 10 additions and 11 deletions
-1
View File
@@ -11,7 +11,6 @@ config/ike_cfg.c config/ike_cfg.h \
config/peer_cfg.c config/peer_cfg.h \
config/proposal.c config/proposal.h \
config/auth_cfg.c config/auth_cfg.h \
config/traffic_selector.c config/traffic_selector.h \
control/controller.c control/controller.h \
daemon.c daemon.h \
encoding/generator.c encoding/generator.h \
+1 -1
View File
@@ -29,8 +29,8 @@ typedef struct lifetime_cfg_t lifetime_cfg_t;
typedef struct child_cfg_t child_cfg_t;
#include <library.h>
#include <selectors/traffic_selector.h>
#include <config/proposal.h>
#include <config/traffic_selector.h>
#include <kernel/kernel_ipsec.h>
/**
+1 -1
View File
@@ -30,7 +30,7 @@ typedef struct peer_cfg_t peer_cfg_t;
#include <library.h>
#include <utils/identification.h>
#include <utils/enumerator.h>
#include <config/traffic_selector.h>
#include <selectors/traffic_selector.h>
#include <config/proposal.h>
#include <config/ike_cfg.h>
#include <config/child_cfg.h>
+1 -1
View File
@@ -33,7 +33,7 @@ typedef struct proposal_t proposal_t;
#include <crypto/crypters/crypter.h>
#include <crypto/signers/signer.h>
#include <crypto/diffie_hellman.h>
#include <config/traffic_selector.h>
#include <selectors/traffic_selector.h>
/**
* Protocol ID of a proposal.
+1 -1
View File
@@ -41,7 +41,7 @@
#include <library.h>
#include <utils/backtrace.h>
#include <config/traffic_selector.h>
#include <selectors/traffic_selector.h>
#include <config/proposal.h>
#ifndef LOG_AUTHPRIV /* not defined on OpenSolaris */
@@ -25,9 +25,9 @@
typedef struct traffic_selector_substructure_t traffic_selector_substructure_t;
#include <library.h>
#include <encoding/payloads/payload.h>
#include <utils/host.h>
#include <config/traffic_selector.h>
#include <selectors/traffic_selector.h>
#include <encoding/payloads/payload.h>
/**
* Length of a TRAFFIC SELECTOR SUBSTRUCTURE without start and end address.
+1 -1
View File
@@ -27,7 +27,7 @@ typedef struct ts_payload_t ts_payload_t;
#include <library.h>
#include <utils/linked_list.h>
#include <config/traffic_selector.h>
#include <selectors/traffic_selector.h>
#include <encoding/payloads/payload.h>
#include <encoding/payloads/traffic_selector_substructure.h>
+1 -1
View File
@@ -24,7 +24,7 @@
typedef struct acquire_job_t acquire_job_t;
#include <library.h>
#include <config/traffic_selector.h>
#include <selectors/traffic_selector.h>
#include <processing/jobs/job.h>
/**
+1 -1
View File
@@ -25,7 +25,7 @@ typedef struct migrate_job_t migrate_job_t;
#include <library.h>
#include <utils/host.h>
#include <config/traffic_selector.h>
#include <selectors/traffic_selector.h>
#include <kernel/kernel_ipsec.h>
#include <processing/jobs/job.h>
+1
View File
@@ -42,6 +42,7 @@ credentials/certificates/pgp_certificate.h \
credentials/ietf_attributes/ietf_attributes.c credentials/ietf_attributes/ietf_attributes.h \
database/database.h database/database_factory.h database/database_factory.c \
fetcher/fetcher.h fetcher/fetcher_manager.h fetcher/fetcher_manager.c \
selectors/traffic_selector.c selectors/traffic_selectors.h \
utils.h utils.c \
utils/host.c utils/host.h \
utils/identification.c utils/identification.h \
@@ -22,7 +22,6 @@
#include "traffic_selector.h"
#include <daemon.h>
#include <utils/linked_list.h>
#include <utils/identification.h>