Thermi

Results 76 comments of Thermi

Compiler error: ``` eap_mschapv2.c: In function 'process_peer_success': eap_mschapv2.c:945:12: error: array subscript 'eap_mschapv2_header_t[0]' is partly outside array bounds of 'unsigned char[6]' [-Werror=array-bounds] 945 | eap->code = EAP_RESPONSE; | ^~ In file...

Configure logging, install debug symbols (or don't strip the binaries), and attach a debugger when it happens. Then provide stacktraces for all threads. Then we can say something. From a...

Issue still relevant/company still alive/?

Aaaand the issue is dead?

That's just AppVeyor and Windows for you. Some parts of the test suite are non-deterministic on there because Windows is ... weird.

Check what package /usr/sbin/ipsec belongs to. If it belongs to libreswan, you forgot the rename the ipsec binary of strongSwan to `strongswan` (because that's one of the things that are...

Eh, well, I didn't touch libptls or others, so there's still work to be done.

No, because `callback_cred_t` doesn't support dynamic or any kind of callback mechanism that provides either ID information, or anything received by the xauth or eap plugins. Or am I wrong?...