Hi,

here is the resend of L2TP/PPTP patches.
The patches contain fixes suggested by Daniel Wagner.
I also merged some of the v1 patches together.

Jukka


Jukka Rissanen (11):
  vpn: Add null checks.
  l2tp: Add l2tp makefile and configure file.
  pptp: Add pptp makefile and configure file.
  scripts: Compile libppp-plugin.so properly.
  scripts: Report authentication error to connman.
  l2tp: Check authentication error properly.
  pptp: Return authentication errors properly.
  pptp: Do not put password in command line options.
  readme: Add l2tp and pptp information.
  task: Make sure the process is eventually killed.
  todo: Mark l2tp and pptp as done.

Mohamed Abbas (6):
  vpn: Add support to allow ppp tunnelling.
  task: Allow vpn plugins to send reply.
  pptp: Add pptp vpn support
  pptp: Add ppp plugin library.
  l2tp: Add l2tp vpn support.
  test: Add test script support for pptp/l2tp.

 Makefile.plugins        |   51 +++++
 README                  |   15 ++
 TODO                    |   14 --
 configure.ac            |   44 ++++
 include/task.h          |    2 +-
 plugins/l2tp.c          |  508 +++++++++++++++++++++++++++++++++++++++++++++++
 plugins/pptp.c          |  315 +++++++++++++++++++++++++++++
 plugins/vpn.c           |  146 ++++++++++----
 plugins/vpn.h           |    4 +
 scripts/libppp-plugin.c |  317 +++++++++++++++++++++++++++++
 src/task.c              |   74 ++++++--
 test/connect-vpn        |   18 ++
 12 files changed, 1443 insertions(+), 65 deletions(-)
 create mode 100644 plugins/l2tp.c
 create mode 100644 plugins/pptp.c
 create mode 100644 scripts/libppp-plugin.c

_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to