Re: [Openvpn-devel] coverity issue 1 - MF_EXTERNAL_KEY

2012-12-14 Thread Gert Doering
Hi, On Fri, Dec 14, 2012 at 07:14:27PM +0100, Gert Doering wrote: > coverity scanned our source tree, found 201 false positives (they do not > like msg(M_ERR, ...), msg(M_WARN, ...) or msg(M_FATAL, ...)), and 3 > actual code confusions. Small correction: in the most recent run, they only found

[Openvpn-devel] coverity issue 2 - dead default / code cleanup in mtcp.c

2012-12-14 Thread Gert Doering
Hi, next one: mtcp.c, about line 470: unsigned int flags = MTP_NONE; if (TUN_OUT(c)) flags |= MTP_TUN_OUT; if (LINK_OUT(c)) flags |= MTP_LINK_OUT; switch (flags) { case MTP_TUN_OUT|MTP_LINK_OUT: case MTP_TUN_OUT: newaction = TA_TUN_WRITE; break; case

[Openvpn-devel] coverity issue 1 - MF_EXTERNAL_KEY

2012-12-14 Thread Gert Doering
Hi, coverity scanned our source tree, found 201 false positives (they do not like msg(M_ERR, ...), msg(M_WARN, ...) or msg(M_FATAL, ...)), and 3 actual code confusions. I'm now going to post them here, to elicit comments on whether we want to fix 'em, just ignore 'em, or throw out all the

Re: [Openvpn-devel] Looking to hire consultant - help us disguise OpenVPN traffic from Chinese firewall

2012-12-14 Thread Samuli Seppänen
Also take a look here: -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock > This isn't really the correct list for this. You should have posted to > -users, instead. Check out obfsproxy:

Re: [Openvpn-devel] Looking to hire consultant - help us disguise OpenVPN traffic from Chinese firewall

2012-12-14 Thread Eric Crist
This isn't really the correct list for this. You should have posted to -users, instead. Check out obfsproxy: https://www.torproject.org/projects/obfsproxy.html.en Cheers - Eric F Crist On Dec 14, 2012, at 09:10:49, Ben wrote: > To whom it may concern, > > I

[Openvpn-devel] Looking to hire consultant - help us disguise OpenVPN traffic from Chinese firewall

2012-12-14 Thread Ben
To whom it may concern, I am running a VPN service and have customers located in China who cannot connect via OpenVPN due to recent changes in their firewall. We are looking for solutions to disguise the traffic so the connections won't be reset by the Chinese firewall. If you are interested

[Openvpn-devel] [PATCH] Add a basic --management-external-key client to contrib/

2012-12-14 Thread Joachim Schipper
A very simple client for --management-external-key based on an on-disk keyfile. Useful for testing. Signed-off-by: Joachim Schipper --- .gitignore |1 + contrib/management-external-key-client/Makefile| 12 +