All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add support for PAP authentication
@ 2014-06-17 21:57 Philip Paeps
  2014-06-17 21:57 ` [PATCH 1/3] gatchat: implement " Philip Paeps
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Philip Paeps @ 2014-06-17 21:57 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1527 bytes --]

Some operators require PAP authentication instead of the more prevalent CHAP.
This is particularly true in the case of private APNs for machine to machine
communication.

These patches add support for PAP in the PPP library and glue for configuring
and provisioning contexts to use it.  The default is still to use CHAP, so
current behaviour shouldn't change unexpectedly.


Philip Paeps (3):
      gatchat: implement PAP authentication
      gprs: make PPP authentication method configurable
      mbpi: add authentication methods to provisioning

 doc/connman-api.txt            |    4 ++++
 drivers/atmodem/gprs-context.c |   14 ++++++++++++++
 gatchat/gatppp.c               |   50 ++++++++++++++++++++++++++++++++++++++++++++++++--
 gatchat/gatppp.h               |    8 ++++++++
 gatchat/ppp.h                  |    9 +++++++++
 gatchat/ppp_auth.c             |  139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gatchat/ppp_lcp.c              |   68 +++++++++++++++++++++++++++++++++++++++++++++++++-------------------
 include/gprs-context.h         |    6 ++++++
 include/gprs-provision.h       |    1 +
 plugins/mbpi.c                 |   32 ++++++++++++++++++++++++++++++++
 plugins/provision.c            |    1 +
 src/gprs.c                     |   83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 12 files changed, 394 insertions(+), 21 deletions(-)


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-06-19  9:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-17 21:57 [PATCH] Add support for PAP authentication Philip Paeps
2014-06-17 21:57 ` [PATCH 1/3] gatchat: implement " Philip Paeps
2014-06-18 22:20   ` Denis Kenzior
2014-06-19  8:29     ` Philip Paeps
2014-06-19  9:41     ` Philip Paeps
2014-06-17 21:57 ` [PATCH 2/3] gprs: make PPP authentication method configurable Philip Paeps
2014-06-18 22:27   ` Denis Kenzior
2014-06-17 21:57 ` [PATCH 3/3] mbpi: add authentication methods to provisioning Philip Paeps
2014-06-18 22:33   ` Denis Kenzior
2014-06-19  8:34     ` Philip Paeps

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.