CVS log entries from 17.01.2001 (Wed) 10:06:51 - 18.01.2001 (Thu) 10:06:37 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
File: libpcap/configure.in; Revisions: 1.88, 1.87.2.1
File: tcpdump/configure.in; Revisions: 1.133, 1.132.4.1
File: tcpdump/tcpdump.1; Revisions: 1.98, 1.97, 1.92.2.2, 1.92.2.1
File: libpcap/CREDITS; Revisions: 1.15, 1.14.2.1
File: libpcap/nametoaddr.c; Revisions: 1.58, 1.57.2.1
File: libpcap/config.h.in; Revisions: 1.4, 1.3.2.1
File: libpcap/pcap-linux.c; Revisions: 1.54, 1.51.2.3, 1.51.2.2
File: tcpdump/addrtoname.c; Revisions: 1.70, 1.69.2.1
File: libpcap/configure; Revisions: 1.22, 1.21.2.1
File: tcpdump/config.h.in; Revisions: 1.27, 1.26.2.1
File: libpcap/Makefile.in; Revisions: 1.88, 1.87.2.1
File: tcpdump/configure; Revisions: 1.55, 1.54.4.1
File: libpcap/pcap.3; Revisions: 1.18, 1.17.2.1
Author: mcr
File: htdocs/weekly/.htaccess; Revisions: 1.1
File: htdocs/release/.htaccess; Revisions: 1.1
File: htdocs/daily/.htaccess; Revisions: 1.2, 1.1
File: htdocs/beta/.htaccess; Revisions: 1.1
=====================================================
Combined list of identical log entries
=====================================================
Description:
added .htaccess files to repository
Modified files:
File: htdocs/beta/.htaccess; Revision: 1.1;
Date: 2001/01/17 12:40:10; Author: mcr;
File: htdocs/daily/.htaccess; Revision: 1.1;
Date: 2001/01/17 12:40:14; Author: mcr;
File: htdocs/release/.htaccess; Revision: 1.1;
Date: 2001/01/17 12:40:16; Author: mcr;
File: htdocs/weekly/.htaccess; Revision: 1.1;
Date: 2001/01/17 12:40:17; Author: mcr;
-------------------------------
Description:
Sigh. Not all systems have <netinet/if_ether.h> - for example, at least
some libc5 Linux systems don't - so we have to check whether it exists,
and include it only if it does.
Modified files:
File: tcpdump/addrtoname.c; Revision: 1.70;
Date: 2001/01/17 18:27:36; Author: guy; Lines: (+3 -1)
File: tcpdump/addrtoname.c; Revision: 1.69.2.1;
Date: 2001/01/17 18:29:58; Author: guy; Lines: (+3 -1)
File: tcpdump/config.h.in; Revision: 1.27;
Date: 2001/01/17 18:31:02; Author: guy; Lines: (+3 -0)
File: tcpdump/config.h.in; Revision: 1.26.2.1;
Date: 2001/01/17 18:32:04; Author: guy; Lines: (+3 -0)
File: tcpdump/configure; Revision: 1.55;
Date: 2001/01/17 18:31:02; Author: guy; Lines: (+2 -2)
File: tcpdump/configure; Revision: 1.54.4.1;
Date: 2001/01/17 18:32:04; Author: guy; Lines: (+2 -2)
File: tcpdump/configure.in; Revision: 1.133;
Date: 2001/01/17 18:27:36; Author: guy; Lines: (+3 -3)
File: tcpdump/configure.in; Revision: 1.132.4.1;
Date: 2001/01/17 18:29:58; Author: guy; Lines: (+3 -3)
File: libpcap/config.h.in; Revision: 1.4;
Date: 2001/01/17 18:23:04; Author: guy; Lines: (+3 -0)
File: libpcap/config.h.in; Revision: 1.3.2.1;
Date: 2001/01/17 18:23:58; Author: guy; Lines: (+3 -0)
File: libpcap/configure; Revision: 1.22;
Date: 2001/01/17 18:23:04; Author: guy; Lines: (+2 -2)
File: libpcap/configure; Revision: 1.21.2.1;
Date: 2001/01/17 18:23:58; Author: guy; Lines: (+2 -2)
File: libpcap/configure.in; Revision: 1.88;
Date: 2001/01/17 18:18:48; Author: guy; Lines: (+3 -3)
File: libpcap/configure.in; Revision: 1.87.2.1;
Date: 2001/01/17 18:21:54; Author: guy; Lines: (+3 -3)
File: libpcap/nametoaddr.c; Revision: 1.58;
Date: 2001/01/17 18:18:49; Author: guy; Lines: (+3 -1)
File: libpcap/nametoaddr.c; Revision: 1.57.2.1;
Date: 2001/01/17 18:21:56; Author: guy; Lines: (+3 -1)
-------------------------------
Description:
Some platforms that lack <netpacket/packet.h> define PF_PACKET but don't
support PF_PACKET sockets, and, in particular, don't define in
<linux/if_packet.h> any of the stuff needed by the code to handle
PF_PACKET sockets. Define HAVE_PF_PACKET_SOCKETS if either
1) we have <netpacket/packet.h>
or
2) PF_PACKET is defined *and* PACKET_HOST is defined by
<linux/if_packet.h>
and use HAVE_PF_PACKET_SOCKETS, not PF_PACKET, be what we use in #ifdefs
to conditionally compile in support for PF_PACKET sockets.
Not all platforms define ARPHRD_SIT, either; #define it if it's not
already defined.
Modified files:
File: libpcap/pcap-linux.c; Revision: 1.54;
Date: 2001/01/18 03:58:22; Author: guy; Lines: (+32 -10)
File: libpcap/pcap-linux.c; Revision: 1.51.2.3;
Date: 2001/01/18 03:59:56; Author: guy; Lines: (+32 -10)
-------------------------------
Description:
"pcap-dlpi.c" opens the DLPI devices read/write, not read-only, so, on
Solaris, you need read/write access to the network pseudo-devices.
Modified files:
File: tcpdump/tcpdump.1; Revision: 1.97;
Date: 2001/01/17 18:53:20; Author: guy; Lines: (+2 -2)
File: tcpdump/tcpdump.1; Revision: 1.92.2.1;
Date: 2001/01/17 18:54:07; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
Document the "any" interface, and note that captures on it won't be done
in promiscuous mode.
Modified files:
File: tcpdump/tcpdump.1; Revision: 1.98;
Date: 2001/01/18 04:37:23; Author: guy; Lines: (+7 -1)
File: tcpdump/tcpdump.1; Revision: 1.92.2.2;
Date: 2001/01/18 04:38:31; Author: guy; Lines: (+7 -1)
-------------------------------
Description:
Note that captures on the "any" device won't be done in promiscuous
mode, regardless of the value of "promisc".
Modified files:
File: libpcap/pcap.3; Revision: 1.18;
Date: 2001/01/18 04:41:45; Author: guy; Lines: (+6 -2)
File: libpcap/pcap.3; Revision: 1.17.2.1;
Date: 2001/01/18 04:42:11; Author: guy; Lines: (+6 -2)
-------------------------------
Description:
Patch from Lorenzo Cavallaro <[EMAIL PROTECTED]> to create
$(DESTDIR)/$(mandir)/man3 before installing the libpcap man page, if
that directory doesn't already exist.
Modified files:
File: libpcap/CREDITS; Revision: 1.15;
Date: 2001/01/18 04:05:12; Author: guy; Lines: (+1 -0)
File: libpcap/CREDITS; Revision: 1.14.2.1;
Date: 2001/01/18 04:06:24; Author: guy; Lines: (+1 -0)
File: libpcap/Makefile.in; Revision: 1.88;
Date: 2001/01/18 04:05:12; Author: guy; Lines: (+3 -1)
File: libpcap/Makefile.in; Revision: 1.87.2.1;
Date: 2001/01/18 04:06:24; Author: guy; Lines: (+3 -1)
=====================================================
Log entries
=====================================================
Description:
added FollowSymLinks
Modified files:
File: htdocs/daily/.htaccess; Revision: 1.2;
Date: 2001/01/18 01:16:08; Author: mcr; Lines: (+1 -1)
-------------------------------
Description:
At least some libc5 systems don't have <netinet/if_ether.h> but do have
<net/if_arp.h>, and the stuff we want is in <net/if_arp.h>, so include
that rather than <netinet/if_ether.h>.
At least some libc5 systems don't have <netpacket/packet.h>, but have a
<sys/socket.h> that includes <linux/socket.h>, and the latter defines
SO_ATTACH_FILTER if the kernel is a 2.2 or later kernel, so there exist
systems that have SO_ATTACH_FILTER defined but don't have
<netpacket/packet.h>. Work around that by:
checking whether we have PF_PACKET sockets by checking whether
PF_PACKET is defined, not whether we have <netpacket/packet.h>
(but we still check whether we have <netpacket/packet.h> before
including it);
if PF_PACKET is defined but we don't have <netpacket/packet.h>,
include <linux/if_packet.h> to get the relevant definitions.
Modified files:
File: libpcap/pcap-linux.c; Revision: 1.51.2.2;
Date: 2001/01/17 18:16:53; Author: guy; Lines: (+34 -13)
=====================================================
Summary of modified files
=====================================================
File: htdocs/beta/.htaccess
Revisions: 1.1
Authors: mcr
-------------------------------
File: htdocs/daily/.htaccess
Revisions: 1.2, 1.1
Authors: mcr (+1 -1), mcr
-------------------------------
File: htdocs/release/.htaccess
Revisions: 1.1
Authors: mcr
-------------------------------
File: htdocs/weekly/.htaccess
Revisions: 1.1
Authors: mcr
-------------------------------
File: libpcap/CREDITS
Revisions: 1.15, 1.14.2.1
Authors: guy (+1 -0), guy (+1 -0)
-------------------------------
File: libpcap/Makefile.in
Revisions: 1.88, 1.87.2.1
Authors: guy (+3 -1), guy (+3 -1)
-------------------------------
File: libpcap/config.h.in
Revisions: 1.4, 1.3.2.1
Authors: guy (+3 -0), guy (+3 -0)
-------------------------------
File: libpcap/configure
Revisions: 1.22, 1.21.2.1
Authors: guy (+2 -2), guy (+2 -2)
-------------------------------
File: libpcap/configure.in
Revisions: 1.88, 1.87.2.1
Authors: guy (+3 -3), guy (+3 -3)
-------------------------------
File: libpcap/nametoaddr.c
Revisions: 1.58, 1.57.2.1
Authors: guy (+3 -1), guy (+3 -1)
-------------------------------
File: libpcap/pcap-linux.c
Revisions: 1.54, 1.51.2.3, 1.51.2.2
Authors: guy (+32 -10), guy (+32 -10), guy (+34 -13)
-------------------------------
File: libpcap/pcap.3
Revisions: 1.18, 1.17.2.1
Authors: guy (+6 -2), guy (+6 -2)
-------------------------------
File: tcpdump/addrtoname.c
Revisions: 1.70, 1.69.2.1
Authors: guy (+3 -1), guy (+3 -1)
-------------------------------
File: tcpdump/config.h.in
Revisions: 1.27, 1.26.2.1
Authors: guy (+3 -0), guy (+3 -0)
-------------------------------
File: tcpdump/configure
Revisions: 1.55, 1.54.4.1
Authors: guy (+2 -2), guy (+2 -2)
-------------------------------
File: tcpdump/configure.in
Revisions: 1.133, 1.132.4.1
Authors: guy (+3 -3), guy (+3 -3)
-------------------------------
File: tcpdump/tcpdump.1
Revisions: 1.98, 1.97, 1.92.2.2, 1.92.2.1
Authors: guy (+7 -1), guy (+2 -2), guy (+7 -1), guy (+2 -2)
--
Automatic cron job from /tcpdump/bin/makelog
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe
[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 17.01.2001 - 18.01.2001 GMT
Automatic cvs log generator /tcpdump/bin/makelog Thu, 18 Jan 2001 02:24:24 -0800
