lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 4c0af0f79e73aa47104167cc69ada34a75a61ad8
Date: Sat, 18 Apr 2015 23:50:43 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  4c0af0f79e73aa47104167cc69ada34a75a61ad8 (commit)
       via  fc7e327d19d410df7e617055be1011ceacdd917c (commit)
       via  045f44c7f9a99d25e0bd0c5271da4e69f88eaecd (commit)
       via  867d13b0074622f013a2d05d6bf5d926ed409330 (commit)
      from  40991b93a2526920180c8439e45d7a6d469fc651 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4c0af0f79e73aa47104167cc69ada34a75a61ad8
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 19 01:49:04 2015 +0200

    PPP, MPPE, reworked MPPE debug, using ppp_pcb metadata

commit fc7e327d19d410df7e617055be1011ceacdd917c
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 19 01:20:43 2015 +0200

    PPP, MSCHAP, CCP, MPPE: reworked key passing from CCP to MPPE
    
    Removed mutiple copies of keys by pre-setting MPPE keys during MSCHAP
    negotiation.
    
    Improved MPPE init so we don't need to pass a buffer formatted in a
    special way to MPPE, this is necessary for pppd to talk to the kernel,
    we don't need that here.

commit 045f44c7f9a99d25e0bd0c5271da4e69f88eaecd
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 19 00:26:25 2015 +0200

    PPP, MSCHAP, merged mppe_set_keys() to Set_Start_Key(), merged 
mppe_set_keys2() to SetMasterKeys()

commit 867d13b0074622f013a2d05d6bf5d926ed409330
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 23:51:10 2015 +0200

    PPP, CCP, MPPE: calling mppe_init() in ccp.c instead of using ccp_test()
    
    We don't need this ccp_test() stuff which is used to test if kernel have
    the ability to process MPPE packets. Reworked MPPE so we don't need it.

-----------------------------------------------------------------------

Summary of changes:
 src/include/netif/ppp/mppe.h |   20 ++++-----
 src/include/netif/ppp/ppp.h  |    2 -
 src/netif/ppp/ccp.c          |   50 +++++++---------------
 src/netif/ppp/chap_ms.c      |   69 ++++++++++--------------------
 src/netif/ppp/mppe.c         |   97 +++++++++++++++++++++--------------------
 5 files changed, 98 insertions(+), 140 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]