a254dd527a
Move Base64 from WinStd to stdex
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-02-03 14:16:47 +01:00
6f92e82598
WinStd: Update
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-02-03 13:03:59 +01:00
5e7f55880a
Update Copyright and build year
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-01-07 11:21:33 +01:00
0d905f414e
Cleanup project files
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-12-01 06:28:32 +01:00
b55ddd7d86
Update Copyright and build year
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-22 15:31:23 +01:00
b96ebfbce4
Switch to SPDX license notice
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-22 15:20:57 +01:00
78478a203f
Delegate memory leak detection to CRT
...
_CrtDumpMemoryLeaks() direct call misreports heap allocations owned by
globally initialized objects.
Using _CRTDBG_LEAK_CHECK_DF delays the memory leak check until after
globally initialized objects are destroyed.
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-06-29 15:46:00 +02:00
4dad574377
Rename StdAfx.h to PCH.h
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-07 13:10:58 +01:00
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
b3291ff8b1
Remove excessive UTF-8 BOM marker
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-06 11:53:41 +01:00
1cc7b1a3a0
Simplify .vcxproj and .props
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-06 11:53:39 +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
d66ad98a49
Update documentation
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-12 13:18:51 +02:00
0e69fb175c
Upgrade to Visual Studio 2019
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-14 10:54:41 +02:00
38a7354ad9
Upgrade to compile with WIN32_LEAN_AND_MEAN
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-14 09:57:48 +02:00
ec908bbfe9
Update README.md
2018-12-06 08:34:09 +01:00
1879d00bf9
Add support for ARM64 platform
2018-09-07 10:39:20 +02:00
0602285220
Switch to Visual Studio 2017
2018-09-05 14:56:08 +02:00
0b3e340dbe
Update sub-modules
2018-09-05 13:22:59 +02:00
0d21610322
Remove MFC dependency
2018-09-05 13:11:14 +02:00
168aed3000
Charset issue in version resource fixed
2016-11-18 09:12:35 +01: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
1b9f33a6fc
Path-delimiters unified in RC files
2016-07-21 12:29:23 +02:00
a7d75ea72d
eap::config_provider detemplatization
2016-07-20 16:47:37 +02:00
922d0ac3d0
Additional RSA credential encryption replaced with product-specific entropy in user-specific encryption pass, to circumvent RSA data length limitation
2016-06-22 23:32:28 +02:00
33a72acac7
MsiUseFeature utility added
...
(closes #3 )
2016-06-18 10:51:12 +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