2ce0c5d259
Optimize std::wstring (un)packing
...
The string is now converted to and from UTF-8 directly into or from
memory pointed by cursor. Extra buffer allocation and copy has been
dropped.
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-14 13:22:57 +02:00
f3cc5b6064
Fix typo
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-14 08:56:01 +02:00
8a093c645e
Make (un)packing of std C++ string explicit
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-14 08:55:32 +02: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
009cd36fe2
Move parent HWND management to wxInitializerPeer
...
While reducing copy & pasted code, this also protects wxTopLevelWindows
list with a lock.
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-13 12:47:27 +02:00
592d53d8bc
Log failure status reason of last authentication failure
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-12 14:12:25 +02:00
e10923c7c2
Update translation templates
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-12 14:10:42 +02:00
d66ad98a49
Update documentation
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-12 13:18:51 +02:00
2e8bd4403f
Fix typo
2019-06-14 11:51:09 +02:00
0e69fb175c
Upgrade to Visual Studio 2019
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-14 10:54:41 +02:00
f88b966762
Bump wxExtend
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-14 09:57:48 +02:00
5a82dc2a25
Unify LPCBYTE
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-14 09:57:48 +02:00
638f2cf18d
Bump WinStd
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-14 09:57:48 +02:00
f6ce76d384
Update translations and add Estonian translation
2018-11-06 20:08:08 +01:00
ee7a8ce6d1
Silence the missing shcore.dll warning on Windows 7
2018-11-06 20:06:41 +01:00
4d7538937b
Update sub-modules
...
(fixes #25 )
2018-09-30 16:54:53 +02:00
10297c7ab3
Make GUI DPI-aware
2018-09-17 11:43:19 +02:00
c7f1a66a4a
Update sub-modules
2018-09-14 17:50:45 +02: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
1fe80bd0e0
Stop using internal unique_ptr::_Myptr member
2018-09-05 14:40:27 +02:00
b3e5c93f4b
Add explicit constructors/operators to sanitizing_blob_(z)f
...
Otherwise the compiler might generate default ones - and delete them
too.
2018-09-05 14:32:03 +02:00
366e08899b
Review implicit narrowing conversions
2018-09-05 14:29:49 +02:00
d5142aaf15
Distinguish or merge variables with same names
...
...to resolve C4457 warnings.
2018-09-05 14:27:59 +02:00
0b3e340dbe
Update sub-modules
2018-09-05 13:22:59 +02:00
d2b66563e1
Fix incorrect template parameter tolerated by VC2010
2018-09-05 13:13:14 +02:00
0d21610322
Remove MFC dependency
2018-09-05 13:11:14 +02:00
7a6b760845
Upgrade to wxWidgets 3.1.1 and wxFormBuilder 3.8.1
2018-09-03 13:59:18 +02:00
47f0a41fb6
Update sub-modules
2018-06-20 15:00:53 +02:00
352ad4f9d2
Stop using <> parentheses to avoid XML/HTML markup
...
Transifex treats strings enclosed in <> as HTML.
2018-06-20 14:59:52 +02:00
6259a80cf4
Update translations
2018-06-20 14:57:01 +02:00
dd29b58da6
Update wxExtend module
2017-12-05 10:03:33 +01:00
864b8177e5
Update WinStd module
2017-12-05 10:03:19 +01:00
1db7e953e8
Issue with NULL-initialized new profile configuration fixed
2017-07-10 10:48:10 +02:00
8605dcc751
Sub-module update
2017-05-30 12:35:06 +02:00
9926cd19ee
WMI\Autologger records not installed any more, since they caused feature completeness check trouble: MsiUseFeature() reports feature broken, when it is denied access to any component folder or registry key
2017-05-22 09:13:40 +02:00
daea1bba62
MsiUseFeature() returning INSTALLSTATE_BROKEN is tolerated in non-elevated process now
2017-05-22 08:38:39 +02:00
d8a1fe95aa
Sub-module update
2017-05-16 13:31:39 +02:00
d4cc3053a6
Clean-up
2017-02-23 12:09:00 +01:00
38c6189d5f
AuthMode setting correctly logged now
2017-02-23 11:18:23 +01:00
bf4c4d846e
Incorrect CoCreateInstance()
result evaluation fixed
2017-02-23 11:05:13 +01:00
5040ebba8e
Pop-up window single flash replaced with periodic flashing
2017-02-22 11:48:39 +01:00
8fbcf27f6a
Locale is dynamic now, since wxLocale does not support re-initialization (when module is reused)
2017-02-22 09:42:18 +01:00
48d46617d2
Pop-ups are no longer children of the GetForegroundWindow() when no parent window is specified. Instead, they are displayed as a standalone app.
2017-02-21 15:13:20 +01:00
e7d5ecb50b
Documentation update
2017-02-21 12:01:54 +01:00
6a77f3f7b3
New version of wxExtend
2017-02-20 10:57:53 +01:00
690a6d54d2
EAP-GTC authentication now split into two modes: Challenge/Response and Password
2017-02-09 13:18:46 +01:00
e7e57abf52
Uninitialized enum higher bytes when reading as unsigned char fixed
2017-02-09 11:38:57 +01:00
bda31a487f
Revert "EAP-GTC method renamed to "EAP-GTC (Token Generator)""
...
This reverts commit 2908bc31a3ce309b866ab1b2eeae2b706a7feb29.
2017-02-09 09:33:39 +01:00