lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. bfe0c3a8e0


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. bfe0c3a8e01c69f4a757c8915e18d012e9aee218
Date: Sat, 21 Feb 2015 18:52:26 +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 "UNNAMED PROJECT".

The branch, master has been updated
       via  bfe0c3a8e01c69f4a757c8915e18d012e9aee218 (commit)
       via  a387270b765d93e6d8976c798949d57cc3e315d6 (commit)
       via  59b659b027031979587cd47a1d2020fe7c5710f4 (commit)
       via  973472c51e43aea6fae7ac98a893bee5ab73a8a2 (commit)
       via  9052511c86694316c492ea7661e80f310dab3236 (commit)
      from  f57d4818a4e920e0053271d320f60697ffa83b78 (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 bfe0c3a8e01c69f4a757c8915e18d012e9aee218
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 19:43:04 2015 +0100

    opt.h: fixed warnings if PPP auth support is not enabled
    
    lwip/src/netif/ppp/polarssl/md4.c:43:20: warning: 
"LWIP_INCLUDED_POLARSSL_MD4" is not defined [-Wundef]
    lwip/src/netif/ppp/polarssl/sha1.c:42:20: warning: 
"LWIP_INCLUDED_POLARSSL_SHA1" is not defined [-Wundef]
    lwip/src/netif/ppp/polarssl/des.c:43:20: warning: 
"LWIP_INCLUDED_POLARSSL_DES" is not defined [-Wundef]

commit a387270b765d93e6d8976c798949d57cc3e315d6
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 19:38:47 2015 +0100

    PPP, PPPoS, fixed PPP_INPROC_MULTITHREADED support
    
    Oops.

commit 59b659b027031979587cd47a1d2020fe7c5710f4
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 19:32:38 2015 +0100

    PPP, CORE, compile out auth support if none of auth protocols are enabled
    
    Added macro PPP_AUTH_SUPPORT, if none of auth protocols are enabled
    (PAP, CHAP, EAP) we reduce PPP memory usage by compiling out all
    struct fields and source code used for authentication.

commit 973472c51e43aea6fae7ac98a893bee5ab73a8a2
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 18:43:31 2015 +0100

    opt: clarified VJ support
    
    VJ is only supported for PPPoS, RFCs does not say VJ is forbidden on
    PPPoE or PPPoL2TP (looks like it is strongly discouraged though, due
    to checksum issues when using VJ).

commit 9052511c86694316c492ea7661e80f310dab3236
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 21 18:41:39 2015 +0100

    PPP, Documentation, fixed PPP_INPROC_MULTITHREADED default status

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

Summary of changes:
 doc/ppp.txt                      |    5 +++--
 src/include/lwip/opt.h           |   20 ++++++++++++++++----
 src/include/netif/ppp/ppp.h      |   10 ++++++++--
 src/include/netif/ppp/ppp_impl.h |    4 ++++
 src/netif/ppp/auth.c             |   15 +++++++++++----
 src/netif/ppp/lcp.c              |    2 ++
 src/netif/ppp/ppp.c              |    9 +++++++++
 src/netif/ppp/pppos.c            |    2 +-
 8 files changed, 54 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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