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
/
lqr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement an ``enable/disable echo'' option, defaults to off.
brian
2004-12-13
1
-13
/
+15
*
Fix the build on 64-bit platforms.
marcel
2004-09-06
1
-1
/
+1
*
Make ppp WARNS=5 clean
brian
2004-09-05
1
-6
/
+7
*
Re-implement LQM, this time according to the rfc.
brian
2004-06-30
1
-50
/
+132
*
Remove whitespace at the end of lines.
brian
2002-06-15
1
-1
/
+1
*
o Clean up some #includes
brian
2002-05-14
1
-0
/
+4
*
Convert IIJ copyrights to BSD copyrights.
brian
2001-06-13
1
-22
/
+24
*
Support link identification from rfc1570
brian
2000-07-19
1
-1
/
+1
*
Allow padding in LQR ECHO requests
brian
2000-06-20
1
-2
/
+3
*
Cosmetic: Make struct mbuf more like kernel mbufs.
brian
1999-12-20
1
-15
/
+15
*
Don't ntohl() the signature before printing it... it's already
brian
1999-10-16
1
-1
/
+1
*
o Split the two IPCP queues into three - one for FSM data
brian
1999-09-04
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
o Alter the mbuf type as it's processed by different layers.
brian
1999-06-02
1
-5
/
+22
*
Handle LCP echo reqs properly again (broken with the
brian
1999-05-14
1
-8
/
+21
*
Deal with the fact that as we now mbuf_Read the fsm
brian
1999-05-09
1
-10
/
+11
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-28
/
+115
*
Ensure that the thing we're casting to struct ip
brian
1999-03-29
1
-2
/
+3
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-2
/
+2
*
o Support callback types NONE, E.164, AUTH and CBCP.
brian
1998-08-07
1
-1
/
+2
*
o Fix remaining sizeof problems for 64 bit machines.
brian
1998-06-27
1
-10
/
+11
*
Don't depend on sizeof(u_long) == 4.
brian
1998-06-26
1
-4
/
+4
*
Change some log levels. ALERTs are only logged when
brian
1998-06-16
1
-5
/
+5
*
Make `close lcp' just close the LCP layer and not hangup. This is
brian
1998-06-15
1
-3
/
+3
*
MFMP: Make ppp multilink capable.
brian
1998-05-21
1
-151
/
+188
*
MFMP: Don't send LQRs when the peer has LCP REJ'd them. Send
brian
1998-03-13
1
-2
/
+2
*
o Fix a few comment typos.
brian
1998-03-12
1
-29
/
+38
*
Remove unused #includes.
brian
1998-01-21
1
-3
/
+5
*
Make things work when sizeof(long) != 32 (hopefully)
brian
1998-01-11
1
-7
/
+7
*
Fix prototypes.
brian
1997-11-22
1
-8
/
+8
*
Cosmetic (no functional changes):
brian
1997-10-26
1
-1
/
+11
*
Cosmetic: Make LogPrintf() calls consistent.
brian
1997-08-31
1
-2
/
+2
*
Make the code format more in line with style(9).
brian
1997-08-25
1
-32
/
+27
*
Reset all LQR variables when we start over.
phk
1997-07-02
1
-1
/
+4
*
Overhaul ppp:
brian
1997-06-09
1
-35
/
+27
*
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
-3
/
+3
*
Mega update to sort out bad implementations
brian
1997-05-19
1
-1
/
+3
*
Null commit to force version bump.
jdp
1997-05-09
1
-1
/
+1
*
Reset lqrsendcnt.
brian
1997-05-07
1
-1
/
+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
-11
/
+11
*
Some patches to ppp which improve stability. I have been running a
dfr
1996-01-30
1
-6
/
+12
*
Final cleanup for now. -Wall is now silent. A couple of bogons found.
phk
1996-01-11
1
-1
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Loglevel is a bitmask everywhere except in lqr.c.
amurai
1995-04-17
1
-2
/
+2
*
New user Process PPP based on iij-ppp0.94beta2.
amurai
1995-02-26
1
-2
/
+2
*
(no commit message)
amurai
1995-01-31
1
-0
/
+259