2021-03-30 |
David Woodhouse | Resync translations with sources |
commit | commitdiff | tree |
2021-03-30 |
David Woodhouse | Add basic docs for (or at least admit the existence... |
commit | commitdiff | tree |
2021-03-30 |
David Woodhouse | Merge branch 'master' of gitlab.com:openconnect/openconnect |
commit | commitdiff | tree |
2021-03-30 |
David Woodhouse | Merge branch 'add_f5_and_fortinet' of gitlab.com:openco... |
commit | commitdiff | tree |
2021-03-30 |
Daniel Lenski | main.c CLI: replace confusingly-used `FILE *pid_fp... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | bugfix !165 Juniper forms handling |
commit | commitdiff | tree |
2021-03-29 |
David Woodhouse | Fix build warnings |
commit | commitdiff | tree |
2021-03-29 |
David Woodhouse | Merge branch 'ppp_core' of gitlab.com:openconnect/openc... |
commit | commitdiff | tree |
2021-03-29 |
David Woodhouse | Merge branch 'pre_PPP_cross_protocol_bits' of gitlab... |
commit | commitdiff | tree |
2021-03-29 |
David Woodhouse | Fix installer deps |
commit | commitdiff | tree |
2021-03-29 |
David Woodhouse | Include wintun dll in installer |
commit | commitdiff | tree |
2021-03-29 |
David Woodhouse | Fix handling of downloaded files |
commit | commitdiff | tree |
2021-03-29 |
David Woodhouse | Turn off -Wdeclaration-after-statement and allow C99 |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | flask-based tests: give up on CentOS7 |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | I do believe a changelog addition is in order |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | don't require F5 forms other than first one to have... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | F5: factor out plain_auth_form() |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | test multi-domain logins in F5 tests |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | rename (resp_buf, form_buf) → (req_buf, resp_buf) in... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | turns out F5 can have an authgroup dropdown |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: fix token code generation |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: fix crash caused by absence of redirect |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | make F5 and Fortinet tests go through config-pulling... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | add auth-f5 tests |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | add auth-fortinet tests |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | cleanup and clarify comments about tests that are XFAIL... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | add openconnect__strchrnul function to compat.c |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet's realm parameter comes from the URL-path |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: parse <split-dns> domains and DNS servers... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | attempt to implement Fortinet challenge-based 2FA ... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | simpler fortinet_obtain_cookie() |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | official Forticlient doesn't 'GET /remote/index', so... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | implement fortinet_obtain_cookie |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: assume default route if no split routes received |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: remove unused function |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: implement auth_expiration |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: note divergences of header values from openfo... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: server rejects asyncmap and header compressio... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet does not use HDLC framing |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: socket switches abruptly from HTTP request... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: explain to the user if connecting to an ancie... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: ignore 401/403 response to remote/index request |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fortinet: set HTTP user-agent to 'Mozilla/5.0 SV1'... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | parse real Fortinet config |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | hard-code browser UA into test-fortinet-login.py |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | add test-fortinet-login.py |
commit | commitdiff | tree |
2021-03-29 |
David Woodhouse | Add basic attempt at Fortinet support |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | F5: pause-and-reconnect doesn't preserve IP addresses... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | F5: fix old options leak on reconnect |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | F5: one of the GET requests in login flow appears unnec... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | F5: implement f5_obtain_cookie |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | add test-f5-login.py script |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | use check_address_sanity for F5 too |
commit | commitdiff | tree |
2021-03-29 |
David Woodhouse | First attempt at F5 support |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | ppp-over-tls tests: fix PPP-over-IPv6 tests on Ubuntu |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Juniper: bugfix handling of loginForm.VerificationCode |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | ppp-over-tls tests: give up on CentOS 6 |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | fix <select>/<option> parsing bug |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | ppp-over-tls tests: more comments about how hard it... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | add openconnect__strchrnul function to compat.c |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | ppp-over-tls tests: /etc/ppp script permissions problems |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | allegedly universal MTU calculator: use for GPST and PPP |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | ppp-over-tls test: figured out how to make socat invoke... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | factor out internal_split_cookies from auth-juniper.c |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | ppp-over-tls tests: try to keep CentOS 6 CI working... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | split htmlnode_next and htmlnode_dive |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | ppp: add comment about likely meaninglessness of server... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | factor out internal_get_url function |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | automatically disable pppd tests if socat or pppd are... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | unset delay_tunnel_reason as soon as PPP reaches networ... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | clarify un-HDLC logging a bit |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | fix nakbuf leak |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | CI: re-enable PPP tests for CentOS7, Fedora, and Ubuntu |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | give nullppp the option of cancelling/terminating itsel... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | improve ppp-over-tls tests |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | more accurate PPP-over-TLS MTU calculation |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | Fix three sanitizer complaints |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | add ppp-over-tls tests (with pppd as the reference... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | add OC_PROTO_HIDDEN and use this to hide nullppp from... |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | add 'nullppp' protocol for testing |
commit | commitdiff | tree |
2021-03-29 |
David Woodhouse | add support for PPP-based protocols |
commit | commitdiff | tree |
2021-03-29 |
Daniel Lenski | auth-juniper.c simplifications (including ignoring... |
commit | commitdiff | tree |
2021-03-28 |
Daniel Lenski | oncp_control_queue → tcp_control_queue |
commit | commitdiff | tree |
2021-03-28 |
Daniel Lenski | make buf_append_{be16,be32,le16} global |
commit | commitdiff | tree |
2021-03-27 |
David Woodhouse | Fix printf types in stats output |
commit | commitdiff | tree |
2021-03-27 |
David Woodhouse | Cast GetVolumeInformationByHandleW to (void *) |
commit | commitdiff | tree |
2021-03-27 |
David Woodhouse | Resync translations with sources |
commit | commitdiff | tree |
2021-03-27 |
David Woodhouse | Update translations from GNOME |
commit | commitdiff | tree |
2021-03-27 |
David Woodhouse | Fix non-Windows compilation. I hate autoconf. |
commit | commitdiff | tree |
2021-03-27 |
David Woodhouse | Merge branch 'no_more_X-AnyConnect-Platform_header... |
commit | commitdiff | tree |
2021-03-27 |
David Woodhouse | Fix Windows build warning: No %zd for size_t on Windows |
commit | commitdiff | tree |
2021-03-27 |
David Woodhouse | Fix Win32 build warnings about _putenv_s() redeclaration |
commit | commitdiff | tree |
2021-03-27 |
David Woodhouse | Merge branch 'handle_GP_cookie_rejected_errors' of... |
commit | commitdiff | tree |
2021-03-26 |
Daniel Lenski | add link to online documentation, put TAP-Windows in... |
commit | commitdiff | tree |
2021-03-26 |
Daniel Lenski | CI: update artifact paths for MinGW* builds |
commit | commitdiff | tree |
2021-03-26 |
Daniel Lenski | Merge branch 'master' into build_NSIS_based_installers_... |
commit | commitdiff | tree |
2021-03-26 |
Daniel Lenski | remove now-unneeded make-windows-installer.sh, re-embed... |
commit | commitdiff | tree |
2021-03-26 |
Daniel Lenski | set OCCTL_SOCKET in tests/common.sh, if unset |
commit | commitdiff | tree |
2021-03-26 |
Daniel Lenski | fix pfs and obsolete-server-crypto tests on Ubuntu |
commit | commitdiff | tree |
2021-03-26 |
David Woodhouse | Actually create installer packages for MinGW builds |
commit | commitdiff | tree |
next |