openconnect: Add asking cookie from agent
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Fri, 30 Nov 2012 09:30:39 +0000 (11:30 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 30 Nov 2012 13:01:18 +0000 (15:01 +0200)
commitc62dadcc0b8a7d495085b15549bbf90f3b97b1a9
treedbee219f159be365f9c145869e805ce75b028f22
parenta77919a94541af7094eed38d7245583caf6e6ccf
openconnect: Add asking cookie from agent

It is possible to ask the cookie from agent for OpenConnect
VPN client. The agent should connect to VPN gateway, get the
HTML page, show the page in window or parse the HTML, then
allow user to feed the user id and passphrase and post the result.
The server will then return cookie to agent which should pass
the cookie to openconnect plugin in connman-vpnd daemon.
vpn/plugins/openconnect.c