]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Use cancellable_gets() for TNCC communication
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 4 Jan 2019 12:44:33 +0000 (12:44 +0000)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 4 Jan 2019 14:30:39 +0000 (14:30 +0000)
commit80342b3492322401468ebb5412a5ce251822ecfc
tree555519500ae34e8c443e754dd92d1492d874c652
parentc2eb86f5c7d10bcfbb028ebe9cbc41e335e6639e
Use cancellable_gets() for TNCC communication

Just keep things simple. This avoids SOCK_SEQPACKET which doesn't work on
OSX, and stops assuming that TNCC will send the whole response in a single
send() call.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
auth-juniper.c