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. b553df860cedb95ceb8f4b54a9ecc2cd1884ca38
Date: Sat, 18 Apr 2015 00:04:29 +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  b553df860cedb95ceb8f4b54a9ecc2cd1884ca38 (commit)
       via  f753a728dd28ff65af3d4dd01cdad221dbf62eeb (commit)
       via  3f2e8ebcdf579889b32a768d1ef7cdde755b53de (commit)
       via  a1fe83c0708c42ec82218c5eb62f920c1ff171a5 (commit)
       via  879c94b01e35fa173bf2f653ad2071e32c3b9abf (commit)
       via  da40445d75caa63ab229f0376efe4b1af24b5234 (commit)
       via  6235e1ae576d165f509300913996ce9b3e0445ac (commit)
       via  3618432107694490da7a5dcd0f6cbdcbfc940ecd (commit)
       via  f1cba8a0ea23179c62f6e40a738730fe02c69006 (commit)
       via  489760d2e3d61a21e71705a3fd6d658b140deec3 (commit)
      from  caf9fc568715b82587ed9698658fdcd40c6c0a9d (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 b553df860cedb95ceb8f4b54a9ecc2cd1884ca38
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 02:02:00 2015 +0200

    PPP, CCP, deflate, BSD compress, predictor 1 & 2 are now optional at 
compile time

commit f753a728dd28ff65af3d4dd01cdad221dbf62eeb
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 01:10:25 2015 +0200

    PPP, CCP, compile-out a bit more MPPE code if MPPE is disabled

commit 3f2e8ebcdf579889b32a768d1ef7cdde755b53de
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 00:48:26 2015 +0200

    PPP, MPPE, merged mppe_comp_init() and mppe_decomp_init() into mppe_init()
    
    Removing a bit of redundancy and previous artefact of a generic kernel
    interface. Exporting mppe_init() instead of mppe_comp_init() plus
    mppe_decomp_init().

commit a1fe83c0708c42ec82218c5eb62f920c1ff171a5
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 00:43:24 2015 +0200

    PPP, MPPE, remove dead code

commit 879c94b01e35fa173bf2f653ad2071e32c3b9abf
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 00:33:57 2015 +0200

    PPP, MPPE, removed mppe_alloc() and mppe_free()
    
    We are going to use statically allocated struct ppp_mppe_state through PPP 
PCB,
    removed now useless mppe_alloc() and mppe_free().
    
    Merged mppe_alloc() key copy to mppe_init().

commit da40445d75caa63ab229f0376efe4b1af24b5234
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 00:26:15 2015 +0200

    PPP, MPPE, changed API to use struct ppp_mppe_state* instead of void*
    
    Now that struct ppp_mppe_state is exported, change MPPE API to use
    struct ppp_mppe_state* instead of void*, we don't need that to be generic.

commit 6235e1ae576d165f509300913996ce9b3e0445ac
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 00:15:52 2015 +0200

    PPP, MPPE, moved struct ppp_mppe_state from mppe.c to mppe.h
    
    In order to be able to use struct ppp_mppe_state statically allocated,
    export struct ppp_mppe_state.

commit 3618432107694490da7a5dcd0f6cbdcbfc940ecd
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 18 00:02:49 2015 +0200

    PPP, MPPE, reworked mppe_rekey()
    
    Moved sha1_context from struct ppp_mppe_state to stack, we don't need it 
past
    mppe_rekey(). Moved shared MEMCPY() outside initial_key if block.

commit f1cba8a0ea23179c62f6e40a738730fe02c69006
Author: Sylvain Rochet <address@hidden>
Date:   Fri Apr 17 23:53:22 2015 +0200

    PPP, MPPE, merged get_new_key_from_sha() to mppe_rekey()
    
    get_new_key_from_sha() is only used in mppe_rekey(), merged

commit 489760d2e3d61a21e71705a3fd6d658b140deec3
Author: Sylvain Rochet <address@hidden>
Date:   Fri Apr 17 23:21:13 2015 +0200

    PPP, CCP, re-added missing ccp_test()
    
    ccp_test() is not only used to test kernel support, but also to set MPPE 
keys,
    we will change that further, but for now, re-add the necessary ccp_test()

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

Summary of changes:
 src/include/netif/ppp/ccp.h  |   26 ++++++
 src/include/netif/ppp/mppe.h |   44 ++++++++---
 src/include/netif/ppp/ppp.h  |   11 +++
 src/netif/ppp/ccp.c          |  127 +++++++++++++++++++++++++++----
 src/netif/ppp/mppe.c         |  172 +++++++-----------------------------------
 5 files changed, 210 insertions(+), 170 deletions(-)


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



reply via email to

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