- 03 Jun, 2015 1 commit
-
-
Damien Miller authored
This will be used for automated notification of external vulnerability reports. Change-Id: I047cdcf4d1ea81e142085ddd0c1ec6396ca08de2
-
- 31 Jan, 2015 1 commit
-
-
Elliott Hughes authored
-
- 23 Jan, 2015 1 commit
-
-
Adam Langley authored
The libcrypto and libssl modules (and their respective static and host versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module is sufficient. Change-Id: Ia45a9ff12e903c0f0fb149c7231f8840e49b7cab
-
- 24 Dec, 2014 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: If446c370824553f98bb4fabd31dd719bb18db2ca
-
- 13 Dec, 2014 2 commits
-
-
Andreas Gampe authored
-
Andreas Gampe authored
For build-system CFLAGS clean-up, disable unused-variables warning. Bug: 18632512 Change-Id: Ibf8184e0a05492e322646b2d85dafdbc450ba5f1
-
- 12 Dec, 2014 4 commits
-
-
Chih-Hung Hsieh authored
-
Chih-Hung Hsieh authored
gcc does not check these mismatches, but clang complains about: passing 'const char *' to parameter of type 'char *' discards qualifiers. Change-Id: Iabe6d4e4b47ca8c3a16fb4d97c8f2bc84d67cc31
-
Elliott Hughes authored
-
Adam Langley authored
This change updates the Android specific changes for BoringSSL, which is Google's cleaned up version of OpenSSL. The change also works with the current OpenSSL in Android. Significant changes: * Removal of wrapper functions for the OpenSSL hash functions – these aren't needed. * Use of the OpenSSL DES API. The code currently uses the SSLeay DES functions which are supported by current OpenSSL but were deprecated sometime in the 1990's. The OpenSSL DES API is the supported API for both OpenSSL and the only API in BoringSSL. This change has been proposed upstream in https://github.com/paulusmack/ppp/pull/24. Change-Id: I06c87ae4b5175a268739300eab59d65ddac8a2cc
-
- 11 Dec, 2014 2 commits
-
-
Elliott Hughes authored
-
Adam Langley authored
This change syncs external/ppp with upstream. Specifically it's based on upstream's 6e8eaa7a78b31cdab2edf140a9c8afdb02ffaca5. In order to do this without blowing away the Android-specific changes, I ran a script to try and find a matching revision in upstream's git tree to the initial commit in external/ppp. Based on the contents of *.c and *.h files in pppd/, upstream's f8583676904957554c5a8bd14ede415688835f6c matches with the local revision 82c907af. I diffed upstream's f8583676 with upstream's HEAD and removed chunks from the result that applied to files that aren't present in Android. In some places, the diff didn't apply cleanly because of Android-specific changes: 1) Local change 8ad0dd2a added two "return UPAP_AUTHNAK;" statements in "#if 1" blocks in auth.c. They have been reflected into session.c/session_start by always returning SESSION_FAILED. (Additionally, new code to query the local password db has been disabled via #if !defined(__ANDROID__).) 2) Upstream now always defines INET6 for Linux so I've pulled IPv6 support in. (Otherwise sys-linux.c has compile errors.) 3) linux/ipv6_route.h needed to be included explicitly. 4) I defined HAVE_LOGWTMP to avoid calling some wtmp functions that aren't implemented in Android. A dummy logwtmp is defined. All the above changes are in __ANDROID__ tags to highlight them. Additionally I've ensured that all the pre-existing changes are also now in __ANDROID__ tags. Change-Id: Ia5abe677d6ba4d5e9f4fbcd4fa03d8911b8bed12
-
- 17 Dec, 2013 2 commits
-
-
Elliott Hughes authored
* commit '2e50db22': Fix pppd to build with both old and uapi headers.
-
Elliott Hughes authored
Bug: 11559337 (cherry picked from commit 5e0738a2) Change-Id: I7a25195e22b3b244e75c9f615c1233e34d92dc4d
-
- 06 Dec, 2013 1 commit
-
-
The Android Open Source Project authored
* commit '03bccb2a':
-
- 05 Dec, 2013 1 commit
-
-
The Android Open Source Project authored
-
- 23 Nov, 2013 1 commit
-
-
The Android Open Source Project authored
* commit '70dfaee6':
-
- 22 Nov, 2013 1 commit
-
-
The Android Open Source Project authored
-
- 12 Nov, 2013 3 commits
-
-
Elliott Hughes authored
* commit '530e669b': Fix pppd to build with both old and uapi headers.
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 11559337 Change-Id: Id94bdc78a523067e9cd214b255c6cc3f333adaa3
-
- 24 Jul, 2013 1 commit
-
-
Colin Cross authored
Change-Id: Iaf128867dd892b6756d4d0523c97caadf67d0e0f
-
- 10 Apr, 2013 1 commit
-
-
Ying Wang authored
Bug: 8580410 Change-Id: I89a92f329d721a07a2ae1410b4b86894d4eb9537
-
- 16 Nov, 2012 4 commits
-
-
Ben Cheng authored
-
Nick Kralevich authored
Android already has a version of strlcat / strlcpy. There's no need for pppd to duplicate it. Change-Id: Ie094cccc2d2b8553cf3c6629c6a79bf3b8db9d06
-
Nick Kralevich authored
Android already has a version of strlcat / strlcpy. There's no need for pppd to duplicate it. Change-Id: Ie094cccc2d2b8553cf3c6629c6a79bf3b8db9d06
- 06 May, 2012 1 commit
-
-
Jean-Baptiste Queru authored
-
- 11 Mar, 2012 1 commit
-
-
Chih-Wei Huang authored
Change-Id: I2e991872e297363d2e0a08e92d7fcebdea96a472
-
- 02 Jul, 2011 1 commit
-
-
Chia-chi Yeh authored
Change-Id: I43241717cf25cf713a59bc7c4bbb9ddca10377a7
-
- 29 Jun, 2011 1 commit
-
-
Chia-chi Yeh authored
They will be generated by LegacyVpnRunner. Change-Id: I85a087440b6214aa9ada5db9c3ecc4e18f042313
-
- 19 Oct, 2010 1 commit
-
-
David Deephanphongs authored
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
-
- 08 Oct, 2010 1 commit
-
-
Jean-Baptiste Queru authored
"am a96c501e: Mark ip-up-vpn as optional" Change-Id: I6bb8a4ac696ebb2ba24895698ff0a853117ab769
-
- 07 Oct, 2010 1 commit
-
-
Jean-Baptiste Queru authored
Merge commit 'a96c501e' into gingerbread-plus-aosp * commit 'a96c501e': Mark ip-up-vpn as optional
-
- 26 Sep, 2010 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: If584a830f59f259dd1206bd88df59463c850cb70
-
- 16 Jul, 2010 3 commits
-
-
The Android Open Source Project authored
Change-Id: I8c23f6f2bf984f794758ec27700d5fed4548ac09
-
The Android Open Source Project authored
Change-Id: Iede478bc19d5979417492d172288e6b1267ca5f1
-
Jean-Baptiste Queru authored
-
- 08 Apr, 2010 1 commit
-
-
Peter Enderborg authored
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
-