CVS log entries from 06.04.2002 (Sat) 10:05:34 - 07.04.2002 (Sun) 09:05:36 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/configure; Revisions: 1.77, 1.76, 1.75, 1.74
        File: tcpdump/print-esp.c; Revisions: 1.24
        File: tcpdump/print-decnet.c; Revisions: 1.34
        File: tcpdump/acconfig.h; Revisions: 1.18
        File: libpcap/nametoaddr.c; Revisions: 1.62, 1.61, 1.60.2.2, 1.60.2.1
        File: libpcap/gencode.c; Revisions: 1.163, 1.162, 1.160.2.2, 1.160.2.1
        File: tcpdump/print-atm.c; Revisions: 1.22
        File: tcpdump/configure.in; Revisions: 1.149, 1.148, 1.147, 1.146
        File: libpcap/scanner.l; Revisions: 1.82, 1.81.2.1
        File: tcpdump/config.h.in; Revisions: 1.37, 1.36

=====================================================
Combined list of identical log entries
=====================================================
Description:
Include <netdb.h> before <pcap-namedb.h>, as <netdb.h> is included to
define a structure used by <pcap-namedb.h> (only a pointer to the
structure is used in <pcap-namedb.h>, so code will compile no matter
which order you include them in, but it's a bit cleaner to include
<netdb.h> first).  Indicate why we're including <netdb.h>.
Modified files:
        File: libpcap/gencode.c; Revision: 1.163;
        Date: 2002/04/07 00:04:37; Author: guy; Lines: (+3 -3)
        File: libpcap/gencode.c; Revision: 1.160.2.2;
        Date: 2002/04/07 00:05:12; Author: guy; Lines: (+3 -3)
-------------------------------
Description:
There's no need to include <sys/socket.h> twice.
Modified files:
        File: libpcap/gencode.c; Revision: 1.162;
        Date: 2002/04/06 23:57:52; Author: guy; Lines: (+1 -2)
        File: libpcap/gencode.c; Revision: 1.160.2.1;
        Date: 2002/04/06 23:58:24; Author: guy; Lines: (+1 -2)
-------------------------------
Description:
>From Maciej W. Rozycki <[EMAIL PROTECTED]>:

        Here is a patch that addresses a few SSL-related issues noticed:

        1. The "/usr" directory is not the best choice to start looking
           for SSL libraries when cross-compiling.  The patch adds
           "/usr/${host_alias}" at the front.  Actually the test is quite
           bogus anyway -- there might be no libcrypto.a library at all
           (but e.g. libcrypto.so), so a better approach would be trying to
           link against -lcrypto and seeing if that works.  First with no
           additional options (it might be in the default compiler/linker's
           search patch, like on sane systems), then with the -L<dir>
        option.

        2. The "cast.h" and "rc5.h" headers should include the
           "openssl/" path as that is what is used throughout the code.
           Right now they are simply not found by configure.

        3. The buggy CAST128 test should use a cache variable to permit
           overriding by an educated user.

        I think I may actually rewrite the test as described in #1 above
        one day, but my time is quite limited and tcpdump is not my
        priority task, so it might not happen soon.  I won't mind if
        someone does it earlier.
Modified files:
        File: tcpdump/config.h.in; Revision: 1.37;
        Date: 2002/04/07 02:17:04; Author: guy; Lines: (+5 -5)
        File: tcpdump/configure; Revision: 1.77;
        Date: 2002/04/07 02:17:04; Author: guy; Lines: (+23 -18)
        File: tcpdump/configure.in; Revision: 1.149;
        Date: 2002/04/07 02:16:03; Author: guy; Lines: (+13 -13)
        File: tcpdump/print-esp.c; Revision: 1.24;
        Date: 2002/04/07 02:16:03; Author: guy; Lines: (+3 -3)
-------------------------------
Description:
>From Maciej W. Rozycki <[EMAIL PROTECTED]>:

        Due to missing quotes a shell complains about the "while"
        command missing ("bash: while: command not found").
Modified files:
        File: tcpdump/configure; Revision: 1.76;
        Date: 2002/04/07 02:12:31; Author: guy; Lines: (+2 -2)
        File: tcpdump/configure.in; Revision: 1.148;
        Date: 2002/04/07 02:12:01; Author: guy; Lines: (+3 -3)
-------------------------------
Description:
There's no need to include <netdb.h> twice.
Modified files:
        File: libpcap/nametoaddr.c; Revision: 1.61;
        Date: 2002/04/06 23:27:33; Author: guy; Lines: (+2 -3)
        File: libpcap/nametoaddr.c; Revision: 1.60.2.1;
        Date: 2002/04/06 23:30:28; Author: guy; Lines: (+2 -3)
-------------------------------
Description:
No need to include <sys/socket.h> twice.
Modified files:
        File: libpcap/nametoaddr.c; Revision: 1.62;
        Date: 2002/04/07 00:22:30; Author: guy; Lines: (+1 -4)
        File: libpcap/nametoaddr.c; Revision: 1.60.2.2;
        Date: 2002/04/07 00:23:32; Author: guy; Lines: (+1 -4)
-------------------------------
Description:
>From Maciej W. Rozycki <[EMAIL PROTECTED]>:

        DECnet support currently assumes certain conditions instead of
        checking for them explicitly.  The following code checks if
        dnet_htoa() is available, possibly in libdnet and also verifies
        there is no declaration for the function in <netdnet/dnetdb.h>
        before it decides to provide a substitute.
Modified files:
        File: tcpdump/acconfig.h; Revision: 1.18;
        Date: 2002/04/07 02:09:04; Author: guy; Lines: (+6 -0)
        File: tcpdump/config.h.in; Revision: 1.36;
        Date: 2002/04/07 02:09:04; Author: guy; Lines: (+9 -3)
        File: tcpdump/configure; Revision: 1.75;
        Date: 2002/04/07 02:09:37; Author: guy; Lines: (+210 -162)
        File: tcpdump/configure.in; Revision: 1.147;
        Date: 2002/04/07 02:09:04; Author: guy; Lines: (+13 -4)
        File: tcpdump/print-decnet.c; Revision: 1.34;
        Date: 2002/04/07 02:09:05; Author: guy; Lines: (+4 -4)
-------------------------------
Description:
>From Maciej W. Rozycki <[EMAIL PROTECTED]>:

        An incomplete getaddrinfo bug test may prevent from
        cross-compiling a working IPv6 support.  Caching the test's
        variable permits a user to override a result if he knows a given
        stack implementation is fine.
Modified files:
        File: tcpdump/configure; Revision: 1.74;
        Date: 2002/04/07 02:02:45; Author: guy; Lines: (+185 -177)
        File: tcpdump/configure.in; Revision: 1.146;
        Date: 2002/04/07 02:01:36; Author: guy; Lines: (+13 -10)
-------------------------------
Description:
Include <netdb.h> before <pcap-namedb.h>, as <netdb.h> is included to
define a structure used by <pcap-namedb.h>, and include <sys/socket.h>
before <netdb.h>, as <sys/socket.h> is included to define a structure
used by <netdb.h> (only a pointer to the first structure is used in
<pcap-namedb.h>, and only a pointer to the second structure is used by
<netdb.h>, so code will compile no matter which order you include them
in, but it's a bit cleaner to include <sys/socket.h> before <netdb.h>
and to include <netdb.h> before <pcap-namedb.h>).  Indicate why we're
including <netdb.h> and <sys/socket.h>.
Modified files:
        File: libpcap/scanner.l; Revision: 1.82;
        Date: 2002/04/07 00:42:51; Author: guy; Lines: (+4 -4)
        File: libpcap/scanner.l; Revision: 1.81.2.1;
        Date: 2002/04/07 00:43:50; Author: guy; Lines: (+4 -4)
=====================================================
Log entries
=====================================================
Description:
Just use "llc_print()" to print the LLC part of RFC 1483-encapsulated
ATM frames.
Modified files:
        File: tcpdump/print-atm.c; Revision: 1.22;
        Date: 2002/04/07 02:54:03; Author: guy; Lines:  (+49 -68)
=====================================================
Summary of modified files
=====================================================
File: libpcap/gencode.c
Revisions: 1.163, 1.162, 1.160.2.2, 1.160.2.1
Authors: guy (+3 -3), guy (+1 -2), guy (+3 -3), guy (+1 -2)
-------------------------------
File: libpcap/nametoaddr.c
Revisions: 1.62, 1.61, 1.60.2.2, 1.60.2.1
Authors: guy (+1 -4), guy (+2 -3), guy (+1 -4), guy (+2 -3)
-------------------------------
File: libpcap/scanner.l
Revisions: 1.82, 1.81.2.1
Authors: guy (+4 -4), guy (+4 -4)
-------------------------------
File: tcpdump/acconfig.h
Revisions: 1.18
Authors: guy (+6 -0)
-------------------------------
File: tcpdump/config.h.in
Revisions: 1.37, 1.36
Authors: guy (+5 -5), guy (+9 -3)
-------------------------------
File: tcpdump/configure
Revisions: 1.77, 1.76, 1.75, 1.74
Authors: guy (+23 -18), guy (+2 -2), guy (+210 -162), guy (+185 -177)
-------------------------------
File: tcpdump/configure.in
Revisions: 1.149, 1.148, 1.147, 1.146
Authors: guy (+13 -13), guy (+3 -3), guy (+13 -4), guy (+13 -10)
-------------------------------
File: tcpdump/print-atm.c
Revisions: 1.22
Authors: guy (+49 -68)
-------------------------------
File: tcpdump/print-decnet.c
Revisions: 1.34
Authors: guy (+4 -4)
-------------------------------
File: tcpdump/print-esp.c
Revisions: 1.24
Authors: guy (+3 -3)
-- 
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