[PATCH] netcat throttling

2017-05-26 Thread Salvador Fandiño
Hi, The following patch for netcat, adds the capability to limit the data transfer bandwidth with the flag '-B'. For instance, the following command limits ssh traffic to 40KB/s: ssh -oProxyCommand='./nc -B 40 %h %p' localhost cat /bsd >/dev/null ? nc Index: nc.1

Re: Allegations regarding OpenBSD IPSEC

2010-12-23 Thread Salvador Fandiño
On 12/23/2010 06:39 AM, Marsh Ray wrote: On 12/22/2010 03:49 PM, Clint Pachl wrote: Salvador Fandiqo wrote: Could a random seed be patched into the kernel image at installation time? Admittedly this is not entropy, this is a just secret key and anyone with access to the machine would be able t

Re: Allegations regarding OpenBSD IPSEC

2010-12-22 Thread Salvador Fandiño
On 12/22/2010 01:46 AM, Theo de Raadt wrote: 2010/12/21 Theo de Raadt: HANG ON. Go look at the function random_seed() in /usr/src/etc/rc Then look at when it is called. so, the current state of the PRNG will be preserved during reboots. That statement is false. Good. No. You misread th