]> git.ipfire.org Git - thirdparty/strongswan.git/commit - configure.ac
implemented the PEAP tunneling protocol as an EAP plugin
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 6 Apr 2011 12:42:02 +0000 (14:42 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 6 Apr 2011 12:42:02 +0000 (14:42 +0200)
commit1be296dfb2af7cb24409f9aefb9501a53ad06067
treecbd911e39a56165d061b83245b64c45be650d6d8
parent0e8384708869d3ebf97291e5456261bf8e182e48
implemented the PEAP tunneling protocol as an EAP plugin
15 files changed:
configure.in
src/libcharon/Makefile.am
src/libcharon/plugins/eap_peap/Makefile.am [new file with mode: 0644]
src/libcharon/plugins/eap_peap/eap_peap.c [new file with mode: 0644]
src/libcharon/plugins/eap_peap/eap_peap.h [new file with mode: 0644]
src/libcharon/plugins/eap_peap/eap_peap_avp.c [new file with mode: 0644]
src/libcharon/plugins/eap_peap/eap_peap_avp.h [new file with mode: 0644]
src/libcharon/plugins/eap_peap/eap_peap_peer.c [new file with mode: 0644]
src/libcharon/plugins/eap_peap/eap_peap_peer.h [new file with mode: 0644]
src/libcharon/plugins/eap_peap/eap_peap_plugin.c [new file with mode: 0644]
src/libcharon/plugins/eap_peap/eap_peap_plugin.h [new file with mode: 0644]
src/libcharon/plugins/eap_peap/eap_peap_server.c [new file with mode: 0644]
src/libcharon/plugins/eap_peap/eap_peap_server.h [new file with mode: 0644]
testing/scripts/build-umlrootfs
testing/testing.conf