a7dc7d2525
Make Wingdings icons non-localizable
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-04-17 07:01:11 +02:00
0aab5f2e94
UI touch-up
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-07 13:10:58 +01:00
4dad574377
Rename StdAfx.h to PCH.h
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-07 13:10:58 +01:00
cd0a99c518
wxUICanceller: Move upstream and make reusable
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-07 13:10:58 +01:00
5b02352f1a
Resolve the make_...() methods
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-07 13:10:56 +01:00
bacd4fd8d8
Rename wxTTLSConfigPanel and move upstream
...
wxTTLSConfigPanel is about anonymizing inner identity and was renamed to
wxEAPIdentityConfigPanel and moved upstream to make reusable.
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-07 13:08:28 +01:00
6addc49df2
wxInitializerPeer: Move upstream and make reusable
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-06 11:53:41 +01:00
5a7827e85e
Make enums scoped
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-06 11:53:38 +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
35fd9fbbac
Move eap::monitor_ui to Module.h/cpp
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-14 08:50:02 +02:00
dfd26f214d
Upgrade eap::monitor_ui's HWND to volatile
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-13 14:28:21 +02:00
10297c7ab3
Make GUI DPI-aware
2018-09-17 11:43:19 +02:00
d5142aaf15
Distinguish or merge variables with same names
...
...to resolve C4457 warnings.
2018-09-05 14:27:59 +02:00
058ec398e6
__DANGEROUS__LOG_CONFIDENTIAL_DATA is now 0/1 #defined
2017-02-02 13:57:44 +01:00
6f3aa650b6
Clean-up
2017-02-01 14:32:00 +01:00
c053fd75e3
POT update
2016-11-07 12:40:51 +01:00
3b6d2b2c14
Password and certificate output to log is no longer conditioned by _DEBUG
2016-11-07 10:48:13 +01:00
d234e55ae4
- Doxygen documentation updated
...
- Some minor issues stumbled upon fixed
- WIN1250 >> UTF-8
2016-11-02 01:25:38 +01:00
68c2c05b41
wxEAPGetProviderName() output fixed
2016-10-17 16:15:26 +02:00
de2506bcc4
Unified credential TTLS prompt replaced with separate prompts for identity provider, outer credentials and inner credentials
...
EapHost peers provide credential dialogs only and cannot be integrated into unified credential prompt as a panel, requiring additional clicking and pop-ups for user to enter credentials.
2016-10-17 16:05:36 +02:00
c53ed21d55
Code clean-up
2016-10-03 14:54:02 +02:00
559ffc5ead
ID 3. C style pointer casting from security audit fixed
2016-10-03 14:53:50 +02:00
7a379a1a87
OnInitDialog events are propagated to parent classes now
2016-09-30 11:00:02 +02:00
b6adb2a850
Common members from config_method_with_cred moved to parent config_method
2016-09-29 11:23:22 +02:00
6001bd3a49
eap::config_method_with_cred::status >> eap::config_method_with_cred::status_t
2016-09-27 09:27:54 +02:00
a5f4cafc55
Configuration dialog banner title updated to include method name
2016-09-26 12:01:46 +02:00
c765954c0f
"Last Authentication Failed" flag extended to support finer feedback, why last authentication failed
2016-09-06 14:10:02 +02:00
0095ebbff6
Provider identity is now coherent to draft-winter-opsawg-eap-metadata-02
2016-09-02 19:24:47 +02:00
145c21682e
Support for configuring provider ID using GUI added
2016-08-31 17:41:22 +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
858486412e
Confusion between provider ID and provider name resolved
2016-08-30 21:10:10 +02:00
7c938fe291
OnUpdateUI() event handlers optimized to reduce ridiculous CPU consumption of GUI & Incorrect page-provider mapping in wxEAPConfigDialog<> fixed
2016-08-28 22:58:41 +02:00
6e58183d16
Panel icon loading simplified
2016-08-27 06:58:57 +02:00
b5c8b8ee67
Product icon introduced
2016-08-26 17:47:16 +02:00
c6d53cd13c
eap::monitor_ui class to prevent multiple launches introduced
2016-08-24 17:45:31 +02:00
6f25e4c0ad
wxEAPGeneralDialog constructor parameters extended
2016-08-24 17:43:02 +02:00
076c6b77d7
GUI updated to show "<Your Provider>" when provider ID is blank
2016-08-18 06:30:02 +02:00
b79a2f26f6
Support for read-only lock added to GUI
2016-08-17 16:27:43 +02:00
373c83dbbe
Provider identity and help-desk is configurable via GUI now
2016-08-17 15:56:11 +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
d8ccf7cbc0
Credential management revised
2016-08-15 17:33:10 +02:00
4dc7083028
wxEAPProviderLockedPanelBase renamed to wxEAPGeneralNotePanel to accommodate general use later
2016-08-15 16:53:42 +02:00
1bf51fda25
win_runtime_error moved to WinStd; eapxml functions return HRESULT now
2016-08-09 01:05:00 +02:00
cadf7272df
Credential UI revised to honor read-only, allow-save, and config/prompt mode correctly
2016-08-03 12:34:49 +02:00
a81ddde411
MSVC specific __super keyword replaced
2016-08-03 09:22:41 +02:00
6ae8029a47
config_method split into config_method and config_method_with_cred<>
2016-07-21 22:30:03 +02:00
9376404164
eap::config_provider changed from template to class followed by a mass detemplatization of other classes
2016-07-20 17:57:43 +02:00
b634956901
Credentials dialog banner title now dynamic
2016-06-21 09:18:17 +02:00
ac23d5f04f
Custom credential prompt labels are honored now (for password-based methods)
2016-06-20 15:14:48 +02:00