OSDN Git Service

This change is for enabling the pppd for vpn authentication and setup.
authorChung-yih Wang <cywang@google.com>
Tue, 14 Apr 2009 08:37:04 +0000 (16:37 +0800)
committerChung-yih Wang <cywang@google.com>
Tue, 21 Apr 2009 07:24:09 +0000 (15:24 +0800)
commite7f221f12403dcb4081d08e28c54d3b2a1ab05ee
treef3504ceeef3b634c8f0e4a0858435114dad11f14
parent8ad0dd2a5c5f23cd210aedba72a43e48026e7436
This change is for enabling the pppd for vpn authentication and setup.
It includes:
  1. Enable the CHAPMS authentication for talking to MS vpn server.
  2. Reuse the message digest/hashing functions in openssl instead of
     the md4, md5 and sha1 functions in the package to save the space.
  3. Enable the execution the ip-up/ip-down script on Android.

Update: add comment and replace tab with spaces.
pppd/Android.mk
pppd/chap-new.c
pppd/chap_ms.c
pppd/ipcp.c
pppd/openssl-hash.c [new file with mode: 0644]
pppd/openssl-hash.h [new file with mode: 0644]
pppd/pppcrypt.c
pppd/pppcrypt.h