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
/
cbcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be concerned about huge callback numbers by truncating them rather than
brian
2005-02-15
1
-5
/
+9
*
Fix the build on 64-bit platforms.
marcel
2004-09-06
1
-2
/
+2
*
Make ppp WARNS=5 clean
brian
2004-09-05
1
-5
/
+5
*
Remove whitespace at the end of lines.
brian
2002-06-15
1
-1
/
+1
*
Avoid a rather bizarre warning from gcc 3.1:
brian
2002-05-14
1
-1
/
+1
*
o Clean up some #includes
brian
2002-05-14
1
-0
/
+3
*
Support link identification from rfc1570
brian
2000-07-19
1
-1
/
+1
*
When ppp can't identify the relevant name, don't use "???", use
brian
2000-03-14
1
-2
/
+2
*
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
-10
/
+10
*
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
*
If we've negotiated CBCP and have also specified ``none'' as a possible
brian
1999-07-27
1
-5
/
+21
*
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
-7
/
+17
*
Ensure that the thing we're casting to struct ip
brian
1999-03-29
1
-1
/
+2
*
Allow control over the number of ConfigREQ & TermREQ attempts
brian
1999-02-26
1
-5
/
+5
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-2
/
+2
*
Send the peer-decided PSTN address with the CBCP Ack,
brian
1999-01-19
1
-5
/
+18
*
If the CBCP callee offsers no callback, send our configured
brian
1998-10-31
1
-5
/
+7
*
Don't send a DELAY value when sending CBCP_NONUM
brian
1998-10-25
1
-4
/
+8
*
Warn about (but process anyway) CBCP messages with an incorrect id.
brian
1998-10-17
1
-1
/
+11
*
Adjust our CBCP RESP id so that it's the same as the REQ.
brian
1998-10-17
1
-1
/
+2
*
If the client asks for CBCP, then replies with CBCP_NONUM
brian
1998-10-17
1
-1
/
+8
*
Remove redundant include file.
brian
1998-08-26
1
-2
/
+1
*
Missed these...
brian
1998-08-07
1
-0
/
+692