summaryrefslogtreecommitdiff
path: root/pppd/ccp.c
Commit message (Expand)AuthorAgeFilesLines
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-8/+9
* The use of <net/ppp_defs.h> isn't guranteed to exist on Linux (e.g. uclibc, b...Eivind Næss2022-07-151-1/+5
* Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistencyEivind Næss2022-07-151-2/+2
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-151-22/+20
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+4
* pppd: Expose the MPPE keys generated through an API (#267)Eivind Næss2021-04-241-9/+6
* Convert to ANSI CPaul Mackerras2020-12-291-94/+49
* Add support for EAP-TLS (including experimental TLS v1.3 support).Jan Just Keijser2020-10-191-0/+18
* pppd: Remove unused rcsid variablesKurt Van Dijck2019-10-021-1/+0
* pppd: Fix ccp_cilen calculated size if both deflate_correct and deflate_draft...Sylvain Rochet2015-08-141-1/+2
* Fixed configure breakage in $archvariant support for SolarisJames Carlson2005-06-261-1/+2
* From Marco D'Itri.Paul Mackerras2005-03-221-3/+6
* Add a 'treat as reject' parameter to the nakci functions.Paul Mackerras2004-11-131-3/+3
* Remove the requirement that redistributions in binary form reproducePaul Mackerras2004-11-041-8/+3
* Fix the case where we get a CCP conf-rej for the old deflate option.Paul Mackerras2003-05-011-34/+33
* ccp_nakci(), ccp_reqci(): If refusing MPPE stateful mode, log an errorFrank Cusack2003-04-251-3/+6
* If the peer offers mppe stateful mode (H bit clear), accept it ifFrank Cusack2003-03-051-10/+8
* Improve MPPE rejection logic.Frank Cusack2002-12-241-4/+10
* Ensure that MPPE keys are available when using a plugin.Frank Cusack2002-12-231-2/+10
* Update copyrights. The new CMU copyright notice is from CMU and nowPaul Mackerras2002-12-041-20/+28
* ccp_addci(): Restore behavior of only testing kernel support for the firstFrank Cusack2002-10-271-16/+21
* Patches from Frank Cusack.David F. Skoll2002-09-011-2/+2
* Don't drop connection if CCP not supportedAlexandr D. Kanevskiy2002-07-101-2/+3
* Patches from Frank Cusack:David F. Skoll2002-06-241-4/+8
* Frank Cusack's latest patch.David F. Skoll2002-05-281-5/+13
* ECP patches from Frank Cusack:David F. Skoll2002-05-211-6/+33
* First large MPPE patch from Frank Cusack.David F. Skoll2002-04-021-24/+379
* Fixed incorrect order of args in option list (Frank Cusack)David F. Skoll2002-03-061-2/+2
* New options system with priorities for option values, with optionsPaul Mackerras2001-03-081-12/+25
* Because of a bug in zlib, restrict deflate parameter to 9..15 for now.Paul Mackerras2001-02-221-8/+25
* Some tiny fixes (minor castings) to remove annoying compiler warningsAdi Masputra2000-04-151-4/+4
* Fix the rcsid's for non-ansi compilersPaul Mackerras1999-08-131-3/+3
* kill warningPaul Mackerras1999-08-121-1/+1
* Ignore extra unrecognized options in Nak.Paul Mackerras1999-03-191-6/+3
* add data_name to struct protentPaul Mackerras1999-03-161-1/+2
* syslog -> notice/error/etc.Paul Mackerras1999-03-161-23/+18
* use strlcpy, strlcat, slprintf everywherePaul Mackerras1999-03-121-2/+2
* Update to new pppd with new option parsing stuffPaul Mackerras1998-11-071-1/+122
* Support old draft rfc deflate number as well as new.Paul Mackerras1998-03-251-18/+84
* fix compression negotiationPaul Mackerras1997-05-221-6/+9
* minor fixesPaul Mackerras1997-04-301-9/+9
* fixes for picky C compilersPaul Mackerras1996-09-261-3/+5
* suppress (none) transmit compression messagePaul Mackerras1996-09-141-2/+2
* moved protos here from ccp.h; log details of compression in usePaul Mackerras1996-07-011-17/+106
* Check which compressors are supported in the kernel beforePaul Mackerras1996-04-041-3/+10
* Allow PPP Deflate compression by default;Paul Mackerras1996-01-181-51/+48
* add null entries for check_options and demand_conf in protentPaul Mackerras1996-01-011-2/+2
* fixes for predictor support;Paul Mackerras1995-12-181-5/+18
* support Deflate and Predictor; shut up if we receive an emptyPaul Mackerras1995-10-271-25/+310
* Close ccp if we receive a term-ack and we're not asking for anyPaul Mackerras1995-08-161-1/+9