New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Print out CFLAGS, etc. in version.c Since version.c is built in 3 places, just add the SRC_CFLAGS definitions in 3 places. It's easier than trying to hack the build system to set the flags for version.c only once. Alan T. DeKok@2015-11-03T18:43:23Z Files modified: * src/main/libfreeradius-server.mk * src/main/unittest.mk * src/main/version.c * src/modules/rlm_eap/radeapclient.mk Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/824e97af85dc72943f3d8... ====== Remove unused flags. These are only used by version.c, which isn't part of radiusd, but is instead part of libfreeradius-server Alan T. DeKok@2015-11-03T18:43:23Z Files modified: * src/main/radiusd.mk Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/75ad0a9d912b1e801cf07... ====== Always have at least '-x' for '-v' So we get pretty output. And then more -x gets more information from -v Alan T. DeKok@2015-11-03T18:43:23Z Files modified: * src/main/radiusd.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c425139a8e8a5d487cce8... ====== Extra info is debug2, not debug3 Because we don't want (or care) about time stamps Alan T. DeKok@2015-11-03T18:43:23Z Files modified: * src/main/version.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a6a9e7380365e00a177e8... ====== Merge pull request #1369 from mcnewton/noeap2 there is no eap2 module any more Arran Cudbard-Bell@2015-11-03T18:39:30Z Files modified: * raddb/mods-available/eap Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/77397886b306968b273a0... ====== there is no eap2 module any more Matthew Newton@2015-11-03T18:37:10Z Files modified: * raddb/mods-available/eap Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ac925c839d3e670d97bd7... ====== Merge pull request #1367 from mcnewton/rname1 remove redundant "name" config option Arran Cudbard-Bell@2015-11-03T18:39:10Z Files modified: * raddb/mods-available/eap Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6f98f4da8403b369757de... ====== remove redundant "name" config option Matthew Newton@2015-11-03T18:19:04Z Files modified: * raddb/mods-available/eap Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8adb9bb745666b04c2709... ====== Remove unused variable Alan T. DeKok@2015-11-03T16:15:37Z Files modified: * src/main/unittest.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/dfbf85e9df9c3169aef44... ====== Merge pull request #1365 from jpereira/fix/debug-with-yes1 if the variable DEBUG could be 'no', so need to accept 'yes' also Alan DeKok@2015-11-03T15:41:01Z Files modified: * src/lib/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/803f5fe9598bc16a94ba4... ====== if the variable DEBUG could be 'no', so need to accept 'yes' also Jorge Pereira@2015-11-03T15:10:56Z Files modified: * src/lib/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/77fd35dbd448873c10eab... ====== Hard-code the default name to radiusd. Because debian renames the binaries and configuration directory, but *not* the configuration file Alan T. DeKok@2015-11-03T15:39:07Z Files modified: * debian/patches/radiusd-to-freeradius.diff Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7f91bdb96b732e4432711... ====== We want unittest.c to pretend it's radiusd Alan T. DeKok@2015-11-03T15:39:07Z Files modified: * src/main/unittest.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fd4c264c09132d9c550c8... ====== Previous commit not quite right - Better to check for undefined filter code So this still works: echo "Message-Authenticator = 0x00, User-Name = foo" | ./build/bin/radclient 127.0.0.1 status testing123 Sent Status-Server Id 187 from 0.0.0.0:52237 to 127.0.0.1:1812 length 43 Received Access-Accept Id 187 from 127.0.0.1:1812 to 0.0.0.0:0 length 20 shinyhead:freeradius-server-fork arr2036$ echo "Response-Packet-Type == Access-Reject, Message-Authenticator = 0x00, User-Name = foo" | ./build/bin/radclient 127.0.0.1 status testing123 Sent Status-Server Id 126 from 0.0.0.0:52293 to 127.0.0.1:1812 length 43 Received Access-Accept Id 126 from 127.0.0.1:1812 to 0.0.0.0:0 length 20 (0) -: Expected Access-Reject got Access-Accept Arran Cudbard-Bell@2015-11-03T04:23:20Z Files modified: * src/main/radclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/56ffdec6605ec484f522d... ====== Whine and you shall be satisfied Alan T. DeKok@2015-11-03T03:39:58Z Files modified: * src/main/radclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/dca10e35892919a0aa32d... ====== Default to Access-Accept response for Status-Server anything else means ignoring the RFC, and ignoring what the end user really wants Alan T. DeKok@2015-11-03T00:48:33Z Files modified: * src/main/radclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2f191fbf1c30ec253eaab... ====== -- This commit summary was generated @2015-11-04T00:00:05Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).