summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/mppe.c
Commit message (Expand)AuthorAgeFilesLines
* Don't trust the MPPE key lengths passed back from the RADIUS server.Brian Somers2002-07-021-2/+4
* When a RADIUS server is being used, don't use MPPE unless the RADIUSBrian Somers2002-06-281-6/+19
* Understand the following Microsoft Vendor Specific RADIUS attributes:Brian Somers2002-06-121-30/+88
* Put back <string.h>Brian Somers2002-05-171-0/+1
* o Clean up some #includesBrian Somers2002-05-141-6/+0
* Fix a syntax errorBrian Somers2002-05-131-0/+1
* We don't need to include arpa/inet.h here. In fact, only FreeBSD needsBrian Somers2002-05-111-2/+1
* #include netinet/in.h when !__FreeBSD__ to silence some warnings fromBrian Somers2002-05-111-0/+3
* Make the way FSM options are processed easier to read by using structuresBrian Somers2002-04-161-8/+8
* Include arpa/inet.hBrian Somers2002-03-311-0/+2
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-2/+0
* Use the return value from snprintf() to keep a track of the length ofBrian Somers2002-03-131-16/+17
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+2
* Correct alignment issuesBrian Somers2001-09-131-17/+20
* Send a reset request for every packet received when our encryptionBrian Somers2001-08-271-0/+2
* When we miss one or more packets in stateful mode *and* need toBrian Somers2001-07-071-7/+10
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.Brian Somers2001-07-031-0/+1
* Add support for stateful MPPE (microsoft encryption) providingBrian Somers2001-06-181-126/+404
* Add a ``Usable'' function to the ccp switch. The functionBrian Somers2001-02-041-0/+20
* Make the MPPE MasterKey Invalid messages a bit clearer (it nowBrian Somers2001-02-041-3/+3
* Log the ``MPPE: MasterKey is invalid...'' message as a CCPBrian Somers2000-12-291-1/+1
* Introduce another global (MPPE_IsServer) so that we initiate theBrian Somers2000-11-071-2/+5
* Merge some OpenBSD/NetBSD fixes to the recent MPPE/CHAP0x81 update.Brian Somers2000-11-051-0/+4
* Various whitespace changes.Brian Somers2000-10-301-8/+12
* Add MPPE and MSChap v2 support (denied and disabled by default)Brian Somers2000-10-301-0/+422