imp 2008-08-24 20:40:00 UTC
FreeBSD src repository
Modified files:
sys/net if_spppsubr.c
Log:
SVN rev 182121 on 2008-08-24 20:40:00Z by imp
MFp4:
Remove all the OtherBSD ifdefs. They are very out of date at this
point. OtherBSD doesn't use this file
mjacob 2007-06-10 04:53:14 UTC
FreeBSD src repository
Modified files:
sys/net if_spppsubr.c
Log:
Cast the ioctl define to the type of the variable being switched on.
Revision ChangesPath
1.127 +2 -2 src/sys/net/if_spppsubr.c
Hello!
On Thu, 14 Dec 2006, Bjoern A. Zeeb wrote:
It seems that it should be "#ifdef INET6" instead of "#if INET6"?
Yes, should be fixed. Thanks for reporting.
Thank you! BTW, grep against the HEAD reveals a couple of similar mistakes:
[EMAIL PROTECTED] grep -RE '#if[[:space:]]+INET' src
On Thu, 14 Dec 2006, Dmitry Pryanishnikov wrote:
On Tue, 12 Dec 2006, Bjoern A. Zeeb wrote:
sys/netipsec ipsec.c ipsec_input.c
...
1.19 +5 -1 src/sys/netipsec/ipsec.c
I believe the following change in your commit:
...
broke kernel build (at least, with "options FAST
On Tue, 12 Dec 2006, Max Laier wrote:
PR kern/104738 is in part concerned with this problem. I'm still not
yepp sounds similar.
entirely happy with throwing buffers on the stack like this. Some parts
of KAME exercise function nesting quite extensively - are we sure we
that's another prob
On Tuesday 12 December 2006 13:17, Bjoern A. Zeeb wrote:
> bz 2006-12-12 12:17:58 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/net if_spppsubr.c
> sys/netinet ip_fw2.c tcp_hostcache.c tcp_input.c
> sys/netinet6 frag6.c icmp6.c in6.c
bz 2006-12-12 12:17:58 UTC
FreeBSD src repository
Modified files:
sys/net if_spppsubr.c
sys/netinet ip_fw2.c tcp_hostcache.c tcp_input.c
sys/netinet6 frag6.c icmp6.c in6.c in6_gif.c in6_src.c
in6_var.h ip6_forward.
cperciva2006-08-23 22:06:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/net if_spppsubr.c
Log:
Correct buffer overflow in the handling of LCP options in ppp(4)
Security: FreeBSD-SA-06:18.ppp
Revision ChangesPath
1.
cperciva2006-08-23 22:03:55 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/net if_spppsubr.c
Log:
Correct buffer overflow in the handling of LCP options in ppp(4)
Security: FreeBSD-SA-06:18.ppp
Revision ChangesPath
1.
cperciva2006-08-23 22:01:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_spppsubr.c
Log:
Correct buffer overflow in the handling of LCP options in ppp(4)
Security: FreeBSD-SA-06:18.ppp
Revision ChangesPath
1.
cperciva2006-08-23 22:01:09 UTC
FreeBSD src repository
Modified files:
sys/net if_spppsubr.c
Log:
Correct buffer overflow in the handling of LCP options in ppp(4)
Security: FreeBSD-SA-06:18.ppp
Revision ChangesPath
1.125 +24 -12src/sys/
brooks 2006-07-15 02:49:35 UTC
FreeBSD src repository
Modified files:
sys/net if_spppsubr.c
Log:
Use TAILQ_FOREACH instead of poking around in the guts of the list
macros.
Revision ChangesPath
1.124 +5 -8 src/sys/net/if_spppsubr.c
12 matches
Mail list logo