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
/
ip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build with -DNOINET6...
brian
2004-09-06
1
-1
/
+6
*
Fix the build on 64-bit platforms.
marcel
2004-09-06
1
-3
/
+4
*
Make ppp WARNS=5 clean
brian
2004-09-05
1
-11
/
+13
*
Make getprotobynumber() calls in FilterCheck conditional on the log
dds
2004-05-13
1
-13
/
+43
*
Passing a u_char to ntohs() is guaranteed to give the wrong answer !
brian
2003-03-26
1
-2
/
+2
*
Remove whitespace at the end of lines.
brian
2002-06-15
1
-8
/
+8
*
o Clean up some #includes
brian
2002-05-14
1
-2
/
+0
*
Back out the previous fix to deal with kernels that don't support IPv6,
brian
2001-08-18
1
-2
/
+1
*
Run correctly on a machine built without AF_INET6 support
brian
2001-08-18
1
-1
/
+2
*
Fix a couple of forgotten comments
brian
2001-08-16
1
-3
/
+3
*
o Add ipv6 support, abstracting most NCP addresses into opaque
brian
2001-08-14
1
-290
/
+310
*
Add support for stateful MPPE (microsoft encryption) providing
brian
2001-06-18
1
-0
/
+8
*
Convert IIJ copyrights to BSD copyrights.
brian
2001-06-13
1
-20
/
+25
*
Fix an alignment error
brian
2001-05-30
1
-5
/
+10
*
Handle IP over IP (IPPROTO_IPV4) properly.
brian
2001-04-24
1
-6
/
+17
*
MAXHOSTNAME includes space for a NUL
brian
2001-03-09
1
-6
/
+6
*
MAXPATHLEN -> PATH_MAX
brian
2001-03-08
1
-2
/
+2
*
Fix some log_Printf() casting
brian
2001-01-29
1
-6
/
+4
*
Understand IPPROTO_ESP and IPPROTO_AH packets
brian
2000-09-14
1
-0
/
+34
*
Add LogFILTER logging to log packets allowed by the dial filter and
brian
2000-08-28
1
-12
/
+61
*
Allow a ``timeout secs'' filter option to let specific packet types
brian
2000-07-11
1
-180
/
+215
*
o Log the (payload/size) of all packet types, not just TCP packets
brian
2000-07-07
1
-8
/
+60
*
Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAY
brian
2000-06-08
1
-2
/
+2
*
Log information about packets being dropped (probably due to
brian
2000-03-29
1
-5
/
+9
*
When ppp can't identify the relevant name, don't use "???", use
brian
2000-03-14
1
-4
/
+2
*
Add ``set log dns'' to log DNS QUERY packets.
brian
2000-03-14
1
-10
/
+137
*
Handle the availability of TUNSIFHEAD. If it's there, use it.
brian
2000-01-23
1
-5
/
+9
*
Add a bunch of `const's and fix a typo.
brian
1999-12-27
1
-1
/
+3
*
Cosmetic: Make struct mbuf more like kernel mbufs.
brian
1999-12-20
1
-20
/
+21
*
Support GRE packets
brian
1999-09-30
1
-0
/
+22
*
Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.
brian
1999-09-21
1
-3
/
+0
*
NetBSD has moved ``extern int errno;'' to signal.h :-/
brian
1999-09-20
1
-0
/
+3
*
Correct the return from FilterCheck for fragments
brian
1999-09-16
1
-1
/
+1
*
Introduce a forth IP packet queue. Urgent packets with
brian
1999-09-07
1
-4
/
+18
*
o Split the two IPCP queues into three - one for FSM data
brian
1999-09-04
1
-19
/
+15
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add ISDN support via isdnd & i4b. This requires version
brian
1999-08-06
1
-3
/
+1
*
#ifdef IPPROTO_OSPFIGP before expecting it to be defined.
brian
1999-08-02
1
-1
/
+5
*
Filter ospf and igmp separately.
brian
1999-08-02
1
-1
/
+18
*
o Overhaul filtering, adding facilities to jump over rules and to
brian
1999-07-27
1
-131
/
+182
*
Support `igmp' filters.
brian
1999-06-23
1
-2
/
+6
*
o Alter the mbuf type as it's processed by different layers.
brian
1999-06-02
1
-2
/
+3
*
Remember if MYADDR or HISADDR is used in a filter add tweak all
brian
1999-05-31
1
-6
/
+6
*
Ensure that we're not going to overflow our ``struct tun''
brian
1999-05-14
1
-3
/
+10
*
Deal with the fact that as we now mbuf_Read the fsm
brian
1999-05-09
1
-2
/
+2
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-128
/
+48
*
Make ports 80 & 81 ``interactive''.
brian
1999-05-01
1
-2
/
+2
*
Add support for NetBSD
brian
1999-04-26
1
-5
/
+5
*
Ensure that the thing we're casting to struct ip
brian
1999-03-29
1
-2
/
+2
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-2
/
+5
[next]