New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== 3.0.x - Make EAP-SIM work again - proper encoding of EAP-SIM attributes within EAP-Message This fix follows the issue I logged (on the mailing list, not on GitHub) on June 11th. As a reminder, the problem happened after a commit which (among other things) modified the EAP-SIM attributes. Since this commit, EAP-SIM authentication do not work because EAP-Message is not properly encoded anymore by FreeRADIUS. I believe the commit is the following: https://github.com/FreeRADIUS/freeradius-server/commit/39df09e42d80a96363be0... So, here is a fix. I also fixed the attributes issue in radeapclient, but at the moment the binary is unusable: it crashes, and I don't have time to look into this. (I tested the fix with another EAP client) Nicolas C (via Arran Cudbard-Bell)@2014-07-01T19:48:43Z Files modified: * src/modules/rlm_eap/libeap/eapsimlib.c * src/modules/rlm_eap/radeapclient.c * src/modules/rlm_eap/types/rlm_eap_sim/rlm_eap_sim.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1fcbd068f044ce76aa035... ====== Inline breaks linking? Arran Cudbard-Bell@2014-07-01T15:58:37Z Files modified: * src/include/libradius.h * src/lib/dict.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ab02411d66ed3ba2cb94d... ====== Fix capitalisation in UKERNA dictionary Fixes #718 Arran Cudbard-Bell@2014-07-01T15:44:55Z Files modified: * share/dictionary.ukerna Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fb1f9a7cf7480b1458a96... ====== Other things still reference dict_attr_allowed_chars Arran Cudbard-Bell@2014-07-01T15:42:53Z Files modified: * src/include/libradius.h * src/lib/dict.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d992482da429cf205e79b... ====== Fixed reference to config file Herwin Weststrate (via Arran Cudbard-Bell)@2014-07-01T15:42:53Z Files modified: * raddb/sites-available/default Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/00e8e42f1bb7cd2aca413... ====== Formatting fixes in rlm_perl Herwin Weststrate (via Arran Cudbard-Bell)@2014-07-01T15:42:53Z Files modified: * src/modules/rlm_perl/rlm_perl.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f3e6a8995cd1e3738b2df... ====== Readability fixes in mods-available/perl Alignment is now stable with any tab width. Herwin Weststrate (via Arran Cudbard-Bell)@2014-07-01T15:42:52Z Files modified: * raddb/mods-available/perl Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e9cd5f614a80d8e2a7eb5... ====== Fixed typo in rlm_sql.c s/afftected/affected/ Herwin Weststrate (via Arran Cudbard-Bell)@2014-07-01T15:42:52Z Files modified: * src/modules/rlm_sql/rlm_sql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2c45895ef69a40edaf9bb... ====== Fixed some tabs/spaces in default virtual server Herwin Weststrate (via Arran Cudbard-Bell)@2014-07-01T15:42:52Z Files modified: * raddb/sites-available/default Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4116dc1c672062dfcf692... ====== Use RFC language in eap.c messages Arran Cudbard-Bell@2014-07-01T13:38:57Z Files modified: * src/modules/rlm_eap/eap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/38327a7337b4aac18e7ce... ====== No need to call exit twice Arran Cudbard-Bell@2014-07-01T13:38:57Z Files modified: * src/lib/event.c * src/main/detail.c * src/main/radiusd.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c615ec735ce17d07f6cb3... ====== Better errors on junk chars in dict.c Arran Cudbard-Bell@2014-07-01T13:38:57Z Files modified: * src/lib/dict.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/93ec9e971dab7a95fe2ba... ====== -- This commit summary was generated @2014-07-02T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).