All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Provision the PPP authentication method from mbpi
@ 2014-06-24  9:57 Philip Paeps
  2014-06-24  9:57 ` [PATCH 1/3] include: add auth method to the provisioning API Philip Paeps
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Philip Paeps @ 2014-06-24  9:57 UTC (permalink / raw)
  To: ofono

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

My patch to the mobile-broadband-provider-info database DTD to add an
attribute indicating the authentication method to use was accepted by
the maintainers[1] and merged in their tree[2].

This set of patches adds support for the new attribute in the mbpi
plugin so new GPRS contexts can be correctly provisioned.  If the
authentication method is unspecified in the mbpi database we default
to CHAP (i.e.: previous behaviour).

[1] https://bugzilla.gnome.org/show_bug.cgi?id=731907
[2] https://git.gnome.org/browse/mobile-broadband-provider-info/commit/?id=752ccc5cdb34f427eefc26513a4c8e359883298f

Philip Paeps (3):
  include: add auth method to the provisioning API
  mbpi: add support for provisioning the auth method
  gprs: provision the authentication method

 include/gprs-provision.h |    1 +
 plugins/mbpi.c           |   35 +++++++++++++++++++++++++++++++++++
 src/gprs.c               |    2 ++
 3 files changed, 38 insertions(+)

-- 
1.7.10.4


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

end of thread, other threads:[~2014-06-24 17:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24  9:57 [PATCH 0/3] Provision the PPP authentication method from mbpi Philip Paeps
2014-06-24  9:57 ` [PATCH 1/3] include: add auth method to the provisioning API Philip Paeps
2014-06-24  9:57 ` [PATCH 2/3] mbpi: add support for provisioning the auth method Philip Paeps
2014-06-24  9:57 ` [PATCH 3/3] gprs: provision the authentication method Philip Paeps
2014-06-24 17:49 ` [PATCH 0/3] Provision the PPP authentication method from mbpi Denis Kenzior

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.