New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Typo Arran Cudbard-Bell@2015-09-13T20:16:45Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8d64a55d8232da1fbe4d9... ====== Quiet clang scan Arran Cudbard-Bell@2015-09-13T20:08:55Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4b796028101808d02b921... ====== 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-13T19:43:23Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4239284222f34cfec33a6... ====== TLS-Session-Data is written to &request:TLS-Session-Data and read from &control:TLS-Session-Data Arran Cudbard-Bell@2015-09-13T19:08:59Z Files modified: * raddb/mods-available/cache_tls * raddb/sites-available/tls-cache * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7a2d3cd7ee344b34b6519... ====== Free certificate attributes on error Arran Cudbard-Bell@2015-09-13T18:28:04Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/60068499377b2c736f859... ====== TLS-Cert attributes are now only available in the &session-state lists. Arran Cudbard-Bell@2015-09-13T18:23:17Z Files modified: * raddb/README.rst * src/include/tls-h * src/main/tls.c * src/main/tls_listen.c * src/modules/rlm_eap/libeap/eap_tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d42c1c4e52b68ae8352ec... ====== This should be in the tls global init function Arran Cudbard-Bell@2015-09-13T18:20:24Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6cc6f10e45a815f28ed25... ====== Add note on rlm_rest Arran Cudbard-Bell@2015-09-13T18:17:32Z Files modified: * raddb/README.rst Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/63b9b7152cf65d556f644... ====== TLS-OCSP-Cert-Valid should go in the request too. Arran Cudbard-Bell@2015-09-13T18:01:09Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3d665a8276803badc5267... ====== Rest-HTTP-Code should be inserted into the &request: not the &reply: Arran Cudbard-Bell@2015-09-13T17:56:34Z Files modified: * src/modules/rlm_rest/rlm_rest.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/393b241fa26e8a80d21b2... ====== Clearer debug messages Arran Cudbard-Bell@2015-09-13T13:47:03Z Files modified: * src/main/state.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b4072b8b4aee11aa658ec... ====== Fix adding cert attributes Arran Cudbard-Bell@2015-09-13T12:37:28Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/34f03685b1a86d512f8cc... ====== Doxygen Arran Cudbard-Bell@2015-09-13T02:08:41Z Files modified: * src/main/pair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c71788ca368ecc753a9cb... ====== Make storing certificate attributes more efficient Arran Cudbard-Bell@2015-09-13T02:07:08Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c2903fd2c0350f4b14e0d... ====== Nicer errors on json parser failure Arran Cudbard-Bell@2015-09-13T01:28:24Z Files modified: * src/modules/rlm_json/rlm_json.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/347367c1cc25130aef591... ====== Prefix all the things! Specifically sent and received attributes (with their list names) Arran Cudbard-Bell@2015-09-13T01:22:52Z Files modified: * src/include/radiusd.h * src/main/listen.c * src/main/pair.c * src/main/state.c * src/modules/proto_dhcp/dhcpd.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d02164270276078a3ed88... ====== Add comments and docs Arran Cudbard-Bell@2015-09-13T01:00:14Z Files modified: * raddb/README.rst * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c8fd7800891878f575fc3... ====== Add all the certificate VPs to session-state Eventually (FreeRADIUS 3.2/4.0) they should no longer be inserted into the request, but doing it now would break lots of working configurations, so we just shove them in session-state, which, importantly, makes them available to the OCSP virtual server. It wasn't clear where the attributes were actually being inserted, and whether adding them to the request in cbtls_verify would have lead to duplicate multivalued attributes. Arran Cudbard-Bell@2015-09-13T00:44:35Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/cb9713dc9988734628b06... ====== s/certs/cert_vps/ Arran Cudbard-Bell@2015-09-13T00:16:52Z Files modified: * src/include/listen.h * src/include/tls-h * src/main/tls.c * src/main/tls_listen.c * src/modules/rlm_eap/eap.h * src/modules/rlm_eap/libeap/eap_tls.c * src/modules/rlm_eap/mem.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8fb69c817dda25435a134... ====== Fix config variable expansions in map sections Arran Cudbard-Bell@2015-09-13T00:02:18Z Files modified: * src/main/conffile.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/045b80f5c6c68e31d1e72... ====== -- This commit summary was generated @2015-09-14T00:00:03Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).