Re: [Openvpn-devel] [PATCH applied] Re: Do not copy auth_token username to itself

2022-10-27 Thread Gert Doering
Hi, ... and here we go: On Thu, Oct 27, 2022 at 09:02:52PM +0200, Gert Doering wrote: > Your patch has been applied to the master branch, for now - it needs > to go to 2.5 as well, but we're right in the middle of a 2.5.8 > release, and I need to check with Samuli & Frank if anything has been >

[Openvpn-devel] [PATCH applied] Re: Do not copy auth_token username to itself

2022-10-27 Thread Gert Doering
Acked-by: Gert Doering Testing this was fairly easy - I added a msg() call in that if() branch, connected to a server with auth-token and verified that it did the strncpynt() only on the "I have a real username here" call. And that token reauth still works ("username properly copied"), which it