[vpnc-devel] Feature requests: Kvpnc compability, cisco hash integration.

Dennis Jansen d-jansen at gmx.de
Tue Aug 15 16:53:53 CEST 2006


Hey,

firstly it would be really nice if you could apply this patch, for
compability to kvpnc, a nice GUI for your client.

665a666
>       int stdinfd;
788c789,793
<                       s = strdup(getpass(""));
---
>                       stdinfd = fileno(stdin);
>                       if(isatty(stdinfd))
>                               s = strdup(getpass(""));
>                       else
>                               getline(&s,&s_len,stdin);

(comes from http://home.gna.org/kvpnc/de_DE/faq.html#013)

secondly it would be very nice for direct use, too if you could make
using cisco profile files easier. This could be done by either
implementing direct support for reading the files or the possibility to
directly paste the hash codes into the password prompt.

Thanks for your time and this cool program! (it's much more stable and
responsive than the cisco client!)
Please CC me in your replies,

Dennis


More information about the vpnc-devel mailing list