|
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 |
|
|
6b541ce1ff
|
Storing/retrieval of passwords to Windows Credential Manager introduced; UI development continues...
|
2016-06-08 15:29:30 +02:00 |
|
|
120da591b4
|
Clean-up
|
2016-06-08 06:05:21 +02:00 |
|
|
a406bc5b89
|
UI development continues...
|
2016-06-07 18:19:28 +02:00 |
|
|
1a495051bb
|
Clean-up
|
2016-06-07 14:14:03 +02:00 |
|
|
6631e1c798
|
Unused parameter dwFlags in EapPeerInvokeConfigUI() removed
|
2016-06-07 13:53:53 +02:00 |
|
|
2e57879994
|
Visual styling
|
2016-06-07 13:53:09 +02:00 |
|
|
3a2cbe1e40
|
Cleanup
|
2016-06-07 13:43:20 +02:00 |
|
|
697a4a377b
|
wxWS_EX_VALIDATE_RECURSIVELY set manually now to prevent icon on the task bar
|
2016-06-07 13:37:54 +02:00 |
|
|
318e6f7c5a
|
Wrong window Z-order after configuration dialog dismissed fixed
|
2016-06-07 13:11:10 +02:00 |
|
|
1b54307b38
|
Configuration dialog centering removed
|
2016-06-07 12:48:24 +02:00 |
|
|
091dd43bfc
|
Application context save/restore added to make Windows XP Visual Styles working
|
2016-06-07 10:43:07 +02:00 |
|
|
3ba6074745
|
OK button is default now
|
2016-06-07 08:20:42 +02:00 |
|
|
30689b10d2
|
TLS configuration panel finished
|
2016-06-07 06:07:53 +02:00 |
|
|
c371187edc
|
File names simplified & UI development continues...
|
2016-06-06 15:54:11 +02:00 |
|
|
ec6291f6ac
|
UI work continues...
|
2016-06-04 07:03:58 +02:00 |
|
|
6c935d53c3
|
UI building started
|
2016-06-03 16:49:59 +02:00 |
|
|
1eab05075e
|
User interface build started
|
2016-06-02 16:00:08 +02:00 |
|
|
993f280624
|
Pointer difference signed/unsigned compare fixed
|
2016-06-02 15:56:18 +02:00 |
|
|
54a041aac0
|
Sub-module update
|
2016-06-02 15:27:00 +02:00 |
|
|
9df4d5e9b9
|
EAP methods split to allow separate StdAfx files
|
2016-06-02 14:43:35 +02:00 |
|
|
5e37bd0735
|
Packing/unpacking moved to module's MainUI.cpp
|
2016-06-02 11:27:41 +02:00 |
|
|
ce4c208468
|
Incorrect configuration load fixed
|
2016-06-02 10:24:55 +02:00 |
|
|
7dbe76d4f4
|
EAP-TLS method moved to standalone .h/.c file & some minor modifications
|
2016-06-02 09:28:28 +02:00 |
|
|
3d69a343c7
|
eap::config_tls::get_method_id() implemented
|
2016-06-02 09:00:21 +02:00 |
|
|
da84dea727
|
Copy and move eap::config operators same module check added
|
2016-06-02 08:59:54 +02:00 |
|
|
9208e75fe6
|
Sub-module update
|
2016-06-02 08:54:15 +02:00 |
|
|
5be9806e2e
|
Doxygen documentation update
|
2016-06-02 08:53:36 +02:00 |
|
|
86cd27a73b
|
1.0-alpha2
1.0-alpha2
|
2016-06-01 17:39:24 +02:00 |
|
|
4a69f7976a
|
IXMLDOMDocument2 downgraded to IXMLDOMDocument where later is sufficient
|
2016-06-01 16:38:21 +02:00 |
|
|
1e68895a92
|
Configuration handling changed to match draft-winter-opsawg-eap-metadata-02
|
2016-06-01 16:32:48 +02:00 |
|
|
b9c60adaaa
|
CredWrite accepts user name as Base64 encoded UTF-8 string now
|
2016-06-01 09:20:52 +02:00 |
|
|
8437d86913
|
Bogus calling convention fixed
|
2016-05-24 23:14:09 +02:00 |
|
|
da345c1717
|
Microsoft Installer's feature completeness check added
|
2016-05-23 09:43:53 +02:00 |
|
|
735ea86e86
|
Cleanup
|
2016-05-23 09:43:02 +02:00 |
|
|
1095d0b343
|
Version set to 1.0-alpha1
1.0-alpha1
|
2016-05-22 20:16:32 +02:00 |
|
|
b9fa4ae646
|
Debug "hand-brakes" released
|
2016-05-22 00:34:24 +02:00 |
|
|
1c28784717
|
Support for XML configuration export finished
(closes #1)
|
2016-05-22 00:27:12 +02:00 |
|
|
01270455b8
|
Redundant copy on certificate unpack eliminated
|
2016-05-22 00:25:50 +02:00 |
|
|
19d471ffa1
|
Sample configuration introduced, XML <-> BLOB transformation added
|
2016-05-21 23:49:18 +02:00 |
|
|
93fc4c0097
|
Aesthetic modifications
|
2016-05-20 14:09:12 +02:00 |
|
|
748ba7c4c0
|
Code cleanup and reorganization
1.0-alpha0
|
2016-05-20 13:39:37 +02:00 |
|
|
7cb809d947
|
eap::eap_module_base renamed to eap::module_base and simplified
|
2016-05-20 10:30:39 +02:00 |
|
|
d1bb9b2b4c
|
Sources are UTF-16 now
|
2016-05-20 09:54:29 +02:00 |
|
|
f5d647e81f
|
EAPTTLS split to EAP Method itself and UI
|
2016-05-20 01:33:24 +02:00 |
|
|
61fa67a415
|
Development continues...
|
2016-05-19 23:39:02 +02:00 |
|
|
aef4f36f45
|
Publishing target changed and CredWrite.exe added to the publish list
|
2016-05-19 13:51:53 +02:00 |
|
|
9853989d04
|
EAP method DLL registration added
|
2016-05-19 13:41:25 +02:00 |
|