]> git.ozlabs.org Git - ppp.git/history - pppd/lcp.c
typo
[ppp.git] / pppd / lcp.c
1999-08-13 Paul MackerrasFix the rcsid's for non-ansi compilers
1999-08-12 Paul Mackerraskill warning
1999-07-21 Paul Mackerrasoption is called nomagic not nomagicnumber
1999-06-24 Paul Mackerrasfix problem where lcp echo requests were getting doubled,
1999-05-13 Paul Mackerrasset exit status for loopback detected
1999-05-12 Paul Mackerrasexit with an appropriate value to indicate what happened
1999-04-16 Paul Mackerrasfix printing of callback
1999-03-19 Paul Mackerrasadded receive-all option.
1999-03-16 Paul Mackerrasadd data_name to struct protent
1999-03-16 Paul Mackerrasmake default asyncmap 0
1999-02-26 Paul Mackerrasallow chars 0x20 - 0x3f to be escaped
1998-11-07 Paul MackerrasUpdate to new pppd with new option parsing stuff
1998-05-13 Paul MackerrasFix it so it compiles under RedHat 5.0 linux with glibc...
1997-11-27 Paul Mackerrasreceive asyncmap is ~0 by default
1997-04-30 Paul Mackerrasminor fixes
1997-03-04 Paul Mackerrasdon't set phase to terminate if already dead.
1996-10-08 Paul Mackerrasinclude optional callback support
1996-07-01 Paul Mackerrasmoved protos here from lcp.h; print reason on terminate...
1996-05-28 Paul Mackerrasmods for optional MS-CHAP support
1996-04-04 Paul Mackerrasminor cleanup; add print for ECHORE[PQ] and DISCREQ
1996-01-01 Paul Mackerrasremove linux-specific idle timer stuff;
1995-12-18 Paul Mackerrasextend protocol table; supply message on protocol close
1995-10-27 Paul Mackerrasaccept A/C & proto compression and asyncmap from the...
1995-08-10 Paul MackerrasIgnore NAK'd options we don't recognize.
1995-06-30 Paul MackerrasMods to Linux code from Al Longyear: use ppp_idle inste...
1995-05-19 Paul Mackerrasfail if the link is looped back
1995-04-28 Paul Mackerrasfix for linux compilation
1995-04-24 Paul Mackerrasfix up naking authentication protocol
1994-12-12 Paul Mackerrassome linux mods; be careful about int vs long (for...
1994-10-24 Paul MackerrasN_PPP ->NUM_PPP
1994-09-21 Paul Mackerrasuse ppp_defs.h instead of ppp.h, args.h; change some...
1994-09-16 Paul Mackerrasset receive characteristics when we send an ack
1994-09-01 Paul Mackerrasuse unit32 for ACCM and other 32-bit quantities;
1994-08-09 Paul Mackerrasadd support for CCP and BSD-Compress
1994-08-09 Paul Mackerrascall lcp_close not lcp_lowerdown when no echo received
1994-06-14 Paul Mackerrasupgrade looped-back message from debug statement to...
1994-05-30 Paul Mackerrasuse receive asyncmap of 0 if not negotiated for compati...
1994-05-27 Paul Mackerrasextra includes for linux
1994-05-26 Paul Mackerrasdon't need if.h or if_ppp.h
1994-05-24 Paul Mackerrasadded echo stuff from linux port
1994-05-09 Paul Mackerrasfix to make it terminate when signalled in passive...
1994-04-18 Paul Mackerrasadded extended transmit accm and support for mtu option;
1994-04-11 Paul Mackerrasadded stuff to print packets in readable form
1993-11-11 Paul MackerrasInitial revision