History log of /frameworks/base/vpn/java/android/net/vpn/PptpProfile.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1f1602e7291ab2b4d8d76db33c89828b6e58e6c0 30-Jul-2009 Hung-ying Tyan <tyanh@google.com> Add the encryption option to PptpProfile parcel.
/frameworks/base/vpn/java/android/net/vpn/PptpProfile.java
fe8e48cdd5e621905b8c07325dbe77bffffdb4bb 30-Jul-2009 Hung-ying Tyan <tyanh@google.com> Add state saving mechanism to support proc restart

Also...
+ stop daemons before getting server IP;
+ remove setForeground();
+ add the DBG flag for Log.d calls.

PatchSet 3:
+ add CHALLENGE_ERROR and REMOTE_HUNG_UP to VpnManager
+ broadcast new error codes in VpnService
+ check local IP change instead of dns change
+ move removeStates() to VpnService.onFinalCleanUp()

PatchSet 7:
+ add encryption flag to PptpProfile
+ PptpService and MtpdHelper are revised accordingly
/frameworks/base/vpn/java/android/net/vpn/PptpProfile.java
d3aba7f7b67c758b2b325276538da6e1350cce69 19-Jun-2009 Hung-ying Tyan <tyanh@google.com> Add PPTP, L2TP/IPSec preshared key and other fixes.

* Changes
+ Add PptpProfile.java, PptpService.java.
+ Add L2tpIpsecPskProfile.java
+ Add PPTP and L2TP_IPSEC_PSK entries in VpnType.java.
+ Add the secret option to L2tpProfile.java and have L2tpIpsecProfile
extend it.
+ Add MtpdHelper to send common PPP options.
+ Add getGatewayIp() to VpnService().
+ Revise VpnService.reallyGetHostIp().

Patch Set 6, 7, 8:
+ Add L2TP secret flag in L2tpProfile.

Patch Set 9:
+ Add description to VpnType.

Patch Set 11:
+ Pass ipparam to mtpd.

Patch Set 12:
+ Add L2TP secret support
+ Fix string constants
/frameworks/base/vpn/java/android/net/vpn/PptpProfile.java