New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Attribute contents on the LHS of regexes are not escaped Alan T. DeKok@2016-01-18T21:23:41Z Files modified: * src/tests/keywords/regex-lhs Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b1871f6840660259bae90... ====== Don't regex-escape the LHS of a regex comparison. We're not making the regex from it Alan T. DeKok@2016-01-18T21:10:27Z Files modified: * src/main/evaluate.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/57868ea88987c1604a608... ====== Merge pull request #1502 from mcnewton/nes31 Update elasticsearch fields to use "_" rather than "." Arran Cudbard-Bell@2016-01-18T20:33:35Z Files modified: * doc/schemas/logstash/kibana3-dashboard.json * doc/schemas/logstash/kibana4-dashboard.json * doc/schemas/logstash/logstash-radius.conf * doc/schemas/logstash/radius-mapping.sh Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6459ef38ad0b23d584c14... ====== Update elasticsearch fields to use "_" rather than "." It seems that while elasticsearch can have data in a field as well as sub-fields, logstash can't currently do this (it stores the event in a hash, so an entry either contains data or another hash or list). Work around this by using underscores, which should in theory also mean these examples will work with elasticsearch 2, though I haven't tried it. Matthew Newton@2016-01-18T18:44:59Z Files modified: * doc/schemas/logstash/kibana3-dashboard.json * doc/schemas/logstash/kibana4-dashboard.json * doc/schemas/logstash/logstash-radius.conf * doc/schemas/logstash/radius-mapping.sh Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a9f32a140ac62fb643483... ====== Merge pull request #1503 from matsimon/fix-debian-patch Debian: Fix radiusd-to-freeradius patch Arran Cudbard-Bell@2016-01-18T20:33:29Z Files modified: * debian/patches/radiusd-to-freeradius.diff Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/805b9d656b31e78f7abcc... ====== Debian: Fix radiusd-to-freeradius patch Didn't apply anymore leading to failed builds. Mathieu Simon@2016-01-18T19:25:46Z Files modified: * debian/patches/radiusd-to-freeradius.diff Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/12dabe47996548975d2dc... ====== Make inner_eap_module configurable Alan T. DeKok@2016-01-18T16:32:46Z Files modified: * src/modules/rlm_eap/types/rlm_eap_peap/rlm_eap_peap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6c4269e84f7448bee006a... ====== Merge pull request #1500 from matsimon/v3.1.x-sync V3.1.x sync Arran Cudbard-Bell@2016-01-18T15:20:02Z Files modified: * debian/control Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fe2cf0ee5f9725daea728... ====== Add samba-dev as build-dependency Needed for "core/ntstatus.h" in rlm_mschap, in addition to libwbclient-dev. Herwin Weststrate (via Mathieu Simon)@2016-01-18T14:05:50Z Files modified: * debian/control Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f323757a9b44d41e271c6... ====== Added heimdal-dev as alternative for libkrb5-dev The package builds fine without it. It does not have the functionality of krb5_get_error_message, but the freeradius code is already able to work around that limitation (using HAVE_KRB5_GET_ERROR_MESSAGE). The main reason for this change is that the packages libkrb5-dev and heimdal-dev cannot both be installed on a machine, and Samba has a requirement on the heimdal-dev package. With this patch, my machine can happily compile Samba and FreeRADIUS. Herwin Weststrate (via Mathieu Simon)@2016-01-18T14:05:24Z Files modified: * debian/control Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a7919ad3d204e2e6e40e8... ====== Merge pull request #1498 from mcnewton/es31 add note about elasticsearch versions Arran Cudbard-Bell@2016-01-18T15:19:39Z Files modified: * doc/schemas/logstash/README Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8b2b214319047a41393dc... ====== add note about elasticsearch versions Matthew Newton@2016-01-18T11:55:02Z Files modified: * doc/schemas/logstash/README Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/488f8c204364b16ef4781... ====== -- This commit summary was generated @2016-01-19T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).