Commit report for master branch

The git bot announce at freeradius.org
Sat Jul 5 00:00:02 CEST 2014


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

======
radeapclient - fix send_packet

I spotted two errors in radeapclient.c, introduced in the following
previous commits.
With this fix, radeapclient is now useable again.

1)
Commit: c8a062a112f17a5810d311dc0e0acfe963b2d440
(2014/06/13)

- send_packet(rep, &req);
-
- if (!req) return -1;
+ send_packet(req, &rep);
+ if (!rep) {

Arguments got reversed. Hence segmentation fault later when doing:

for (vp = req->vps; vp != NULL; vp = vpnext) {

Bit of caution on the wording used in radeapclient:
"req" is the request coming FROM the server. (because this is not a
"request" in RADIUS sense, but an EAP-Request within the EAP-SIM
transaction.)
"rep" is the response from the client TO the server (EAP-Response).

2)
Commit: bc3676835c3dcc220ab518d4c3c35962bc0f8be2
(2014/05/02)

In "send_packet":

+ if (!req || !rep || !*rep) return -1;

*rep == NULL is the expected behaviour...

Nicolas C (via Arran Cudbard-Bell)@2014-07-04T17:09:17Z
Files modified:
	* src/modules/rlm_eap/radeapclient.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/4f50d728a9e3f5fb6aea6653d127fadcb83eea9d
====== 
Merge pull request #724 from pwdng/master

Update redhat spec file

Arran Cudbard-Bell at 2014-07-04T15:54:54Z
Files modified:
	* redhat/freeradius.spec

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/1ff282afcc477b90869d2690ce22f0601a5cc6a7
====== 
In redhat spec file, update dependency on json-c to version 0.10 as 0.11 only exists for fedora and 0.10 builds ok

Philippe Wooding at 2014-07-04T14:03:19Z
Files modified:
	* redhat/freeradius.spec

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/30efae5bc96185eab3e9b0701b27c08d822b4686
====== 
Update list of installed files in redhat spec file

Philippe Wooding at 2014-07-04T14:03:19Z
Files modified:
	* redhat/freeradius.spec

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/472b5574d7423bc4fb5e9852ccea049087324ce6
====== 
Update redhat spec file to reflect the fact rlm_host is no longer experimental.

Philippe Wooding at 2014-07-04T12:30:39Z
Files modified:
	* redhat/freeradius.spec

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a9084db4c17dc77d2d329e1b5249905d6673169a
====== 
Revert version to 3.1.0 in redhat spec.

Philippe Wooding at 2014-07-04T12:13:30Z
Files modified:
	* redhat/freeradius.spec

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


More information about the Freeradius-Devel mailing list