Commit report for v3.0.x branch
The git bot
announce at freeradius.org
Wed Dec 11 01:00:03 CET 2019
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)
======
gpgsig -----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEE8n1lTTL4FC4LtEWpfQ55zXdiHs0FAl3wEdMACgkQfQ55zXdi
Hs14agf7BYdKC6oaK90g1Ub29T5MD8DGGtdpqQFGc+bHuwZJUQdQxu2R7AsIH7Z7
W/NvtED6+TSLzrOqrg5/Wb4EQ4SPK3jtC8eOJj+vJKb1APqkpDxk9KY+cAPCxjj3
i7CqPqQMOotrkdIIGJzwry6SxnVaAzJy0SlJf3jU9Wmpn42jlme3MvslIiOrBHA0
UMy0Q0Rjoo1jmoTu1h9o3GkxHcjgLOiCFiTllJsTFBMw8RxTIuanygclcrJviSYB
jxskgxGg8tA9mnyW/YGyho33AKJyUM+PlCiqH5/jCMSYyG1aJPdMqlGCHpStlyCj
ORtv1OwaDaCHa0nDhBZyCjCIG0ikJQ==
=AeJd
-----END PGP SIGNATURE-----
nope.
Alan T. DeKok at 2019-12-10T21:44:49Z
Files modified:
* doc/ChangeLog
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/3899385769a28aacffa525f3a1c64efb2918555c
======
gpgsig -----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEE8n1lTTL4FC4LtEWpfQ55zXdiHs0FAl3wEbwACgkQfQ55zXdi
Hs2eGgf/UcnilWDZ+6fMMXWpbtVdOzkmfC6ZbDFj5bsD5vCH3A2i4O6q7OZRF3OU
+imw6tyNHIt7fKAC7GCxlQ3IyDYwYGh83tkH069J6kFvXrHQqV+f1+7TVOj1vmnn
X+AAdR0DUD8uo6rZz10wo0CuT8FoCemK321oN25jip8uUGsL5I6hUqN88Uab16qT
8ieph0xZOPXGHJHuUfiRQBSklXCE1JZVL+40mCn4tmcHNbJME1THPnHWMRnUc0Sz
QIds5c4OBNwWgdvB7Xc30C8Wpxw8utq9hRTFrmzkTWlnYGwwDQlMiHdxPJPlKML+
v6gQMOuWhKpdtl1a97MTGzf2tm8JhA==
=rQF9
-----END PGP SIGNATURE-----
note recent changes
Alan T. DeKok at 2019-12-10T21:44:23Z
Files modified:
* doc/ChangeLog
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/979bd1e126d5df132fa88a90a67b6331fb186a0a
======
Fix missing destroy for some statements
Jorge Pereira (via Alan DeKok)@2019-12-10T21:40:53Z
Files modified:
* src/modules/rlm_python3/rlm_python3.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/63b978890b722be78e3fe4b1916d40e6f7bb8e3c
======
Don't call if 'instantiate' and 'detach' are not declared.
It's related to the discussion in #3185.
Jorge Pereira (via Alan DeKok)@2019-12-10T21:40:37Z
Files modified:
* src/modules/rlm_python3/rlm_python3.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/40725423d7932c50e9481a025831270e3876d898
======
Update Pica8 dictionary
Jorge Pereira (via Alan DeKok)@2019-12-10T21:39:54Z
Files modified:
* doc/ChangeLog
* share/dictionary.pica8
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/691fecd682fcaeebb9a6a876fd8ffba4e969894c
======
Remove unnecessary src/modules/rlm_python3/radiusd_test.py
Jorge Pereira (via Alan DeKok)@2019-12-10T21:39:39Z
Files modified:
* src/modules/rlm_python3/radiusd_test.py
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/56347699e3ec348de0a62cd6853d992d1e7d639a
======
Backport from rlm_python (#3184) changes to rlm_python3
Brief:
We should append the 'python_path' to sys.path #3180
we should append 'python_path' paths in 'sys.path', due to PySys_SetPath()
reset the entire python path causing problems to use the existing libraries
Jorge Pereira (via Alan DeKok)@2019-12-10T21:39:30Z
Files modified:
* raddb/mods-available/python3
* src/modules/rlm_python3/rlm_python3.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/d6fd6267fe7aa98b8b802b9ab933f421bee68c6d
======
We should append the 'python_path' to sys.path #3180
The PySys_SetPath() reset the entire python path causing
problems to use the existing libraries.
Therefore, we should split the 'python_path' paths and
append into 'sys.path'. It is the correct way to keep
the default paths allowing to use existing libraries
Jorge Pereira (via Alan DeKok)@2019-12-10T21:39:13Z
Files modified:
* doc/ChangeLog
* src/modules/rlm_python/rlm_python.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/8110af05d892acf6c7c18b9a676344cdcdc2ee03
======
Keep the module directory in python_path
Jorge Pereira (via Alan DeKok)@2019-12-10T21:39:13Z
Files modified:
* raddb/mods-available/python
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a12571827dfb026a6d766af3148de594b8ea74fb
======
Fix rlm_python3 build
Just backporting from the master branch.
Jorge Pereira (via Alan DeKok)@2019-12-10T21:38:16Z
Files modified:
* src/modules/rlm_python3/configure
* src/modules/rlm_python3/configure.ac
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/307678b268cf8898a65632147ecc40d37ea3f9d3
======
gpgsig -----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEE8n1lTTL4FC4LtEWpfQ55zXdiHs0FAl3wEC8ACgkQfQ55zXdi
Hs00rwgAjdxAb04H1aZMVtvkp3N8PgRbT5javF7LL9g2GX+R1oD40lNll56aTrJE
eW3sYM5eJSqNshbfJPjnCVOFXHTZ5E1+oAxqKJ9qJgE8KcLbDcU4p0tfk/WSrNQz
iJkRSoMYCNWVna+bo3fsaLifEl6AI+ijquGHncF+dGZd/F6T85XVGunVTSFCPgJJ
uQdjphpZNcig55k9ruh4rjzSi6qbKSVPbeEd5whbwLL6MqwyQ8fru1yf1unVUPba
Hk2eCNorgeEvCgEBkVyMocDMQYdEPc7uooh8aTwvOjtFM+QDj2RnE7cyKVHZuend
tI/yrJ9I3+WP4CR6GsBnTZ587Tv2LA==
=mdqA
-----END PGP SIGNATURE-----
use Valid-Since for consistency. Minor edits to #3157
Alan T. DeKok at 2019-12-10T21:37:34Z
Files modified:
* share/dictionary.freeradius.internal
* src/main/tls.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/df59763ae633001fdc80d6a4d68acd6fd4c455a5
======
Add TLS-Client-Cert-ValidSince attribute holding notBefore date.
Boris Lytochkin (via Alan DeKok)@2019-12-10T21:36:05Z
Files modified:
* share/dictionary.freeradius.internal
* src/main/tls.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/76aa02fa7d54d0f99c8917eb07f70d8c7c6e858f
======
use fr_bin2hex() instead of home-breed loop
Boris Lytochkin (via Alan DeKok)@2019-12-10T21:35:08Z
Files modified:
* src/main/tls.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/767f5c4e2d67a6e8c58340c0722b173b71a3417c
======
generate OID-containing attributes for unknown to OpenSSL X509v3
extensions if user wants them explicitly.
Boris Lytochkin (via Alan DeKok)@2019-12-10T21:35:08Z
Files modified:
* raddb/sites-available/tls
* src/main/tls.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/14e0dbda63e822fa7a7eaf3c4386000f91b9eac5
======
--
This commit summary was generated @2019-12-11T00:00:03Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
More information about the Freeradius-Devel
mailing list