Commit report for v3.0.x branch

The git bot announce at freeradius.org
Wed Nov 4 00:00:05 CET 2015


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 at 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/824e97af85dc72943f3d8a912362896aa1396be0
====== 
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 at 2015-11-03T18:43:23Z
Files modified:
	* src/main/radiusd.mk

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/75ad0a9d912b1e801cf07780ae10a0000d9a5510
====== 
Always have at least '-x' for '-v'

So we get pretty output.  And then more -x gets more information
from -v

Alan T. DeKok at 2015-11-03T18:43:23Z
Files modified:
	* src/main/radiusd.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c425139a8e8a5d487cce8418da2b1047da8bf679
====== 
Extra info is debug2, not debug3

Because we don't want (or care) about time stamps

Alan T. DeKok at 2015-11-03T18:43:23Z
Files modified:
	* src/main/version.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a6a9e7380365e00a177e8612dd7adc4b45e2e4b4
====== 
Merge pull request #1369 from mcnewton/noeap2

there is no eap2 module any more

Arran Cudbard-Bell at 2015-11-03T18:39:30Z
Files modified:
	* raddb/mods-available/eap

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/77397886b306968b273a080135536e57141510cc
====== 
there is no eap2 module any more

Matthew Newton at 2015-11-03T18:37:10Z
Files modified:
	* raddb/mods-available/eap

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/ac925c839d3e670d97bd7d6bdfd9a5f6e458b2b5
====== 
Merge pull request #1367 from mcnewton/rname1

remove redundant "name" config option

Arran Cudbard-Bell at 2015-11-03T18:39:10Z
Files modified:
	* raddb/mods-available/eap

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6f98f4da8403b369757dedd159fff67c73fa2dc2
====== 
remove redundant "name" config option

Matthew Newton at 2015-11-03T18:19:04Z
Files modified:
	* raddb/mods-available/eap

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/8adb9bb745666b04c27099ffb147bb29cdd3c2df
====== 
Remove unused variable

Alan T. DeKok at 2015-11-03T16:15:37Z
Files modified:
	* src/main/unittest.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/dfbf85e9df9c3169aef44ccb44a93df042b945f8
====== 
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 at 2015-11-03T15:41:01Z
Files modified:
	* src/lib/debug.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/803f5fe9598bc16a94ba47f0d9bc7c249ac82b54
====== 
if the variable DEBUG could be 'no', so need to accept 'yes' also

Jorge Pereira at 2015-11-03T15:10:56Z
Files modified:
	* src/lib/debug.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/77fd35dbd448873c10eab8fcaf35323206ed382b
====== 
Hard-code the default name to radiusd.

Because debian renames the binaries and configuration directory,
but *not* the configuration file

Alan T. DeKok at 2015-11-03T15:39:07Z
Files modified:
	* debian/patches/radiusd-to-freeradius.diff

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/7f91bdb96b732e44327113f36178cf60501d035b
====== 
We want unittest.c to pretend it's radiusd

Alan T. DeKok at 2015-11-03T15:39:07Z
Files modified:
	* src/main/unittest.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/fd4c264c09132d9c550c8b168d6912cf975c3716
====== 
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 at 2015-11-03T04:23:20Z
Files modified:
	* src/main/radclient.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/56ffdec6605ec484f522d32a6aa0e73334ed3035
====== 
Whine and you shall be satisfied

Alan T. DeKok at 2015-11-03T03:39:58Z
Files modified:
	* src/main/radclient.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/dca10e35892919a0aa32d465032e447d4a9bae9c
====== 
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 at 2015-11-03T00:48:33Z
Files modified:
	* src/main/radclient.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2f191fbf1c30ec253eaabad9fb49d57e36400565
====== 
-- 
This commit summary was generated @2015-11-04T00:00:05Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).


More information about the Freeradius-Devel mailing list