New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== More build fixes. Closes #1151 We can't mark eth_bcast as UNUSED because it is used on some systems Alan T. DeKok@2015-07-17T19:01:38Z Files modified: * src/modules/proto_dhcp/dhcpclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5ada614631bdae3555b68... ====== Add REST-HTTP-Status-Code Closes #1135 Arran Cudbard-Bell@2015-07-17T18:04:22Z Files modified: * share/dictionary.freeradius.internal * src/include/libradius.h * src/include/tmpl.h * src/lib/pair.c * src/modules/rlm_rest/rlm_rest.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/dfd9c3d1b365bb4e4bffb... ====== More fixes to build without <pcap.h> Fixes #1150 Alan T. DeKok@2015-07-17T15:26:48Z Files modified: * src/include/listen.h * src/main/listen.c * src/modules/proto_dhcp/dhcpclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/21706d6aa2dedf844a9b5... ====== Build without PCAP Alan T. DeKok@2015-07-17T14:09:35Z Files modified: * src/include/dhcp.h * src/modules/proto_dhcp/dhcp.c * src/modules/proto_dhcp/dhcpd.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/57bc79f26e6ddb5380864... ====== Globbing across directories is not supported. Fixes #1149. The rest of the "filename_work" code assumes that the detail.work file is in the same directory as the files being globbed. In order to support globbing for directories, the code will have to be updated to *not* open detail.work, but instead to do a *second* file globbing() on .../*/detail.work, in order to get the real filename of the detail.work file. In the short term it's easier to just enforce the assumptions in the rest of the code. Alan T. DeKok@2015-07-17T03:09:21Z Files modified: * src/main/detail.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/67c249cb5ce2c6922d929... ====== s/fr_pair_make_any/fr_pair_make_unknown Arran Cudbard-Bell@2015-07-17T01:43:28Z Files modified: * src/lib/pair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ebeb99eb1d6e60db42eeb... ====== Use modern list names Arran Cudbard-Bell@2015-07-17T01:38:14Z Files modified: * src/include/radiusd.h * src/main/listen.c * src/main/pair.c * src/main/process.c * src/main/soh.c * src/main/tls.c * src/modules/rlm_eap/libeap/eap_chbind.c * src/modules/rlm_eap/types/rlm_eap_gtc/rlm_eap_gtc.c * src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c * src/modules/rlm_eap/types/rlm_eap_pwd/rlm_eap_pwd.c * src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c * src/modules/rlm_mschap/rlm_mschap.c * src/modules/rlm_preprocess/rlm_preprocess.c * src/modules/rlm_realm/rlm_realm.c * src/modules/rlm_realm/trustrouter.c * src/modules/rlm_sql/rlm_sql.c * src/modules/rlm_yubikey/rlm_yubikey.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f5ac34401959c2bd050dc... ====== -- This commit summary was generated @2015-07-18T00:00:03Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).