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

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

Changes since v1:

 o Split patchset into a commit per directory
 o Remove Signed-off-by: tags
 o Fix coding style nits
 o Use a counter instead of a random value for the
   Authenticate-Request identifer
 o Omit the provisioning code pending a discussion with
   the mobile-broadband-provider-info maintainers

Philip Paeps (5):
  gatchat: implement PAP authentication
  include: add auth method to the gprs context API
  atmodem: set the PPP authentication method to use
  gprs: make PPP authentication method configurable
  doc: describe the AuthenticationMethod property

 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              |   62 ++++++++++++------
 include/gprs-context.h         |    6 ++
 src/gprs.c                     |   84 ++++++++++++++++++++++++
 9 files changed, 355 insertions(+), 21 deletions(-)

-- 
1.7.10.4


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19 10:07 [PATCH v2 0/5] Add support for PAP authentication Philip Paeps
2014-06-19 10:07 ` [PATCH 1/5] gatchat: implement " Philip Paeps
2014-06-19 10:07 ` [PATCH 2/5] include: add auth method to the gprs context API Philip Paeps
2014-06-19 10:07 ` [PATCH 3/5] atmodem: set the PPP authentication method to use Philip Paeps
2014-06-19 10:07 ` [PATCH 4/5] gprs: make PPP authentication method configurable Philip Paeps
2014-06-19 10:07 ` [PATCH 5/5] doc: describe the AuthenticationMethod property Philip Paeps
2014-06-21 17:11 ` [PATCH v2 0/5] Add support for PAP authentication Denis Kenzior
2014-06-22  9:33   ` 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.