]> git.ozlabs.org Git - ppp.git/history - pppd/lcp.c
pppd: Add lcp-echo-adaptive option
[ppp.git] / pppd / lcp.c
2020-05-25 Marco d'Itripppd: Add lcp-echo-adaptive option
2020-05-25 Paul MackerrasMerge branch 'monotonic-time' of https://github.com...
2019-10-01 Kurt Van Dijckpppd: Remove unused rcsid variables
2010-03-07 Paul Mackerraspppd: Terminate correctly if lcp_lowerup delayed callin...
2008-09-06 Paul MackerrasEnable printing of MS-CHAP and MS-CHAPv2 auth options...
2006-05-22 Paul MackerrasThis enables plugins called via hooks/notifiers triggered
2004-11-14 James CarlsonAdded log messages for LCP Identification, Time-Remaini...
2004-11-13 Paul MackerrasAdd a 'treat as reject' parameter to the nakci functions.
2004-11-12 Paul MackerrasDon't allow the client to ask for callback, since we...
2004-11-12 Paul MackerrasMultilink improvements. This involved moving some...
2004-10-31 Paul MackerrasRemove dependencies on CHAPMS definition in header...
2003-07-28 James CarlsonFixed the old chap.c so that it works with the new...
2003-06-11 Paul MackerrasNew CHAP implementation, rewritten from scratch to...
2003-06-11 Paul MackerrasFix a bug where we would keep asking for MS-CHAP v2...
2003-05-09 James CarlsonRepaired bad LCP Configure-Nak generated to request...
2003-03-04 Frank Cusackstyle
2003-03-03 Paul MackerrasA bunch of fixes mostly aimed at fixing the problems...
2002-12-04 Paul MackerrasUpdate copyrights. The new CMU copyright notice is...
2002-11-02 James CarlsonAdded EAP support with MD5-Challenge and SRP-SHA1 metho...
2002-09-24 Frank CusackLose the poorly thought out OPT_A3OR option flag. ...
2002-09-12 Paul MackerrasMake sure the interface MTU is not higher than the...
2002-03-05 David F. SkollPatch from Frank Cusack to add support for MSCHAPv2.
2002-03-01 David F. SkollLarge patch from Frank Cusack <fcusack@fcusack.com...
2001-03-08 Paul MackerrasNew options system with priorities for option values...
2001-02-22 Paul MackerrasImplement delayed bringup for LCP for the case where...
2000-04-29 Paul MackerrasAccept the endpoint discriminator from the peer unless the
2000-04-27 Adi MasputraMP-related code should be wrapped within HAVE_MULTILINK...
2000-04-24 Paul Mackerrasallow peer to give endpoint even if we're not doing...
2000-04-15 Adi MasputraSome tiny fixes (minor castings) to remove annoying...
2000-04-13 Paul MackerrasMultilink cleanups and fixes.
2000-04-05 Paul Mackerrasmake mpshortseq option work
2000-04-04 Paul MackerrasMultilink support.
2000-03-27 Paul Mackerraschanges to linux interface for new kernel driver,
1999-12-23 Paul Mackerrasremove warnings
1999-11-15 Paul Mackerrasget rid of a few compile warnings
1999-09-11 Paul MackerrasAdd plugin support plus an initial selection of hooks.
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