Commit Graph

118 Commits

Author SHA1 Message Date
Simon Rozman
e8a1f96ce1 Due to increased complexity and no significant size gain, common CAB file concept was dropped and related changes from 1.1-pre1 and 1.1-pre2 were reverted:
- al_resource.dll renamed back to al_res.dll.
- Only one set of final MSI files remained – fully self-contained ones. MSI files with shared CAB file discontinued.
- 32 and 64-bit resource DLL file sharing dropped to simplify Makefile.
2015-05-05 09:45:01 +00:00
Simon Rozman
7352ba41b0 2015-05-05 09:00:21 +00:00
Simon Rozman
794e912c67 2015-05-05 08:59:51 +00:00
Simon Rozman
6feb7d2e73 TortoiseSVN auto commit: changed externals to fixed revision. 2015-05-05 08:38:00 +00:00
Simon Rozman
0ddb2c954d TortoiseSVN auto commit: changed externals to fixed revision. 2015-05-05 08:38:00 +00:00
Simon Rozman
32014295b1 TortoiseSVN auto commit: changed externals to fixed revision. 2015-05-05 08:38:00 +00:00
Simon Rozman
4459a2cf32 2015-05-05 08:37:59 +00:00
Simon Rozman
c43bcc27de Version set to 1.1-pre2. 2015-05-05 08:36:41 +00:00
Simon Rozman
6acb33fbf5 2015-05-05 08:33:50 +00:00
Simon Rozman
a3575c5e31 32-bit resource DLLs are used for 64-bit distributions too now to reduce CAB and MSI file size. Resource DLLs do not contain any code, therefore 32 and 64-bit versions are mutually compatible, when loaded appropriately. Separate configurations in Visual Studio project remain for simplicity.
output\Setup renamed to output\standalones.
2015-05-05 08:33:22 +00:00
Simon Rozman
37a7e5b6e1 Setup.exe aka. ArnesLinkSetup.exe utility removed. 2015-05-05 07:26:02 +00:00
Simon Rozman
7b7016b95f The resource DLL is now loaded as data file (no code segment). This allows 32 and 64-bit DLL compatibility. 2015-05-05 05:22:31 +00:00
Simon Rozman
dfd608d2b6 TortoiseSVN auto commit: changed externals to fixed revision. 2015-05-04 08:35:46 +00:00
Simon Rozman
ae978eb67b TortoiseSVN auto commit: changed externals to fixed revision. 2015-05-04 08:35:46 +00:00
Simon Rozman
47ea08e098 TortoiseSVN auto commit: changed externals to fixed revision. 2015-05-04 08:35:46 +00:00
Simon Rozman
fff022f7c0 2015-05-04 08:35:46 +00:00
Simon Rozman
b7d1f8928c Version set to 1.0-pre1. 2015-05-04 08:35:31 +00:00
Simon Rozman
e3967cefe2 al_res.dll renamed to al_resource.dll to allow common CAB file for multiple MSI files.
MSI files are prepared in two flavours now:
- Fully self-contained (output\Setup folder) – with the CAB file embedded.
- Installer-database only (output folder) – rely on external CAB file: suitable for re-packaging or GPO deployment.

Wheel scrolling not working in profile configuration dialog until any of control gained focus issue fixed.

Makefile clean-up.
2015-05-04 08:35:27 +00:00
Simon Rozman
71734b02ea 2015-05-04 07:19:22 +00:00
Simon Rozman
a6d0e6b938 TortoiseSVN auto commit: changed externals to fixed revision. 2015-05-04 05:43:53 +00:00
Simon Rozman
0f51f4e6b8 TortoiseSVN auto commit: changed externals to fixed revision. 2015-05-04 05:43:53 +00:00
Simon Rozman
ebf9bfda9e TortoiseSVN auto commit: changed externals to fixed revision. 2015-05-04 05:43:53 +00:00
Simon Rozman
b4490512d0 2015-05-04 05:43:53 +00:00
Simon Rozman
b77ca189b0 2015-05-04 05:43:41 +00:00
Simon Rozman
7cefac2f74 Version set to 1.0. 2015-05-04 05:26:43 +00:00
Simon Rozman
0b5659b67f TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-26 13:55:54 +00:00
Simon Rozman
a02c692069 TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-26 13:55:54 +00:00
Simon Rozman
781d17857d TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-26 13:55:54 +00:00
Simon Rozman
c4270af88d 2015-04-26 13:55:53 +00:00
Simon Rozman
f2b3cbf0cc Version set to 1.0-pre21. 2015-04-26 13:55:41 +00:00
Simon Rozman
7b9addd02e MSCHAPv2 credential BLOB is stored in <Password> element inside EAP Host XML now instead of proprietary <UserData> element introduced in 1.0-pre20. 2015-04-26 13:55:19 +00:00
Simon Rozman
f7597b5a6e TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-26 13:06:11 +00:00
Simon Rozman
d1de220d80 TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-26 13:06:10 +00:00
Simon Rozman
c16df7395e TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-26 13:06:10 +00:00
Simon Rozman
bfd5244b8c 2015-04-26 13:06:10 +00:00
Simon Rozman
0fdea9ebce Version set to 1.0-pre20. 2015-04-26 13:05:47 +00:00
Simon Rozman
413a2989f0 2015-04-26 13:02:03 +00:00
Simon Rozman
26ee354b55 2015-04-25 15:12:05 +00:00
Simon Rozman
cb45984370 TTLS-MSCHAPv2 and PEAP support for pre-configured credentials added. al_import.exe upgraded to support MSCHAPv2 credentials handling.
Non-working Renew IP setting removed.

Trusting CAs on-the-fly is no longer possible. It was too “user friendly” for an inexperienced user to trust an otherwise compromised authenticator.
2015-04-25 15:10:38 +00:00
Simon Rozman
d2efa651a4 NMAKE Registration and MSI files are now configurable to use built-in credential prompts too. 2015-04-23 12:22:46 +00:00
Simon Rozman
a2c6c76485 EapPeerGetMethodProperties implementation added.
Disabled UI prompts on Windows 10 temporary re-enabled, as Windows 10 development continues.
2015-04-23 10:14:45 +00:00
Simon Rozman
41ee9f65ed TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-22 11:23:04 +00:00
Simon Rozman
629f3db907 TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-22 11:23:04 +00:00
Simon Rozman
1de7dd8c23 TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-22 11:23:04 +00:00
Simon Rozman
f739e758aa 2015-04-22 11:23:04 +00:00
Simon Rozman
926db96bd8 Version set to 1.0-pre19. 2015-04-22 11:22:47 +00:00
Simon Rozman
b4ad3dd978 Windows 10 checks added to return an error rather than request the UI prompt doomed to fail.
Aesthetic modifications
2015-04-21 11:13:58 +00:00
Simon Rozman
6e3388997c GetUserNameEx() wrapper added. 2015-04-21 11:10:31 +00:00
Simon Rozman
db41def6e5 AL::EAP::QueryCredentialInputFields fixed to correctly set value min and max sizes in bytes. 2015-04-20 12:34:22 +00:00
Simon Rozman
a969f18154 2015-04-17 11:43:17 +00:00