]> git.ozlabs.org Git - ppp.git/history - pppd/ccp.c
typo
[ppp.git] / pppd / ccp.c
2003-03-05 Frank CusackIf the peer offers mppe stateful mode (H bit clear...
2002-12-24 Frank CusackImprove MPPE rejection logic.
2002-12-23 Frank CusackEnsure that MPPE keys are available when using a plugin.
2002-12-04 Paul MackerrasUpdate copyrights. The new CMU copyright notice is...
2002-10-27 Frank Cusackccp_addci(): Restore behavior of only testing kernel...
2002-09-01 David F. SkollPatches from Frank Cusack.
2002-07-10 Alexandr D. KanevskiyDon't drop connection if CCP not supported
2002-06-24 David F. SkollPatches from Frank Cusack:
2002-05-28 David F. SkollFrank Cusack's latest patch.
2002-05-21 David F. SkollECP patches from Frank Cusack:
2002-04-02 David F. SkollFirst large MPPE patch from Frank Cusack.
2002-03-06 David F. SkollFixed incorrect order of args in option list (Frank...
2001-03-08 Paul MackerrasNew options system with priorities for option values...
2001-02-22 Paul MackerrasBecause of a bug in zlib, restrict deflate parameter...
2000-04-15 Adi MasputraSome tiny fixes (minor castings) to remove annoying...
1999-08-13 Paul MackerrasFix the rcsid's for non-ansi compilers
1999-08-12 Paul Mackerraskill warning
1999-03-19 Paul MackerrasIgnore extra unrecognized options in Nak.
1999-03-16 Paul Mackerrasadd data_name to struct protent
1999-03-16 Paul Mackerrassyslog -> notice/error/etc.
1999-03-12 Paul Mackerrasuse strlcpy, strlcat, slprintf everywhere
1998-11-07 Paul MackerrasUpdate to new pppd with new option parsing stuff
1998-03-25 Paul MackerrasSupport old draft rfc deflate number as well as new.
1997-05-22 Paul Mackerrasfix compression negotiation
1997-04-30 Paul Mackerrasminor fixes
1996-09-26 Paul Mackerrasfixes for picky C compilers
1996-09-14 Paul Mackerrassuppress (none) transmit compression message
1996-07-01 Paul Mackerrasmoved protos here from ccp.h; log details of compressio...
1996-04-04 Paul MackerrasCheck which compressors are supported in the kernel...
1996-01-18 Paul MackerrasAllow PPP Deflate compression by default;
1996-01-01 Paul Mackerrasadd null entries for check_options and demand_conf...
1995-12-18 Paul Mackerrasfixes for predictor support;
1995-10-27 Paul Mackerrassupport Deflate and Predictor; shut up if we receive...
1995-08-16 Paul MackerrasClose ccp if we receive a term-ack and we're not asking...
1995-06-06 Paul MackerrasMinor mods from ppp-new version: request 12-bit BSD...
1995-05-19 Paul Mackerrasfix up sending rejects after nak limit reached
1995-04-26 Paul Mackerrasfix BSD_{MIN,MAX}_BITS -> BSD_{MIN,MAX}_BITS
1995-04-24 Paul Mackerrasdefs moved to ppp-comp.h
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 Mackerrasupdate to V1 of BSD Compress; only take CCP down for
1994-09-01 Paul Mackerrasadded copyright notice;
1994-08-22 Paul Mackerrasuse ccp_test, open in silent mode if we don't want...
1994-08-11 Paul MackerrasInitial revision