Re: [Openvpn-devel] [PATCH v2] configure: Switch to C11 by default

2024-07-11 Thread Frank Lichtenheld
On Wed, Jul 10, 2024 at 09:32:39PM +0200, Gert Doering wrote: > Hi, > > On Wed, Jul 10, 2024 at 06:03:06PM +0200, Frank Lichtenheld wrote: > > Mostly so we can use anonymous structs without jumping through > > hoops or relying on unofficial support. > > > > Change-Id: I72934e747d1ad68a7e3675afbeb

[Openvpn-devel] [S] Change in openvpn[master]: configure: Switch to C11 by default

2024-07-11 Thread flichtenheld (Code Review)
Attention is currently required from: flichtenheld, plaisthos. Hello plaisthos, I'd like you to reexamine a change. Please visit http://gerrit.openvpn.net/c/openvpn/+/673?usp=email to look at the new patch set (#3). The following approvals got outdated and were removed: Code-Review+2 by pl

[Openvpn-devel] [PATCH release/2.5] Allow trailing \r and \n in control channel message

2024-07-11 Thread Frank Lichtenheld
From: Arne Schwabe Writing a reason from a script will easily end up adding extra \r\n characters at the end of the reason. Our current code pushes this to the peer. So be more liberal in accepting these message. Closes openvpn/openvpn#568 This is the backport of the fix to release/2.5. Change