Moved data structures to new collections subfolder

This commit is contained in:
Tobias Brunner
2012-10-24 16:00:49 +02:00
parent fdee6b5f5a
commit 12642a6831
229 changed files with 338 additions and 332 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#include <library.h> #include <library.h>
#include <hydra.h> #include <hydra.h>
#include <daemon.h> #include <daemon.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
/* we need to fake the pluto symbol to dlopen() the xauth plugin */ /* we need to fake the pluto symbol to dlopen() the xauth plugin */
void *pluto; void *pluto;
+1 -1
View File
@@ -17,7 +17,7 @@
#include <libbridge.h> #include <libbridge.h>
#include <debug.h> #include <debug.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include "bridge.h" #include "bridge.h"
+1 -1
View File
@@ -17,7 +17,7 @@
#define BRIDGE_H #define BRIDGE_H
#include <library.h> #include <library.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
typedef struct bridge_t bridge_t; typedef struct bridge_t bridge_t;
+1 -1
View File
@@ -37,7 +37,7 @@
#include <debug.h> #include <debug.h>
#include <threading/thread.h> #include <threading/thread.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
/** define _XOPEN_SOURCE 500 fails when using libstrongswan, define popen */ /** define _XOPEN_SOURCE 500 fails when using libstrongswan, define popen */
extern ssize_t pread(int fd, void *buf, size_t count, off_t offset); extern ssize_t pread(int fd, void *buf, size_t count, off_t offset);
+1 -1
View File
@@ -24,7 +24,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include "dumm.h" #include "dumm.h"
+1 -1
View File
@@ -20,7 +20,7 @@
#include <signal.h> #include <signal.h>
#include <library.h> #include <library.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
#include "guest.h" #include "guest.h"
#include "bridge.h" #include "bridge.h"
+1 -1
View File
@@ -22,7 +22,7 @@
#include <library.h> #include <library.h>
#include <dumm.h> #include <dumm.h>
#include <debug.h> #include <debug.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#undef PACKAGE_NAME #undef PACKAGE_NAME
#undef PACKAGE_TARNAME #undef PACKAGE_TARNAME
+1 -1
View File
@@ -29,7 +29,7 @@
#include <stdarg.h> #include <stdarg.h>
#include <debug.h> #include <debug.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include "dumm.h" #include "dumm.h"
#include "guest.h" #include "guest.h"
+1 -1
View File
@@ -18,7 +18,7 @@
#define GUEST_H #define GUEST_H
#include <library.h> #include <library.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
typedef enum guest_state_t guest_state_t; typedef enum guest_state_t guest_state_t;
typedef struct guest_t guest_t; typedef struct guest_t guest_t;
+1 -1
View File
@@ -26,7 +26,7 @@
#include <linux/if_tun.h> #include <linux/if_tun.h>
#include <debug.h> #include <debug.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include "iface.h" #include "iface.h"
+1 -1
View File
@@ -17,7 +17,7 @@
#define IFACE_H #define IFACE_H
#include <library.h> #include <library.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
#include <networking/host.h> #include <networking/host.h>
#define TAP_DEVICE "/dev/net/tun" #define TAP_DEVICE "/dev/net/tun"
+1 -1
View File
@@ -15,7 +15,7 @@
#include "dumm.h" #include "dumm.h"
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>
@@ -35,7 +35,7 @@
#include "kernel/network_manager.h" #include "kernel/network_manager.h"
#include <library.h> #include <library.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
typedef enum android_vpn_state_t android_vpn_state_t; typedef enum android_vpn_state_t android_vpn_state_t;
typedef struct charonservice_t charonservice_t; typedef struct charonservice_t charonservice_t;
+1 -1
View File
@@ -26,7 +26,7 @@ typedef struct backend_t backend_t;
#include <library.h> #include <library.h>
#include <config/ike_cfg.h> #include <config/ike_cfg.h>
#include <config/peer_cfg.h> #include <config/peer_cfg.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
/** /**
* The interface for a configuration backend. * The interface for a configuration backend.
+1 -1
View File
@@ -18,7 +18,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <daemon.h> #include <daemon.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
+1 -1
View File
@@ -27,7 +27,7 @@ typedef struct ike_cfg_t ike_cfg_t;
#include <library.h> #include <library.h>
#include <networking/host.h> #include <networking/host.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <utils/identification.h> #include <utils/identification.h>
#include <config/proposal.h> #include <config/proposal.h>
#include <crypto/diffie_hellman.h> #include <crypto/diffie_hellman.h>
+1 -1
View File
@@ -22,7 +22,7 @@
#include <daemon.h> #include <daemon.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <utils/identification.h> #include <utils/identification.h>
ENUM(cert_policy_names, CERT_ALWAYS_SEND, CERT_NEVER_SEND, ENUM(cert_policy_names, CERT_ALWAYS_SEND, CERT_NEVER_SEND,
+1 -1
View File
@@ -29,7 +29,7 @@ typedef struct peer_cfg_t peer_cfg_t;
#include <library.h> #include <library.h>
#include <utils/identification.h> #include <utils/identification.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
#include <selectors/traffic_selector.h> #include <selectors/traffic_selector.h>
#include <config/proposal.h> #include <config/proposal.h>
#include <config/ike_cfg.h> #include <config/ike_cfg.h>
+1 -1
View File
@@ -19,7 +19,7 @@
#include "proposal.h" #include "proposal.h"
#include <daemon.h> #include <daemon.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <utils/identification.h> #include <utils/identification.h>
#include <crypto/transform.h> #include <crypto/transform.h>
+1 -1
View File
@@ -27,7 +27,7 @@ typedef struct proposal_t proposal_t;
#include <library.h> #include <library.h>
#include <utils/identification.h> #include <utils/identification.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <networking/host.h> #include <networking/host.h>
#include <crypto/transform.h> #include <crypto/transform.h>
#include <crypto/crypters/crypter.h> #include <crypto/crypters/crypter.h>
+1 -1
View File
@@ -24,7 +24,7 @@
#include <library.h> #include <library.h>
#include <daemon.h> #include <daemon.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <encoding/payloads/payload.h> #include <encoding/payloads/payload.h>
#include <encoding/payloads/proposal_substructure.h> #include <encoding/payloads/proposal_substructure.h>
#include <encoding/payloads/transform_substructure.h> #include <encoding/payloads/transform_substructure.h>
+1 -1
View File
@@ -32,7 +32,7 @@ typedef struct message_t message_t;
#include <sa/keymat.h> #include <sa/keymat.h>
#include <sa/ike_sa_id.h> #include <sa/ike_sa_id.h>
#include <networking/packet.h> #include <networking/packet.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
/** /**
* This class is used to represent an IKE-Message. * This class is used to represent an IKE-Message.
+1 -1
View File
@@ -22,7 +22,7 @@
#include <library.h> #include <library.h>
#include <daemon.h> #include <daemon.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <encoding/payloads/encodings.h> #include <encoding/payloads/encodings.h>
#include <encoding/payloads/payload.h> #include <encoding/payloads/payload.h>
#include <encoding/payloads/sa_payload.h> #include <encoding/payloads/sa_payload.h>
+1 -1
View File
@@ -20,7 +20,7 @@
#include "cp_payload.h" #include "cp_payload.h"
#include <encoding/payloads/encodings.h> #include <encoding/payloads/encodings.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
ENUM(config_type_names, CFG_REQUEST, CFG_ACK, ENUM(config_type_names, CFG_REQUEST, CFG_ACK,
"CFG_REQUEST", "CFG_REQUEST",
+1 -1
View File
@@ -28,7 +28,7 @@ typedef struct cp_payload_t cp_payload_t;
#include <library.h> #include <library.h>
#include <encoding/payloads/payload.h> #include <encoding/payloads/payload.h>
#include <encoding/payloads/configuration_attribute.h> #include <encoding/payloads/configuration_attribute.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
/** /**
* Config Type of an Configuration Payload. * Config Type of an Configuration Payload.
@@ -23,7 +23,7 @@
#include <daemon.h> #include <daemon.h>
#include <encoding/payloads/encodings.h> #include <encoding/payloads/encodings.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <encoding/generator.h> #include <encoding/generator.h>
#include <encoding/parser.h> #include <encoding/parser.h>
+1 -1
View File
@@ -27,7 +27,7 @@ typedef struct ke_payload_t ke_payload_t;
#include <library.h> #include <library.h>
#include <encoding/payloads/payload.h> #include <encoding/payloads/payload.h>
#include <encoding/payloads/transform_substructure.h> #include <encoding/payloads/transform_substructure.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <crypto/diffie_hellman.h> #include <crypto/diffie_hellman.h>
/** /**
@@ -30,7 +30,7 @@ typedef struct notify_payload_t notify_payload_t;
#include <library.h> #include <library.h>
#include <encoding/payloads/payload.h> #include <encoding/payloads/payload.h>
#include <encoding/payloads/proposal_substructure.h> #include <encoding/payloads/proposal_substructure.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
/** /**
* Notify message types for IKEv2, and a subset for IKEv1. * Notify message types for IKEv2, and a subset for IKEv1.
@@ -22,7 +22,7 @@
#include <encoding/payloads/encodings.h> #include <encoding/payloads/encodings.h>
#include <encoding/payloads/transform_substructure.h> #include <encoding/payloads/transform_substructure.h>
#include <library.h> #include <library.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <daemon.h> #include <daemon.h>
/** /**
@@ -29,7 +29,7 @@ typedef struct proposal_substructure_t proposal_substructure_t;
#include <encoding/payloads/payload.h> #include <encoding/payloads/payload.h>
#include <encoding/payloads/transform_substructure.h> #include <encoding/payloads/transform_substructure.h>
#include <config/proposal.h> #include <config/proposal.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <kernel/kernel_ipsec.h> #include <kernel/kernel_ipsec.h>
#include <sa/authenticator.h> #include <sa/authenticator.h>
+1 -1
View File
@@ -20,7 +20,7 @@
#include "sa_payload.h" #include "sa_payload.h"
#include <encoding/payloads/encodings.h> #include <encoding/payloads/encodings.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <daemon.h> #include <daemon.h>
/* IKEv1 situation */ /* IKEv1 situation */
+1 -1
View File
@@ -27,7 +27,7 @@ typedef struct sa_payload_t sa_payload_t;
#include <library.h> #include <library.h>
#include <encoding/payloads/payload.h> #include <encoding/payloads/payload.h>
#include <encoding/payloads/proposal_substructure.h> #include <encoding/payloads/proposal_substructure.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <kernel/kernel_ipsec.h> #include <kernel/kernel_ipsec.h>
#include <sa/authenticator.h> #include <sa/authenticator.h>
@@ -18,7 +18,7 @@
#include "traffic_selector_substructure.h" #include "traffic_selector_substructure.h"
#include <encoding/payloads/encodings.h> #include <encoding/payloads/encodings.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
typedef struct private_traffic_selector_substructure_t private_traffic_selector_substructure_t; typedef struct private_traffic_selector_substructure_t private_traffic_selector_substructure_t;
@@ -22,7 +22,7 @@
#include <encoding/payloads/transform_attribute.h> #include <encoding/payloads/transform_attribute.h>
#include <encoding/payloads/encodings.h> #include <encoding/payloads/encodings.h>
#include <library.h> #include <library.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <daemon.h> #include <daemon.h>
typedef struct private_transform_substructure_t private_transform_substructure_t; typedef struct private_transform_substructure_t private_transform_substructure_t;
@@ -27,7 +27,7 @@ typedef struct transform_substructure_t transform_substructure_t;
#include <library.h> #include <library.h>
#include <encoding/payloads/payload.h> #include <encoding/payloads/payload.h>
#include <encoding/payloads/transform_attribute.h> #include <encoding/payloads/transform_attribute.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <crypto/diffie_hellman.h> #include <crypto/diffie_hellman.h>
#include <crypto/signers/signer.h> #include <crypto/signers/signer.h>
#include <crypto/prfs/prf.h> #include <crypto/prfs/prf.h>
+1 -1
View File
@@ -20,7 +20,7 @@
#include "ts_payload.h" #include "ts_payload.h"
#include <encoding/payloads/encodings.h> #include <encoding/payloads/encodings.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
typedef struct private_ts_payload_t private_ts_payload_t; typedef struct private_ts_payload_t private_ts_payload_t;
+1 -1
View File
@@ -25,7 +25,7 @@
typedef struct ts_payload_t ts_payload_t; typedef struct ts_payload_t ts_payload_t;
#include <library.h> #include <library.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <selectors/traffic_selector.h> #include <selectors/traffic_selector.h>
#include <encoding/payloads/payload.h> #include <encoding/payloads/payload.h>
#include <encoding/payloads/traffic_selector_substructure.h> #include <encoding/payloads/traffic_selector_substructure.h>
+1 -1
View File
@@ -28,7 +28,7 @@ typedef struct socket_t socket_t;
#include <library.h> #include <library.h>
#include <networking/packet.h> #include <networking/packet.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
#include <plugins/plugin.h> #include <plugins/plugin.h>
/** /**
+1 -1
View File
@@ -20,7 +20,7 @@
#include <daemon.h> #include <daemon.h>
#include <threading/thread.h> #include <threading/thread.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
typedef struct private_socket_manager_t private_socket_manager_t; typedef struct private_socket_manager_t private_socket_manager_t;
@@ -17,7 +17,7 @@
#include "android_handler.h" #include "android_handler.h"
#include <networking/host.h> #include <networking/host.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <cutils/properties.h> #include <cutils/properties.h>
@@ -23,7 +23,7 @@
#include <debug.h> #include <debug.h>
#include <daemon.h> #include <daemon.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <credentials/certificates/x509.h> #include <credentials/certificates/x509.h>
@@ -23,7 +23,7 @@
typedef struct certexpire_export_t certexpire_export_t; typedef struct certexpire_export_t certexpire_export_t;
#include <utils/linked_list.h> #include <collections/linked_list.h>
/** /**
* Caches and exports trustchain information to CSV files. * Caches and exports trustchain information to CSV files.
+1 -1
View File
@@ -15,7 +15,7 @@
#include "dhcp_provider.h" #include "dhcp_provider.h"
#include <utils/hashtable.h> #include <collections/hashtable.h>
#include <threading/mutex.h> #include <threading/mutex.h>
typedef struct private_dhcp_provider_t private_dhcp_provider_t; typedef struct private_dhcp_provider_t private_dhcp_provider_t;
+1 -1
View File
@@ -25,7 +25,7 @@
#include <linux/if_ether.h> #include <linux/if_ether.h>
#include <linux/filter.h> #include <linux/filter.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <utils/identification.h> #include <utils/identification.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <threading/condvar.h> #include <threading/condvar.h>
@@ -15,7 +15,7 @@
#include "dhcp_transaction.h" #include "dhcp_transaction.h"
#include <utils/linked_list.h> #include <collections/linked_list.h>
typedef struct private_dhcp_transaction_t private_dhcp_transaction_t; typedef struct private_dhcp_transaction_t private_dhcp_transaction_t;
@@ -17,7 +17,7 @@
#include <daemon.h> #include <daemon.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
#include <encoding/payloads/delete_payload.h> #include <encoding/payloads/delete_payload.h>
#include <processing/jobs/delete_ike_sa_job.h> #include <processing/jobs/delete_ike_sa_job.h>
@@ -25,7 +25,7 @@
#include <daemon.h> #include <daemon.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <threading/thread.h> #include <threading/thread.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <processing/jobs/callback_job.h> #include <processing/jobs/callback_job.h>
#define DUPLICHECK_SOCKET IPSEC_PIDDIR "/charon.dck" #define DUPLICHECK_SOCKET IPSEC_PIDDIR "/charon.dck"
@@ -21,7 +21,7 @@
#include <daemon.h> #include <daemon.h>
#include <library.h> #include <library.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
#include <crypto/crypters/crypter.h> #include <crypto/crypters/crypter.h>
#include <crypto/hashers/hasher.h> #include <crypto/hashers/hasher.h>
@@ -21,7 +21,7 @@
#include <radius_message.h> #include <radius_message.h>
#include <radius_client.h> #include <radius_client.h>
#include <daemon.h> #include <daemon.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
#include <threading/mutex.h> #include <threading/mutex.h>
typedef struct private_eap_radius_accounting_t private_eap_radius_accounting_t; typedef struct private_eap_radius_accounting_t private_eap_radius_accounting_t;
@@ -16,8 +16,8 @@
#include "eap_radius_forward.h" #include "eap_radius_forward.h"
#include <daemon.h> #include <daemon.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
#include <threading/mutex.h> #include <threading/mutex.h>
typedef struct private_eap_radius_forward_t private_eap_radius_forward_t; typedef struct private_eap_radius_forward_t private_eap_radius_forward_t;
@@ -19,7 +19,7 @@
#include <errno.h> #include <errno.h>
#include <daemon.h> #include <daemon.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <simaka_manager.h> #include <simaka_manager.h>
@@ -21,7 +21,7 @@
#ifndef EAP_SIM_FILE_TRIPLETS_H_ #ifndef EAP_SIM_FILE_TRIPLETS_H_
#define EAP_SIM_FILE_TRIPLETS_H_ #define EAP_SIM_FILE_TRIPLETS_H_
#include <utils/enumerator.h> #include <collections/enumerator.h>
typedef struct eap_sim_file_triplets_t eap_sim_file_triplets_t; typedef struct eap_sim_file_triplets_t eap_sim_file_triplets_t;
@@ -16,7 +16,7 @@
#include "eap_simaka_pseudonym_card.h" #include "eap_simaka_pseudonym_card.h"
#include <daemon.h> #include <daemon.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
typedef struct private_eap_simaka_pseudonym_card_t private_eap_simaka_pseudonym_card_t; typedef struct private_eap_simaka_pseudonym_card_t private_eap_simaka_pseudonym_card_t;
@@ -16,7 +16,7 @@
#include "eap_simaka_pseudonym_provider.h" #include "eap_simaka_pseudonym_provider.h"
#include <debug.h> #include <debug.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
typedef struct private_eap_simaka_pseudonym_provider_t private_eap_simaka_pseudonym_provider_t; typedef struct private_eap_simaka_pseudonym_provider_t private_eap_simaka_pseudonym_provider_t;
@@ -16,7 +16,7 @@
#include "eap_simaka_reauth_card.h" #include "eap_simaka_reauth_card.h"
#include <daemon.h> #include <daemon.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
typedef struct private_eap_simaka_reauth_card_t private_eap_simaka_reauth_card_t; typedef struct private_eap_simaka_reauth_card_t private_eap_simaka_reauth_card_t;
@@ -16,7 +16,7 @@
#include "eap_simaka_reauth_provider.h" #include "eap_simaka_reauth_provider.h"
#include <daemon.h> #include <daemon.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
typedef struct private_eap_simaka_reauth_provider_t private_eap_simaka_reauth_provider_t; typedef struct private_eap_simaka_reauth_provider_t private_eap_simaka_reauth_provider_t;
+1 -1
View File
@@ -15,7 +15,7 @@
#include "farp_listener.h" #include "farp_listener.h"
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
typedef struct private_farp_listener_t private_farp_listener_t; typedef struct private_farp_listener_t private_farp_listener_t;
+1 -1
View File
@@ -15,7 +15,7 @@
#include "ha_attribute.h" #include "ha_attribute.h"
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/mutex.h> #include <threading/mutex.h>
typedef struct private_ha_attribute_t private_ha_attribute_t; typedef struct private_ha_attribute_t private_ha_attribute_t;
+2 -2
View File
@@ -15,8 +15,8 @@
#include "ha_cache.h" #include "ha_cache.h"
#include <utils/hashtable.h> #include <collections/hashtable.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <processing/jobs/callback_job.h> #include <processing/jobs/callback_job.h>
+1 -1
View File
@@ -27,7 +27,7 @@ typedef struct ha_cache_t ha_cache_t;
#include "ha_kernel.h" #include "ha_kernel.h"
#include "ha_socket.h" #include "ha_socket.h"
#include <utils/enumerator.h> #include <collections/enumerator.h>
#include <sa/ike_sa.h> #include <sa/ike_sa.h>
+1 -1
View File
@@ -17,7 +17,7 @@
#include <threading/mutex.h> #include <threading/mutex.h>
#include <threading/condvar.h> #include <threading/condvar.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/thread.h> #include <threading/thread.h>
#include <processing/jobs/callback_job.h> #include <processing/jobs/callback_job.h>
@@ -16,8 +16,8 @@
#include "lookip_listener.h" #include "lookip_listener.h"
#include <daemon.h> #include <daemon.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
typedef struct private_lookip_listener_t private_lookip_listener_t; typedef struct private_lookip_listener_t private_lookip_listener_t;
+1 -1
View File
@@ -25,7 +25,7 @@
#include <daemon.h> #include <daemon.h>
#include <threading/thread.h> #include <threading/thread.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <processing/jobs/callback_job.h> #include <processing/jobs/callback_job.h>
#include "lookip_msg.h" #include "lookip_msg.h"
+1 -1
View File
@@ -17,7 +17,7 @@
#include <daemon.h> #include <daemon.h>
#include <library.h> #include <library.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
typedef struct private_medcli_creds_t private_medcli_creds_t; typedef struct private_medcli_creds_t private_medcli_creds_t;
+1 -1
View File
@@ -17,7 +17,7 @@
#include <daemon.h> #include <daemon.h>
#include <library.h> #include <library.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
typedef struct private_medsrv_creds_t private_medsrv_creds_t; typedef struct private_medsrv_creds_t private_medsrv_creds_t;
@@ -40,7 +40,7 @@
#include <daemon.h> #include <daemon.h>
#include <threading/thread.h> #include <threading/thread.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
/* Maximum size of a packet */ /* Maximum size of a packet */
#define MAX_PACKET 10000 #define MAX_PACKET 10000
@@ -17,7 +17,7 @@
#include "stroke_attribute.h" #include "stroke_attribute.h"
#include <daemon.h> #include <daemon.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
typedef struct private_stroke_attribute_t private_stroke_attribute_t; typedef struct private_stroke_attribute_t private_stroke_attribute_t;
+1 -1
View File
@@ -18,7 +18,7 @@
#include "stroke_cred.h" #include "stroke_cred.h"
#include <threading/rwlock.h> #include <threading/rwlock.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <crypto/hashers/hasher.h> #include <crypto/hashers/hasher.h>
#include <daemon.h> #include <daemon.h>
+1 -1
View File
@@ -34,7 +34,7 @@
#include <credentials/certificates/ac.h> #include <credentials/certificates/ac.h>
#include <credentials/sets/mem_cred.h> #include <credentials/sets/mem_cred.h>
#include <credentials/sets/callback_cred.h> #include <credentials/sets/callback_cred.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <utils/lexparser.h> #include <utils/lexparser.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
#include <daemon.h> #include <daemon.h>
+1 -1
View File
@@ -27,7 +27,7 @@
#include <stroke_msg.h> #include <stroke_msg.h>
#include <credentials/credential_set.h> #include <credentials/credential_set.h>
#include <credentials/certificates/certificate.h> #include <credentials/certificates/certificate.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
typedef struct stroke_cred_t stroke_cred_t; typedef struct stroke_cred_t stroke_cred_t;
@@ -16,7 +16,7 @@
#include "stroke_handler.h" #include "stroke_handler.h"
#include <daemon.h> #include <daemon.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
typedef struct private_stroke_handler_t private_stroke_handler_t; typedef struct private_stroke_handler_t private_stroke_handler_t;
+1 -1
View File
@@ -25,7 +25,7 @@
#include <hydra.h> #include <hydra.h>
#include <daemon.h> #include <daemon.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <plugins/plugin.h> #include <plugins/plugin.h>
#include <credentials/certificates/x509.h> #include <credentials/certificates/x509.h>
#include <credentials/certificates/ac.h> #include <credentials/certificates/ac.h>
+1 -1
View File
@@ -29,7 +29,7 @@
#include <threading/mutex.h> #include <threading/mutex.h>
#include <threading/thread.h> #include <threading/thread.h>
#include <threading/condvar.h> #include <threading/condvar.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <processing/jobs/callback_job.h> #include <processing/jobs/callback_job.h>
#include "stroke_config.h" #include "stroke_config.h"
+1 -1
View File
@@ -22,7 +22,7 @@
#include <debug.h> #include <debug.h>
#include <library.h> #include <library.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/mutex.h> #include <threading/mutex.h>
typedef struct private_tnc_imc_t private_tnc_imc_t; typedef struct private_tnc_imc_t private_tnc_imc_t;
@@ -19,7 +19,7 @@
#include <tncifimc.h> #include <tncifimc.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <debug.h> #include <debug.h>
#include <daemon.h> #include <daemon.h>
+1 -1
View File
@@ -22,7 +22,7 @@
#include <debug.h> #include <debug.h>
#include <library.h> #include <library.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/mutex.h> #include <threading/mutex.h>
typedef struct private_tnc_imv_t private_tnc_imv_t; typedef struct private_tnc_imv_t private_tnc_imv_t;
@@ -22,7 +22,7 @@
#include <tnc/imv/imv_recommendations.h> #include <tnc/imv/imv_recommendations.h>
#include <debug.h> #include <debug.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
typedef struct private_tnc_imv_recommendations_t private_tnc_imv_recommendations_t; typedef struct private_tnc_imv_recommendations_t private_tnc_imv_recommendations_t;
typedef struct recommendation_entry_t recommendation_entry_t; typedef struct recommendation_entry_t recommendation_entry_t;
@@ -23,7 +23,7 @@
#define TNC_IMV_RECOMMENDATIONS_H_ #define TNC_IMV_RECOMMENDATIONS_H_
#include <tnc/imv/imv_recommendations.h> #include <tnc/imv/imv_recommendations.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
/** /**
* Create an IMV empty recommendations instance * Create an IMV empty recommendations instance
@@ -15,7 +15,7 @@
#include "tnc_pdp_connections.h" #include "tnc_pdp_connections.h"
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <debug.h> #include <debug.h>
typedef struct private_tnc_pdp_connections_t private_tnc_pdp_connections_t; typedef struct private_tnc_pdp_connections_t private_tnc_pdp_connections_t;
@@ -21,7 +21,7 @@
#include <tnc/imv/imv_manager.h> #include <tnc/imv/imv_manager.h>
#include <debug.h> #include <debug.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
typedef struct private_tnc_tnccs_manager_t private_tnc_tnccs_manager_t; typedef struct private_tnc_tnccs_manager_t private_tnc_tnccs_manager_t;
@@ -18,7 +18,7 @@
#include <tnc/tnccs/tnccs.h> #include <tnc/tnccs/tnccs.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <debug.h> #include <debug.h>
#include <libxml/parser.h> #include <libxml/parser.h>
@@ -25,7 +25,7 @@ typedef enum tnccs_msg_type_t tnccs_msg_type_t;
typedef struct tnccs_msg_t tnccs_msg_t; typedef struct tnccs_msg_t tnccs_msg_t;
#include <library.h> #include <library.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <libxml/parser.h> #include <libxml/parser.h>
/** /**
@@ -20,7 +20,7 @@
#include <tnc/tnccs/tnccs.h> #include <tnc/tnccs/tnccs.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <bio/bio_writer.h> #include <bio/bio_writer.h>
#include <bio/bio_reader.h> #include <bio/bio_reader.h>
#include <pen/pen.h> #include <pen/pen.h>
+1 -1
View File
@@ -37,7 +37,7 @@
#include <debug.h> #include <debug.h>
#include <daemon.h> #include <daemon.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <pen/pen.h> #include <pen/pen.h>
typedef struct private_tnccs_20_t private_tnccs_20_t; typedef struct private_tnccs_20_t private_tnccs_20_t;
+1 -1
View File
@@ -22,7 +22,7 @@
#ifndef UCI_PARSER_H_ #ifndef UCI_PARSER_H_
#define UCI_PARSER_H_ #define UCI_PARSER_H_
#include <utils/enumerator.h> #include <collections/enumerator.h>
typedef struct uci_parser_t uci_parser_t; typedef struct uci_parser_t uci_parser_t;
@@ -13,7 +13,7 @@
* for more details. * for more details.
*/ */
#include <utils/linked_list.h> #include <collections/linked_list.h>
/******************************************************************************* /*******************************************************************************
@@ -14,7 +14,7 @@
*/ */
#include <library.h> #include <library.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
static u_int hash(char *key) static u_int hash(char *key)
{ {
@@ -15,7 +15,7 @@
#include <library.h> #include <library.h>
#include <daemon.h> #include <daemon.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
#include <unistd.h> #include <unistd.h>
@@ -15,7 +15,7 @@
#include <library.h> #include <library.h>
#include <daemon.h> #include <daemon.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
/******************************************************************************* /*******************************************************************************
* mysql simple test * mysql simple test
@@ -15,7 +15,7 @@
#include <library.h> #include <library.h>
#include <daemon.h> #include <daemon.h>
#include <utils/enumerator.h> #include <collections/enumerator.h>
#include <unistd.h> #include <unistd.h>
+1 -1
View File
@@ -17,7 +17,7 @@
#include <daemon.h> #include <daemon.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <processing/jobs/callback_job.h> #include <processing/jobs/callback_job.h>
typedef struct private_unity_handler_t private_unity_handler_t; typedef struct private_unity_handler_t private_unity_handler_t;
@@ -16,7 +16,7 @@
#include "updown_handler.h" #include "updown_handler.h"
#include <daemon.h> #include <daemon.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
typedef struct private_updown_handler_t private_updown_handler_t; typedef struct private_updown_handler_t private_updown_handler_t;
@@ -16,7 +16,7 @@
#include "whitelist_listener.h" #include "whitelist_listener.h"
#include <daemon.h> #include <daemon.h>
#include <utils/hashtable.h> #include <collections/hashtable.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
typedef struct private_whitelist_listener_t private_whitelist_listener_t; typedef struct private_whitelist_listener_t private_whitelist_listener_t;
@@ -26,7 +26,7 @@ typedef struct mediation_job_t mediation_job_t;
#include <library.h> #include <library.h>
#include <processing/jobs/job.h> #include <processing/jobs/job.h>
#include <utils/identification.h> #include <utils/identification.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
/** /**
* Class representing a MEDIATION Job. * Class representing a MEDIATION Job.
+1 -1
View File
@@ -16,7 +16,7 @@
#include "eap_manager.h" #include "eap_manager.h"
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
typedef struct private_eap_manager_t private_eap_manager_t; typedef struct private_eap_manager_t private_eap_manager_t;
+1 -1
View File
@@ -26,7 +26,7 @@
#include <library.h> #include <library.h>
#include <hydra.h> #include <hydra.h>
#include <daemon.h> #include <daemon.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <utils/lexparser.h> #include <utils/lexparser.h>
#include <processing/jobs/retransmit_job.h> #include <processing/jobs/retransmit_job.h>
#include <processing/jobs/delete_ike_sa_job.h> #include <processing/jobs/delete_ike_sa_job.h>
+1 -1
View File
@@ -26,7 +26,7 @@
#include <threading/condvar.h> #include <threading/condvar.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <threading/rwlock.h> #include <threading/rwlock.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <crypto/hashers/hasher.h> #include <crypto/hashers/hasher.h>
/* the default size of the hash table (MUST be a power of 2) */ /* the default size of the hash table (MUST be a power of 2) */
+1 -1
View File
@@ -18,7 +18,7 @@
#include <daemon.h> #include <daemon.h>
#include <encoding/generator.h> #include <encoding/generator.h>
#include <encoding/payloads/nonce_payload.h> #include <encoding/payloads/nonce_payload.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
typedef struct private_keymat_v1_t private_keymat_v1_t; typedef struct private_keymat_v1_t private_keymat_v1_t;
+1 -1
View File
@@ -22,7 +22,7 @@
#include <sa/ikev1/keymat_v1.h> #include <sa/ikev1/keymat_v1.h>
#include <encoding/payloads/ke_payload.h> #include <encoding/payloads/ke_payload.h>
#include <encoding/payloads/nonce_payload.h> #include <encoding/payloads/nonce_payload.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
typedef struct private_phase1_t private_phase1_t; typedef struct private_phase1_t private_phase1_t;
+1 -1
View File
@@ -19,7 +19,7 @@
#include <daemon.h> #include <daemon.h>
#include <threading/mutex.h> #include <threading/mutex.h>
#include <utils/linked_list.h> #include <collections/linked_list.h>
#include <crypto/hashers/hasher.h> #include <crypto/hashers/hasher.h>
#include <processing/jobs/callback_job.h> #include <processing/jobs/callback_job.h>

Some files were not shown because too many files have changed in this diff Show More