Package: openvpn-auth-radius / 2.1-12
Metadata
| Package | Version | Patches format |
|---|---|---|
| openvpn-auth-radius | 2.1-12 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 20_iroute_mask.diff | (download) |
UserAuth.cpp |
77 14 + 63 - 0 ! |
[patch] fix iroute netmask computation This rewrites computation of the netmask from CIDR netmask. It was previously completely buggy due to using j instead of k. Using doubles to store a 32bit value is not really safe, and using masks and shifts is much simpler actually. |
| 25_fix fd leak.diff | (download) |
AccountingProcess.cpp |
2 2 + 0 - 0 ! |
--- |
| 30_build with debug symbols.diff | (download) |
Makefile |
8 4 + 4 - 0 ! |
--- |
| 35_verbose_built.diff | (download) |
Makefile |
15 3 + 12 - 0 ! |
show actual compiler arguments. |
| 40_use_cppflags.diff | (download) |
Makefile |
8 4 + 4 - 0 ! |
respect cppflags |
| 0006 Support verify client cert directive in openvpn 2.4.patch | (download) |
Config.cpp |
8 8 + 0 - 0 ! |
support verify-client-cert directive in openvpn 2.4 Bug-Debian: #954264 |
| 0007 RadiusBLAST | (download) |
RadiusClass/RadiusAttribute.cpp |
8 8 + 0 - 0 ! |
--- |
| 0008 authenticate fix | (download) |
RadiusClass/RadiusPacket.cpp |
3 2 + 1 - 0 ! |
fix radius packet authentication use-after-free The BLASTRadius vulnerability mitigation introduced a use-after-free in the RadiusPacket::authenticateReceivedPacket method. This fix prevents use-after-free by assigning the string to a variable before relying on the c_str result. |
| 0009 framed ipv6 route | (download) |
AccountingProcess.cpp |
2 2 + 0 - 0 ! |
framed-ipv6-route.patch * Add Framed-IPv6-Route support. |
| 0010 framed ipv6 address | (download) |
AccountingProcess.cpp |
3 2 + 1 - 0 ! |
framed-ipv6-address.patch * Add Framed-IPv6-Address support. |
| 0011 DCO | (download) |
UserAcct.cpp |
10 10 + 0 - 0 ! |
--- |
