lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. c268c5e07


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. c268c5e07c046eb2cb8e5798a1f3eba7e0ad13c1
Date: Sun, 20 May 2012 21:32:27 +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, ppp-new has been updated
       via  c268c5e07c046eb2cb8e5798a1f3eba7e0ad13c1 (commit)
       via  517659640e90ad95338518bac876e53b905f8e5b (commit)
      from  a9672e1a21882a144f12f01d182d3e469074b54c (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 c268c5e07c046eb2cb8e5798a1f3eba7e0ad13c1
Author: Sylvain Rochet <address@hidden>
Date:   Sun May 20 23:23:14 2012 +0200

    Removed all stuff requiring encryption.
    
    OpenBSD DES require more than 70 kB of static memory.
    
    The GNU libcrypt DES, for information, require more than 131 kB,
    so this is probably the case with all non memory optimised DES.
    
    PolarSSL only required 132 bytes of stack with some kB of .rodata
    precomputed tables :-)
    
    I personally don't need MS CHAP v1 or MS CHAP v2, and that was not
    supported in the previous PPP port, so there is no regression,
    I feel comfortable about removing those hard to port stuff.
    
    If someone want to do the MS CHAP port, he first have to find or
    do a small memory footprint DES implementation.

commit 517659640e90ad95338518bac876e53b905f8e5b
Author: Sylvain Rochet <address@hidden>
Date:   Sun May 20 22:47:12 2012 +0200

    removed salted DES ( known as crypt() function ), we don't need it

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

Summary of changes:
 src/netif/ppp/auth.c     |   58 +--
 src/netif/ppp/cbcp.h     |   26 -
 src/netif/ppp/ccp.c      | 1680 ----------------------------------------------
 src/netif/ppp/ccp.h      |   52 --
 src/netif/ppp/chap_ms.c  |  943 --------------------------
 src/netif/ppp/chap_ms.h  |  109 ---
 src/netif/ppp/des.c      |  546 ---------------
 src/netif/ppp/des.h      |   40 --
 src/netif/ppp/ecp.c      |  175 -----
 src/netif/ppp/ecp.h      |   45 --
 src/netif/ppp/md4.c      |  301 ---------
 src/netif/ppp/md4.h      |   64 --
 src/netif/ppp/ppp.c      |   40 +--
 src/netif/ppp/pppcrypt.c |  146 ----
 src/netif/ppp/pppcrypt.h |   40 --
 src/netif/ppp/pppd.h     |    1 -
 src/netif/ppp/pppmy.c    |    4 +-
 src/netif/ppp/pppmy.h    |    2 -
 src/netif/ppp/sha1.c     |  172 -----
 src/netif/ppp/sha1.h     |   31 -
 20 files changed, 6 insertions(+), 4469 deletions(-)
 delete mode 100644 src/netif/ppp/cbcp.h
 delete mode 100644 src/netif/ppp/ccp.c
 delete mode 100644 src/netif/ppp/ccp.h
 delete mode 100644 src/netif/ppp/chap_ms.c
 delete mode 100644 src/netif/ppp/chap_ms.h
 delete mode 100644 src/netif/ppp/des.c
 delete mode 100644 src/netif/ppp/des.h
 delete mode 100644 src/netif/ppp/ecp.c
 delete mode 100644 src/netif/ppp/ecp.h
 delete mode 100644 src/netif/ppp/md4.c
 delete mode 100644 src/netif/ppp/md4.h
 delete mode 100644 src/netif/ppp/pppcrypt.c
 delete mode 100644 src/netif/ppp/pppcrypt.h
 delete mode 100644 src/netif/ppp/sha1.c
 delete mode 100644 src/netif/ppp/sha1.h


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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