Commit report for v3.0.x branch

The git bot announce at freeradius.org
Tue Sep 15 00:00:03 CEST 2015


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

======
Include rlm_cache_memcached in spec file

Arran Cudbard-Bell at 2015-09-14T22:32:52Z
Files modified:
	* redhat/freeradius.spec

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/ed28457b89f35c54ad8e59b205a89054627d44f6
====== 
Merge pull request #1235 from FreeRADIUS/revert-1204-patch-1

Revert "Fix libs" - Only memcached will actually be built

Arran Cudbard-Bell at 2015-09-14T22:29:50Z
Files modified:
	* redhat/freeradius.spec

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/404785de2401a5d433c740f23c6039553fa87106
====== 
Revert "Fix libs"

Arran Cudbard-Bell at 2015-09-14T22:29:20Z
Files modified:
	* redhat/freeradius.spec

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/b75b8d26d7327b950cf2c8329ad49e8da1fae422
====== 
This was never backported

Arran Cudbard-Bell at 2015-09-14T19:27:36Z
Files modified:
	* doc/ChangeLog

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/5565e15411e24e4ee2ae1d1fc6a70fa6ed2a32d1
====== 
Update ChangeLog

Arran Cudbard-Bell at 2015-09-14T19:20:03Z
Files modified:
	* doc/ChangeLog

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/7c6d016d203bdbdc1e8eb7d7baa4d755bb8d33db
====== 
No ocsp_ok label either

Arran Cudbard-Bell at 2015-09-14T18:23:15Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/de70e8fe585579d70acf0a5116eef94132500594
====== 
No skipped label in v3.0.x

Arran Cudbard-Bell at 2015-09-14T18:21:35Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e62b88084fc1254205e33a3fa9b90b578326370c
====== 
Try to open client socket in fr_server_domain_socket_perm()

Just like in fr_server_domain_socket_peercred()

Alan T. DeKok at 2015-09-14T18:19:10Z
Files modified:
	* src/main/command.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/00cb830b014df2b5fd94783377ea1ade50a841c8
====== 
Should skip the OCSP check

Arran Cudbard-Bell at 2015-09-14T18:18:10Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e64074ec288cd7809c6691cde126728eb92f6f7e
====== 
Typo

Arran Cudbard-Bell at 2015-09-14T18:13:55Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/7288661816b4b051161c898c950f38e1c1004ea4
====== 
Don't unlink socket if we can't open it

Alan T. DeKok at 2015-09-14T17:50:03Z
Files modified:
	* src/main/command.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c184a7313ae1fe2582c258fcd0c976ec6d77ca99
====== 
Truncate to actual length, not by trailing zeros

Alan T. DeKok at 2015-09-14T17:50:03Z
Files modified:
	* src/lib/radius.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/20f011b1875b1f1f13f3695a9c5c4fa54042ccd3
====== 
If there's no OCSP URLs in the certificates, and we have a configured OCSP URL, we should fall back to that URL

Arran Cudbard-Bell at 2015-09-14T17:16:17Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/50754043056ad7fb2776f7ca95af94168a2b37d6
====== 
For encrypted attributes, set explicit length if given

for MS-CHAP-MPPE-Keys

Alan T. DeKok at 2015-09-14T14:51:09Z
Files modified:
	* src/lib/radius.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a23380840ecbfd52945e1a6dbc3c0b761babf550
====== 
Set explicit length for MS-CHAP-MPPE-Key

Because it's encrypted with the same method as User-Password,
BUT it contains binary data.  So it may have embedded zeros.
Which means the decoder needs to make it a fixed length,
instead of looking for zeros

Alan T. DeKok at 2015-09-14T14:50:00Z
Files modified:
	* share/dictionary.microsoft

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/00f041d6599929abc85d0d8abe355974ad6581d4
====== 
Enforce more restraints, and allow "octets[24] encrypt=1"

dict_addattr() can be called from places other than process_attribute()
so we move some of the checks to process_attribute()

This lets us do more checks on the "length" flag.

And to allow "octets[24] encrypt=1" for MS-CHAP-MPPE-Key.

Alan T. DeKok at 2015-09-14T14:47:56Z
Files modified:
	* src/lib/dict.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/5d9c08b21ecf3ee0591b98958850728c765d68c4
====== 
The MS-CHAP-MPPE-Keys attribute has 24 octets of data, not 32

This makes no difference to anyone, as the receiver will always
truncate it at 24 octets, and ignore the trailing zeros

Alan T. DeKok at 2015-09-14T14:21:40Z
Files modified:
	* src/modules/rlm_mschap/rlm_mschap.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6a624caa2530436a124972ad54e7b12b8ef94f91
====== 
-- 
This commit summary was generated @2015-09-15T00:00:03Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).


More information about the Freeradius-Devel mailing list