Re: [Openvpn-devel] Building the TAP drivers from source and then signing them (possible?)

2009-12-11 Thread James Yonan
Jon Onstott wrote: Hello, I am compiling OpenVPN and the TAP driver from source and would like the TAP driver to be signed so that it installs correctly on Vista (and doesn't pop-up warning dialog boxes). I noticed that the configure scripts attempt to do that if "signtool" is defined. Is t

Re: [Openvpn-devel] OpenVPN project organization [WAS: Introducing OpenVPN Community Manager]

2009-12-11 Thread James Yonan
Karl O. Pinc wrote: On 12/10/2009 04:39:57 AM, Samuli Seppänen wrote: David Sommerseth ha scritto: I believe James have received several patches in the past from people on the mailing list - or directly. They will either include patches into their own source trees, or kick them back to

[Openvpn-devel] Building the TAP drivers from source and then signing them (possible?)

2009-12-11 Thread Jon Onstott
Hello, I am compiling OpenVPN and the TAP driver from source and would like the TAP driver to be signed so that it installs correctly on Vista (and doesn't pop-up warning dialog boxes). I noticed that the configure scripts attempt to do that if "signtool" is defined. Is there any way that I coul

Re: [Openvpn-devel] OpenVPN 2.1.0 released

2009-12-11 Thread James Yonan
Yes -- the changes to the tap-win32 source code is only in the comments and clarifies that the source is licensed under GPL 2. James David Sommerseth wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/12/09 10:17, James Yonan wrote: I'm happy to announce the release of OpenVPN 2.1.0.

Re: [Openvpn-devel] Patch for plugin/auth-pam.c

2009-12-11 Thread David Sommerseth
On 11/12/09 18:51, Daniel Johnson wrote: > Daniel Johnson wrote on 2008-12-12: >> When I began testing OpenVPN v2.1_rc9 I was having trouble >> authenticating to the MS Active Directory through auth-pam and Samba. >> I used the following line in my configs (without the linebreak of >> course): > >

Re: [Openvpn-devel] Patch for plugin/auth-pam.c

2009-12-11 Thread Daniel Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Johnson wrote on 2008-12-12: > When I began testing OpenVPN v2.1_rc9 I was having trouble > authenticating to the MS Active Directory through auth-pam and Samba. > I used the following line in my configs (without the linebreak of > course): > >

Re: [Openvpn-devel] OpenVPN project organization [WAS: Introducing OpenVPN Community Manager]

2009-12-11 Thread Karl O. Pinc
On 12/10/2009 04:39:57 AM, Samuli Seppänen wrote: > David Sommerseth ha scritto: > > I believe James have received several patches in the past from > people on > > the mailing list - or directly. > > They will either include patches into their own source > trees, or > > kick them back to be rewo

[Openvpn-devel] Client blocks

2009-12-11 Thread Yevgeny Kosarzhevsky
Greetings, I've setup the client to use two connection blocks, but wasn't able to provide certain options in it. I have one block in udp mode and the other one in tcp. I'd like to customize udp-specific options, like fragment, mssfix, replay-window, tun-mtu. If I put it in udp connection block,

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1.0 released

2009-12-11 Thread David Balazic
James Yonan wrote: > > I'm happy to announce the release of OpenVPN 2.1.0. This release is > basically 2.1_rc22 + some last-minute trivial fixes to > documentation and plugin sample code. Enjoy! Does this mean patches are now accepted? In other words: What is next? What is the plan? Regards

Re: [Openvpn-devel] OpenVPN 2.1.0 released

2009-12-11 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/12/09 10:17, James Yonan wrote: > I'm happy to announce the release of OpenVPN 2.1.0. This release is > basically 2.1_rc22 + some last-minute trivial fixes to documentation and > plugin sample code. Enjoy! > > James I have updated the patch

[Openvpn-devel] A spammer is member of this mailing list? ... [Fwd: Vacation reply]

2009-12-11 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Could someone with list admin please remove this e-mail address from the mailing-list? Every time I mail to the -devel list, I get this spam in reply. Might be something similar to the -users list as well kind regards, David Sommerseth - -

Re: [Openvpn-devel] OpenVPN 2.1.0 released

2009-12-11 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/12/09 10:17, James Yonan wrote: > I'm happy to announce the release of OpenVPN 2.1.0. This release is > basically 2.1_rc22 + some last-minute trivial fixes to documentation and > plugin sample code. Enjoy! This is indeed good news! Thank yo

[Openvpn-devel] OpenVPN 2.1.0 released

2009-12-11 Thread James Yonan
I'm happy to announce the release of OpenVPN 2.1.0. This release is basically 2.1_rc22 + some last-minute trivial fixes to documentation and plugin sample code. Enjoy! James

Re: [Openvpn-devel] 2.1 rc20 and multiple interfaces problem

2009-12-11 Thread James Yonan
Davide, Try adding the "nobind" directive to your client config file. I think this will solve the problem. James Davide Brini wrote: On Thursday 12 November 2009, David Sommerseth wrote: On 12/11/09 19:33, Olaf Fraczyk wrote: Hello, No, I wasn't using --multihome - I didn't know that th

Re: [Openvpn-devel] 2.1 rc20 and multiple interfaces problem

2009-12-11 Thread James Yonan
David Sommerseth wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/11/09 19:33, Olaf Fraczyk wrote: Hello, No, I wasn't using --multihome - I didn't know that this option exists and that is necessary. I haven't found it in man page and in documentation on the web page. The only place

Re: [Openvpn-devel] [PATCH] openvpn-down-root.so causes a segfault on premature exits

2009-12-11 Thread James Yonan
David, I've committed a fix for this: r5261 | james | 2009-12-10 16:50:03 -0700 (Thu, 10 Dec 2009) | 10 lines Changed paths: M /branches/BETA21/openvpn/plugin/auth-pam/auth-pam.c M /branches/BETA21/openvpn/plugin/down