New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Include rlm_cache_memcached in spec file Arran Cudbard-Bell@2015-09-14T22:32:52Z Files modified: * redhat/freeradius.spec Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ed28457b89f35c54ad8e5... ====== Merge pull request #1235 from FreeRADIUS/revert-1204-patch-1 Revert "Fix libs" - Only memcached will actually be built Arran Cudbard-Bell@2015-09-14T22:29:50Z Files modified: * redhat/freeradius.spec Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/404785de2401a5d433c74... ====== Revert "Fix libs" Arran Cudbard-Bell@2015-09-14T22:29:20Z Files modified: * redhat/freeradius.spec Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b75b8d26d7327b950cf2c... ====== This was never backported Arran Cudbard-Bell@2015-09-14T19:27:36Z Files modified: * doc/ChangeLog Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5565e15411e24e4ee2ae1... ====== Update ChangeLog Arran Cudbard-Bell@2015-09-14T19:20:03Z Files modified: * doc/ChangeLog Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7c6d016d203bdbdc1e8eb... ====== No ocsp_ok label either Arran Cudbard-Bell@2015-09-14T18:23:15Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/de70e8fe585579d70acf0... ====== No skipped label in v3.0.x Arran Cudbard-Bell@2015-09-14T18:21:35Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e62b88084fc1254205e33... ====== Try to open client socket in fr_server_domain_socket_perm() Just like in fr_server_domain_socket_peercred() Alan T. DeKok@2015-09-14T18:19:10Z Files modified: * src/main/command.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/00cb830b014df2b5fd947... ====== Should skip the OCSP check Arran Cudbard-Bell@2015-09-14T18:18:10Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e64074ec288cd7809c669... ====== Typo Arran Cudbard-Bell@2015-09-14T18:13:55Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7288661816b4b051161c8... ====== Don't unlink socket if we can't open it Alan T. DeKok@2015-09-14T17:50:03Z Files modified: * src/main/command.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c184a7313ae1fe2582c25... ====== Truncate to actual length, not by trailing zeros Alan T. DeKok@2015-09-14T17:50:03Z Files modified: * src/lib/radius.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/20f011b1875b1f1f13f36... ====== 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@2015-09-14T17:16:17Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/50754043056ad7fb2776f... ====== For encrypted attributes, set explicit length if given for MS-CHAP-MPPE-Keys Alan T. DeKok@2015-09-14T14:51:09Z Files modified: * src/lib/radius.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a23380840ecbfd52945e1... ====== 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@2015-09-14T14:50:00Z Files modified: * share/dictionary.microsoft Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/00f041d6599929abc85d0... ====== 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@2015-09-14T14:47:56Z Files modified: * src/lib/dict.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5d9c08b21ecf3ee0591b9... ====== 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@2015-09-14T14:21:40Z Files modified: * src/modules/rlm_mschap/rlm_mschap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6a624caa2530436a12497... ====== -- This commit summary was generated @2015-09-15T00:00:03Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).