CVS log entries from 08.10.2001 (Mon) 09:07:04 - 09.10.2001 (Tue) 09:07:02 GMT
=====================================================
Summary by authors
=====================================================
Author: fenner
        File: tcpdump/print-hsrp.c; Revisions: 1.2
        File: tcpdump/configure; Revisions: 1.69, 1.66, 1.65
        File: tcpdump/interface.h; Revisions: 1.174
        File: tcpdump/print-llc.c; Revisions: 1.43
        File: tcpdump/print-ipx.c; Revisions: 1.32
        File: tcpdump/acconfig.h; Revisions: 1.16
        File: tcpdump/print-udp.c; Revisions: 1.101
        File: tcpdump/configure.in; Revisions: 1.142, 1.141
        File: tcpdump/aclocal.m4; Revisions: 1.76, 1.75
        File: tcpdump/config.h.in; Revisions: 1.34, 1.33
        File: tcpdump/util.c; Revisions: 1.72
        File: tcpdump/print-tcp.c; Revisions: 1.91
        File: tcpdump/Makefile.in; Revisions: 1.259

Author: guy
        File: tcpdump/configure; Revisions: 1.70, 1.64
        File: libpcap/configure.in; Revisions: 1.91, 1.90
        File: libpcap/inet.c; Revisions: 1.41, 1.40
        File: libpcap/configure; Revisions: 1.26, 1.25, 1.24
        File: tcpdump/configure.in; Revisions: 1.143
        File: libpcap/config.h.in; Revisions: 1.7, 1.6

Author: mcr
        File: tcpdump/configure; Revisions: 1.68, 1.67
        File: tcpdump/aclocal.m4; Revisions: 1.78, 1.77

=====================================================
Combined list of identical log entries
=====================================================
Description:
Introduce tok2strary(), similar to tok2str() except it takes an
 array of strings instead of a list of value/string pairs.
Modified files:
        File: tcpdump/interface.h; Revision: 1.174;
        Date: 2001/10/08 16:12:12; Author: fenner; Lines: (+4 -1)
        File: tcpdump/util.c; Revision: 1.72;
        Date: 2001/10/08 16:12:13; Author: fenner; Lines: (+20 -1)
-------------------------------
Description:
If we have "/proc/net/dev", and don't have <ifaddrs.h> (i.e., don't have
"getifaddrs()"), after processing the list returned by SIOCGIFCONF, scan
"/proc/net/dev" for interface names, and add to the list of interfaces
entries for those interfaces, with no associated addresses (if the
interfaces were already added, with addresses, from the list returned by
SIOCGIFCONF, they won't get added again).

Clean up the error handling a bit.
Modified files:
        File: libpcap/config.h.in; Revision: 1.7;
        Date: 2001/10/09 05:43:19; Author: guy; Lines: (+3 -0)
        File: libpcap/configure; Revision: 1.26;
        Date: 2001/10/09 05:44:08; Author: guy; Lines: (+32 -17)
        File: libpcap/configure.in; Revision: 1.91;
        Date: 2001/10/09 05:43:20; Author: guy; Lines: (+13 -2)
        File: libpcap/inet.c; Revision: 1.41;
        Date: 2001/10/09 05:43:20; Author: guy; Lines: (+168 -53)
-------------------------------
Description:
Add --enable-smb to make it easier to re-enable the SMB printer.
Modified files:
        File: tcpdump/Makefile.in; Revision: 1.259;
        Date: 2001/10/08 21:25:15; Author: fenner; Lines: (+1 -2)
        File: tcpdump/acconfig.h; Revision: 1.16;
        Date: 2001/10/08 21:25:17; Author: fenner; Lines: (+3 -0)
        File: tcpdump/configure.in; Revision: 1.142;
        Date: 2001/10/08 21:25:18; Author: fenner; Lines: (+16 -2)
        File: tcpdump/print-ipx.c; Revision: 1.32;
        Date: 2001/10/08 21:25:20; Author: fenner; Lines: (+3 -3)
        File: tcpdump/print-llc.c; Revision: 1.43;
        Date: 2001/10/08 21:25:22; Author: fenner; Lines: (+2 -2)
        File: tcpdump/print-tcp.c; Revision: 1.91;
        Date: 2001/10/08 21:25:23; Author: fenner; Lines: (+2 -2)
        File: tcpdump/print-udp.c; Revision: 1.101;
        Date: 2001/10/08 21:25:24; Author: fenner; Lines: (+10 -10)
-------------------------------
Description:
    fixed quoting of [] in m4 file
Modified files:
        File: tcpdump/aclocal.m4; Revision: 1.78;
        Date: 2001/10/08 17:31:44; Author: mcr; Lines: (+3 -3)
        File: tcpdump/configure; Revision: 1.68;
        Date: 2001/10/08 17:31:45; Author: mcr; Lines: (+2 -2)
-------------------------------
Description:
Don't include <net/ethernet.h> when checking for buggy ether_ntohost.
Don't check for getipnodebyname(), since we don't use it.
Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for -lnsl, so that it
 doesn't get included when not needed.
Redo AC_LBL_LIBRARY_NET to use AC_SEARCH_LIBS extensively.
Modified files:
        File: tcpdump/aclocal.m4; Revision: 1.75;
        Date: 2001/10/08 16:17:02; Author: fenner; Lines: (+19 -21)
        File: tcpdump/configure.in; Revision: 1.141;
        Date: 2001/10/08 16:17:02; Author: fenner; Lines: (+11 -15)
-------------------------------
Description:
Regenerate.
Modified files:
        File: tcpdump/config.h.in; Revision: 1.34;
        Date: 2001/10/08 21:25:54; Author: fenner; Lines: (+3 -0)
        File: tcpdump/config.h.in; Revision: 1.33;
        Date: 2001/10/08 16:17:51; Author: fenner; Lines: (+0 -24)
        File: tcpdump/configure; Revision: 1.69;
        Date: 2001/10/08 21:25:50; Author: fenner; Lines: (+259 -236)
        File: tcpdump/configure; Revision: 1.66;
        Date: 2001/10/08 16:44:41; Author: fenner; Lines: (+2 -2)
        File: tcpdump/configure; Revision: 1.65;
        Date: 2001/10/08 16:17:51; Author: fenner; Lines: (+276 -464)
-------------------------------
Description:
We don't actually use HAVE_FREEIFADDRS, so there's no point in checking
whether we have "freeifaddrs()" (we don't check whether we have
"getifaddrs()", and if we have "getifaddrs()" but not "freeifaddrs()",
we're stuck with leaking memory).

Give the "any" device an instance number of INT_MAX, so it shows up
after all other non-loopback devices.

"getifaddrs()" sometimes appears to supply a destination address even
for non-point-to-point interfaces (it did so on a FreeBSD 4.1 system);
don't use the broadcast address it supplies if an interface isn't a
broadcast interface, and don't use the destination address it supplies
if an interface isn't a point-to-point interface.

If we had an error constructing the list of interfaces, don't attempt to
add the "any" device to the list.
Modified files:
        File: libpcap/config.h.in; Revision: 1.6;
        Date: 2001/10/09 03:53:39; Author: guy; Lines: (+3 -3)
        File: libpcap/configure; Revision: 1.25;
        Date: 2001/10/09 03:54:31; Author: guy; Lines: (+3 -3)
        File: libpcap/configure.in; Revision: 1.90;
        Date: 2001/10/09 03:53:38; Author: guy; Lines: (+4 -4)
        File: libpcap/inet.c; Revision: 1.40;
        Date: 2001/10/09 03:53:38; Author: guy; Lines: (+63 -13)
-------------------------------
Description:
If the user specified neither "--enable-smb" nor "--disable-smb", print
"no" after printing the "Checking whether to enable the possibly-buggy
SMB printer" message (as we default to not enabling it), rather than
printing nothing and having the next "Checking ..." message show up
after it on the same line.
Modified files:
        File: tcpdump/configure; Revision: 1.70;
        Date: 2001/10/09 06:57:48; Author: guy; Lines: (+185 -183)
        File: tcpdump/configure.in; Revision: 1.143;
        Date: 2001/10/09 06:56:24; Author: guy; Lines: (+3 -3)
=====================================================
Log entries
=====================================================
Description:
Check in the updated configure script, from the following change to
aclocal.m4:

        revision 1.73
        date: 2001/09/14 08:08:15;  author: torsten;  state: Exp;  lines: +2 -2
        The Itanium does not like unaligned memory accesses (the Linux kernel
        warns about them and probably performance suffers). Therefore I added
        the cpu to the list of systems where unaligned access should be avoided.
        See also http://bugs.debian.org/112152
Modified files:
        File: libpcap/configure; Revision: 1.24;
        Date: 2001/10/08 10:19:55; Author: guy; Lines:  (+1 -1)
-------------------------------
Description:
        patch to pcap.h search routine.
Modified files:
        File: tcpdump/aclocal.m4; Revision: 1.77;
        Date: 2001/10/08 17:18:51; Author: mcr; Lines:  (+5 -3)
-------------------------------
Description:
Don't turn on massive debugging by default.
Modified files:
        File: tcpdump/aclocal.m4; Revision: 1.76;
        Date: 2001/10/08 16:43:44; Author: fenner; Lines:  (+3 -3)
-------------------------------
Description:
   updated configure after aclocal.m4 patches for pcap.h
Modified files:
        File: tcpdump/configure; Revision: 1.67;
        Date: 2001/10/08 17:24:30; Author: mcr; Lines:  (+44 -42)
-------------------------------
Description:
Check in the updated configure script, from the following change to
aclocal.m4:

        revision 1.74
        date: 2001/09/14 08:11:33;  author: torsten;  state: Exp;  lines: +2 -2
        Added ia64 to the list of systems were unaligned memory accesses fail.
        In fact they don't fail but generate kernel warnings on Linux and
        probably performance suffers as well. See also http://bugs.debian.org/112154
Modified files:
        File: tcpdump/configure; Revision: 1.64;
        Date: 2001/10/08 10:24:16; Author: guy; Lines:  (+1 -1)
-------------------------------
Description:
Use tok2str() and tok2strary().
Modified files:
        File: tcpdump/print-hsrp.c; Revision: 1.2;
        Date: 2001/10/08 16:12:37; Author: fenner; Lines:  (+7 -25)
=====================================================
Summary of modified files
=====================================================
File: libpcap/config.h.in
Revisions: 1.7, 1.6
Authors: guy (+3 -0), guy (+3 -3)
-------------------------------
File: libpcap/configure
Revisions: 1.26, 1.25, 1.24
Authors: guy (+32 -17), guy (+3 -3), guy (+1 -1)
-------------------------------
File: libpcap/configure.in
Revisions: 1.91, 1.90
Authors: guy (+13 -2), guy (+4 -4)
-------------------------------
File: libpcap/inet.c
Revisions: 1.41, 1.40
Authors: guy (+168 -53), guy (+63 -13)
-------------------------------
File: tcpdump/Makefile.in
Revisions: 1.259
Authors: fenner (+1 -2)
-------------------------------
File: tcpdump/acconfig.h
Revisions: 1.16
Authors: fenner (+3 -0)
-------------------------------
File: tcpdump/aclocal.m4
Revisions: 1.78, 1.77, 1.76, 1.75
Authors: mcr (+3 -3), mcr (+5 -3), fenner (+3 -3), fenner (+19 -21)
-------------------------------
File: tcpdump/config.h.in
Revisions: 1.34, 1.33
Authors: fenner (+3 -0), fenner (+0 -24)
-------------------------------
File: tcpdump/configure
Revisions: 1.70, 1.69, 1.68, 1.67, 1.66, 1.65, 1.64
Authors: guy (+185 -183), fenner (+259 -236), mcr (+2 -2), mcr (+44 -42), fenner (+2 
-2), fenner (+276 -464), guy (+1 -1)
-------------------------------
File: tcpdump/configure.in
Revisions: 1.143, 1.142, 1.141
Authors: guy (+3 -3), fenner (+16 -2), fenner (+11 -15)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.174
Authors: fenner (+4 -1)
-------------------------------
File: tcpdump/print-hsrp.c
Revisions: 1.2
Authors: fenner (+7 -25)
-------------------------------
File: tcpdump/print-ipx.c
Revisions: 1.32
Authors: fenner (+3 -3)
-------------------------------
File: tcpdump/print-llc.c
Revisions: 1.43
Authors: fenner (+2 -2)
-------------------------------
File: tcpdump/print-tcp.c
Revisions: 1.91
Authors: fenner (+2 -2)
-------------------------------
File: tcpdump/print-udp.c
Revisions: 1.101
Authors: fenner (+10 -10)
-------------------------------
File: tcpdump/util.c
Revisions: 1.72
Authors: fenner (+20 -1)
-- 
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

Reply via email to