Re: Soekris net6501 GPIO LED support

2013-03-13 Thread Matt Dainty
* Matt Dainty m...@bodgit-n-scarper.com [2013-01-14 11:13:59]: Attached is a patch that adds soekris(4) which provides access to the GPIO and LEDs as implemented by the onboard Xilinx FPGA on the Soekris net6501. The driver provides two GPIO buses; one for the 16 real GPIO pins exposed on the

Re: Soekris net6501 GPIO LED support

2013-03-13 Thread Matt Dainty
* Matt Dainty m...@bodgit-n-scarper.com [2013-03-13 07:56:14]: I'll send a separate patch with the various man page changes. And here's the man page changes. Matt --- /dev/null Wed Mar 13 10:31:11 2013 +++ share/man/man4/man4.amd64/soekris.4 Tue Feb 19 08:34:54 2013 @@ -0,0 +1,57 @@ +.\

Re: tedu faith(4) and faithd(8)

2013-03-13 Thread Mike Belopuhov
On 12 March 2013 19:25, Ted Unangst t...@tedunangst.com wrote: On Tue, Mar 12, 2013 at 15:30, Martin Pieuchot wrote: Diffs below kill respectively faith(4) and faithd(8) as suggested some weeks ago after a submission by dhill. ok? I am, of course, implicitly ok will all deletions of

Re: IKEd support for ECDSA key authentication?

2013-03-13 Thread Jason Hall
Reyk, I've taken the liberty of patching ca.c, crypto.c, ikev2.h, parse.y, iked.8 and iked.conf.5. I'm no expert on this, but this seems to work for me. SAs and Flows are established, it hasn't crashed, and I'm passing data. Let me know what you think. Thanks, -Jason diff -u

Re: IKEd support for ECDSA key authentication?

2013-03-13 Thread Stuart Henderson
On 2013/03/13 09:52, Jason Hall wrote: Reyk, I've taken the liberty of patching ca.c, crypto.c, ikev2.h, parse.y, iked.8 and iked.conf.5. I'm no expert on this, but this seems to work for me. SAs and Flows are established, it hasn't crashed, and I'm passing data. Let me know what you

Re: IKEd support for ECDSA key authentication?

2013-03-13 Thread Jason Hall
Stu, I am in the US. While I am no lawyer, I believe the export resctrictions are on the actual cryptography software, namely OpenSSL, which is developed in your neck of the woods. As my patch doesn't provide any actual cryptography, just using existing methods, it should be ok. But, as I

Add family 15h devices, km(4) sensor.

2013-03-13 Thread Brynet
So someone sent me a new toy, this adds the k15 PCIe devices. Names are copied from the equivalent k14.. because I'm not sure wherefrom they were originally sourced. For km(4), it seems the temperature calculations are off.. according to the BKDG curtmp doesn't seem to actually reflect the real

Re: tedu faith(4) and faithd(8)

2013-03-13 Thread Janne Johansson
2013/3/12 Martin Pieuchot mpieuc...@nolizard.org Diffs below kill respectively faith(4) and faithd(8) as suggested some weeks ago after a submission by dhill. Should this teduing include removal from : distrib/sets/lists/base/mi distrib/sets/lists/man/mi ..also, or does that always fall on

pfctl(8) manual: list -s info counters

2013-03-13 Thread Stuart Henderson
already discussed with jmc, does anyone have comments regarding the descriptions of counters? Index: pfctl.8 === RCS file: /cvs/src/sbin/pfctl/pfctl.8,v retrieving revision 1.156 diff -u -p -r1.156 pfctl.8 --- pfctl.8 29 Sep 2012

Re: find(1) manpage bug

2013-03-13 Thread Jérémie Courrèges-Anglas
Alexander Hall alexan...@beard.se writes: find(1) claims -follow is the same as -H, which is wrong. Indeed, but this confusion is present twice in the manpage. OK? /Alexander Index: find.1 === RCS file:

Re: find(1) manpage bug

2013-03-13 Thread Alexander Hall
On 03/13/13 19:17, Jérémie Courrèges-Anglas wrote: Alexander Hall alexan...@beard.se writes: find(1) claims -follow is the same as -H, which is wrong. Indeed, but this confusion is present twice in the manpage. I don't know the history myself, but I can only assume the switch went wrong

Re: Add family 15h devices, km(4) sensor.

2013-03-13 Thread Juan Francisco Cantero Hurtado
On Wed, Mar 13, 2013 at 10:51:12AM -0400, Brynet wrote: So someone sent me a new toy, this adds the k15 PCIe devices. Names are copied from the equivalent k14.. because I'm not sure wherefrom they were originally sourced. For km(4), it seems the temperature calculations are off.. according

Bug (Minor) - iked print_policy() prints EAP ikeauth type when RSA specified

2013-03-13 Thread Jason Hall
Reyk, When 'rsa' is specified for ikeauth in iked.conf, parse.y - print_policy() reports 'eap UNKNOWN:###' where ### is a random number, observed to be between 1 and 255. If 'rsa' is not specified in iked.conf, print_policy() correctly reports 'rsa'. This is seen when running iked -dv.

Re: find(1) manpage bug

2013-03-13 Thread Jérémie Courrèges-Anglas
Alexander Hall alexan...@beard.se writes: On 03/13/13 19:17, Jérémie Courrèges-Anglas wrote: Alexander Hall alexan...@beard.se writes: find(1) claims -follow is the same as -H, which is wrong. Indeed, but this confusion is present twice in the manpage. I don't know the history myself, but

Re: PF divert(4) bugfix: recalculate checksums on packet reinjection

2013-03-13 Thread Lawrence Teo
On Mon, Mar 04, 2013 at 11:37:32PM -0500, Lawrence Teo wrote: Brief background: divert(4) sockets can be used to send packets to a userspace program. The program can inspect the packets and decide to either reinject them back into the kernel or drop them. According to the divert(4) man