Commit report for v4.0.x branch
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== gpgsig -----BEGIN PGP SIGNATURE----- iQEcBAABCAAGBQJa2j4LAAoJEH0Oec13Yh7NdMEH/2pEQTUHJaeBpWL1ERE0iLkN EYRFMvpJrlEd9d1p7GUQv/vjyalq9ZchwNQnJiF2vzr+xFf/OkleFaU8yNmWg/Dr Wv80IZcxFFfr60uDooVsNh2WTFyJtVFkXfM+4ZxZIvg/1d47z5p6NIUop0MyX9S7 0KQQRFkAtEVGa6k1YOraDILPGEe+rMCM6rSO8pxdSDTm17NQTsEERpCRjYMps9Sk 23Ga4jIlaoi/8iyP7h5pOaHJwAdomK4ctgheVbgxKQX8sA/ZDerXQpLf2Q1eG2+u ZYl76IeOvPZsa4CVQk2xKHqjfBm4zCkzd8LOCOvWHxmwpd2xYbMo6vAQhjq33vc= =2Adh -----END PGP SIGNATURE----- Revert "add prototypes" This reverts commit 1a789072c2c5ab77e74ba08ed53833b064fa7fbc. GCC complains there's no function prototype. And if you add one, complains about duplicate definition. leave it un-prototyped until such time as we figure out WTF is wrong with GCC Alan T. DeKok@2018-04-20T19:21:08Z Files modified: * src/lib/util/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7c0ed234aa00f0f41107b... ====== gpgsig -----BEGIN PGP SIGNATURE----- iQEcBAABCAAGBQJa2jPOAAoJEH0Oec13Yh7NSiAH/3est+mMTsWr1WI5rz2EUxkb PoBa0WBmbE3PfW98uUTE/3T2MSJ21HKzW1iJeMgQNh7ld3bWlkLIrnIEuHUZpNg3 MVXReV4kWXDoT7KG8U52/BbVOc+c2Qdzss3BNZ4tBPzXPY2crCZ1ZzNfkqJ63YVn Ac+j8nAeWCwbUUBi+DgKhHkDF8wIg1+hBprYCXT4oucjZ/bl31r1LI8ObikGgPqz rwwAqwU3i4aLpIdQaEiKimMpAux/igW8Eg14jM6m1zS9GJsffuWQ9KKaCoeep0wS j10LOMOxwwkyx4OsaDUrvT5KoTJcZ7KY19o4iOCNpclhdXsuZmdHsU8qs/ztfnE= =3c8p -----END PGP SIGNATURE----- add prototypes Alan T. DeKok@2018-04-20T18:39:06Z Files modified: * src/lib/util/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1a789072c2c5ab77e74ba... ====== gpgsig -----BEGIN PGP SIGNATURE----- iQEcBAABCAAGBQJa2ij9AAoJEH0Oec13Yh7NgGUH/RC/ryt2VpkCqKJE/kMXPEKe pQ6hQDqUcqQB4FHRUkSlsXy1GZZ1ye/TMYcJVE21zEMeJpmgiLV5Z7Uy56kGfljA YHuUXd8Uiybj9FJrwQRug4d38ZiZl0itJ0I3Y0bOjld2Pkdgwwy+/vjcuUYnZAu7 +n1qIzlovZJDJ+562Z+i+zpIaE4ff7f9vs9K2q8hOcoj9gm7yUd5FSqKuy/zxpTt 03+N+o+FHUB5L2D/2Sl1PL8qJZOTUK5S6/kcGajBRcbR3mp3oKJMVgcT/9foxtmq KEYcwaGQOCq5ZqfXxlo9Pdx5VzMJa4GIUK6V/uUvkvXqiRgfWbRC6MgEHuDQcNM= =k5++ -----END PGP SIGNATURE----- don't hard-code "UDP" as the transport name Alan T. DeKok@2018-04-20T17:53:01Z Files modified: * src/modules/proto_radius/io.c * src/modules/proto_radius/proto_radius.c * src/modules/proto_radius/proto_radius.h Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/46702ed6bb366dda1fefd... ====== Commit lsan.h Arran Cudbard-Bell@2018-04-20T09:26:28Z Files modified: * src/include/lsan.h Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c2200f55fd3f6d90d53b5... ====== Hardcode supressions Arran Cudbard-Bell@2018-04-20T08:50:58Z Files modified: * scripts/lsan_leaks * src/lib/util/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f260c136d3daaf8eedce6... ====== Disable LSAN for more of the python initialisation functions as python sucks Arran Cudbard-Bell@2018-04-20T08:50:58Z Files modified: * src/modules/rlm_python/rlm_python.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d050f6e04fbfe99897cab... ====== Use LSAN top level header file Arran Cudbard-Bell@2018-04-20T08:50:58Z Files modified: * configure * configure.ac * src/include/autoconf.h.in * src/lib/util/debug.c * src/modules/rlm_python/rlm_python.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9149d2d6addbcb2806908... ====== Fix unused args Arran Cudbard-Bell@2018-04-20T07:10:23Z Files modified: * src/modules/rlm_python/rlm_python.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/69e7e05f0bf427ddec281... ====== destroy more functions Arran Cudbard-Bell@2018-04-20T06:34:23Z Files modified: * src/modules/rlm_python/rlm_python.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0eb38f82a5d7a179fa481... ====== Switch to thread instantiate and destruction functions for rlm_python Arran Cudbard-Bell@2018-04-20T06:21:15Z Files modified: * src/modules/rlm_python/rlm_python.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2423d2db8bf4c71c465ad... ====== Use the fr_strerror() logging macros Arran Cudbard-Bell@2018-04-20T04:21:49Z Files modified: * src/main/exec.c * src/modules/rlm_redis/rlm_redis.c * src/modules/rlm_rediswho/rlm_rediswho.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4fb58d010db4e477960a0... ====== -- This commit summary was generated @2018-04-21T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
participants (1)
-
announceļ¼ freeradius.org