Joachim Kuebart
|
1b30402e86
fix: generalise check for user name field
|
3 years ago |
David Woodhouse
|
2e3c6330c4
Fix output redirection under Windows
|
3 years ago |
Daniel Lenski
|
9dc2244c9e
main.c CLI: replace confusingly-used `FILE *pid_fp` with `int wrote_pid`
|
3 years ago |
David Woodhouse
|
b30e1c9a39
Fix printf types in stats output
|
3 years ago |
David Woodhouse
|
7f42c35e5c
Fix up string handling for ciphersuite_config
|
3 years ago |
Daniel Lenski
|
bc935727c2
Merge branch 'jkuebart:fix/forms-without-action'
|
3 years ago |
Joachim Kuebart
|
3775544af5
fix: keep going when forms have only hidden fields
|
3 years ago |
Daniel Lenski
|
7e2129f8a9
ensure that openconnect_disable_{dtls,ipv6} do nothing if vpninfo has ever been connected
|
5 years ago |
Daniel Lenski
|
856d39d060
allow specification of multiple certificate fingerprints on command-line via --servercert
|
4 years ago |
Daniel Lenski
|
f07d798f7c
Merge branch 'openssl-sec-level' into 'master'
|
4 years ago |
Daniel Lenski
|
4e07eecaf0
with --allow-insecure-crypto, additionally attempt to disable insecure systemwide minimum crypto settings
|
4 years ago |
Daniel Lenski
|
4df34b87de
Merge branch 'stats_and_connection_info' into 'master'
|
4 years ago |
Daniel Lenski
|
fef2c7fbb8
defer the switch to syslog until AFTER the tunnel is fully up,
|
4 years ago |
Daniel Lenski
|
b156b581e8
add SIGUSR1 as trigger to print detailed connection information and stats
|
4 years ago |
Daniel Lenski
|
f152cf7d43
Add `openconnect_get_auth_expiration` function to library and JNI
|
4 years ago |
Daniel Lenski
|
efbbdbf931
include quit_reason in exit message
|
4 years ago |
Daniel Lenski
|
14c124c3a2
Merge branch 'enable_insecure_debugging' into 'master'
|
4 years ago |
Daniel Lenski
|
e2c5b7345f
Merge branch 'delay_tunnel_and_close' into 'master'
|
4 years ago |
Nikos Mavrogiannopoulos
|
cc98dc5ed2
Merge branch 'tmp-add-scan-build' into 'master'
|
4 years ago |
Daniel Lenski
|
8c212a0ef2
Merge branch 'less_confusing_output_when_authentication_fails' into 'master'
|
4 years ago |
Nikos Mavrogiannopoulos
|
74c0eeb898
openconnect_set_token_mode: propagate error code
|
4 years ago |
Daniel Lenski
|
ce8c6968f5
less confusing output when authentication fails
|
4 years ago |
Daniel Lenski
|
51ee2dec14
-b/--background: check for error when fork()ing
|
4 years ago |
Daniel Lenski
|
557ac6cfa6
use setup_tun callback to defer printing connection status AND backgrounding until tun_is_up
|
4 years ago |
Daniel Lenski
|
4923d84b83
factor out print_connection_info()
|
4 years ago |
Daniel Lenski
|
958020bea8
we should still try to cleanly close the session if tun device creation fails
|
4 years ago |
Nikos Mavrogiannopoulos
|
824c05a143
main: avoid unnecessary memory copy (and leak)
|
4 years ago |
Daniel Lenski
|
7789af0e5c
The resurrection of --no-cert-check was not met with universal acclaim
|
4 years ago |
Daniel Lenski
|
1cdc7deb94
Add `./configure --enable-insecure-debugging` option.
|
4 years ago |
Daniel Lenski
|
251e14e4f7
remove --no-cert-check from options list
|
4 years ago |