Moved eap/xauth classes out of protocol specific subdirectories
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_aka_peer_t eap_aka_peer_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* EAP-AKA peer implementation.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_aka_server_t eap_aka_server_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* EAP-AKA server implementation.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_gtc_t eap_gtc_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* Implementation of the eap_method_t interface using EAP-GTC.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_identity_t eap_identity_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* Implementation of the eap_method_t interface using EAP Identity.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_md5_t eap_md5_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* Implementation of the eap_method_t interface using EAP-MD5 (CHAP).
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_mschapv2_t eap_mschapv2_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* Implementation of the eap_method_t interface using EAP-MS-CHAPv2.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_peap_t eap_peap_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* Implementation of eap_method_t using EAP-PEAP.
|
||||
|
||||
@@ -26,7 +26,7 @@ typedef struct eap_peap_peer_t eap_peap_peer_t;
|
||||
#include "tls_application.h"
|
||||
|
||||
#include <library.h>
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* TLS application data handler as peer.
|
||||
|
||||
@@ -26,7 +26,7 @@ typedef struct eap_peap_server_t eap_peap_server_t;
|
||||
#include "tls_application.h"
|
||||
|
||||
#include <library.h>
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* TLS application data handler as server.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_radius_t eap_radius_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* Implementation of the eap_method_t interface using a RADIUS server.
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef EAP_SIM_PEER_H_
|
||||
#define EAP_SIM_PEER_H_
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
typedef struct eap_sim_peer_t eap_sim_peer_t;
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef EAP_SIM_SERVER_H_
|
||||
#define EAP_SIM_SERVER_H_
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
typedef struct eap_sim_server_t eap_sim_server_t;
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_tls_t eap_tls_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* Implementation of eap_method_t using EAP-TLS.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_tnc_t eap_tnc_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* Implementation of the eap_method_t interface using EAP-TNC.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct eap_ttls_t eap_ttls_t;
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
/**
|
||||
* Implementation of eap_method_t using EAP-TTLS.
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <debug.h>
|
||||
#include <daemon.h>
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
typedef struct private_eap_ttls_peer_t private_eap_ttls_peer_t;
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <debug.h>
|
||||
#include <daemon.h>
|
||||
|
||||
#include <sa/ikev2/authenticators/eap/eap_method.h>
|
||||
#include <sa/eap/eap_method.h>
|
||||
|
||||
typedef struct private_eap_ttls_server_t private_eap_ttls_server_t;
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct xauth_generic_t xauth_generic_t;
|
||||
|
||||
#include <sa/ikev1/authenticators/xauth/xauth_method.h>
|
||||
#include <sa/xauth/xauth_method.h>
|
||||
|
||||
/**
|
||||
* Implementation of the xauth_method_t interface using cleartext secrets
|
||||
|
||||
Reference in New Issue
Block a user