Commit report for v3.0.x 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-27T23:03:45Z
Files modified:
* doc/ChangeLog
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/d4428b09fbedc193d7d639f9e842ad5294fc4fb7
======
wNote recent changes
Alan T. DeKok at 2014-10-27T22:51:01Z
Files modified:
* doc/ChangeLog
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/5c7c9edb393d7d069b11041f6d33e225c95175f4
======
Timeout should trigger retry
Arran Cudbard-Bell at 2014-10-27T22:33:55Z
Files modified:
* src/modules/rlm_ldap/ldap.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/effdfafca94d287264c053428f485c24fcae7674
======
Typo
Alan T. DeKok at 2014-10-27T22:33:33Z
Files modified:
* src/main/modcall.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/3815be87bd3f043602726338ff10efed43ebfada
======
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:32:47Z
Files modified:
* src/main/connection.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/7b71856c8cf5638d19c5918381a4e35fd3c8ae2e
======
A more complicated foreach / break test
Alan T. DeKok at 2014-10-27T22:00:53Z
Files modified:
* src/tests/keywords/foreach-break-2
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2a35e8c93f878adb9914c105c0476069cab90083
======
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-27T21:48:02Z
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/c80aa7db93194904864056c8430d0c726cd1dc6e
======
Remove extraneous backslash
Alan T. DeKok at 2014-10-27T21:47:09Z
Files modified:
* raddb/mods-config/sql/ippool-dhcp/sqlite/queries.conf
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/db8e8e4c15614b652e453714cfa7a108a121ad17
======
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-27T21:32:04Z
Files modified:
* src/main/xlat.c
* src/tests/unit/xlat.txt
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/95beb0cc897786efbcfd6bf487b2919ae7658283
======
Set PSK callback only if we have an identity or a dynamic query
Alan T. DeKok at 2014-10-27T20:31:54Z
Files modified:
* src/main/tls.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2e66a38a981fcf651ad941f5df410a819ae530ea
======
Fix typo in ABFAB PSK query
Alan T. DeKok at 2014-10-27T20:27:08Z
Files modified:
* raddb/sites-available/abfab-tls
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/f531f490a5c489e96e31f665e0db2fc9ef0db0dc
======
Merge pull request #822 from spbnick/radtest_man_fixes
Radtest man fixes
Alan DeKok at 2014-10-27T15:34:41Z
Files modified:
* man/man1/radtest.1
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/11fff413af9029988b627126599c032832a8e6f3
======
man: Add -P option to radtest synopsis
Add "-P" option to radtest's manpage SYNOPSIS to make it match the
OPTIONS section.
Nikolai Kondrashov at 2014-10-27T15:25:55Z
Files modified:
* man/man1/radtest.1
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/19c99273b6b6eda0eb2bfa28d4a9eb1313e1212b
======
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 at 2014-10-27T15:18:28Z
Files modified:
* man/man1/radtest.1
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/d7beee9b5398e8b4d28e3d35ae23de91cf227904
======
Use documentation IP address in example config
Alan T. DeKok at 2014-10-27T13:12:27Z
Files modified:
* raddb/sites-available/originate-coa
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/83ab6427e7934a20388fd4da3c931f5b6168eba4
======
Added USR tests. Not that people use it any more...
Alan T. DeKok at 2014-10-27T13:12:26Z
Files modified:
* src/tests/unit/vendor.txt
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/f6a78774a66e23121f3d705e53657d16eea422f7
======
Doxygen
Arran Cudbard-Bell at 2014-10-27T03:26:03Z
Files modified:
* src/lib/valuepair.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c39cc33ebd57a99a7c96fee164d6d7ca89c7cd5c
======
Make 'op' argument placement consistent
Arran Cudbard-Bell at 2014-10-27T02:39:13Z
Files modified:
* src/include/libradius.h
* src/lib/valuepair.c
* src/main/evaluate.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/49d72731ca74cf5ee213cff81b429df90ed2e405
======
change paircmp_value et al to pairdata_cmp
Will help simplify multivalued attribute comparison later
Arran Cudbard-Bell at 2014-10-27T02:34:53Z
Files modified:
* src/include/libradius.h
* src/lib/valuepair.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/f451f827e6686f72f443ef6a549a1851be88a8cc
======
Formatting
Arran Cudbard-Bell at 2014-10-27T01:20:38Z
Files modified:
* src/include/detail.h
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/8590974984df70a94fc5d354ed0dc1de90fad35e
======
--
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