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. 7285459375b31b2683bfab6df5461df480ee8863
Date: Sun, 29 Mar 2015 10:19:45 +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  7285459375b31b2683bfab6df5461df480ee8863 (commit)
       via  52b7ebd4e74564855a41c0e9cf83145daecd43d0 (commit)
       via  ea6f624b58537afb79eaf56a1cf74275d0c0e5ef (commit)
       via  3cf3b78192732f154e983b73685b1288793259a5 (commit)
       via  cdc2d034dec058a96b06379018461cf4160658a2 (commit)
       via  cd8a17d644a2d3de2668a184254139c58f456203 (commit)
       via  57e3e7f1503c80e6c0768efab370fbcc2d943546 (commit)
       via  c759639603e4661ab5ea952358a13b809c753b3d (commit)
       via  a6c101aeb81f0d65494f351d555df3f44fd56c77 (commit)
       via  7ea8a754c1b6d7a322837c6c357082b2a4737e4f (commit)
       via  d5667343cbccccd9771068a1193f5be9677d62bb (commit)
       via  0bfe435c4ff600a8c026929300bacf1c6284ab4c (commit)
       via  cd39843c750c5bc8ec7d13f4a29f9ee96d2877c3 (commit)
       via  f9ae65acd8d9591557473078c8f6f129a64340f5 (commit)
       via  cfd930cae723983be89309d21464fa9b3a70cd83 (commit)
       via  0b7e3610ac4a7ecaa2f34988ca7d1cf8dbc144b7 (commit)
       via  10946e76694003772791c43b705f3b78e4e1eb0e (commit)
       via  2dcd8c2729da4c5ae81e673b11a242e5ed90ba7a (commit)
       via  dcde1c2a8fe0ab7a76de809e3913e1f42fe5a5a0 (commit)
       via  08103845554f40d3de91bff5e2e07236f6591d53 (commit)
       via  434fb1e0daad778ad06be3d32a1e49e76e07fb86 (commit)
       via  435a0b98ac561a05c168f7adcd79115e53118e53 (commit)
       via  05eda236cc6eb2b35f5d21ca995b17ab248f9eb7 (commit)
      from  c998faeeab18fb897e65a8e2cf258ad9b4a186db (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 7285459375b31b2683bfab6df5461df480ee8863
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 29 12:18:50 2015 +0200

    PPP, MPPE, exported MPPE functions

commit 52b7ebd4e74564855a41c0e9cf83145daecd43d0
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 29 12:13:33 2015 +0200

    PPP, MPPE, fixed compiler warnings

commit ea6f624b58537afb79eaf56a1cf74275d0c0e5ef
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 29 11:53:39 2015 +0200

    PPP, MPPE. fixed port mistake on SHA1 computation

commit 3cf3b78192732f154e983b73685b1288793259a5
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 29 01:34:17 2015 +0100

    PPP, MPPE, commented-in Linux interface calls structure

commit cdc2d034dec058a96b06379018461cf4160658a2
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 29 01:33:59 2015 +0100

    PPP, MPPE, temporarily replaced kzalloc() with malloc()

commit cd8a17d644a2d3de2668a184254139c58f456203
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 29 01:29:45 2015 +0100

    PPP, MPPE, removed useless Linux stuff

commit 57e3e7f1503c80e6c0768efab370fbcc2d943546
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 29 01:25:58 2015 +0100

    PPP, MPPE, improved SHA1 padding
    
    Don't allocate 512 bytes of RAM for padding. Reduce overall padding
    size to 64, therefore using stack instead of RAM or ROM.

commit c759639603e4661ab5ea952358a13b809c753b3d
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 29 01:09:31 2015 +0100

    PPP, MPPE, removed "compression" stats
    
    We don't need "compression" stats on a encryption protocols, as commented
    "Since every frame grows by MPPE_OVHD + 2 bytes, this is always going
    to look bad ... and the longer the link is up the worse it will get."

commit a6c101aeb81f0d65494f351d555df3f44fd56c77
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 29 01:07:20 2015 +0100

    PPP, MPPE, removed now useless setup_sg() function

commit 7ea8a754c1b6d7a322837c6c357082b2a4737e4f
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 29 01:04:02 2015 +0100

    PPP, MPPE, using our ARC4 instead of Linux crypto ARC4

commit d5667343cbccccd9771068a1193f5be9677d62bb
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 29 00:06:21 2015 +0100

    PPP, updated polarssl readme

commit 0bfe435c4ff600a8c026929300bacf1c6284ab4c
Author: Sylvain Rochet <address@hidden>
Date:   Sat Mar 28 23:58:59 2015 +0100

    PPP, MPPE, updated polarssl ARC4 for lwIP

commit cd39843c750c5bc8ec7d13f4a29f9ee96d2877c3
Author: Sylvain Rochet <address@hidden>
Date:   Sat Mar 28 23:23:35 2015 +0100

    PPP, MPPE, import unmodified ARC4 from polarssl

commit f9ae65acd8d9591557473078c8f6f129a64340f5
Author: Sylvain Rochet <address@hidden>
Date:   Sat Mar 28 00:14:11 2015 +0100

    PPP, MPPE, added build macro if MPPE is not enabled

commit cfd930cae723983be89309d21464fa9b3a70cd83
Author: Sylvain Rochet <address@hidden>
Date:   Fri Mar 27 00:45:01 2015 +0100

    PPP, MPPE, using our SHA1 instead of Linux crypto sha1

commit 0b7e3610ac4a7ecaa2f34988ca7d1cf8dbc144b7
Author: Sylvain Rochet <address@hidden>
Date:   Fri Mar 27 00:29:45 2015 +0100

    PPP, MPPE, using lwIP ERR_BUF instead of Linux DECOMP_ERROR error type

commit 10946e76694003772791c43b705f3b78e4e1eb0e
Author: Sylvain Rochet <address@hidden>
Date:   Fri Mar 27 00:25:35 2015 +0100

    PPP, MPPE, removed a bit more Linux stuff

commit 2dcd8c2729da4c5ae81e673b11a242e5ed90ba7a
Author: Sylvain Rochet <address@hidden>
Date:   Fri Mar 27 00:12:05 2015 +0100

    PPP, MPPE, removed include we don't have

commit dcde1c2a8fe0ab7a76de809e3913e1f42fe5a5a0
Author: Sylvain Rochet <address@hidden>
Date:   Fri Mar 27 00:10:20 2015 +0100

    PPP, CCP, added missing defines from linux/ppp-comp.h to ccp.h

commit 08103845554f40d3de91bff5e2e07236f6591d53
Author: Sylvain Rochet <address@hidden>
Date:   Fri Mar 27 00:05:07 2015 +0100

    PPP, MPPE, replaced printk() to PPPDEBUG()

commit 434fb1e0daad778ad06be3d32a1e49e76e07fb86
Author: Sylvain Rochet <address@hidden>
Date:   Thu Mar 26 23:59:06 2015 +0100

    PPP, MPPE, fixed path to mppe.h

commit 435a0b98ac561a05c168f7adcd79115e53118e53
Author: Sylvain Rochet <address@hidden>
Date:   Thu Mar 26 23:54:09 2015 +0100

    PPP, MPPE, cleaning license notice
    
    We only need to keep the BSD license part in lwIP, cleaning the part which
    is only relevant for the Linux kernel.

commit 05eda236cc6eb2b35f5d21ca995b17ab248f9eb7
Author: Sylvain Rochet <address@hidden>
Date:   Thu Mar 26 23:47:54 2015 +0100

    PPP, MPPE, import unmodified Linux MPPE encoder/decoder
    
    This file, which is an unmodified copy of Linux MPPE encoder/decoder, is
    licensed under a dual License BSD/GPL model. It was previously in the
    pppd source tree and it was removed because this is merged into the Linux
    kernel.

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

Summary of changes:
 src/include/lwip/opt.h                             |   16 +
 src/include/netif/ppp/ccp.h                        |   78 +++
 src/include/netif/ppp/mppe.h                       |   14 +
 src/include/netif/ppp/polarssl/{des.h => arc4.h}   |   53 +--
 src/include/netif/ppp/ppp.h                        |    4 -
 src/netif/ppp/ccp.c                                |    1 -
 src/netif/ppp/chap_ms.c                            |    1 -
 src/netif/ppp/mppe.c                               |  581 ++++++++++++++++++++
 src/netif/ppp/polarssl/README                      |    5 +-
 .../polarssl/des.h => netif/ppp/polarssl/arc4.c}   |  101 ++--
 10 files changed, 767 insertions(+), 87 deletions(-)
 copy src/include/netif/ppp/polarssl/{des.h => arc4.h} (62%)
 create mode 100644 src/netif/ppp/mppe.c
 copy src/{include/netif/ppp/polarssl/des.h => netif/ppp/polarssl/arc4.c} (58%)


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



reply via email to

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