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. 41ee45d9f76eeabf31b17da4760e70a58d274e37
Date: Wed, 09 Sep 2015 18:32:24 +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  41ee45d9f76eeabf31b17da4760e70a58d274e37 (commit)
       via  79e72018540e6b0890b18d293a2af38a87192501 (commit)
      from  ddf899ad1e7e415da6b8d7388c987214e373ff81 (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 41ee45d9f76eeabf31b17da4760e70a58d274e37
Author: Sylvain Rochet <address@hidden>
Date:   Wed Sep 9 20:28:01 2015 +0200

    PPP: fix constness in PPP related files when PRINTPKT_SUPPORT is enabled

commit 79e72018540e6b0890b18d293a2af38a87192501
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Sep 8 21:33:00 2015 +0200

    PPP: fix constness in PPP related files (GCC -Wcast-qual)
    
    Signed-off-by: Dirk Ziegelmeier <address@hidden>

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

Summary of changes:
 src/include/netif/ppp/chap-new.h      |    2 +-
 src/include/netif/ppp/fsm.h           |    2 +-
 src/include/netif/ppp/mppe.h          |    2 +-
 src/include/netif/ppp/polarssl/des.h  |    2 +-
 src/include/netif/ppp/polarssl/md4.h  |    2 +-
 src/include/netif/ppp/polarssl/md5.h  |    2 +-
 src/include/netif/ppp/polarssl/sha1.h |    2 +-
 src/include/netif/ppp/ppp_impl.h      |    2 +-
 src/netif/ppp/ccp.c                   |    6 +-
 src/netif/ppp/chap-md5.c              |    6 +-
 src/netif/ppp/chap-new.c              |    4 +-
 src/netif/ppp/chap_ms.c               |  100 ++++++++++++++++----------------
 src/netif/ppp/eap.c                   |    6 +-
 src/netif/ppp/ecp.c                   |    4 +-
 src/netif/ppp/fsm.c                   |    6 +-
 src/netif/ppp/ipcp.c                  |    6 +-
 src/netif/ppp/ipv6cp.c                |    6 +-
 src/netif/ppp/lcp.c                   |    6 +-
 src/netif/ppp/mppe.c                  |    4 +-
 src/netif/ppp/polarssl/des.c          |    2 +-
 src/netif/ppp/polarssl/md4.c          |   10 ++--
 src/netif/ppp/polarssl/md5.c          |   10 ++--
 src/netif/ppp/polarssl/sha1.c         |   10 ++--
 src/netif/ppp/upap.c                  |    6 +-
 src/netif/ppp/utils.c                 |   10 ++--
 25 files changed, 109 insertions(+), 109 deletions(-)


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



reply via email to

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