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. 9c35403b9


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 9c35403b982e620f2549a447f7d5c461abcf5a4a
Date: Sat, 02 Jun 2012 23:48:33 +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  9c35403b982e620f2549a447f7d5c461abcf5a4a (commit)
       via  b5b075eb0443a72df5a78db5a1e0852fd74c7aa7 (commit)
       via  e1261c96209def183f58bc4cb061ef207719cd65 (commit)
       via  5531bca078283c866fed29eb68cc2bc6f7cd6d35 (commit)
       via  28b9dd50ff8839ddd0ce1e0195722b60a585a009 (commit)
       via  44c2a0a7fc1d5c461aabff08720fa90a285d9908 (commit)
       via  d143acfc762338b3f571ebf807424549127afb04 (commit)
       via  b4d59fd52de45c8c4012590f1a9ca6bb1eedfa26 (commit)
       via  2ee2a1b730799f021470824afe0d46e17d0b5986 (commit)
       via  86ebc8e46c858c93d53bd6c37bdd921b2aa12ba0 (commit)
       via  29c5ee6b197821d19eb10f2e19cf2769bd86689f (commit)
       via  323aebf1f543455d50a23598f6ba690518463bf7 (commit)
       via  a5dd1ccfaa0ca07da04687c46866f37be395eae0 (commit)
       via  4dd297cef257f42d4d2414e2182b3b67b41cd263 (commit)
       via  7f9fea18aebd4390a04aec18e671a1be2ccbb871 (commit)
       via  adb8b881b4c8d8ea80468a085e5521b16d482728 (commit)
       via  d3d1b69c7aaa4aa142768e0ff58de23134645544 (commit)
       via  922d3716ff4a1ab3c152e3ab3da7385ddf42f330 (commit)
       via  4158222e86f2225a5e20dea155b20a06f7a8ed4c (commit)
       via  6727c4344130afb0fa8c183cdfb1768c26f18a1c (commit)
       via  55c1ec29258d43c6daeaa333ea89aaa890fbc5c4 (commit)
       via  0f1c18e675ac8169b6ecbcab3436da77e525aba4 (commit)
       via  0de1293ff5001d2927ff0e1292d649b3db2fd63e (commit)
      from  89ab39071925d7e70c3be08e8ba012af8b7830b5 (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 9c35403b982e620f2549a447f7d5c461abcf5a4a
Author: Sylvain Rochet <address@hidden>
Date:   Sun Jun 3 01:46:46 2012 +0200

    clarified a bit more ppp.[ch]

commit b5b075eb0443a72df5a78db5a1e0852fd74c7aa7
Author: Sylvain Rochet <address@hidden>
Date:   Sun Jun 3 00:30:12 2012 +0200

    demystified a bit the PPP impl, renamed output() to ppp_output() to prevent 
conflict

commit e1261c96209def183f58bc4cb061ef207719cd65
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 23:29:40 2012 +0200

    removed all system headers except the strict minimum

commit 5531bca078283c866fed29eb68cc2bc6f7cd6d35
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 23:04:03 2012 +0200

    make it build with avr32-gcc
    
    Disabled Unix-centric non necessary include files
    
    Changed some include paths
    
    Removed all printf() I put there and there for debugging.
    
    It builds with the avr32 gcc toolchain, meaning we removed
    all the pppd code requiring a unix base.

commit 28b9dd50ff8839ddd0ce1e0195722b60a585a009
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 21:31:13 2012 +0200

    build PolarSSL MD5 if MD5_SUPPORT is enabled (for randm)

commit 44c2a0a7fc1d5c461aabff08720fa90a285d9908
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 21:25:58 2012 +0200

    fixed most PPP compilation warnings with -pedantic

commit d143acfc762338b3f571ebf807424549127afb04
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 20:46:52 2012 +0200

    fixed all PPP compilation warnings with -Wall

commit b4d59fd52de45c8c4012590f1a9ca6bb1eedfa26
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 19:37:40 2012 +0200

    removed headers that were initially copied but not used (yet)

commit 2ee2a1b730799f021470824afe0d46e17d0b5986
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 19:34:37 2012 +0200

    removed sys-linux.c

commit 86ebc8e46c858c93d53bd6c37bdd921b2aa12ba0
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 19:30:31 2012 +0200

    removed pppd.h and ppp.c, renamed pppmy.c to ppp.c and pppmy.h to ppp.h

commit 29c5ee6b197821d19eb10f2e19cf2769bd86689f
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 19:19:51 2012 +0200

    pppd.h disabled, renamed MAX() to LWIP_MAX()

commit 323aebf1f543455d50a23598f6ba690518463bf7
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 18:47:53 2012 +0200

    cleaning unused stuff in pppd.h, syslog() is no more used

commit a5dd1ccfaa0ca07da04687c46866f37be395eae0
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 18:07:34 2012 +0200

    ppp.c disabled, everything required for lwIP moved to our impl

commit 4dd297cef257f42d4d2414e2182b3b67b41cd263
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 17:22:12 2012 +0200

    protent table moved to our PPP impl

commit 7f9fea18aebd4390a04aec18e671a1be2ccbb871
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 17:12:55 2012 +0200

    added pppmy.h in all .c files to easily find conflicts

commit adb8b881b4c8d8ea80468a085e5521b16d482728
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 17:04:46 2012 +0200

    resolve conflit, ipcp.c defines ip_ntoa() which is already defined by lwIP, 
disabled ipcp.c::ip_ntoa() and using lwIP one

commit d3d1b69c7aaa4aa142768e0ff58de23134645544
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 16:56:20 2012 +0200

    more ppp.c cleaning

commit 922d3716ff4a1ab3c152e3ab3da7385ddf42f330
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 16:41:09 2012 +0200

    PPP statistics optional (non working) compile time option added

commit 4158222e86f2225a5e20dea155b20a06f7a8ed4c
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 15:00:18 2012 +0200

    moved new_phase() to our own implementation, re-enabled new_phase() support

commit 6727c4344130afb0fa8c183cdfb1768c26f18a1c
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 14:48:04 2012 +0200

    PPP notifier support is now a compile time option
    
    However, as of now, the notify() function is empty, so it requires
    some work if someone want to use it.
    
    The notify feature allows someone to be able to follow the
    state of the PPP stack (auth ok, ipcp up, initialise, ...), this
    is like the callback feature set by pppOverEthernetOpen() and others,
    but with more details.

commit 55c1ec29258d43c6daeaa333ea89aaa890fbc5c4
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 14:12:54 2012 +0200

    re-enabled auth notifiers

commit 0f1c18e675ac8169b6ecbcab3436da77e525aba4
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 13:46:45 2012 +0200

    PPP interval timeout support disabled (using lwIP timeout support), 
protocol_name() moved to our PPP impl and disabled by default

commit 0de1293ff5001d2927ff0e1292d649b3db2fd63e
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 13:03:43 2012 +0200

    clarifying what is actually the "datainput" entry in protent

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

Summary of changes:
 src/include/lwip/opt.h        |    4 +-
 src/netif/ppp/auth.c          |   89 +-
 src/netif/ppp/ccp.c           |    3 +-
 src/netif/ppp/chap-md5.c      |    6 +-
 src/netif/ppp/chap-new.c      |   14 +-
 src/netif/ppp/chap_ms.c       |    7 +-
 src/netif/ppp/demand.c        |    4 +-
 src/netif/ppp/eap.c           |   19 +-
 src/netif/ppp/ecp.c           |    3 +-
 src/netif/ppp/eui64.h         |  114 --
 src/netif/ppp/fsm.c           |   12 +-
 src/netif/ppp/ipcp.c          |   55 +-
 src/netif/ppp/ipcp.h          |    2 +
 src/netif/ppp/ipv6cp.h        |  171 ---
 src/netif/ppp/lcp.c           |  131 ++-
 src/netif/ppp/magic.c         |    7 +-
 src/netif/ppp/mppe.h          |  121 --
 src/netif/ppp/multilink.c     |    5 +-
 src/netif/ppp/options.c       |   20 +-
 src/netif/ppp/polarssl/des.c  |    2 +-
 src/netif/ppp/polarssl/md4.c  |    2 +-
 src/netif/ppp/polarssl/md5.c  |    2 +-
 src/netif/ppp/polarssl/sha1.c |    2 +-
 src/netif/ppp/ppp.c           | 2884 ++++++++++++++++++-----------------------
 src/netif/ppp/ppp.h           |  571 ++++++++
 src/netif/ppp/ppp_oe.c        |   29 +-
 src/netif/ppp/pppcrypt.c      |    3 +-
 src/netif/ppp/pppd.h          |  954 --------------
 src/netif/ppp/pppdebug.h      |   30 +-
 src/netif/ppp/pppmy.c         | 1279 ------------------
 src/netif/ppp/pppmy.h         |  138 --
 src/netif/ppp/session.c       |    4 +-
 src/netif/ppp/sys-linux.c     | 2698 --------------------------------------
 src/netif/ppp/tty.c           |    5 +-
 src/netif/ppp/upap.c          |   16 +-
 src/netif/ppp/upap.h          |    2 +
 src/netif/ppp/utils.c         |   30 +-
 37 files changed, 2142 insertions(+), 7296 deletions(-)
 delete mode 100644 src/netif/ppp/eui64.h
 delete mode 100644 src/netif/ppp/ipv6cp.h
 delete mode 100644 src/netif/ppp/mppe.h
 create mode 100644 src/netif/ppp/ppp.h
 delete mode 100644 src/netif/ppp/pppd.h
 delete mode 100644 src/netif/ppp/pppmy.c
 delete mode 100644 src/netif/ppp/pppmy.h
 delete mode 100644 src/netif/ppp/sys-linux.c


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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