33e5bc90a5
Missing namespace added
2017-02-01 10:14:05 +01:00
1162ccae3f
New authentication status introduced: server compromised
2016-12-05 13:15:07 +01:00
0b4e4571b6
WideCharToMultiByte() and MultiByteToWideChar() optimization
2016-11-07 13:53:17 +01:00
ebe12e5157
Password and certificate output to log is no longer conditioned by _DEBUG
2016-11-07 10:59:28 +01:00
4bbc752995
Discrete output of credentials to event log centralized
...
# Conflicts:
# lib/EapHost/src/Credentials.cpp
# lib/EapHost/src/StdAfx.h
# lib/Events/res/EventsETW.man
2016-10-25 13:45:00 +02:00
d5870f1252
Configuration value logging replaced with array variant instead of varadic event_provider::write() method for performance reasons
2016-10-25 13:05:44 +02:00
26a7b7dab7
pEapOutput Prefast specifier for process_request_packet() methods changed
...
# Conflicts:
# lib/EAPMsg/include/Method.h
# lib/EAPMsg/src/Method.cpp
2016-10-24 14:58:17 +02:00
d08488d916
pEapOutput Prefast specifier for set_response_attributes() methods changed
...
# Conflicts:
# lib/EAPBase/include/Method.h
# lib/EAPBase/src/Method.cpp
# lib/TTLS/include/Method.h
# lib/TTLS/src/Method.cpp
2016-10-24 14:44:36 +02:00
4722c42903
Incorrect pEapOutput in method::set_ui_context() methods fixed
...
# Conflicts:
# lib/EAPBase/include/Method.h
# lib/EAPBase/src/Method.cpp
# lib/TTLS/include/Method.h
# lib/TTLS/src/Method.cpp
2016-10-24 14:18:11 +02:00
1ccf97b6d7
ppResult >> pResult
2016-10-24 13:35:46 +02:00
76729d51cc
Code clean-up
2016-10-03 14:49:17 +02:00
c0b51f767c
ID 3. C style pointer casting from security audit fixed
2016-10-03 11:40:30 +02:00
b6adb2a850
Common members from config_method_with_cred moved to parent config_method
2016-09-29 11:23:22 +02:00
832af1b633
Support for KPH password encryption added
2016-09-27 11:44:04 +02:00
6001bd3a49
eap::config_method_with_cred::status >> eap::config_method_with_cred::status_t
2016-09-27 09:27:54 +02:00
bb8e766db7
Module decryption templates fixed
2016-09-26 10:18:55 +02:00
79cc1af86f
Clean-up and XML handling enhancement:
...
- XML helper functions always return objects by winstd::com_obj or winstd::bstr reference now to ensure proper release by caller
- get_element_value()/put_element_value() can optionally return reference to the XML object if required
- WinStd macros to simplify dplhandle<> and handle<> inherited classes reused by non-copyable classes
2016-09-23 14:43:31 +02:00
640c1abdbd
XML get_element_value() and put_element_value() extended to support optional returning of XML element for later reference
2016-09-23 09:50:50 +02:00
0ab18017cd
Pre-shared >> Configured credentials, Own >> Stored credentials
2016-09-21 09:43:02 +02:00
641c9b6932
Credentials are no longer stored using method name (TLS/PAP/MSCHAPv2) but with level/type identifier
2016-09-06 15:39:41 +02:00
c765954c0f
"Last Authentication Failed" flag extended to support finer feedback, why last authentication failed
2016-09-06 14:10:02 +02:00
d83f5422d7
MSCHAPv2 almost finished...
2016-09-05 16:44:18 +02:00
cbb35ffaef
Diameter "privacy" flag is called "protected" actually
2016-09-04 21:48:48 +02:00
4ffccaf6b4
Support for vendor-specific Diameter AVP added
2016-09-04 17:56:00 +02:00
534f234641
"Privacy" Diameter AVP flag declared
2016-09-04 17:54:59 +02:00
0095ebbff6
Provider identity is now coherent to draft-winter-opsawg-eap-metadata-02
2016-09-02 19:24:47 +02:00
ac3ff2d3ca
Diameter AVP generation moved to method_noneap::append_avp()
2016-09-02 14:45:01 +02:00
7a3d4e0947
Common PAP and MSCHAPv2 code merged in intermediate base class method_noneap
2016-09-02 14:24:23 +02:00
198b9a576e
Maximum packet size parameter is now optional
2016-09-02 10:19:39 +02:00
566785192a
Requirement that eap::method processes EAP packets only dropped, work with non-EAP methods simplified
2016-09-02 09:50:21 +02:00
7cddd585b7
RADIUS/Diameter AVP header structs updated
2016-09-01 15:43:25 +02:00
0959217ee3
Clean-up
2016-09-01 12:43:26 +02:00
844b185887
EAP packet classes organized in hierarchy now
2016-09-01 10:25:33 +02:00
c9be6f4f7b
Support for multiple identity providers of draft-winter-opsawg-eap-metadata XML configuration added
2016-08-31 14:39:27 +02:00
68aec5dfb4
Namespace name is static member now
2016-08-31 08:43:03 +02:00
5dfd079686
Support for multi-provider management added to GUI
2016-08-31 00:36:19 +02:00
858486412e
Confusion between provider ID and provider name resolved
2016-08-30 21:10:10 +02:00
a7c8052ee2
eap::method revised to support nesting, so the PAP method was made a stand-alone method
2016-08-29 20:05:58 +02:00
e66a7eb9ba
dePAPization continues to pave the road for seamless MSCHAPv2 integration
2016-08-28 20:04:45 +02:00
fc5e54db05
Inner configuration/credential management virtualized to reduce cluttering code
2016-08-28 17:20:24 +02:00
9daa5b52a4
Incorrect letter case referencing EapHost service fixed
2016-08-27 06:58:57 +02:00
e1600e5aba
Configuration GUIDs are not required any more
...
This reverts commit 1cb6ca5adb4e8ec3389adc00f2c34dff11b99818.
2016-08-24 18:59:59 +02:00
d1c24efcf0
config_method_with_cred renamed to config_connection to describe it better
2016-08-24 11:39:37 +02:00
1cb6ca5adb
Connection configuration is equipped with GUID now for multiple credential prompt disambiguation later
2016-08-24 11:34:30 +02:00
6835f5279c
Certificate (TLS) credentials support custom identity now
2016-08-24 11:03:18 +02:00
543dada025
Provider and method lists are arrays now, to allow random access for configuration dialog coming-up
2016-08-17 14:47:15 +02:00
df1d431bd0
- TLS revised (again)
...
- TLS Session resumption issues resolved
- Credential prompt has "Remember" checkbox initially selected when credentials originate from Windows Credential Manager
- Last authentication attempt failure notice is more general and no longer insinuate user credentials are the likely cause of the failure
- Additional log messages added
2016-08-17 11:50:34 +02:00
e9839706b6
TLS clean-up
2016-08-16 16:44:19 +02:00
de802b7a28
Byte-enums redefined & code clean-up
2016-08-15 21:01:38 +02:00
d8ccf7cbc0
Credential management revised
2016-08-15 17:33:10 +02:00