public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos-opt/net/net/ppp/current ChangeLog cdl/ppp ...
@ 2004-04-17 3:13 jlarmour
0 siblings, 0 replies; 5+ messages in thread
From: jlarmour @ 2004-04-17 3:13 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: jlarmour@sourceware.org 2004-04-17 03:13:06
Modified files:
net/net/ppp/current: ChangeLog
net/net/ppp/current/cdl: ppp.cdl
net/net/ppp/current/doc: ppp.sgml
net/net/ppp/current/include: cbcp.h ccp.h chap.h chap_ms.h fsm.h
ipcp.h lcp.h magic.h names.h ppp.h
ppp_io.h pppd.h slcompress.h
syslog.h upap.h
net/net/ppp/current/include/net: bpf.h if_ppp.h if_pppvar.h
ppp_comp.h ppp_defs.h zlib.h
net/net/ppp/current/src: auth.c bsd_comp.c cbcp.c ccp.c chap.c
chap_ms.c chat.c fsm.c if_ppp.c ipcp.c
lcp.c magic.c ppp_deflate.c ppp_io.c
pppd.c slcompress.c sys-ecos.c upap.c
zlib.c
net/net/ppp/current/tests: chat.c isp.c nc_test_framework.h
nc_test_slave.c ppp_auth.c
ppp_test_support.inl ppp_up.c
ppp_updown.c tcp_echo.c
test_server.sh
Log message:
Dummy commit - sorry
^ permalink raw reply [flat|nested] 5+ messages in thread
* ecos-opt/net/net/ppp/current ChangeLog cdl/ppp ...
@ 2005-10-23 20:46 asl
0 siblings, 0 replies; 5+ messages in thread
From: asl @ 2005-10-23 20:46 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2005-10-23 20:46:20
Modified files:
net/net/ppp/current: ChangeLog
net/net/ppp/current/cdl: ppp.cdl
net/net/ppp/current/include: names.h
net/net/ppp/current/src: sys-ecos.c
Log message:
* cdl/ppp.cdl: Require CYGPKG_POSIX_TIMERS
* src/sys-ecos.c (gettimeofday): Removed, now get it from POSIX
^ permalink raw reply [flat|nested] 5+ messages in thread
* ecos-opt/net/net/ppp/current ChangeLog cdl/ppp ...
@ 2005-06-20 18:41 asl
0 siblings, 0 replies; 5+ messages in thread
From: asl @ 2005-06-20 18:41 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2005-06-20 18:41:05
Modified files:
net/net/ppp/current: ChangeLog
net/net/ppp/current/cdl: ppp.cdl
net/net/ppp/current/include: ipcp.h ppp.h
net/net/ppp/current/src: ipcp.c sys-ecos.c
Log message:
* src/ipcp.c:
* include/ipcp.h: Added code to support RFC 1877 (IPCP
Extension for DNS) for client operation.
* src/sys-ecos.c:
* include/ppp.h: Added function for application to get
the negotiated addresses from the PPP stack.
* cdl/ppp.cdl: Added option to enable name server negotiation
and to automatically configure the DNS resolver with the
negotiated address
^ permalink raw reply [flat|nested] 5+ messages in thread
* ecos-opt/net/net/ppp/current ChangeLog cdl/ppp ...
@ 2005-01-16 13:00 asl
0 siblings, 0 replies; 5+ messages in thread
From: asl @ 2005-01-16 13:00 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2005-01-16 13:00:46
Modified files:
net/net/ppp/current: ChangeLog
net/net/ppp/current/cdl: ppp.cdl
net/net/ppp/current/src: ppp_io.c
Log message:
* cdl/ppp.cdl
* src/ppp_io.c (pppasyncstart): Conditionally allow the PPP daemon
to send a start flag at the beginning of very packet. This is not
required according to RFC 1662, but found to be necessary to
interwork with some broken implementations
^ permalink raw reply [flat|nested] 5+ messages in thread
* ecos-opt/net/net/ppp/current ChangeLog cdl/ppp ...
@ 2004-07-23 11:00 nickg
0 siblings, 0 replies; 5+ messages in thread
From: nickg @ 2004-07-23 11:00 UTC (permalink / raw)
To: ecos-cvs
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-10-23 20:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-17 3:13 ecos-opt/net/net/ppp/current ChangeLog cdl/ppp jlarmour
2004-07-23 11:00 nickg
2005-01-16 13:00 asl
2005-06-20 18:41 asl
2005-10-23 20:46 asl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).