This is the mail archive of the ecos-cvs@sources.redhat.com mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos-opt/net/net/ppp/current ChangeLog cdl/ppp ...


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]