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
/
chap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ppp WARNS=5 clean
brian
2004-09-05
1
-29
/
+34
*
Ignore case when comparing CHAP/CHAP81 responses
brian
2003-11-10
1
-7
/
+12
*
Do a case insensitive comparison when comparing the ms-chap response
brian
2002-07-30
1
-1
/
+1
*
Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code
brian
2002-06-17
1
-15
/
+17
*
Remove whitespace at the end of lines.
brian
2002-06-15
1
-4
/
+4
*
Don't forget to process the Ident field on the front of
brian
2002-06-12
1
-2
/
+1
*
Fix a mis-placed #else/#endif
brian
2002-05-16
1
-2
/
+1
*
Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's
brian
2002-05-16
1
-16
/
+25
*
o Clean up some #includes
brian
2002-05-14
1
-1
/
+0
*
Add support for MS-CHAP authentication via a RADIUS server.
brian
2002-05-10
1
-4
/
+19
*
Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line
brian
2002-03-30
1
-31
/
+31
*
o Add ipv6 support, abstracting most NCP addresses into opaque
brian
2001-08-14
1
-0
/
+5
*
Warn when a CHAP81 SUCCESS packet is invalid due to an incorrect S= value.
brian
2001-08-03
1
-2
/
+2
*
The wrong-last-byte bug on win98 chap responses is also in winME
brian
2001-08-02
1
-1
/
+1
*
Don't include a NUL at the end of our CHAP SUCCESS packet.
brian
2001-07-31
1
-1
/
+1
*
When we receive a CHAP81 challenge response, we always expect the last
brian
2001-07-31
1
-0
/
+5
*
Convert IIJ copyrights to BSD copyrights.
brian
2001-06-13
1
-18
/
+25
*
Don't assume challenges and responses don't contain embedded '\0's.
brian
2001-04-01
1
-9
/
+5
*
Introduce another global (MPPE_IsServer) so that we initiate the
brian
2000-11-07
1
-5
/
+8
*
Various whitespace changes.
brian
2000-10-30
1
-8
/
+11
*
Add MPPE and MSChap v2 support (denied and disabled by default)
brian
2000-10-30
1
-13
/
+147
*
Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID
brian
2000-08-18
1
-0
/
+2
*
Allow leading ``!'' characters in authkeys and chat scripts to
brian
2000-08-09
1
-3
/
+4
*
Support link identification from rfc1570
brian
2000-07-19
1
-1
/
+1
*
To avoid namespace polution in NetBSD:
brian
2000-03-14
1
-4
/
+4
*
Add a few missing #includes
brian
1999-12-30
1
-0
/
+1
*
Correct usages of getuid() and geteuid()
brian
1999-12-30
1
-1
/
+1
*
Add a bunch of `const's and fix a typo.
brian
1999-12-27
1
-1
/
+1
*
Notice and warn about unterminated quoted strings in commands.
brian
1999-12-20
1
-1
/
+9
*
Cosmetic: Make struct mbuf more like kernel mbufs.
brian
1999-12-20
1
-11
/
+11
*
o Split the two IPCP queues into three - one for FSM data
brian
1999-09-04
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Set the close-on-exec flag for all unused descriptors when
brian
1999-08-17
1
-14
/
+10
*
Don't declare `end' if we aren't compiling radius support.
brian
1999-07-15
1
-2
/
+4
*
Use the correct pid when substituting PROCESSID.
brian
1999-06-09
1
-2
/
+4
*
o Alter the mbuf type as it's processed by different layers.
brian
1999-06-02
1
-2
/
+3
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-22
/
+32
*
Split the recorded chap challenge into two - one for the
brian
1999-04-21
1
-17
/
+20
*
Drop PAP & CHAP packets if we're not in NETWORK or AUTHENTICATE
brian
1999-04-01
1
-1
/
+8
*
Handle empty PAP & CHAP packets (containing only an FSM header).
brian
1999-02-20
1
-3
/
+4
*
Build correctly when -DNOCRYPT is used.
brian
1999-02-18
1
-18
/
+78
*
Don't expect a chap response if we haven't negotiated
brian
1999-02-18
1
-2
/
+3
*
Fully support both NT and LANMan CHAP type 0x80 as both
brian
1999-02-18
1
-56
/
+131
*
When resending chap challenges, resend the same challenge
brian
1999-02-11
1
-30
/
+241
*
Correct server-side chap authentication comparison
brian
1999-02-07
1
-2
/
+2
*
Remove forgotten diagnostics
brian
1999-02-07
1
-3
/
+1
*
Decouple pap & chap output routines from the corresponding
brian
1999-02-06
1
-219
/
+273
*
o Send a CHAP challenge of 16 random digits when RADIUS is
brian
1999-01-29
1
-37
/
+40
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-14
/
+43
*
Fix some OpenBSD/alpha warnings
brian
1998-08-26
1
-2
/
+2
[next]