EMV- (N)emp Lösungen, ab Lager

2017-10-30 Thread Holland Shielding Systems BV
Zu Hdn Entwicklungsabteilung, EMV-Labor, Neue wirtschaftliche Lösungen für: Lösungen sicherheitstechnischer Probleme: Kabel abschirmungen und Filter für EMV/EMP den aktuellen Stand von Sicherheitstechnik: Faradaysche Käfig und EMP- Data Center zukunftssichere kostengünstige Maßnahme

Re: [PATCH 3/7] networking: Fall back on IPPROTO_RAW when SOL_RAW is not defined

2017-10-30 Thread Denys Vlasenko
Applied, thanks! On Sat, Oct 7, 2017 at 7:53 PM, James Clarke wrote: > Signed-off-by: James Clarke > --- > networking/ping.c | 8 > networking/traceroute.c | 8 > 2 files changed, 16 insertions(+) > > diff --git a/networking/ping.c b/networking/ping.c > index 774f8f3e0..

Re: [PATCH 2/7] df: Use statvfs instead of non-standard statfs

2017-10-30 Thread Denys Vlasenko
Applied, thanks! On Sat, Oct 7, 2017 at 7:53 PM, James Clarke wrote: > Platforms differ on what their implementations of statfs include. > Importantly, FreeBSD's does not include a f_frsize member inside struct > statfs. However, statvfs is specified by POSIX and includes everything > we need, so

Re: [PATCH 5/7] {udp_io, traceroute}: Standardise IPv6 PKTINFO handling to be portable

2017-10-30 Thread Denys Vlasenko
Applied, thanks! On Sat, Oct 7, 2017 at 7:53 PM, James Clarke wrote: > The current standard (RFC 3542) is for IPV6_RECVPKTINFO to be given to > setsockopt, and IPV6_PKTINFO to be used as the packet type. Previously, > RFC 2292 required IPV6_PKTINFO to be used for both, but RFC 3542 > re-purposed