Commit report for master branch
The git bot
announce at freeradius.org
Sat Apr 19 00:00:07 CEST 2014
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)
======
Merge pull request #594 from grawity/krb5-crash
Fix crash in krb5 when acquiring the TGT fails
Arran Cudbard-Bell at 2014-04-18T22:57:16Z
Files modified:
* src/modules/rlm_krb5/rlm_krb5.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/3ba3373fdc427cbcbdd09abce94c5b76e8e6054e
======
Fix crash in krb5 when acquiring the TGT fails
rlm_krb5 will log the error code but continue anyway, so any kind of
failed Kerberos authentication (unknown user, wrong password, etc.)
would instantly crash radiusd.
Mantas MikulÄnas at 2014-04-18T22:36:45Z
Files modified:
* src/modules/rlm_krb5/rlm_krb5.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/1d832e94054f0f6b520c0d182c13b1153c2b626d
======
Check for "no reply" in all places we send a reply. Fixes #593
Alan T. DeKok at 2014-04-18T18:32:37Z
Files modified:
* src/main/listen.c
* src/main/process.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6108c4912b458df2e71a113b300c7d92e62694fe
======
Point to the correct location of the dictionary files
Alan T. DeKok at 2014-04-18T18:32:36Z
Files modified:
* raddb/dictionary
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6af3cacf22104ac305678748b9857ab88e3e2e86
======
reparse 'case &User-Name' only if it was not parsed
Alan T. DeKok at 2014-04-18T05:44:36Z
Files modified:
* src/main/modcall.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/83515601cb44adbe641cc0136ec6b9cd9347a960
======
Regularize warning message to be the same as others
Alan T. DeKok at 2014-04-18T05:44:35Z
Files modified:
* src/main/modcall.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/abe8e3c7b2bc9f13d8164943c528737583307482
======
Move checks for &Attribute-Name into radius_parse_attr()
and clean up the rest of the code in the server which checked
for '&'.
As a result, the rest of the code gets simpler. We get better
error messages, and a few corner cases get fixed. i.e. where
the '&' was NOT being handled, and radius_parse_attr() was being
called, with what SHOULD have been an attribute. So if the poor
users followed the docs and did &Attribute-Name, they would get
a parse error, and their brains would explode. We don't want
that...
Alan T. DeKok at 2014-04-18T05:44:33Z
Files modified:
* src/main/map.c
* src/main/modcall.c
* src/main/parser.c
* src/main/xlat.c
* src/modules/rlm_unpack/rlm_unpack.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/f81109bd92b4998dac73b44f8f80c7ca60b049a1
======
Use correct argument. Fixes #592
Alan T. DeKok at 2014-04-17T22:07:22Z
Files modified:
* src/main/xlat.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/9f0c74107e168d4f609d984dd085d374493b4853
======
--
This commit summary was generated @2014-04-19T00:00:07Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
More information about the Freeradius-Devel
mailing list