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. 89ab39071


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 89ab39071925d7e70c3be08e8ba012af8b7830b5
Date: Sat, 02 Jun 2012 00:45: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  89ab39071925d7e70c3be08e8ba012af8b7830b5 (commit)
       via  88ef3ffa505e6155da2097b850ac66c18d6231ea (commit)
       via  668d5d9d9282e1871fa7523b89a22f8715b6bc3d (commit)
       via  6c908ac7278715ef13145974623717d0ac39b98c (commit)
       via  2c4bd7162fb05af23242f44b64c9039b05d0e8b6 (commit)
       via  cf18e0776db6e5a0c960a6cbece39aa2526d66ed (commit)
       via  8b866beaebbc3b7db6955def09fc70f9adefe799 (commit)
       via  ee5fca7a2bd824112485e0229c74478afa24f07a (commit)
       via  fc074937f5efccf5b3ef8372b401228130594dbb (commit)
      from  a17ea134534d66b227ca2b3650feccc0b7479459 (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 89ab39071925d7e70c3be08e8ba012af8b7830b5
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 02:44:18 2012 +0200

    added necessary pppSingleBuf() call before passing the packet to the 
appropriate PPP subsystem

commit 88ef3ffa505e6155da2097b850ac66c18d6231ea
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 02:30:43 2012 +0200

    POSIX signal support removed

commit 668d5d9d9282e1871fa7523b89a22f8715b6bc3d
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 02:23:56 2012 +0200

    removed set/getenv functions

commit 6c908ac7278715ef13145974623717d0ac39b98c
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 02:14:19 2012 +0200

    removed more protent fields only used by print packets functions

commit 2c4bd7162fb05af23242f44b64c9039b05d0e8b6
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 02:07:49 2012 +0200

    print packet functions are now optional

commit cf18e0776db6e5a0c960a6cbece39aa2526d66ed
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 01:55:24 2012 +0200

    removed demand prototypes if not compiled-in

commit 8b866beaebbc3b7db6955def09fc70f9adefe799
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 00:53:25 2012 +0200

    demand support is now a compile-time option
    
    Obviously, it requires some wiring to know if there is new activity
    on a not-yet established PPP interface with the default route
    already set.
    
    I don't think any lwIP user will ever need that, all should know
    when to bring the link up and down.

commit ee5fca7a2bd824112485e0229c74478afa24f07a
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 2 00:33:37 2012 +0200

    removed pathnames.h and pidfile support

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

    Linux ioctl() gone, ECP support optional, CCP support optional
    
    Removed all the used Linux ioctl(), sys_linux.c is entirely disabled.
    
    Replaced unecessary functions to set up a PPP link to null fonctions,
    however all stuff necessary to shutdown a PPP link should be done.
    
    Some utils functions related to I/O files are disabled too.
    
    ECP and CCP support only set PPP attributes into the PPP kernel support,
    they are now compile-time options and are disabled by default and
    obviously not supported (yet? :p)

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

Summary of changes:
 src/netif/ppp/auth.c      |   42 +++++++++++++---
 src/netif/ppp/ccp.c       |   12 +++++
 src/netif/ppp/ccp.h       |    5 ++
 src/netif/ppp/chap-new.c  |   10 ++++
 src/netif/ppp/demand.c    |    9 +++-
 src/netif/ppp/eap.c       |   12 ++++-
 src/netif/ppp/ecp.c       |   12 +++++
 src/netif/ppp/ecp.h       |    5 ++
 src/netif/ppp/ipcp.c      |   32 ++++++++++--
 src/netif/ppp/lcp.c       |   10 ++++
 src/netif/ppp/options.c   |    5 +-
 src/netif/ppp/pathnames.h |   63 -----------------------
 src/netif/ppp/ppp.c       |   89 +++++++++++++++++++++++++++------
 src/netif/ppp/pppd.h      |   29 ++++++++++-
 src/netif/ppp/pppmy.c     |  121 +++++++++++++++++++++++++++++++++++++++++++++
 src/netif/ppp/sys-linux.c |    4 +-
 src/netif/ppp/tty.c       |   15 +++++-
 src/netif/ppp/upap.c      |   10 ++++
 src/netif/ppp/utils.c     |   12 +++++
 19 files changed, 395 insertions(+), 102 deletions(-)
 delete mode 100644 src/netif/ppp/pathnames.h


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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