summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/connectivity/Vpn.java
Commit message (Expand)AuthorAgeFilesLines
* Make the VPN notice connectivity changes on stacked interfaces.Lorenzo Colitti2015-07-021-1/+1
* Support cross-user VPN calls (with permission)Robin Lee2015-05-181-5/+7
* Ensure VPN consent is not revoked in prepare/establish.Jeff Davidson2015-05-111-7/+18
* Fetch DISALLOW_CONFIG_VPN for the current user.Nicolas Prevot2015-05-061-2/+4
* Update use of procstate for services.Dianne Hackborn2015-04-291-2/+3
* am b5e0cfb..557d2f5 from mirror-m-wireless-internal-releaseVinit Deshpande2015-04-141-8/+21
|\
| * Add ConnectivityManager.getActiveNetwork().Paul Jensen2015-04-101-1/+6
| * Non-functional code cleanup of ConnectivityService.Paul Jensen2015-04-081-8/+11
* | am 0a5abe58: am 727cac07: Merge "Add getLegacyVpnInfoPrivileged method"Robert Greenwalt2015-03-261-0/+8
|\ \
| * | Add getLegacyVpnInfoPrivileged methodsj.cha2015-03-231-0/+8
| |/
* | NetworkStatsService to adjust VPN stats before recording.Wenchao Tong2015-03-121-0/+16
* | Remove unused imports in frameworks/base.John Spurlock2015-02-281-5/+0
* | am e4be48e0: am 50996a12: Merge "Do not enforce CONTROL_VPN for calls from lo...Jeff Davidson2015-02-111-4/+25
|\ \ | |/
| * Do not enforce CONTROL_VPN for calls from lockdown VPN.Jeff Davidson2015-02-101-4/+25
* | Clear VPN config when VPN disconnects.Paul Jensen2015-01-211-0/+1
|/
* Merge "Don't enforce control permission when preparing consented VPN." into l...Jeff Davidson2014-11-241-51/+46
|\
| * Don't enforce control permission when preparing consented VPN.Jeff Davidson2014-11-211-51/+46
* | Allow VPNs to specify their underlying networks.Sreeram Ramachandran2014-11-211-11/+52
|/
* Enforce VPN control "permission" with an actual permission.Jeff Davidson2014-11-121-25/+2
* Check UID instead of package name when preparing VPN.Jeff Davidson2014-10-241-3/+3
* Block address families with routes, not NetworkAgent side channelLorenzo Colitti2014-09-231-54/+48
* Add a throw route to the VPN endpoint.Lorenzo Colitti2014-09-221-1/+20
* Implement VpnConfig.addAllowedApplication().Paul Jensen2014-08-251-33/+88
* Restore legacy VPN stats dialog.Jeff Davidson2014-08-221-8/+27
* Merge "Update state to failed if the VPN fails to connect." into lmp-devLorenzo Colitti2014-08-211-0/+1
|\
| * Update state to failed if the VPN fails to connect.Lorenzo Colitti2014-08-201-0/+1
* | Less intrusive VPN dialog and other UX tweaks.Jeff Davidson2014-08-201-118/+55
|/
* Added notification color to all system notificationsSelim Cinek2014-08-201-0/+2
* Allow System UI access to VPN.Jason Monk2014-07-301-0/+5
* Allow VPNs to add/remove link addresses dynamically.Sreeram Ramachandran2014-07-291-1/+44
* Prohibit address families by default unless a VPN explicitly allows them.Sreeram Ramachandran2014-07-281-4/+35
* Fix issues with noticing that a VPN interface is gone.Sreeram Ramachandran2014-07-271-3/+0
* Implement support for bypassable VPNs.Sreeram Ramachandran2014-07-251-1/+6
* Implement VpnService.setBlocking().Jeff Davidson2014-07-231-0/+8
* Cleanup: Delete dead code.Sreeram Ramachandran2014-07-221-12/+0
* Convert Vpn from NetworkStateTracker to NetworkAgent.Paul Jensen2014-07-101-219/+212
* Remove dead code.Robert Greenwalt2014-07-071-2/+1
* Apply DISALLOW_CONFIG_VPN restriction to VPN.Julia Reynolds2014-07-021-1/+6
* am 51e93804: am 05e4dc96: am 850eb678: am eb3c0d9a: am 1aad3ad4: Merge "Fix s...Chad Brubaker2014-03-241-26/+51
|\
| * am eb3c0d9a: am 1aad3ad4: Merge "Fix support for simultaneous VPN tuns" into ...Chad Brubaker2014-03-211-26/+51
| * am 78f204ae: am 8e240af5: Merge "Remove SO_BINDTODEVICE from VPN protect" int...Chad Brubaker2014-03-141-7/+3
| * am 7fb07438: am 674f85af: Merge "Only allow System apps to make VPN exempt ro...Chad Brubaker2014-03-131-0/+14
* | Merge "Remove SO_BINDTODEVICE from VPN protect"Chad Brubaker2014-02-281-7/+3
|\ \
| * | Remove SO_BINDTODEVICE from VPN protectChad Brubaker2014-02-131-7/+3
* | | Only allow System apps to make VPN exempt routesChad Brubaker2014-02-211-0/+14
|/ /
* | am 9158825f: Move some system services to separate directoriesAmith Yamasani2013-12-191-5/+0
|/
* Move some system services to separate directoriesAmith Yamasani2013-12-191-0/+1205