Re: [PATCH] Add Keychain support

2018-11-04 Thread David Woodhouse
On Sun, 2018-10-21 at 09:19 -0700, Yoshimasa Niwa wrote: > Updated a patch. > > * Change `--use-keychain` behavior as I suggested in previous email. > * Update help texts and man page > * Add `--save-to-keychain` option to specify which fields are saved >to Keychain. > > -- >8 -- >

Re: [PATCH] Add Keychain support

2018-11-04 Thread David Woodhouse
On Sat, 2018-11-03 at 22:37 -0700, Yoshimasa Niwa wrote: > > Hm... or maybe only the 'password' type fields should be stored in > > keychain and every other form field can be provided on the command > > line? Those ones aren't secret, after all. > > Yeah, I agree. Keychain should only fill the

Re: Complicated web login flows with Pulse Secure VPN

2018-11-04 Thread David Woodhouse
On Tue, 2018-10-30 at 16:54 -0500, Andy Wang wrote: > I was, up until very recently, using openconnect and > NetworkManager-openconnect to connect to my work VPN. I had a private > hack to make the stoken stuff work (it was submitted in an email on > this list) as well as another hack to deal

Re: Complicated web login flows with Pulse Secure VPN

2018-11-04 Thread Andy Wang
On Sun, Nov 4, 2018 at 11:55 AM David Woodhouse wrote: > > Remind me of those please. As I prepare for the 8.0 release it would be > good to pull those in unless they're completely horrible hacks specific > to your setup. > The second patch I mentioned was a pretty bad hack (especially after

Re: [PATCH] Fix stoken support for Juniper VPN

2018-11-04 Thread Andy Wang
David, This is the stoken patch that you asked about on my other thread. Thanks, Andy On Fri, Sep 7, 2018 at 10:49 AM Andy Wang wrote: > > Ensure stoken seed is properly prepared using block copied from Cisco > VPN support in auth.c > > Signed-off-by: Andy Wang > --- > auth-juniper.c | 8