CVS log entries from 25.06.2001 (Mon) 09:09:18 - 26.06.2001 (Tue) 09:05:46 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/print-mpls.c; Revisions: 1.2
        File: tcpdump/nameser.h; Revisions: 1.8
        File: tcpdump/configure; Revisions: 1.61
        File: tcpdump/print-domain.c; Revisions: 1.76
        File: tcpdump/FILES; Revisions: 1.30
        File: tcpdump/print-rx.c; Revisions: 1.21
        File: tcpdump/addrtoname.c; Revisions: 1.79
        File: tcpdump/print-lwres.c; Revisions: 1.5
        File: tcpdump/print-udp.c; Revisions: 1.96
        File: tcpdump/configure.in; Revisions: 1.138
        File: tcpdump/config.h.in; Revisions: 1.31

Author: itojun
        File: tcpdump/print-smb.c; Revisions: 1.15, 1.14, 1.13
        File: tcpdump/print-udp.c; Revisions: 1.95
        File: tcpdump/smb.h; Revisions: 1.5
        File: tcpdump/print-radius.c; Revisions: 1.8
        File: tcpdump/print-telnet.c; Revisions: 1.16, 1.15, 1.14
        File: tcpdump/smbutil.c; Revisions: 1.16, 1.15
        File: tcpdump/print-tcp.c; Revisions: 1.87

=====================================================
Combined list of identical log entries
=====================================================
Description:
indent
Modified files:
        File: tcpdump/print-tcp.c; Revision: 1.87;
        Date: 2001/06/25 21:38:50; Author: itojun; Lines: (+2 -2)
        File: tcpdump/print-udp.c; Revision: 1.95;
        Date: 2001/06/25 21:38:51; Author: itojun; Lines: (+3 -5)
-------------------------------
Description:
Move all the "undefine so that the compiler doesn't whine about
redefinitions" stuff from files that include "nameser.h" to "nameser.h"
itself (we used to include <arpa/nameser.h>, over which we had no
control so we couldn't do that, but we now have our own "nameser.h").
Add T_OPT to the list of things we undefine, and undefine T_UNSPEC iff
T_UNSPEC is defined, not iff NOERROR is defined.

Replace the include of <arpa/nameser.h> in "print-rx.c" with an include
of "nameser.h", and "#if 0" it out pending a determination of whether
it's necessary (why would AFS's RX care about the internals of DNS
packets?) or not.
Modified files:
        File: tcpdump/nameser.h; Revision: 1.8;
        Date: 2001/06/26 06:19:03; Author: guy; Lines: (+15 -1)
        File: tcpdump/print-domain.c; Revision: 1.76;
        Date: 2001/06/26 06:19:04; Author: guy; Lines: (+1 -7)
        File: tcpdump/print-lwres.c; Revision: 1.5;
        Date: 2001/06/26 06:19:05; Author: guy; Lines: (+1 -7)
        File: tcpdump/print-rx.c; Revision: 1.21;
        Date: 2001/06/26 06:19:05; Author: guy; Lines: (+4 -3)
        File: tcpdump/print-udp.c; Revision: 1.96;
        Date: 2001/06/26 06:19:06; Author: guy; Lines: (+1 -7)
-------------------------------
Description:
more audit/style.  fix a couple of signed/unsigned mixup,
printf type mismatch, as well as buffer overrun possibilities
Modified files:
        File: tcpdump/print-smb.c; Revision: 1.13;
        Date: 2001/06/25 18:58:07; Author: itojun; Lines: (+3 -3)
        File: tcpdump/smb.h; Revision: 1.5;
        Date: 2001/06/25 18:58:08; Author: itojun; Lines: (+2 -2)
        File: tcpdump/smbutil.c; Revision: 1.15;
        Date: 2001/06/25 18:58:09; Author: itojun; Lines: (+416 -393)
-------------------------------
Description:
If the platform on which tcpdump is being built has "strings.h", include
it in "addrtoname.c", so that "bcmp()" and "bcopy()" are defined.
Modified files:
        File: tcpdump/addrtoname.c; Revision: 1.79;
        Date: 2001/06/26 06:36:08; Author: guy; Lines: (+4 -1)
        File: tcpdump/config.h.in; Revision: 1.31;
        Date: 2001/06/26 06:36:09; Author: guy; Lines: (+3 -0)
        File: tcpdump/configure; Revision: 1.61;
        Date: 2001/06/26 06:37:59; Author: guy; Lines: (+2 -2)
        File: tcpdump/configure.in; Revision: 1.138;
        Date: 2001/06/26 06:36:09; Author: guy; Lines: (+3 -3)
=====================================================
Log entries
=====================================================
Description:
Update to include all the files to distribute, and move a couple of
pathnames into alphabetical order.
Modified files:
        File: tcpdump/FILES; Revision: 1.30;
        Date: 2001/06/26 07:23:00; Author: guy; Lines:  (+9 -2)
-------------------------------
Description:
Include <netinet/in.h> to declare or define "ntohl()".
Modified files:
        File: tcpdump/print-mpls.c; Revision: 1.2;
        Date: 2001/06/26 06:24:57; Author: guy; Lines:  (+3 -1)
-------------------------------
Description:
avoid strcpy
Modified files:
        File: tcpdump/print-radius.c; Revision: 1.8;
        Date: 2001/06/25 21:13:33; Author: itojun; Lines:  (+2 -2)
-------------------------------
Description:
more indentation fix.  now i've gone through all *smb*.  now let us
go through buffer length issues....
Modified files:
        File: tcpdump/print-smb.c; Revision: 1.15;
        Date: 2001/06/26 04:16:27; Author: itojun; Lines:  (+238 -228)
-------------------------------
Description:
more indent clarification for audits
Modified files:
        File: tcpdump/print-smb.c; Revision: 1.14;
        Date: 2001/06/26 03:33:44; Author: itojun; Lines:  (+368 -352)
-------------------------------
Description:
improve ENCRYPT and AUTHENTICATION telnet negotiation printing.
Modified files:
        File: tcpdump/print-telnet.c; Revision: 1.16;
        Date: 2001/06/26 03:01:10; Author: itojun; Lines:  (+73 -17)
-------------------------------
Description:
do not print anything if it is not a valid IAC xx sequence
Modified files:
        File: tcpdump/print-telnet.c; Revision: 1.15;
        Date: 2001/06/25 23:03:57; Author: itojun; Lines:  (+2 -4)
-------------------------------
Description:
cleanup/correct telnet option printing.
Modified files:
        File: tcpdump/print-telnet.c; Revision: 1.14;
        Date: 2001/06/25 22:49:36; Author: itojun; Lines:  (+124 -86)
-------------------------------
Description:
cleanup indent for audit
Modified files:
        File: tcpdump/smbutil.c; Revision: 1.16;
        Date: 2001/06/25 21:04:01; Author: itojun; Lines:  (+267 -245)
=====================================================
Summary of modified files
=====================================================
File: tcpdump/FILES
Revisions: 1.30
Authors: guy (+9 -2)
-------------------------------
File: tcpdump/addrtoname.c
Revisions: 1.79
Authors: guy (+4 -1)
-------------------------------
File: tcpdump/config.h.in
Revisions: 1.31
Authors: guy (+3 -0)
-------------------------------
File: tcpdump/configure
Revisions: 1.61
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/configure.in
Revisions: 1.138
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/nameser.h
Revisions: 1.8
Authors: guy (+15 -1)
-------------------------------
File: tcpdump/print-domain.c
Revisions: 1.76
Authors: guy (+1 -7)
-------------------------------
File: tcpdump/print-lwres.c
Revisions: 1.5
Authors: guy (+1 -7)
-------------------------------
File: tcpdump/print-mpls.c
Revisions: 1.2
Authors: guy (+3 -1)
-------------------------------
File: tcpdump/print-radius.c
Revisions: 1.8
Authors: itojun (+2 -2)
-------------------------------
File: tcpdump/print-rx.c
Revisions: 1.21
Authors: guy (+4 -3)
-------------------------------
File: tcpdump/print-smb.c
Revisions: 1.15, 1.14, 1.13
Authors: itojun (+238 -228), itojun (+368 -352), itojun (+3 -3)
-------------------------------
File: tcpdump/print-tcp.c
Revisions: 1.87
Authors: itojun (+2 -2)
-------------------------------
File: tcpdump/print-telnet.c
Revisions: 1.16, 1.15, 1.14
Authors: itojun (+73 -17), itojun (+2 -4), itojun (+124 -86)
-------------------------------
File: tcpdump/print-udp.c
Revisions: 1.96, 1.95
Authors: guy (+1 -7), itojun (+3 -5)
-------------------------------
File: tcpdump/smb.h
Revisions: 1.5
Authors: itojun (+2 -2)
-------------------------------
File: tcpdump/smbutil.c
Revisions: 1.16, 1.15
Authors: itojun (+267 -245), itojun (+416 -393)
-- 
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