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. 773a2767c


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 773a2767c7a259618a3f7fe4803b5373d5c2c54c
Date: Tue, 21 Aug 2012 18:27:19 +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  773a2767c7a259618a3f7fe4803b5373d5c2c54c (commit)
       via  e9b29184d0a81d11f5232719024cfb5e126a78c8 (commit)
       via  0d02b8d1f65b62ca1cfd7054d8c795383cbd1110 (commit)
      from  98c0fcc6599e8bdbeeb96556bd317e902f0de98d (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 773a2767c7a259618a3f7fe4803b5373d5c2c54c
Author: Sylvain Rochet <address@hidden>
Date:   Tue Aug 21 20:26:37 2012 +0200

    PPP, added missing pppapi_delete() thread safe function

commit e9b29184d0a81d11f5232719024cfb5e126a78c8
Author: Sylvain Rochet <address@hidden>
Date:   Tue Aug 21 20:21:38 2012 +0200

    PPP, renamed all functions using common names in utils.c that can conflict 
with lwIP user code during link operation

commit 0d02b8d1f65b62ca1cfd7054d8c795383cbd1110
Author: Sylvain Rochet <address@hidden>
Date:   Tue Aug 21 20:03:57 2012 +0200

    added <stdlib.h> to ppp_impl.h, some PPP modules are using strtol()

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

Summary of changes:
 src/api/pppapi.c                 |   21 ++++++
 src/include/netif/ppp/ppp_impl.h |   27 ++++----
 src/netif/ppp/auth.c             |   60 ++++++++--------
 src/netif/ppp/chap-new.c         |   32 ++++----
 src/netif/ppp/chap_ms.c          |   10 ++--
 src/netif/ppp/eap.c              |  140 ++++++++++++++++++------------------
 src/netif/ppp/fsm.c              |   14 ++--
 src/netif/ppp/ipcp.c             |   34 +++++-----
 src/netif/ppp/ipv6cp.c           |   18 +++---
 src/netif/ppp/lcp.c              |   32 ++++----
 src/netif/ppp/ppp.c              |   12 ++--
 src/netif/ppp/upap.c             |   14 ++--
 src/netif/ppp/utils.c            |  144 +++++++++++++++++++-------------------
 13 files changed, 290 insertions(+), 268 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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