Re: Methods to detect Internet censorship.

2002-07-07 Thread Dag-Erling Smorgrav
xy, and from where. OK, so it might take a little more than five minutes, but the principle is sound. Great way do build up a huge collection of porn URLs and passwords, too :P DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: zero copy code checkin in 2 days, new snapshot

2002-06-24 Thread Dag-Erling Smorgrav
"Kenneth D. Merry" <[EMAIL PROTECTED]> writes: > I'm planning on checking in the zero copy sockets code Tuesday evening, > MDT. Great! DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Garbage tacked onto end of packet

2001-11-21 Thread Dag-Erling Smorgrav
http://lcamtuf.coredump.cx/mobp/ See Exhibit 5. Is this a known bug? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Small tweak to in_control()

2001-10-19 Thread Dag-Erling Smorgrav
27;t know if similar changes are required in the IPv6 code. Comments? Objections? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] Index: sys/netinet/in.c === RCS file: /home/ncvs/src/sys/netinet/in.c,v retrieving revision 1.59 diff -u

Re: [CFR] whois(1) out-of-bound access patch

2001-10-07 Thread Dag-Erling Smorgrav
aracters have the high bit set, but strictly speaking you still need the cast. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: bin/26970: 4.3 netstat -r output

2001-05-04 Thread Dag-Erling Smorgrav
ing. It wasn't a conscious decision to MFC exactly that one change. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: missing #includes in /usr/include headers (was RE: Generating SYN packets.)

2001-03-09 Thread Dag-Erling Smorgrav
r of that software is a Linux weenie, and Linux header files are broken in such a way that they mask the fact that his program does not include the proper headers. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: HEADSUP! New netgraph code coming

2001-01-17 Thread Dag-Erling Smorgrav
version number of your module. MODULE_DEPEND(module, mdepend, vmin, vpref, vmax); mdpepend is the name of the module your module depends on. vmin, vpref, vmac are the minimum, maximum and preferred versions of the module your module depends on. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To

Re: HEADSUP! New netgraph code coming

2001-01-17 Thread Dag-Erling Smorgrav
Alfred Perlstein <[EMAIL PROTECTED]> writes: > This ought to be documented. A good start would be to add example of MODULE_VERSION and MODULE_DEPEND usage to one of the templates in /usr/share/examples/kld/. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail

Re: HEADSUP! New netgraph code coming

2001-01-16 Thread Dag-Erling Smorgrav
UP, but I don't recall seeing one. If I recall correctly, it was Mike, and the commit message was fairly explicit. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: HEADSUP! New netgraph code coming

2001-01-14 Thread Dag-Erling Smorgrav
Julian Elischer <[EMAIL PROTECTED]> writes: > Dag-Erling Smorgrav wrote: > > Something is terribly broken with ng_ether at the moment. It lacks a > > MODULE_VERSION line. > is this required for something to be a depency? Yes. > Where is it documented? It's not,

Re: HEADSUP! New netgraph code coming

2001-01-12 Thread Dag-Erling Smorgrav
ge.ko: depends on >ng_ether - not available > > something is terribly broken with the kld loading at the moment. Something is terribly broken with ng_ether at the moment. It lacks a MODULE_VERSION line. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECT