Acked-by: Gert Doering
This is a useful addition for situations with external constraints
("this VPN access may only be used between 10:00 and 18:00", so you
can ensure the session ends at 17:59:59 without having extra managmeent
logic around). Whether it's overly useful in "global server contex
Currently the life time of the auth-token is tied to the reneogotiation time.
While this is fine for many setups, some setups prefer a user to be no longer
authenticated when the user disconnects from the VPN for a certain amount of
time.
This commit allows to shorten the renewal time of the auth-
Thanks for the thorough review. I have adjusted the 3 minor nits in
the comments, as instructed. I have also removed the spurious blank line.
The code change looks huge, indeed, unless viewed with "-w" - then it's
quite straightforward. For good measure I've still subjected this to
the server
On Fri, Aug 26, 2022 at 10:54:26AM +0200, Frank Lichtenheld wrote:
> Signed-off-by: Frank Lichtenheld
> ---
> dev-tools/uncrustify.conf | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/dev-tools/uncrustify.conf b/dev-tools/uncrustify.conf
> index 3c721396..d5c2a8a7 1006
On Fri, Aug 26, 2022 at 10:54:25AM +0200, Frank Lichtenheld wrote:
> Signed-off-by: Frank Lichtenheld
Note: This patch doesn't apply cleanly anymore due to a conflict
in tun.c. But obviously it can trivially be recreated, since it
is just a call to ./dev-tools/reformat-all.sh.
Let me know if you
Hi Gert,
On 6 Oct 2022, at 16:39, Gert Doering wrote:
> FreeBSD DCO has the open issue of "iroute with the same netmask as
> route, so we want metric/weight/... to differenciate"
>
I’ll try to dig into that, but it’ll be late next week at the earliest.
Best regards,
Kristof
Hi,
On Fri, Oct 07, 2022 at 10:47:08AM +0100, Kristof Provost wrote:
> On 6 Oct 2022, at 16:39, Gert Doering wrote:
> > FreeBSD DCO has the open issue of "iroute with the same netmask as
> > route, so we want metric/weight/... to differenciate"
> I???ll try to dig into that, but it???ll be late ne
On Thu, Oct 06, 2022 at 02:29:40PM +0200, Arne Schwabe wrote:
> Remove function event_timeout_clear_ret as it is unused.
>
> Cleanup event_timeout_trigger a bit. Do an instant return false if the
> timeout is not defined and inline local_now and use
> event_timeout_remaining instead of local dupli