index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ppp
/
mppe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't trust the MPPE key lengths passed back from the RADIUS server.
brian
2002-07-02
1
-2
/
+4
*
When a RADIUS server is being used, don't use MPPE unless the RADIUS
brian
2002-06-28
1
-6
/
+19
*
Understand the following Microsoft Vendor Specific RADIUS attributes:
brian
2002-06-12
1
-30
/
+88
*
Put back <string.h>
brian
2002-05-17
1
-0
/
+1
*
o Clean up some #includes
brian
2002-05-14
1
-6
/
+0
*
Fix a syntax error
brian
2002-05-13
1
-0
/
+1
*
We don't need to include arpa/inet.h here. In fact, only FreeBSD needs
brian
2002-05-11
1
-2
/
+1
*
#include netinet/in.h when !__FreeBSD__ to silence some warnings from
brian
2002-05-11
1
-0
/
+3
*
Make the way FSM options are processed easier to read by using structures
brian
2002-04-16
1
-8
/
+8
*
Include arpa/inet.h
brian
2002-03-31
1
-0
/
+2
*
Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line
brian
2002-03-30
1
-2
/
+0
*
Use the return value from snprintf() to keep a track of the length of
brian
2002-03-13
1
-16
/
+17
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-0
/
+2
*
Correct alignment issues
brian
2001-09-13
1
-17
/
+20
*
Send a reset request for every packet received when our encryption
brian
2001-08-27
1
-0
/
+2
*
When we miss one or more packets in stateful mode *and* need to
brian
2001-07-07
1
-7
/
+10
*
Reduce the interface MTU by 2 when MPPE has been successfully negotiated.
brian
2001-07-03
1
-0
/
+1
*
Add support for stateful MPPE (microsoft encryption) providing
brian
2001-06-18
1
-126
/
+404
*
Add a ``Usable'' function to the ccp switch. The function
brian
2001-02-04
1
-0
/
+20
*
Make the MPPE MasterKey Invalid messages a bit clearer (it now
brian
2001-02-04
1
-3
/
+3
*
Log the ``MPPE: MasterKey is invalid...'' message as a CCP
brian
2000-12-29
1
-1
/
+1
*
Introduce another global (MPPE_IsServer) so that we initiate the
brian
2000-11-07
1
-2
/
+5
*
Merge some OpenBSD/NetBSD fixes to the recent MPPE/CHAP0x81 update.
brian
2000-11-05
1
-0
/
+4
*
Various whitespace changes.
brian
2000-10-30
1
-8
/
+12
*
Add MPPE and MSChap v2 support (denied and disabled by default)
brian
2000-10-30
1
-0
/
+422