lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 25 May 2007 07:17:40 +0200
From:	Eric Dumazet <dada1@...mosbay.com>
To:	David Miller <davem@...emloft.net>
CC:	netdev@...r.kernel.org
Subject: Re: [PATCH]: Make XFRM_ACQ_EXPIRES tweakable

David Miller a écrit :
> I've had several requests for the capability to change this
> timeout, which I think is perfectly reasonable.
> 
> So I intend to merge the following upstream unless I hear
> some objections :-)
> 
> commit 7191f131aff4797f2a906495c7b285d8adf47da2
> Author: David S. Miller <davem@...set.davemloft.net>
> Date:   Thu May 24 21:28:00 2007 -0700
> 
>     [XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.
>     
>     Signed-off-by: David S. Miller <davem@...emloft.net>

well :)

> 
> --- a/net/xfrm/xfrm_state.c
> +++ b/net/xfrm/xfrm_state.c
> @@ -33,6 +33,8 @@ EXPORT_SYMBOL(sysctl_xfrm_aevent_etime);
>  u32 sysctl_xfrm_aevent_rseqth = XFRM_AE_SEQT_SIZE;
>  EXPORT_SYMBOL(sysctl_xfrm_aevent_rseqth);
>  
> +u32 sysctl_xfrm_acq_expires = 30;
> +

You already knows what is my objection :)


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ