]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Add openconnect_set_external_browser_callback() and defaults
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 10 Apr 2022 21:11:39 +0000 (22:11 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 11 Apr 2022 13:50:18 +0000 (14:50 +0100)
commitb474b2539aa2abfc4a32de9af1f812d87e1c9a66
treed739b0f09ccdbe902b1cc49d4ce5d78e6b6e7bf1
parentd738b6f2c3c22294539e0c8486b4935c9c3c654b
Add openconnect_set_external_browser_callback() and defaults

There is a little bit of duplication here since the *library* will spawn
the default (xdg-open) and the application (main.c) has basically the same
code, but that's because we don't want to *require* that the app register
the callback. With suitable default behaviour from the library, it will
work even with existing versions of the NM auth-dialog or other GUI tools.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
configure.ac
hpke.c
libopenconnect.map.in
library.c
main.c
openconnect-internal.h
openconnect.h