Commit Graph

58 Commits

Author SHA1 Message Date
Simon Rozman
1e409ddef3 Read support for localized UI strings in EAP Metadata XML added. When saving, only the selected localized string is saved. 2015-04-14 13:28:38 +00:00
Simon Rozman
d099ec5937 2015-04-14 09:17:14 +00:00
Simon Rozman
25b43a7e86 Tested and fixed RASEAP-related issues. 2015-04-14 07:32:23 +00:00
Simon Rozman
79ecab585a Windows 8 not prompting for credentials or additional certificate trust issue resolved. BLOB contents is now stored in shared-memory, allowing BLOBS to keep sub 3kB on Windows 8.
Aesthetic modifications
2015-04-13 11:48:34 +00:00
Simon Rozman
dbbf1a55c6 2015-04-10 06:02:18 +00:00
Simon Rozman
3ce6ade7af Memory containing password is sanitized before dismissed now. 2015-04-09 12:53:35 +00:00
Simon Rozman
efb9755490 2015-04-09 11:09:30 +00:00
Simon Rozman
96528ae4b1 Aesthetic modifications 2015-04-09 10:37:24 +00:00
Simon Rozman
d859e12e94 Removed AL::EAP::CPacket::operator[] due to ambiguities on Win32 platforms. 2015-04-09 08:57:04 +00:00
Simon Rozman
5df75cdc4a 2015-04-09 08:50:39 +00:00
Simon Rozman
45a741d7db Gradual code migration to ATL and object-oriented approach:
- Configuration, user and session data are now internally stored as objects.
- Object wrappers for many structs and primitives added.
- Code partially rewritten to work with objects and benefit out-of-scope clean-up using object destructors.
- …And a lot more code internal changes.

Configuration, user and other data is now passed as compact BLOBs in inter-process communication greatly reducing communication payload.
2015-04-09 08:50:24 +00:00
Simon Rozman
8fcf315329 2015-04-06 08:45:15 +00:00
Simon Rozman
beaa51b49d Support for file read&write of AL::TLS::CConfigData added. 2015-04-05 20:01:36 +00:00
Simon Rozman
b51eb6d1bc 2015-04-03 12:49:49 +00:00
Simon Rozman
35e590caac 2015-04-03 12:46:29 +00:00
Simon Rozman
bc81d78c49 2015-04-03 12:46:16 +00:00
Simon Rozman
a8bde13741 Gradual code migration to ATL and object-oriented approach 2015-04-03 11:58:02 +00:00
Simon Rozman
d7310ae077 Gradual code migration to ATL and object-oriented approach 2015-04-03 09:36:07 +00:00
Simon Rozman
f4bf46a58f Gradual code migration to ATL and object-oriented approach
Code cleanup
2015-04-03 09:05:43 +00:00
Simon Rozman
ef017dfe52 2015-04-02 16:22:49 +00:00
Simon Rozman
87116d344c Gradual code migration to ATL and object-oriented approach
Code cleanup
2015-04-02 16:22:37 +00:00
Simon Rozman
cbb1c91d55 Gradual code migration to ATL and object-oriented approach 2015-04-02 08:26:17 +00:00
Simon Rozman
79353bc382 Aesthetic modifications 2015-04-01 09:20:57 +00:00
Simon Rozman
01f6818bc3 TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-01 07:16:11 +00:00
Simon Rozman
a691afe347 TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-01 07:16:11 +00:00
Simon Rozman
e29d9bb049 TortoiseSVN auto commit: changed externals to fixed revision. 2015-04-01 07:16:10 +00:00
Simon Rozman
d84d53304d 2015-04-01 07:16:10 +00:00
Simon Rozman
5f6fd11b72 Version set to 1.0-pre17. 2015-04-01 07:15:56 +00:00
Simon Rozman
d6d404dbd8 2015-04-01 07:14:54 +00:00
Simon Rozman
d6f53bfe0e The Setup.exe boot-strapper no longer requires elevation, since MSI takes care of that later. This way side-by-side MSI files get correctly loaded when started from network share or other user-dependant location. 2015-04-01 06:26:34 +00:00
Simon Rozman
9bacbaf32b The Setup.exe boot-strapper no longer requires elevation, since MSI takes care of that later. This way side-by-side MSI files get correctly loaded when started from network share or other user-dependant location. 2015-04-01 06:26:25 +00:00
Simon Rozman
0f6ae04cb5 Distinct - more descriptive - error message added, when WlanOpenHandle() returns ERROR_SERVICE_NOT_ACTIVE.
Version set to 1.0-pre4.
2015-04-01 06:21:52 +00:00
Simon Rozman
1b912b7119 ALMSICA project removed as obsolete by transition to EAP Host XML configuration. 2015-03-31 18:30:38 +00:00
Simon Rozman
78b2a4339b eduroam.si profile setup removed from MSI. The MSI files are now profile-independent. 2015-03-31 18:28:48 +00:00
Simon Rozman
49f7c32c2e al_import.exe redesigned to support foreign WLAN configuration profile imports.
Aesthetic modifications
2015-03-31 11:49:05 +00:00
Simon Rozman
b9b08c6150 Code cleanup 2015-03-31 11:14:41 +00:00
Simon Rozman
bb11a9b32b Support for extension DLLs discontinued as not being maintained since SecureW2 fork.
Several minor bug fixes.
2015-03-31 09:19:38 +00:00
Simon Rozman
3ba16635d1 2015-03-31 08:18:02 +00:00
Simon Rozman
abc162a17e Path canonization added. MSI has problems with paths like: C:\Users\User\Documents\..\Projects etc.
Aesthetic modifications

Version set to 4.0-pre3.
2015-03-30 09:06:47 +00:00
Simon Rozman
b4144bcaea Added support for:
GetModuleFileName()
GetFileVersionInfo()
PathCanonicalize()

Aesthetic modifications
2015-03-30 08:48:18 +00:00
Simon Rozman
38acdbd855 2015-03-27 16:36:39 +00:00
Simon Rozman
dce2e220f6 Optional Server Authentication Extension of server certificate check removed.
ServerID leaf of EAP Host XML configuration renamed to ServerName.

encrypted attribute of <Password> element was superseded by encryption attribute, describing not only the encryption presence, but the encryption algorithm hint as well.
2015-03-27 13:41:14 +00:00
Simon Rozman
b67f37719c TortoiseSVN auto commit: changed externals to fixed revision. 2015-03-27 08:57:15 +00:00
Simon Rozman
c4b0247d3e TortoiseSVN auto commit: changed externals to fixed revision. 2015-03-27 08:57:15 +00:00
Simon Rozman
834d7428fe TortoiseSVN auto commit: changed externals to fixed revision. 2015-03-27 08:57:15 +00:00
Simon Rozman
b66515f212 TortoiseSVN auto commit: changed externals to fixed revision. 2015-03-27 08:57:15 +00:00
Simon Rozman
8600ebfef4 2015-03-27 08:57:14 +00:00
Simon Rozman
e375c033af Remember credentials on connect option reintroduced.
Version set to 1.0-pre16.
2015-03-27 08:57:02 +00:00
Simon Rozman
7afcf2d86a rcxgettext.exe updated to version 1.16.
.arneslink-config-xml extension registration added.

Aesthetic modifications
2015-03-27 07:42:34 +00:00
Simon Rozman
eba37ae9e4 2015-03-25 13:34:21 +00:00