Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-protocol support #34

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

Multi-protocol support #34

wants to merge 31 commits into from

Conversation

dlenski
Copy link
Collaborator

@dlenski dlenski commented Aug 6, 2018

Very preliminary take on #28… but it's already working for me with both GlobalProtect and Juniper 😀

TODO:

  • Populate the vpn_protocol preference list dynamically using mOC.getSupportedProtocols()
  • Enable/disable other preferences based on VPNProto.flags
  • (done) Update docs to reflect multi-protocol support.
  • (done) The X-CSTP-Idle-Timeout field should be replaced with a protocol-agnostic field (which doesn't yet exist in the openconnect base)
  • (done) Juniper servers will throw extra authentication applets/trojans at you if Java appears in your User-Agent string 🤦‍♂️ … it'd be good to be able to set the User-Agent string.

BUGS:

@dlenski
Copy link
Collaborator Author

dlenski commented Aug 9, 2018

The various changes to openconnect needed to support this have all been merged upstream… hooray! 🎉

@dlenski
Copy link
Collaborator Author

dlenski commented Jan 6, 2019

@cernekee, any interest in taking a look at this now that all the required machinery is in the official OpenConnect release?

external: Use the ANDROID_NDK env variable as a default NDK path
@rezaulkhan111
Copy link

Why not compile C++ Project on windows. any one can solve this problem

dlenski and others added 21 commits November 25, 2020 09:49
Need to use very recent versions of @dlenski's openconnect, incorporating
the multi-protocol API into the Java bindings
(https://github.com/dlenski/openconnect)
…system/bin/sh

Incredibly frustrating… why is this happening?
- Possibly because stdin is closed?
- Possibly because the output buffer isn't big enough?
Latest LibOpenConnect has two constructors, one of which accepts a User-Agent string.
yaoxinghuo and others added 6 commits November 25, 2020 09:52
- match whitespace convention elsewhere in project (TAB→4sp)
- remove debugging comments
- remove files that appear to do nothing (app/src/main/res/layout-v26/*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants