• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

external/ppp


RSS
Rev. Zeit Autor
ab046ff honeycomb-x86 2011-11-05 07:26:57 Chih-Wei Huang

enable pppd on x86

86befae 2011-11-05 07:26:53 Kyle Yu

add chat to source tree

Change-Id: If0eb5854d89cfebd1275e9ca64ef8622bf0be5e1

43a588f 2010-10-20 07:03:24 David Deephanphongs

Add and correct NOTICE files.

Add NOTICE file for ip-up-vpn.
Remove GPLed code from pppd (wasn't being compiled in), and
fix up pppd/NOTICE to reflect.

Change-Id: I44b7b2680f65013f96f0043e40e8deeebabe2ec4

5a02650 2010-10-08 23:41:49 Jean-Baptiste Queru

Manual merge of b273b20c

"am a96c501e: Mark ip-up-vpn as optional"

Change-Id: I6bb8a4ac696ebb2ba24895698ff0a853117ab769

b273b20 2010-10-08 07:54:39 Jean-Baptiste Queru

am a96c501e: Mark ip-up-vpn as optional

Merge commit 'a96c501e99bc7de068540225102854994e30cad1' into gingerbread-plus-aosp

* commit 'a96c501e99bc7de068540225102854994e30cad1':
Mark ip-up-vpn as optional

a96c501 2010-09-27 02:06:46 Jean-Baptiste Queru

Mark ip-up-vpn as optional

Change-Id: If584a830f59f259dd1206bd88df59463c850cb70

35003ca 2010-07-17 05:06:31 The Android Open Source Project

merge from open-source master

Change-Id: I8c23f6f2bf984f794758ec27700d5fed4548ac09

d88bff8 2010-07-17 03:41:36 The Android Open Source Project

add meta-files about 3rd party projects

Change-Id: Iede478bc19d5979417492d172288e6b1267ca5f1

c0527a2 2010-07-16 23:24:37 Jean-Baptiste Queru

Merge "Added proper handling of pty-names for pipe usage."

11088bb 2010-04-08 22:38:24 Peter Enderborg

Added proper handling of pty-names for pipe usage.

This fixes running ppp through adb as sockets, that are connected
to a pipe with the help of nc. Further, the path construction now
corresponds to other versions of pppd.

Change-Id: Ib810dc69cbdf08b58cde65210b31cd7bd1427721

42d99d5 2010-03-09 11:04:37 Jean-Baptiste Queru

Add an empty CleanSpec.mk

Change-Id: I4683e60ae455b68496aff88734a065ca50c56ef2

64163ad 2010-02-06 01:09:36 The Android Open Source Project

reconcile main tree with open-source eclair

1195451 2010-01-30 07:08:19 The Android Open Source Project

reconcile android-2.1_r1 snapshot

cd833af 2010-01-13 08:18:32 The Android Open Source Project

android-2.1_r1 snapshot

1661f73 2009-12-15 09:33:00 Chia-chi Yeh

Add support to get information from environment variables.

Bug: 2325838
Change-Id: I2e1df5a71aead40063f82cc0dda222f370ad4043

a09909a 2009-08-05 01:00:22 Jean-Baptiste Queru

merge from open-source master

b7ab15e 2009-07-30 06:56:59 Jean-Baptiste Queru

merge from donut

3774789 2009-07-27 03:43:55 Jean-Baptiste Queru

reconcile korg/master into goog/master

8567059 2009-07-26 09:48:02 Jean-Baptiste Queru

Merge korg/donut into korg/master

d8f84f2 2009-07-13 13:56:43 Chia-chi Yeh

am 6e2a095b: pppd: Implement ip-up-vpn to modify routing table when vpn is up.

Merge commit '6e2a095b1792c0e54f80e54521f2ec1d1e8e405a'

* commit '6e2a095b1792c0e54f80e54521f2ec1d1e8e405a':
pppd: Implement ip-up-vpn to modify routing table when vpn is up.

6e2a095 2009-07-10 16:33:59 Chia-chi Yeh

pppd: Implement ip-up-vpn to modify routing table when vpn is up.

7d489df 2009-07-03 06:24:59 Chia-chi Yeh

am dffa1806: pppd: Remove the UID check to allow running as a non-root user.

Merge commit 'dffa18062629fab18e536d21fe5f8b8f07c7e991'

* commit 'dffa18062629fab18e536d21fe5f8b8f07c7e991':
pppd: Remove the UID check to allow running as a non-root user.

dffa180 2009-07-01 07:10:41 Chia-chi Yeh

pppd: Remove the UID check to allow running as a non-root user.

It is safe because it will not work without proper capabilities.
Allowing privileged options is also safe for the same reason.

1cbc875 2009-06-19 14:39:12 Chia-chi Yeh

am 12f72b25: Few changes to pppd for VPN.

Merge commit '12f72b25ea06006706eb0cdbbe1c965eb8fc03be'

* commit '12f72b25ea06006706eb0cdbbe1c965eb8fc03be':
Few changes to pppd for VPN.

12f72b2 2009-06-19 14:35:23 Chia-chi Yeh

Few changes to pppd for VPN.

1. Remove TARGET_OUT_OPTIONAL_EXECUTABLES from Android.mk
since pppd is now required by VPN, no longer optinoal.
2. Avoid creating pid files.
3. Use linkname as a suffix of program names which allows
different users to run different set of scripts. E.g.
if linkname is "vpn", "/etc/ppp/ip-up-vpn" is executed.

a409fea 2009-06-19 11:48:16 Chia-chi Yeh

am 821c6079: Fix few minor things in pppd.

Merge commit '821c6079634ae728eda7a19e947a2c8f0dd1fdaa'

* commit '821c6079634ae728eda7a19e947a2c8f0dd1fdaa':
Fix few minor things in pppd.

821c607 2009-06-16 19:19:44 Chia-chi Yeh

Fix few minor things in pppd.

1. Undo some changes about running scripts.
2. Move android logging from logit() to log_write().
3. Remove all syslog() related calls.

69a772c 2009-06-15 16:17:37 Chia-chi Yeh

am af399d90: pppd: Enable MPPE in Android.mk.

Merge commit 'af399d90a97fe1483580abaae2966d9cbd235d57'

* commit 'af399d90a97fe1483580abaae2966d9cbd235d57':
pppd: Enable MPPE in Android.mk.

af399d9 2009-06-15 15:40:46 Chia-chi Yeh

pppd: Enable MPPE in Android.mk.

7a87099 2009-06-13 00:26:12 Chung-yih Wang

am 0d2480fe: Add system property for ip-up script to get system properties.

Merge commit '0d2480fe57e12a218fee54cd25fcab1bae3aa16a'

* commit '0d2480fe57e12a218fee54cd25fcab1bae3aa16a':
Add system property for ip-up script to get system properties.