Commit report for master branch

The git bot announce at freeradius.org
Tue Oct 28 00:00:02 CET 2014


New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)

======
Typo

Alan T. DeKok at 2014-10-27T22:34:04Z
Files modified:
	* src/main/modcall.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/85b0f711516b8eaaae0c17b080401c8b456980a1
====== 
Call fr_connection_manage() when doing fr_connection_get...()

Which means that idle connections are deleted, instead of handing
them to the caller

Alan T. DeKok at 2014-10-27T22:34:03Z
Files modified:
	* src/main/connection.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/384ac99f53e9f02e2412526c0ed7c32974b3dc04
====== 
A more complicated foreach / break test

Alan T. DeKok at 2014-10-27T22:34:02Z
Files modified:
	* src/tests/keywords/foreach-break-2

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/bf4c082af1c218f0dc3cc1d8ef3f8c41564ad249
====== 
Smash \n --> CR before passing string to modules.

This is what the current code expects (see md5_xlat() ), and is
arguably correct.  An audit of the config shows there's no issue
with it.

Alan T. DeKok at 2014-10-27T22:34:00Z
Files modified:
	* src/main/xlat.c
	* src/tests/keywords/escape
	* src/tests/keywords/md5
	* src/tests/keywords/sha1
	* src/tests/keywords/sha2
	* src/tests/keywords/urlquote

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a103a4bc3cac886297f86796a261e10227177f63
====== 
Remove extraneous backslash

Alan T. DeKok at 2014-10-27T22:33:59Z
Files modified:
	* raddb/mods-config/sql/ippool-dhcp/sqlite/queries.conf

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/aed2c12dc51ecce2d5d4f24ca6b0b9f1c3b333d3
====== 
Don't do \n --> CR mashing in xlat.c

As it turns out, it's almost always wrong.  The correct escaping
rules are that the conf file parser reads a string, and that string
is passed verbatim through all of the layers to the final consumer.

Only the final consumer does the mashing of \n --> CR.

This means that the tests are currently broken.

%{md5:...\n} expects to get a CR on input, and it now gets a "\n".
Fixing that is the next stage.

Alan T. DeKok at 2014-10-27T22:33:58Z
Files modified:
	* src/main/xlat.c
	* src/tests/unit/xlat.txt

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/7b9edfe2c6e9b9c50afeda7ae1dd86a49dbf256b
====== 
Set PSK callback only if we have an identity or a dynamic query

Alan T. DeKok at 2014-10-27T22:33:57Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/bb7b973e2c8d1109df4079911789c6ae3adc0e95
====== 
Fix typo in ABFAB PSK query

Alan T. DeKok at 2014-10-27T22:33:54Z
Files modified:
	* raddb/sites-available/abfab-tls

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e806f7a61f66670a39b52565b6bf983561eaac05
====== 
Timeout should trigger retry

Arran Cudbard-Bell at 2014-10-27T22:33:23Z
Files modified:
	* src/modules/rlm_ldap/ldap.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/0ec7b8344e9dd217e582f4b7880755b03e84e015
====== 
Update README

Arran Cudbard-Bell at 2014-10-27T19:44:15Z
Files modified:
	* scripts/osx/README

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/44f159775e5a64f1ab8763c2b540192bb1077cf8
====== 
man: Add -P option to radtest synopsis

Add "-P" option to radtest's manpage SYNOPSIS to make it match the
OPTIONS section.

Nikolai Kondrashov (via Alan T. DeKok)@2014-10-27T15:35:36Z
Files modified:
	* man/man1/radtest.1

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/caa35b6aace7b338c7929eb274c4d10e955d3bcc
====== 
man: Mention eap-md5 in radtest synopsis

Add "eap-md5" to the possible values of -t option in radtest's manpage
SYNOPSIS to match the detailed description in the OPTIONS.

Nikolai Kondrashov (via Alan T. DeKok)@2014-10-27T15:35:34Z
Files modified:
	* man/man1/radtest.1

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/fcf8a03043c52a2060c83954a9bdcdbcbd7a3f11
====== 
Use documentation IP address in example config

Alan T. DeKok at 2014-10-27T13:12:35Z
Files modified:
	* raddb/sites-available/originate-coa

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/5d3c5eb15764c911ec67d4bb34c41361cb74026d
====== 
Added USR tests.  Not that people use it any more...

Alan T. DeKok at 2014-10-27T13:12:34Z
Files modified:
	* src/tests/unit/vendor.txt

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/fe73643cc80df9e919da3cd329d6c3d2f790a98d
====== 
Doxygen

Arran Cudbard-Bell at 2014-10-27T03:26:10Z
Files modified:
	* src/lib/valuepair.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/3cf91dd85e85b02e0014d442163f3588d45691cd
====== 
Make 'op' argument placement consistent

Arran Cudbard-Bell at 2014-10-27T02:39:19Z
Files modified:
	* src/include/libradius.h
	* src/lib/valuepair.c
	* src/main/evaluate.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/125a72cf5f29d1c8b76fb96cb4d5e002ae44e4c9
====== 
change paircmp_value et al to pairdata_cmp

Will help simplify multivalued attribute comparison later

Arran Cudbard-Bell at 2014-10-27T02:35:36Z
Files modified:
	* src/include/libradius.h
	* src/lib/valuepair.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/71ee740c92d3e66e6ffc882ecf0c643ca5fce848
====== 
Formatting

Arran Cudbard-Bell at 2014-10-27T00:39:44Z
Files modified:
	* src/include/detail.h

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/d2e44d9da735f3cf478cdaf761e05a6e77849608
====== 
-- 
This commit summary was generated @2014-10-28T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).


More information about the Freeradius-Devel mailing list