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
*
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
*
o Support callback types NONE, E.164, AUTH and CBCP.
brian
1998-08-07
1
-2
/
+3
*
o Tidy up PAP and CHAP diagnostics. They're now all logged as PHASE
brian
1998-07-28
1
-13
/
+20
*
o Fix remaining sizeof problems for 64 bit machines.
brian
1998-06-27
1
-1
/
+2
*
Remove redundant includes
brian
1998-06-27
1
-2
/
+5
*
o Add some missing #includes
brian
1998-05-21
1
-1
/
+4
*
MFMP: Make ppp multilink capable.
brian
1998-05-21
1
-103
/
+98
*
Add extraneous braces to stiffle warnings from gcc-2.8
brian
1998-03-13
1
-2
/
+3
*
MFMP: Allow 8 character login names.
brian
1998-02-19
1
-5
/
+4
*
Cosmetic (style):
brian
1997-12-24
1
-4
/
+4
*
Fix PAP, CHAP & LQR req (I broke the byte ordering when
brian
1997-12-07
1
-2
/
+2
*
Fix prototypes.
brian
1997-11-22
1
-4
/
+4
*
When responding to a CHAP challenge, don't try to use
brian
1997-11-09
1
-13
/
+7
*
Cosmetic (no functional changes):
brian
1997-10-26
1
-38
/
+48
*
Allow Microsoft CHAP authentication.
brian
1997-09-25
1
-30
/
+59
*
Don't allow accept/deny when it's not appropriate.
brian
1997-09-22
1
-2
/
+23
*
Support CHAP using MD4
brian
1997-09-17
1
-9
/
+23
*
Make the code format more in line with style(9).
brian
1997-08-25
1
-22
/
+17
*
Remove srandomdev fallback code
ache
1997-06-14
1
-3
/
+2
*
Overhaul ppp:
brian
1997-06-09
1
-40
/
+11
*
De-couple ppp from libalias. If libalias isn't there, the
brian
1997-05-26
1
-1
/
+2
*
Fix the reconnect option, and add an explanation to vars.h
brian
1997-05-24
1
-2
/
+2
*
Mega update to sort out bad implementations
brian
1997-05-19
1
-1
/
+2
*
Tidy up the code - bounds checking, return
brian
1997-05-10
1
-1
/
+5
*
Use srandomdev() to initialize RNG
ache
1997-03-24
1
-2
/
+3
[next]