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. f4ef6180b82b9edd63e4ec138a1390a499757280
Date: Sun, 19 Apr 2015 14:30:15 +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  f4ef6180b82b9edd63e4ec138a1390a499757280 (commit)
       via  f0c25aaa600b27e4243fd080f32482d322bb0dc3 (commit)
       via  0f63c1ef8f3b4458447ef4e981bed91fbad650e4 (commit)
       via  b27966860e0b4d17c0bad199996ead2f2c309ffc (commit)
       via  51566d43bd6eb49eba6c58bd76801803cae5c396 (commit)
       via  71d085bd130d4e0224ddd263f5825f68b66a6b97 (commit)
       via  ffb10e7aac817158e6b14ddbefc917a4c3974b30 (commit)
      from  a5503df32b96544b51a9c86a355cb753590f9b32 (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 f4ef6180b82b9edd63e4ec138a1390a499757280
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 19 16:28:48 2015 +0200

    PPP, MPPE: allow users to enable CCP and MPPE support in opt.h
    
    We are new ready to process CCP and MPPE packets, allow lwIP users to 
benefit
    from those features.

commit f0c25aaa600b27e4243fd080f32482d322bb0dc3
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 19 16:28:11 2015 +0200

    PPP, MSCHAP, fixed compiler warnings if MPPE support is disabled

commit 0f63c1ef8f3b4458447ef4e981bed91fbad650e4
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 19 16:22:20 2015 +0200

    PPP, CORE, reworked ppp_netif_output* functions to process CCP on all 
protocols
    
    Both IPv4 and IPv6 should be proccessed by CCP, reworked ppp_netif_output*
    in a generic way for CCP.

commit b27966860e0b4d17c0bad199996ead2f2c309ffc
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 19 15:52:46 2015 +0200

    PPP, CCP, MPPE: added packet plumbing in ppp.c to process MPPE packets

commit 51566d43bd6eb49eba6c58bd76801803cae5c396
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 19 14:24:30 2015 +0200

    PPP, normalized debug messages

commit 71d085bd130d4e0224ddd263f5825f68b66a6b97
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 19 14:17:34 2015 +0200

    PPP, CCP, added data packet configuration in ppp_pcb

commit ffb10e7aac817158e6b14ddbefc917a4c3974b30
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 19 13:51:35 2015 +0200

    PPP, CCP, added receive and transmit chosen protocols in ccp_flags_set() 
(renamed ccp_set())
    
    We need to know which methods were chosen when CCP is up, this used to be 
done
    using ccp_test() which we are in the process of removing.
    
    Using non-existing method 0 instead of -1 in CCP for unset method, allowing
    type change from s16_t to u8_t for method.

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

Summary of changes:
 src/include/lwip/opt.h           |   22 +++--
 src/include/netif/ppp/ccp.h      |    2 +-
 src/include/netif/ppp/ppp.h      |    7 ++-
 src/include/netif/ppp/ppp_impl.h |    2 +-
 src/netif/ppp/ccp.c              |   14 ++--
 src/netif/ppp/chap_ms.c          |    6 ++
 src/netif/ppp/ppp.c              |  172 ++++++++++++++++++++++++++++----------
 7 files changed, 160 insertions(+), 65 deletions(-)


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



reply via email to

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