summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/connectivity/Vpn.java
Commit message (Expand)AuthorAgeFilesLines
* Support multiple Vpn ManageDialogsChad Brubaker2013-07-161-1/+9
* Restricted profiles use Owner's VPNChad Brubaker2013-07-151-45/+199
* Add per user VPN supportChad Brubaker2013-07-121-41/+110
* Make legacy VPN work over stacked interfaces.Lorenzo Colitti2013-07-111-6/+7
* resolved conflicts for merge of fca0f92e to stage-aosp-masterElliott Hughes2013-06-281-5/+5
|\
| * Switch frameworks/base over from @hidden Charsets to public StandardCharsets.Elliott Hughes2013-06-281-5/+5
* | Lockdown VPN handles its own connection teardown.Jeff Sharkey2013-05-011-2/+17
* | Listen for network disconnect.Robert Greenwalt2013-04-221-2/+49
* | Improve ConnectivityManager docsRobert Greenwalt2013-02-221-0/+1
|/
* KeyStore: stop using state()Kenny Root2013-02-141-1/+1
* Monitor the right interface re VPNRobert Greenwalt2012-10-121-1/+7
* Fix issue #7214090: Need to be able to post notifications to all usersDianne Hackborn2012-09-241-2/+3
* Always-on VPN.Jeff Sharkey2012-08-271-0/+15
* Migrate legacy VPN arguments to system_server.Jeff Sharkey2012-08-241-10/+125
* Begin moving VPN to NetworkStateTracker pattern.Jeff Sharkey2012-08-231-89/+191
* Cleaner controls between Vpn and init services.Jeff Sharkey2012-08-061-10/+6
* Make LocalSocket Closeable.Jeff Sharkey2012-08-051-10/+4
* Network data activity change intent for network interfaces.Haoyu Bai2012-07-171-0/+3
* VPN: move VpnDialogs away from system uid.Chia-chi Yeh2012-06-081-8/+26
* am 1e9e7f76: am ff321d49: Merge "VPN: silence VPN notifications." into ics-mr1Chia-chi Yeh2012-01-121-1/+1
|\
| * VPN: silence VPN notifications.Chia-chi Yeh2012-01-111-1/+1
* | VPN: fix a CloseGuard warning.Chia-chi Yeh2011-12-271-6/+2
|/
* VPN: delete the "abort" file before starting VPN daemons.Chia-chi Yeh2011-12-081-0/+1
* VPN: stop daemons by closing the control sockets.Chia-chi Yeh2011-08-221-17/+25
* VPN: reset legacy VPN when resetting IPv4 addresses.Chia-chi Yeh2011-08-161-1/+3
* VPN: introduce VpnService as the base class for user space VPN.Chia-chi Yeh2011-08-081-5/+54
* VPN: move away from the VPN permission.Chia-chi Yeh2011-08-031-44/+42
* Clear the bitmap from the canvas in a lot of places.Dianne Hackborn2011-08-021-1/+3
* VPN: increase timeout period to 60 seconds for legacy VPN.Chia-chi Yeh2011-07-221-1/+1
* Merge "NetworkManagementService: receive bandwidth controller events"JP Abgrall2011-07-211-0/+2
|\
| * NetworkManagementService: receive bandwidth controller eventsJP Abgrall2011-07-141-0/+2
* | VPN: tear down VPN when the dependent interface is down.Chia-chi Yeh2011-07-141-3/+20
* | VPN: close the socket in protectVpn() to avoid leaking descriptors.Chia-chi Yeh2011-07-141-11/+3
* | VPN: Hook up the new control protocol and network state.Chia-chi Yeh2011-07-141-31/+69
|/
* VPN: implement status report for legacy VPN.Chia-chi Yeh2011-07-041-12/+51
* VPN: rename some variables.Chia-chi Yeh2011-07-031-35/+35
* VPN: convert prepare() into a form which helps solve race conditions.Chia-chi Yeh2011-07-031-30/+37
* VPN: minor refinement.Chia-chi Yeh2011-07-031-9/+9
* VPN: merge JNI methods.Chia-chi Yeh2011-07-021-20/+7
* VPN: give legacy VPN a fake package name.Chia-chi Yeh2011-07-021-58/+73
* VPN: integrate legacy VPN.Chia-chi Yeh2011-07-011-24/+58
* VPN: Use List<String> instead for dnsServers and searchDomains.Chia-chi Yeh2011-07-011-2/+5
* VPN: rename service(s) to daemon(s) to reduce confusion.Chia-chi Yeh2011-07-011-33/+33
* VPN: fix the build.Chia-chi Yeh2011-07-011-1/+1
* VPN: refactor a little bit for the upcoming integration of legacy VPN.Chia-chi Yeh2011-06-301-27/+25
* VPN: refactor few JNI methods for the usage of legacy VPN.Chia-chi Yeh2011-06-301-16/+23
* VPN: add a method to handle requests of legacy VPNs.Chia-chi Yeh2011-06-291-2/+202
* Hookup interface status to other clientsMike J. Chen2011-06-241-1/+5
* VPN: avoid leaking file descriptors.Chia-chi Yeh2011-06-171-3/+11
* VPN: move VpnDialogs related methods into VpnConfig.Chia-chi Yeh2011-06-171-27/+28