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. 5937932370bd151b68fa7adfe382942f25307660
Date: Thu, 19 Mar 2015 20:45:35 +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  5937932370bd151b68fa7adfe382942f25307660 (commit)
       via  794c93b5403d94f4e622f81edeb6c2416e6a3114 (commit)
       via  b92ac33022d88d77e4e2d89e0baa94dedf3ea9a4 (commit)
       via  90bbcbf9943f39c4bbf7705faf8765f0a2c26ea5 (commit)
       via  151995f88c0ef682af7ebf0f285c82500dd44704 (commit)
       via  611b3c4c2cc61ecfec6f74f8d1f9358850156b3b (commit)
       via  2a6104ab1770730249a35ddc84194639d3d009f0 (commit)
       via  1dcd4cc220a464b3e72a4a08c25d2683c974d3d3 (commit)
       via  7174578ac3b180c854b7de12d35f1d64372e407d (commit)
       via  10d09049bbe09dd3e166850094b726775182e5ee (commit)
       via  98c6a4e86eebf141aa6482e5b0eea1cdfdc2cbc1 (commit)
       via  3bd52891c51b803a4be838a20253e1fe1244fae5 (commit)
      from  ee752ab1ceafd3aa64bf5f861a3d397351c9a12a (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 5937932370bd151b68fa7adfe382942f25307660
Author: Sylvain Rochet <address@hidden>
Date:   Thu Mar 19 01:25:52 2015 +0100

    PPP, CCP, various fix if MPPE is enabled

commit 794c93b5403d94f4e622f81edeb6c2416e6a3114
Author: Sylvain Rochet <address@hidden>
Date:   Thu Mar 19 01:12:20 2015 +0100

    PPP, CCP, various compiler warnings fix

commit b92ac33022d88d77e4e2d89e0baa94dedf3ea9a4
Author: Sylvain Rochet <address@hidden>
Date:   Thu Mar 19 00:59:37 2015 +0100

    PPP, CCP, updated to our utils.c function name

commit 90bbcbf9943f39c4bbf7705faf8765f0a2c26ea5
Author: Sylvain Rochet <address@hidden>
Date:   Thu Mar 19 00:50:05 2015 +0100

    PPP, CCP, updated ccp_printpkt() prototype to match other *_printpkt()

commit 151995f88c0ef682af7ebf0f285c82500dd44704
Author: Sylvain Rochet <address@hidden>
Date:   Thu Mar 19 00:48:28 2015 +0100

    PPP, CCP, updated ANY_COMPRESS() to use ccp_options*

commit 611b3c4c2cc61ecfec6f74f8d1f9358850156b3b
Author: Sylvain Rochet <address@hidden>
Date:   Thu Mar 19 00:37:26 2015 +0100

    PPP, CCP, commented-in unused global variables used for options

commit 2a6104ab1770730249a35ddc84194639d3d009f0
Author: Sylvain Rochet <address@hidden>
Date:   Thu Mar 19 00:34:53 2015 +0100

    PPP, CCP, added ccp.h in ppp.h

commit 1dcd4cc220a464b3e72a4a08c25d2683c974d3d3
Author: Sylvain Rochet <address@hidden>
Date:   Thu Mar 19 00:31:10 2015 +0100

    PPP, CCP, reworked to our ppp_pcb* pointer and ppp_pcb->ccp* data field

commit 7174578ac3b180c854b7de12d35f1d64372e407d
Author: Sylvain Rochet <address@hidden>
Date:   Tue Mar 17 23:22:56 2015 +0100

    PPP, CCP, moved CCP global variables to ppp_pcb (ppp.h)

commit 10d09049bbe09dd3e166850094b726775182e5ee
Author: Sylvain Rochet <address@hidden>
Date:   Tue Mar 17 22:42:46 2015 +0100

    PPP, CCP, replaced bool to unsigned int in struct ccp_options

commit 98c6a4e86eebf141aa6482e5b0eea1cdfdc2cbc1
Author: Sylvain Rochet <address@hidden>
Date:   Tue Mar 17 22:38:09 2015 +0100

    PPP, CCP, updated FSM state with our FSM state define PPP_FSM_x

commit 3bd52891c51b803a4be838a20253e1fe1244fae5
Author: Sylvain Rochet <address@hidden>
Date:   Tue Mar 17 22:34:55 2015 +0100

    PPP, CCP, commented-in unused PPP config file parsing

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

Summary of changes:
 src/include/netif/ppp/ccp.h     |   26 +-
 src/include/netif/ppp/chap_ms.h |    2 +
 src/include/netif/ppp/mppe.h    |  121 ++++++++
 src/include/netif/ppp/ppp.h     |   67 +++--
 src/netif/ppp/auth.c            |    2 +-
 src/netif/ppp/ccp.c             |  574 ++++++++++++++++++---------------------
 src/netif/ppp/chap_ms.c         |    2 +
 src/netif/ppp/ppp.c             |    4 +
 8 files changed, 446 insertions(+), 352 deletions(-)
 create mode 100644 src/include/netif/ppp/mppe.h


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



reply via email to

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