[Openvpn-devel] [PATCH v3] Introduce get_key_by_management_key_id helper function

2023-07-11 Thread Arne Schwabe
This function allows us to map from a management key id to a key structure and also allows this function to be reused. Patch v2: add message when key is not found. Patch v3: only consider valid keys Change-Id: I42d8785959c24bf688190965e58b9b98251b8557 Signed-off-by: Arne Schwabe --- src/openvpn

[Openvpn-devel] [PATCH applied] Re: tun.c: enclose DNS domain in single quotes in WMIC call

2023-07-11 Thread Gert Doering
I have not tested this beyond "does it still compile?" (it does) - the whole concept of "how do quotation marks work in windows, and when and why do we need them?" is a bit fuzzy to me - but I fully trust Selva and Lev on this. On Selva's comment "do we need to sanitize this?" - I tried to figure