[Openvpn-devel] [PATCH] Add compatibility to build OpenVPN with AWS-LC.

2025-01-28 Thread Shubham Mittal via Openvpn-devel
Additional context from PR on Github about changes in ssl_openssl.c around line 1900: This change addresses a subtle behavioral difference between AWS-LC and OpenSSL regarding object ownership semantics in SSL_CTX_set_client_CA_list(ctx->ctx, cert_names). OpenSSL Behavior: Stores a reference to th

[Openvpn-devel] [M] Change in openvpn[master]: Add unit tests for atoi parsing options helper

2025-01-28 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/876?usp=email ) Change subject: Add unit tests for atoi parsing options helper .. Add unit tests for atoi parsing options helper Change-Id: Ieee368e325d7f

[Openvpn-devel] [PATCH applied] Re: Haiku: Fix short interface path length

2025-01-28 Thread Gert Doering
I'm not totally happy with another #ifdef added to that already-not-so-nice #orgy, but I see no more elegant way. One might consider to move the #define IFNAMSIZ further up, and use it in the "iface[16]" definition (getting rid of one #ifdef)... but that's somewhat outside the scope of this patch

[Openvpn-devel] [XS] Change in openvpn[master]: Haiku: Fix short interface path length

2025-01-28 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/689?usp=email ) Change subject: Haiku: Fix short interface path length .. Haiku: Fix short interface path length * Haiku uses full paths for interface nam

[Openvpn-devel] [XS] Change in openvpn[master]: Haiku: Fix short interface path length

2025-01-28 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#2) to the change originally created by kallisti5. ( http://gerrit.openvpn.net/c/openvpn/+/689?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by flichtenheld Change subject: Haiku: Fix short interface path length

[Openvpn-devel] [M] Change in openvpn[master]: Add unit tests for atoi parsing options helper

2025-01-28 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#3) to the change originally created by plaisthos. ( http://gerrit.openvpn.net/c/openvpn/+/876?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by flichtenheld Change subject: Add unit tests for atoi parsing options helper

[Openvpn-devel] [PATCH applied] Re: Add unit tests for atoi parsing options helper

2025-01-28 Thread Gert Doering
Unit tests are good, and in v2, they actually pass without explosions :-) Your patch has been applied to the master branch. commit 2a6dbf5c6d8666a0dff586f36a867b8509d2f28d Author: Arne Schwabe Date: Tue Jan 28 18:58:55 2025 +0100 Add unit tests for atoi parsing options helper Signed

[Openvpn-devel] [XS] Change in openvpn[master]: Haiku: change del to delete in route command. del is undocumented

2025-01-28 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#2) to the change originally created by kallisti5. ( http://gerrit.openvpn.net/c/openvpn/+/690?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by flichtenheld Change subject: Haiku: change del to delete in route command. del i

[Openvpn-devel] [XS] Change in openvpn[master]: Haiku: change del to delete in route command. del is undocumented

2025-01-28 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/690?usp=email ) Change subject: Haiku: change del to delete in route command. del is undocumented .. Haiku: change del to delete in route command. del is

[Openvpn-devel] [PATCH applied] Re: Haiku: change del to delete in route command. del is undocumented

2025-01-28 Thread Gert Doering
Not much to test here :-) - patch only affects #ifdef TARGET_HAIKU blocks and only "route" command line naming. Your patch has been applied to the master branch. commit 625b3e91b9a5b3283ae59cdab253a55e34feea7f Author: Alexander von Gluck Date: Tue Jan 28 13:41:29 2025 +0100 Haiku: change

[Openvpn-devel] [M] Change in openvpn[master]: Add unit tests for atoi parsing options helper

2025-01-28 Thread cron2 (Code Review)
Attention is currently required from: plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/876?usp=email ) Change subject: Add unit tests for atoi parsing options helper .. Patch Set 2:

[Openvpn-devel] [PATCH v2] Add unit tests for atoi parsing options helper

2025-01-28 Thread Gert Doering
From: Arne Schwabe Change-Id: Ieee368e325d7f9c367fd91fee0fd3e281ee0855d Signed-off-by: Arne Schwabe Acked-by: Frank Lichtenheld --- This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master. Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/87

[Openvpn-devel] [S] Change in openvpn[master]: mroute/management: fix uninitialized variable (UNINIT)

2025-01-28 Thread its_Giaan (Code Review)
Attention is currently required from: cron2, flichtenheld, ordex, plaisthos. its_Giaan has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/880?usp=email ) Change subject: mroute/management: fix uninitialized variable (UNINIT) ..

[Openvpn-devel] [M] Change in openvpn[master]: mroute/management: fix uninitialized variable (UNINIT)

2025-01-28 Thread its_Giaan (Code Review)
Attention is currently required from: cron2, flichtenheld, its_Giaan, plaisthos. Hello cron2, flichtenheld, plaisthos, I'd like you to reexamine a change. Please visit http://gerrit.openvpn.net/c/openvpn/+/880?usp=email to look at the new patch set (#2). The following approvals got outdate

[Openvpn-devel] [M] Change in openvpn[master]: Add unit tests for atoi parsing options helper

2025-01-28 Thread flichtenheld (Code Review)
Attention is currently required from: plaisthos. flichtenheld has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/876?usp=email ) Change subject: Add unit tests for atoi parsing options helper .. Patch

[Openvpn-devel] [S] Change in openvpn[master]: mroute/management: fix unitialized variable (UNINIT)

2025-01-28 Thread ordex (Code Review)
Attention is currently required from: cron2, flichtenheld, its_Giaan, plaisthos. ordex has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/880?usp=email ) Change subject: mroute/management: fix unitialized variable (UNINIT)

[Openvpn-devel] [XS] Change in openvpn[master]: man: extend --persist-tun section

2025-01-28 Thread flichtenheld (Code Review)
Attention is currently required from: ordex, plaisthos. flichtenheld has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/819?usp=email ) Change subject: man: extend --persist-tun section .. Patch Set 2:

[Openvpn-devel] [S] Change in openvpn[master]: mroute/management: fix unitialized variable (UNINIT)

2025-01-28 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, its_Giaan, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/880?usp=email ) Change subject: mroute/management: fix unitialized variable (UNINIT) ...

[Openvpn-devel] [PATCH applied] Re: dco_linux: extend netlink error cb with extra info

2025-01-28 Thread Gert Doering
Straight and to the point, after some initial complications due to older Linux distributions... v9 looks good to me, comes from the Netlink master, and both BB and GHA claim "it's not failing anything" Your patch has been applied to the master branch. commit edad5fa42bff2f291d7d416ccb90f4e7cd5b3

[Openvpn-devel] [S] Change in openvpn[master]: dco_linux: extend netlink error cb with extra info

2025-01-28 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/841?usp=email ) Change subject: dco_linux: extend netlink error cb with extra info .. dco_linux: extend netlink error cb with extra info A netlink error m

[Openvpn-devel] [S] Change in openvpn[master]: dco_linux: extend netlink error cb with extra info

2025-01-28 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#10) to the change originally created by ordex. ( http://gerrit.openvpn.net/c/openvpn/+/841?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by flichtenheld Change subject: dco_linux: extend netlink error cb with extra info ...

[Openvpn-devel] [S] Change in openvpn[master]: mroute/management: fix unitialized variable (UNINIT)

2025-01-28 Thread its_Giaan (Code Review)
Attention is currently required from: flichtenheld, plaisthos. Hello plaisthos, flichtenheld, I'd like you to do a code review. Please visit http://gerrit.openvpn.net/c/openvpn/+/880?usp=email to review the following change. Change subject: mroute/management: fix unitialized variable (UNI

[Openvpn-devel] [S] Change in openvpn[master]: route.c: change the signature of get_default_gateway()

2025-01-28 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, plaisthos, stipa. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/878?usp=email ) Change subject: route.c: change the signature of get_default_gateway() .

[Openvpn-devel] [S] Change in openvpn[master]: dco_linux: extend netlink error cb with extra info

2025-01-28 Thread cron2 (Code Review)
Attention is currently required from: ordex, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/841?usp=email ) Change subject: dco_linux: extend netlink error cb with extra info .. Pa

[Openvpn-devel] [PATCH v9] dco_linux: extend netlink error cb with extra info

2025-01-28 Thread Gert Doering
From: Antonio Quartulli A netlink error may contain more specific attributes: i.e. missing attributes or missing neted objects. Parse and print this information too. Note that we are re-defining some enum entries that exist in netlink.h starting with linux-6.1. Since we do support distros not s

[Openvpn-devel] [S] Change in openvpn[master]: route.c: change the signature of get_default_gateway()

2025-01-28 Thread stipa (Code Review)
Attention is currently required from: flichtenheld, plaisthos. Hello plaisthos, flichtenheld, I'd like you to do a code review. Please visit http://gerrit.openvpn.net/c/openvpn/+/878?usp=email to review the following change. Change subject: route.c: change the signature of get_default_gat

[Openvpn-devel] [M] Change in openvpn[master]: route.c: improve get_default_gateway() logic on Windows

2025-01-28 Thread stipa (Code Review)
Attention is currently required from: flichtenheld, plaisthos. Hello plaisthos, flichtenheld, I'd like you to do a code review. Please visit http://gerrit.openvpn.net/c/openvpn/+/879?usp=email to review the following change. Change subject: route.c: improve get_default_gateway() logic on

[Openvpn-devel] [PATCH v1] Haiku: change del to delete in route command. del is undocumented

2025-01-28 Thread Frank Lichtenheld
From: Alexander von Gluck Change-Id: Ieca0f8aa07413682d39e73dd3ed21a0038d41f49 Signed-off-by: Alexander von Gluck Acked-by: Frank Lichtenheld --- This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master. Gerrit URL: https://gerrit.openvpn.net/

[Openvpn-devel] [PATCH v1] Haiku: Fix short interface path length

2025-01-28 Thread Frank Lichtenheld
From: Alexander von Gluck * Haiku uses full paths for interface names, 16 characters isn't enough. Change-Id: I6de60ed5c03ea45e1d7a3fbfc8ed5075e84d Signed-off-by: Alexander von Gluck Acked-by: Frank Lichtenheld --- This change was reviewed on Gerrit and approved by at least one develope

[Openvpn-devel] [XS] Change in openvpn[master]: Haiku: change del to delete in route command. del is undocumented

2025-01-28 Thread flichtenheld (Code Review)
Attention is currently required from: kallisti5, plaisthos. flichtenheld has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/690?usp=email ) Change subject: Haiku: change del to delete in route command. del is undocumented

[Openvpn-devel] [XS] Change in openvpn[master]: Haiku: Fix short interface path length

2025-01-28 Thread flichtenheld (Code Review)
Attention is currently required from: kallisti5, plaisthos. flichtenheld has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/689?usp=email ) Change subject: Haiku: Fix short interface path length .. Pat

[Openvpn-devel] [S] Change in openvpn[master]: dco_linux: extend netlink error cb with extra info

2025-01-28 Thread flichtenheld (Code Review)
Attention is currently required from: cron2, ordex, plaisthos. flichtenheld has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/841?usp=email ) Change subject: dco_linux: extend netlink error cb with extra info .

[Openvpn-devel] [S] Change in openvpn[master]: dco_linux: extend netlink error cb with extra info

2025-01-28 Thread ordex (Code Review)
Attention is currently required from: cron2, flichtenheld, plaisthos. ordex has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/841?usp=email ) Change subject: dco_linux: extend netlink error cb with extra info .