|
5e7f55880a
|
Update Copyright and build year
Signed-off-by: Simon Rozman <simon@rozman.si>
|
2022-01-07 11:21:33 +01:00 |
|
|
b55ddd7d86
|
Update Copyright and build year
Signed-off-by: Simon Rozman <simon@rozman.si>
|
2021-11-22 15:31:23 +01:00 |
|
|
b96ebfbce4
|
Switch to SPDX license notice
Signed-off-by: Simon Rozman <simon@rozman.si>
|
2021-11-22 15:20:57 +01:00 |
|
|
12ef3059e9
|
Backport EAPSup code changes
This introduces some PEAP/EAP-TTLS split code, but helps maintain shared
code base.
Signed-off-by: Simon Rozman <simon@rozman.si>
|
2021-11-22 15:20:56 +01:00 |
|
|
2862faba73
|
Fix UTF-8 encoding
Signed-off-by: Simon Rozman <simon@rozman.si>
|
2021-11-20 08:14:44 +01:00 |
|
|
33e765adcd
|
Cleanup
Signed-off-by: Simon Rozman <simon@rozman.si>
|
2020-02-07 13:10:56 +01:00 |
|
|
5b02352f1a
|
Resolve the make_...() methods
Signed-off-by: Simon Rozman <simon@rozman.si>
|
2020-02-07 13:10:56 +01:00 |
|
|
18184a2762
|
peer_ui: Move config_xml2blob and config_blob2xml upstream
Signed-off-by: Simon Rozman <simon@rozman.si>
|
2020-02-07 13:08:28 +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 |
|
|
d234e55ae4
|
- Doxygen documentation updated
- Some minor issues stumbled upon fixed
- WIN1250 >> UTF-8
|
2016-11-02 01:25:38 +01:00 |
|
|
c31e019cef
|
eap::metod thorough redesign:
- Support for method stacking introduced
- EAP-TLS method has been discontinued
- ownTLS has been discontinued
|
2016-10-31 16:58:53 +01:00 |
|
|
b71e30f642
|
EAP_ERROR replaced with C++ exceptions for increased code readability
|
2016-08-08 22:59:17 +02:00 |
|
|
2711425677
|
Documentation update
|
2016-08-05 15:52:27 +02:00 |
|
|
54bb2050fa
|
peer and peer_ui are no longer templates; method specific BLOB management moved from Main(_UI).cpp to modules.
|
2016-08-05 15:45:45 +02:00 |
|
|
437f5f91b8
|
eap::peer<> and eap::session<> redundant template argument removed
|
2016-08-05 13:45:18 +02:00 |
|
|
91dcc0bbbc
|
peer_base eliminated
|
2016-08-05 13:40:54 +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 |
|
|
db69c23689
|
usr => cred
|
2016-07-20 11:27:23 +02:00 |
|
|
43751ed908
|
Template arguments and type names unified
|
2016-07-20 11:25:03 +02:00 |
|
|
434e042f8b
|
Class naming update
|
2016-07-20 10:37:12 +02:00 |
|
|
a0303f0a1f
|
EAP-TTLS module and session data types for interactive prompt/response data changed to bool for simplicity of next commit
|
2016-07-20 09:10:54 +02:00 |
|
|
ec0b283540
|
Functions using EAP_ERROR descriptor return bool now for code simplicity
|
2016-06-15 22:59:52 +02:00 |
|
|
cf7ca9c8e9
|
EAP modules divided to libraries
|
2016-06-10 12:24:49 +02:00 |
|