summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/net/VpnProfile.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Ignore other IKE options if IkeTunnelConnectionParams is set" am: 4816...Chiachang Wang2022-04-071-9/+53
|\
| * Ignore other IKE options if IkeTunnelConnectionParams is setChiachang Wang2022-04-061-9/+53
* | Merge "Allow VPN apps to ask for running the validation checks" am: cbb2fa2f0...Jean Chalard2022-02-091-10/+26
|\|
| * Allow VPN apps to ask for running the validation checksChiachang Wang2022-02-091-10/+26
* | Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-2/+2
* | Merge "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Ashwini Oruganti2022-01-121-2/+2
|\ \
| * | Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-2/+2
* | | Merge "Add configuration whether to exclude local traffic in the VPN" am: 801...Chiachang Wang2021-12-281-5/+26
|\ \ \ | |/ / |/| / | |/
| * Add configuration whether to exclude local traffic in the VPNChiachang Wang2021-12-281-5/+26
| * Fix Ikev2 vpn cannot establish through startLegacyVpn()lucaslin2021-07-301-5/+8
| * Improve IKEv2/IPsec VPN by proposing more IPsec algorithmsYan Yan2021-05-211-22/+24
* | Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-2/+2
* | Fix Ikev2 vpn cannot establish through startLegacyVpn()lucaslin2021-06-291-5/+8
* | Improve IKEv2/IPsec VPN by proposing more IPsec algorithmsYan Yan2021-05-211-22/+24
|/
* [Mainline] Migrate ProxyInfoSerik Beketayev2020-12-231-5/+8
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-1/+1
* Remove ProxyInfo(String) and update callers to use ProxyInfo(Uri)Aaron Huang2020-07-061-1/+2
* Add methods for IKEv2/IPsec test mode profilesBenedict Wong2020-05-121-5/+27
* Make VpnProfile.maxMtu default value match Ikev2VpnProfileBenedict Wong2020-03-271-4/+5
* Add support for starting IKEv2/IPsec VPNs from settingsBenedict Wong2020-02-191-5/+29
* Add additional fields to VpnProfile for profile-based IKEv2/IPsec VPNsBenedict Wong2020-01-221-57/+236
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-3/+2
* Support VPN Proxy(1/2)Takayuki, Ogura2019-02-261-3/+30
* Limit access to suspected false positives.Mathew Inwood2018-12-281-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+9
* VPN profile: break up lockdown mode validationCharles He2017-03-201-16/+32
* Merge \"Update isValidLockdownProfile to block PPTP\" into nyc-mr1-devRobin Lee2016-07-061-0/+5
|\
| * Update isValidLockdownProfile to block PPTPRobin Lee2016-07-061-0/+5
* | Avoid instantiations of Boolean that are immediately unboxed.Tobias Thierer2016-04-251-1/+1
|/
* Remove unnecessary allocation+unboxing of objects.Narayan Kamath2016-04-181-1/+1
* Switch frameworks/base over from @hidden Charsets to public StandardCharsets.Elliott Hughes2013-06-281-3/+3
* Parcel VpnProfile without using disk format.Jeff Sharkey2012-10-191-8/+42
* Always-on VPN.Jeff Sharkey2012-08-271-0/+31
* Migrate legacy VPN arguments to system_server.Jeff Sharkey2012-08-241-1/+28
* Migrate VpnProfile definition to framework.Jeff Sharkey2012-07-191-0/+123