summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mppe.c
Commit message (Expand)AuthorAgeFilesLines
* Mark bundle as unused in case we're compiled with NORADIUS.phk2004-09-071-3/+3
* Fix a warningbrian2004-09-051-1/+2
* Make ppp WARNS=5 cleanbrian2004-09-051-5/+7
* Don't trust the MPPE key lengths passed back from the RADIUS server.brian2002-07-021-2/+4
* When a RADIUS server is being used, don't use MPPE unless the RADIUSbrian2002-06-281-6/+19
* Understand the following Microsoft Vendor Specific RADIUS attributes:brian2002-06-121-30/+88
* Put back <string.h>brian2002-05-171-0/+1
* o Clean up some #includesbrian2002-05-141-6/+0
* Fix a syntax errorbrian2002-05-131-0/+1
* We don't need to include arpa/inet.h here. In fact, only FreeBSD needsbrian2002-05-111-2/+1
* #include netinet/in.h when !__FreeBSD__ to silence some warnings frombrian2002-05-111-0/+3
* Make the way FSM options are processed easier to read by using structuresbrian2002-04-161-8/+8
* Include arpa/inet.hbrian2002-03-311-0/+2
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-2/+0
* Use the return value from snprintf() to keep a track of the length ofbrian2002-03-131-16/+17
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+2
* Correct alignment issuesbrian2001-09-131-17/+20
* Send a reset request for every packet received when our encryptionbrian2001-08-271-0/+2
* When we miss one or more packets in stateful mode *and* need tobrian2001-07-071-7/+10
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.brian2001-07-031-0/+1
* Add support for stateful MPPE (microsoft encryption) providingbrian2001-06-181-126/+404
* Add a ``Usable'' function to the ccp switch. The functionbrian2001-02-041-0/+20
* Make the MPPE MasterKey Invalid messages a bit clearer (it nowbrian2001-02-041-3/+3
* Log the ``MPPE: MasterKey is invalid...'' message as a CCPbrian2000-12-291-1/+1
* Introduce another global (MPPE_IsServer) so that we initiate thebrian2000-11-071-2/+5
* Merge some OpenBSD/NetBSD fixes to the recent MPPE/CHAP0x81 update.brian2000-11-051-0/+4
* Various whitespace changes.brian2000-10-301-8/+12
* Add MPPE and MSChap v2 support (denied and disabled by default)brian2000-10-301-0/+422
OpenPOWER on IntegriCloud