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
/
fsm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support link identification from rfc1570
brian
2000-07-19
1
-8
/
+32
*
Don't oan about padding characters
brian
2000-06-11
1
-2
/
+0
*
If the fsm header reports a length greater than the packet size,
brian
2000-05-26
1
-1
/
+8
*
Add a bunch of `const's and fix a typo.
brian
1999-12-27
1
-2
/
+2
*
Cosmetic: Make struct mbuf more like kernel mbufs.
brian
1999-12-20
1
-48
/
+48
*
Support PPPoE
brian
1999-11-06
1
-2
/
+10
*
Mention the received/expected magic for dodgy ECHO LQRs.
brian
1999-10-06
1
-2
/
+3
*
o Split the two IPCP queues into three - one for FSM data
brian
1999-09-04
1
-4
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
If we receive an IPCP protocol reject, bring it down.
brian
1999-08-10
1
-1
/
+8
*
o Alter the mbuf type as it's processed by different layers.
brian
1999-06-02
1
-16
/
+15
*
Handle LCP echo reqs properly again (broken with the
brian
1999-05-14
1
-17
/
+3
*
Deal with the fact that as we now mbuf_Read the fsm
brian
1999-05-09
1
-27
/
+27
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-24
/
+26
*
Ensure that the thing we're casting to struct ip
brian
1999-03-29
1
-1
/
+2
*
Comment why we do a TLF when we get a ``Down'' event in state
brian
1999-03-01
1
-3
/
+6
*
Allow control over the number of ConfigREQ & TermREQ attempts
brian
1999-02-26
1
-25
/
+53
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-2
/
+5
*
Don't cast potentially unaligned addresses to pointers to
brian
1998-09-04
1
-4
/
+5
*
When we receive an LCP config REQ in Opened state,
brian
1998-08-01
1
-6
/
+8
*
The CCP layer now behaves as follows:
brian
1998-06-30
1
-1
/
+16
*
o Fix remaining sizeof problems for 64 bit machines.
brian
1998-06-27
1
-5
/
+20
*
Add ``ipcp'' as an optional argument to ``open'', and make
brian
1998-06-25
1
-1
/
+13
*
Do an InitRestartCounter when we get a TerminateReq
brian
1998-06-20
1
-1
/
+2
*
Create & use fsm2initial(), a function to bring a
brian
1998-06-20
1
-6
/
+14
*
Change some log levels. ALERTs are only logged when
brian
1998-06-16
1
-2
/
+2
*
o De-staticise things that don't need to be static.
brian
1998-06-15
1
-1
/
+2
*
MFMP: Make ppp multilink capable.
brian
1998-05-21
1
-285
/
+425
*
Allow an optional delay when specifying "set openmode active".
brian
1998-01-20
1
-6
/
+31
*
Implement Reset{Req,Ack} properly, as per rfc 1962.
brian
1998-01-10
1
-6
/
+12
*
Cosmetic (style):
brian
1997-12-24
1
-4
/
+4
*
Allow random IP number allocation to peer.
brian
1997-12-13
1
-2
/
+3
*
Abstract the CCP layer a level.
brian
1997-12-03
1
-5
/
+4
*
Fix prototypes.
brian
1997-11-22
1
-4
/
+8
*
Don't moan about unexpected config req's when in ST_STOPPING.
brian
1997-11-11
1
-2
/
+2
*
Cosmetic (no functional changes):
brian
1997-10-26
1
-27
/
+46
*
Get rid of missing-prototype-warning
brian
1997-09-10
1
-1
/
+2
*
o Initialize the PRED1 input queue when we
brian
1997-09-10
1
-1
/
+2
*
Cosmetic: Make LogPrintf() calls consistent.
brian
1997-08-31
1
-2
/
+3
*
Make the code format more in line with style(9).
brian
1997-08-25
1
-197
/
+135
*
Expand the "set stopped" command so that it can
brian
1997-08-20
1
-43
/
+30
*
Allow the use of a "stopped" timeout via the
brian
1997-08-17
1
-2
/
+38
*
Overhaul ppp:
brian
1997-06-09
1
-47
/
+35
*
Back out last change (which in fact breaks rfc1661)
brian
1997-06-02
1
-4
/
+5
*
Go directly to ST_STOPPED when a TerminateReq is
brian
1997-06-01
1
-3
/
+3
*
Tidy up the code - bounds checking, return
brian
1997-05-10
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Here is a diff of /usr/src/usr.sbin/ppp against current. The diffs
phk
1996-05-11
1
-22
/
+22
*
Some patches to ppp which improve stability. I have been running a
dfr
1996-01-30
1
-2
/
+2
[next]