From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24870 invoked by alias); 23 Jul 2004 11:00:41 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 24850 invoked by uid 371); 23 Jul 2004 11:00:41 -0000 Date: Fri, 23 Jul 2004 11:00:00 -0000 Message-ID: <20040723110041.24848.qmail@sourceware.org> From: nickg@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos-opt/net/net/ppp/current ChangeLog cdl/ppp ... X-SW-Source: 2004/txt/msg00330.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: nickg@sourceware.org 2004-07-23 11:00:41 Modified files: net/net/ppp/current: ChangeLog net/net/ppp/current/cdl: ppp.cdl net/net/ppp/current/include: ppp.h pppd.h net/net/ppp/current/src: auth.c chat.c ipcp.c lcp.c pppd.c sys-ecos.c Added files: net/net/ppp/current/tests: windows_telnet.c Log message: Various patches from Matt Jerdonek and Oyvind Harboe: * cdl/ppp.cdl: * src/ipcp.c: Add option to disallow negotiation of old-style VJ compression * include/ppp.h: Add structure to track ppp failure reasons * include/pppd.h: Fix compiler warning * src/auth.c: * src/lcp.c: * src/pppd.c: Add code to track ppp failure reasons * src/chat.c: Fixes to clear out buffer space to allow chat script to run multiple times. Note: function is still not thread-safe * src/sys-ecos.c: Reset carrier detected bit when carrier lost Reset ppp_tty control block when PPP started * tests/windows_telnet.c: * cdl/ppp.cdl: Added windows_telnet example application. Connects to Windows PPP server and waits for a telnet session.