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. 949d76b32856701bb1793cf5017ff8ce3fef9102
Date: Sat, 18 Apr 2015 17:15:25 +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  949d76b32856701bb1793cf5017ff8ce3fef9102 (commit)
       via  210a2ccfdf485f22f5655b486019408c134e8fb7 (commit)
       via  3862aad2f7a701386c7a1612aa842cc5126496ce (commit)
       via  2a005c2f11bfdfcd704d2f8be1f0e1d6053cf537 (commit)
       via  ab46ac9bd8ff3a61a52a732d2208e496a7185942 (commit)
       via  c51ed84fd851431b11b584fc2267aa7b713bcca2 (commit)
       via  74054ea9074eb45549e1f7b3ae96e267256bd3f9 (commit)
       via  f79bc033609a66c3a49f69c769f28d21d79368c4 (commit)
      from  b553df860cedb95ceb8f4b54a9ecc2cd1884ca38 (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 949d76b32856701bb1793cf5017ff8ce3fef9102
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 19:14:39 2015 +0200

    PPP, MSCHAP: ensure magic tables are not copied and initialized on stack

commit 210a2ccfdf485f22f5655b486019408c134e8fb7
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 18:51:45 2015 +0200

    PPP, MSCHAP, MPPE: shared identical mppe_sha1_pad* between MSCHAP and MPPE

commit 3862aad2f7a701386c7a1612aa842cc5126496ce
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 17:56:35 2015 +0200

    PPP, MSCHAP, reworked local functions and constants
    
    MSCHAP was written the old-way, with all functions declared non static in
    header, independent of their local or global scope status. Same for local
    constants. Reworked in a more mordern way.

commit 2a005c2f11bfdfcd704d2f8be1f0e1d6053cf537
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 17:41:44 2015 +0200

    PPP, MPPE, moved MPPE global variables from MSCHAP to ppp_pcb

commit ab46ac9bd8ff3a61a52a732d2208e496a7185942
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 17:29:55 2015 +0200

    PPP, CHAP, reworked to pass ppp_pcb pointer to CHAP childs (MD5, MSCHAP, 
MSCHAPv2)
    
    We are going to need ppp_pcb* in MSCHAP and MSCHAPv2 for MPPE for
    int mppe_keys_set, u_char mppe_send_key and u_char mppe_recv_key
    which are currently global variable which must be moved to ppp_pcb.

commit c51ed84fd851431b11b584fc2267aa7b713bcca2
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 16:13:44 2015 +0200

    PPP, MPPE, added ppp_mppe_state comp and decomp to ppp.h

commit 74054ea9074eb45549e1f7b3ae96e267256bd3f9
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 14:54:25 2015 +0200

    PPP, MPPE, struct ppp_mppe_state to typedef
    
    We usually handle "typedefed" struct in lwIP, and I agree this is a cleaner
    approach. Replaced struct ppp_mppe_state to ppp_mppe_state.

commit f79bc033609a66c3a49f69c769f28d21d79368c4
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 13:41:38 2015 +0200

    PPP, MPPE, optimized struct ppp_mppe_state size

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

Summary of changes:
 src/include/netif/ppp/chap-new.h |   10 +-
 src/include/netif/ppp/chap_ms.h  |   73 ---------------
 src/include/netif/ppp/mppe.h     |   61 ++++++++-----
 src/include/netif/ppp/ppp.h      |   17 ++++-
 src/netif/ppp/ccp.c              |   11 +--
 src/netif/ppp/chap-md5.c         |    9 ++-
 src/netif/ppp/chap-new.c         |   10 +-
 src/netif/ppp/chap_ms.c          |  186 +++++++++++++++++++++++++-------------
 src/netif/ppp/mppe.c             |   44 +++------
 9 files changed, 214 insertions(+), 207 deletions(-)


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



reply via email to

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