1. 03 Jun, 2015 1 commit
  2. 31 Jan, 2015 1 commit
  3. 23 Jan, 2015 1 commit
    • Adam Langley's avatar
      Remove superfluous OpenSSL include paths. · 33887595
      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
      33887595
  4. 24 Dec, 2014 2 commits
  5. 13 Dec, 2014 2 commits
  6. 12 Dec, 2014 4 commits
  7. 11 Dec, 2014 2 commits
    • Elliott Hughes's avatar
      Merge "Sync to upstream head." · 041b0f93
      Elliott Hughes authored
      041b0f93
    • Adam Langley's avatar
      Sync to upstream head. · 1286c078
      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
      1286c078
  8. 17 Dec, 2013 2 commits
  9. 06 Dec, 2013 1 commit
  10. 05 Dec, 2013 1 commit
  11. 23 Nov, 2013 1 commit
  12. 22 Nov, 2013 1 commit
  13. 12 Nov, 2013 3 commits
  14. 24 Jul, 2013 1 commit
  15. 10 Apr, 2013 1 commit
    • Ying Wang's avatar
      Add liblog · 45a0ef39
      Ying Wang authored
      Bug: 8580410
      Change-Id: I89a92f329d721a07a2ae1410b4b86894d4eb9537
      45a0ef39
  16. 16 Nov, 2012 4 commits
  17. 06 May, 2012 1 commit
  18. 11 Mar, 2012 1 commit
  19. 02 Jul, 2011 1 commit
  20. 29 Jun, 2011 1 commit
  21. 19 Oct, 2010 1 commit
    • David Deephanphongs's avatar
      Add and correct NOTICE files. · 43a588f9
      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
      43a588f9
  22. 08 Oct, 2010 1 commit
  23. 07 Oct, 2010 1 commit
  24. 26 Sep, 2010 1 commit
  25. 16 Jul, 2010 3 commits
  26. 08 Apr, 2010 1 commit
    • Peter Enderborg's avatar
      Added proper handling of pty-names for pipe usage. · 11088bb1
      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
      11088bb1