[Openvpn-devel] port-share and portability

2006-05-16 Thread Stephen Borrill
Hi, I've been looking at the 2.1 betas and getting excited about the port-share option. There's numerous caveats about lack of portability in the source and man page, but I don't know why. sendmsg and recvfrom have been in BSD since, well, ever, really. NetBSD and FreeBSD have both had MSG_NOS

[Openvpn-devel] port-share and portability

2006-05-18 Thread Stephen Borrill
Resent as didn't arrive first time. Hi, I've been looking at the 2.1 betas and getting excited about the port-share option. There's numerous caveats about lack of portability in the source and man page, but I don't know why. sendmsg and recvfrom have been in BSD since, well, ever, really. Net

Re: [Openvpn-devel] port-share and portability

2006-05-20 Thread Stephen Borrill
James Yonan wrote: Stephen Borrill wrote: Hi, I've been looking at the 2.1 betas and getting excited about the port-share option. There's numerous caveats about lack of portability in the source and man page, but I don't know why. sendmsg and recvfrom have been in BSD si

[Openvpn-devel] Inline certs/keys?

2006-06-01 Thread Stephen Borrill
Could the configuration file format be extended to allow inclusion of relevant certs and keys in-line? e.g. instead of "ca ca.crt" and then having a separate file, you have something like: dev tun proto udp remote server 1194 ca-inline -BEGIN CERTIFICATE- [snip] -END CERTIFICATE