Date: Thu, 12 Feb 1998 21:10:30 -0800 (PST) From: Brian Somers <brian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp auth.c chat.c chat.h command.c descriptor.h main.c main.h modem.c modem.h physical.c physical.h prompt.c server.c vars.c Message-ID: <199802130510.VAA27624@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/02/12 21:10:29 PST
Modified files: (Branch: MP)
usr.sbin/ppp auth.c chat.c chat.h command.c
descriptor.h main.c main.h modem.c
modem.h physical.c physical.h prompt.c
server.c vars.c
Log:
Update to version 2.0-beta
Allow for NULL fd_sets in descriptor_UpdateSet()
Reimplement the entire chat module, creating
`struct chat' - a `type' of struct descriptor.
Remove CARRIER logging.
CONNECT logging now only logs "CONNECT" lines. CHAT logging
masks it with an entire log of the conversation.
Modem dialing is now asynchronous, including pauses
and timeouts :-)
The hooks in DoLoop() in main.c are *very* messy ! I'll have
to rewrite DoLoop fairly soon, so I don't care too much for the
moment. This code is pretty raw.
Revision Changes Path
1.27.2.8 +4 -4 src/usr.sbin/ppp/auth.c
1.44.2.7 +453 -388 src/usr.sbin/ppp/chat.c
1.9.2.2 +69 -23 src/usr.sbin/ppp/chat.h
1.131.2.16 +8 -20 src/usr.sbin/ppp/command.c
1.1.2.5 +2 -1 src/usr.sbin/ppp/Attic/descriptor.h
1.121.2.21 +72 -40 src/usr.sbin/ppp/main.c
1.9.2.5 +3 -1 src/usr.sbin/ppp/main.h
1.77.2.15 +33 -55 src/usr.sbin/ppp/modem.c
1.16.2.6 +2 -2 src/usr.sbin/ppp/modem.h
1.1.2.8 +17 -12 src/usr.sbin/ppp/Attic/physical.c
1.1.2.8 +3 -2 src/usr.sbin/ppp/Attic/physical.h
1.1.2.2 +13 -6 src/usr.sbin/ppp/Attic/prompt.c
1.16.2.5 +2 -2 src/usr.sbin/ppp/server.c
1.45.2.7 +3 -3 src/usr.sbin/ppp/vars.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802130510.VAA27624>
