28 Commits

Author SHA1 Message Date
e8b1e157d9 module: Make make_config() pure virtual
It is important to implement this method in derived classes. When we
provided default implementation returning NULL, introducing new methods
might leave this method not implemented without a compiler error.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-07 13:10:57 +01:00
059710d83c Update Copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-05 11:45:51 +01:00
fac33ee0b1 Remove UTF-8 BOM
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-11-28 17:04:16 +01:00
6fb5cb88d2 Address code analysis warnings
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-09-04 13:11:48 +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
0095ebbff6 Provider identity is now coherent to draft-winter-opsawg-eap-metadata-02 2016-09-02 19:24:47 +02:00
a33da0d8d5 CredWrite stores an empty set of credentials for TLS now, avoiding initial credential prompt 2016-08-29 15:11:58 +02:00
1bf51fda25 win_runtime_error moved to WinStd; eapxml functions return HRESULT now 2016-08-09 01:05:00 +02:00
b71e30f642 EAP_ERROR replaced with C++ exceptions for increased code readability 2016-08-08 22:59:17 +02:00
2aa4bce8cc eap::config::m_module reference again 2016-08-06 07:01:12 +02:00
a60458cdab eap::module is no longer abstract 2016-08-05 13:18:25 +02:00
460adb9858 m_module is now a pointer instead of reference 2016-08-05 11:23:59 +02:00
a102b43a19 eap::type_t >> winstd::eap_type_t 2016-08-04 12:08:20 +02:00
a7d75ea72d eap::config_provider detemplatization 2016-07-20 16:47:37 +02:00
ec0b283540 Functions using EAP_ERROR descriptor return bool now for code simplicity 2016-06-15 22:59:52 +02:00
2f0252a33f Added missing result check 2016-06-15 14:06:11 +02:00
8bff2d3060 Test credentials read added to debug builds of CredWrite 2016-06-15 10:44:31 +02:00
cf7ca9c8e9 EAP modules divided to libraries 2016-06-10 12:24:49 +02:00
4e16111614 .h/.cpp files converted to UTF-8 to allow rcgettext parsing 2016-06-09 15:46:29 +02:00
98273c6bdc UI development continues... 2016-06-09 15:12:42 +02:00
7ac86e1954 UI development continues... 2016-06-09 07:41:41 +02:00
c79d3e74cf CredWrite modified to use shared code for credential storage from EAPMethods 2016-06-08 15:31:07 +02:00
b9c60adaaa CredWrite accepts user name as Base64 encoded UTF-8 string now 2016-06-01 09:20:52 +02:00
93fc4c0097 Aesthetic modifications 2016-05-20 14:09:12 +02:00
d1bb9b2b4c Sources are UTF-16 now 2016-05-20 09:54:29 +02:00
4ac895ffa2 Additional asymmetric encryption introduced when storing passwords to Windows Credential Manager 2016-05-19 12:19:31 +02:00
bdef5db62c Memory-leak detection added 2016-05-18 09:07:41 +02:00
ef1e46aa78 CredImport finished and renamed to CredWrite 2016-05-17 15:10:59 +02:00