1. 02 Jul, 2011 1 commit
  2. 29 Jun, 2011 1 commit
  3. 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
  4. 08 Oct, 2010 1 commit
  5. 07 Oct, 2010 1 commit
  6. 26 Sep, 2010 1 commit
  7. 16 Jul, 2010 3 commits
  8. 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
  9. 09 Mar, 2010 1 commit
  10. 05 Feb, 2010 1 commit
  11. 29 Jan, 2010 1 commit
  12. 12 Jan, 2010 1 commit
  13. 15 Dec, 2009 1 commit
  14. 04 Aug, 2009 1 commit
  15. 29 Jul, 2009 1 commit
  16. 26 Jul, 2009 2 commits
  17. 13 Jul, 2009 1 commit
  18. 10 Jul, 2009 1 commit
  19. 02 Jul, 2009 1 commit
  20. 30 Jun, 2009 1 commit
  21. 19 Jun, 2009 3 commits
  22. 16 Jun, 2009 1 commit
    • Chia-chi Yeh's avatar
      Fix few minor things in pppd. · 821c6079
      Chia-chi Yeh authored
      1. Undo some changes about running scripts.
      2. Move android logging from logit() to log_write().
      3. Remove all syslog() related calls.
      821c6079
  23. 15 Jun, 2009 2 commits
  24. 12 Jun, 2009 2 commits
  25. 06 Jun, 2009 2 commits
  26. 08 May, 2009 2 commits
  27. 07 May, 2009 2 commits
  28. 29 Apr, 2009 1 commit
  29. 23 Apr, 2009 1 commit
  30. 21 Apr, 2009 1 commit
    • Chung-yih Wang's avatar
      This change is for enabling the pppd for vpn authentication and setup. · e7f221f1
      Chung-yih Wang authored
      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.
      e7f221f1