Re: [Openvpn-devel] Re: Openvpn future: probably certificate problems...

2005-01-15 Thread Leonard Isham
On Fri, 14 Jan 2005 20:03:57 -0700 (MST), James Yonan wrote: > On Thu, 13 Jan 2005, Didier Conchaudron wrote: > > > Hi all, > > > > I'm still working on a renewed openvpn service wrapper( which's heading > > to allow a non-admin user to start/stop pre-defined tunnels via a tcp > > socket) and I s

Re: [Openvpn-devel] Re: Openvpn future: probably certificate problems...

2005-01-15 Thread Julien TOUCHE
Leonard Isham a écrit : What about a dual account/ID user situation? Where one user is a normal user with all the restrictions and the other has administrator rights. The first is used to login the second, administrator equivalent is for storing the certificate and running the service. go

[Openvpn-devel] Re: Openvpn future: probably certificate problems...

2005-01-15 Thread Peter 'Luna' Runestig
On 2005-01-15 04:03, James Yonan wrote: [snip] > (1b) The SYSTEM account (sort of like "Windows" root, the user under > which services/daemons run) can't read a specific user's key from the > Crypto API store. I believe that this should be possible. I don't have the time and means to try out stu

Re: [Openvpn-devel] Re: Openvpn future: probably certificate problems...

2005-01-15 Thread James Yonan
Looks like CERT_SYSTEM_STORE_USERS is undefined in the MinGW environment. gcc -g -O2 -Wall -Wno-unused-function -Wno-unused-variable -mno-cygwin -I/c/src/ openssl-0.9.7e/include -I/c/src/lzo-1.08/include -c cryptoapi.c -o cryptoapi.o cryptoapi.c: In function `SSL_CTX_use_CryptoAPI_certificate': cr

[Openvpn-devel] Problem opening TAP device on Win XP from Java

2005-01-15 Thread Harsha V. Madhyastha
Hi, I am a graduate student in Computer Science at the University of Washington. I have been trying to use the TUN/TAP device as a means of capturing incoming and outgoing packets. To make my system portable across Windows and Linux, I have been using Java for development, because of which I h