CVS commit: src/usr.sbin/traceroute

2021-02-02 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Wed Feb  3 06:49:18 UTC 2021

Modified Files:
src/usr.sbin/traceroute: Makefile

Log Message:
traceroute: no longer need gcc packed member warning


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/traceroute/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2018-01-19 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Jan 19 14:30:09 UTC 2018

Modified Files:
src/usr.sbin/traceroute: traceroute.c

Log Message:
Fix build failure, the structure is already defined now.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/usr.sbin/traceroute/traceroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2016-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 17 19:57:01 UTC 2016

Modified Files:
src/usr.sbin/traceroute: traceroute.c

Log Message:
PR/50821: David Binderman: remove "i <" i <


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/usr.sbin/traceroute/traceroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2015-10-26 Thread Mateusz Kocielski
Module Name:src
Committed By:   shm
Date:   Mon Oct 26 08:53:45 UTC 2015

Modified Files:
src/usr.sbin/traceroute: traceroute.c

Log Message:
Added missed break statement. (Missed break in -z option implicitly implies
-P option)


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/usr.sbin/traceroute/traceroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2012-08-15 Thread Zafer Aydogan
Module Name:src
Committed By:   zafer
Date:   Thu Aug 16 00:40:29 UTC 2012

Modified Files:
src/usr.sbin/traceroute: traceroute.c

Log Message:
Pretty print multipath routes. From FreeBSD.

ok christos@


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/usr.sbin/traceroute/traceroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2011-09-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep 11 01:06:26 UTC 2011

Modified Files:
src/usr.sbin/traceroute: CHANGES Makefile ifaddrlist.c traceroute.8
traceroute.c version.c

Log Message:
merge in traceroute1.4a12. Our sources are so different that it is really
difficult to do this with an import.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/usr.sbin/traceroute/CHANGES
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/traceroute/Makefile
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/traceroute/ifaddrlist.c
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/traceroute/traceroute.8
cvs rdiff -u -r1.78 -r1.79 src/usr.sbin/traceroute/traceroute.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/traceroute/version.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2011-05-11 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu May 12 01:59:16 UTC 2011

Modified Files:
src/usr.sbin/traceroute: traceroute.c

Log Message:
use err(3) and warn(3) for error and warning printing, tiny knf.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/usr.sbin/traceroute/traceroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2011-05-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 11 00:38:28 UTC 2011

Modified Files:
src/usr.sbin/traceroute: ifaddrlist.c ifaddrlist.h

Log Message:
Don't use a static buffer for ifaddrs (and not check for overflowing it!)
(speciallly if you are setuid!)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/traceroute/ifaddrlist.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/traceroute/ifaddrlist.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2011-01-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Jan  4 10:26:56 UTC 2011

Modified Files:
src/usr.sbin/traceroute: as.c

Log Message:
Fix possible NULL pointer dereference in #ifdef AS_DEBUG_FILE.
Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/traceroute/as.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2010-12-14 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 15 00:09:42 UTC 2010

Modified Files:
src/usr.sbin/traceroute: Makefile traceroute.c
Added Files:
src/usr.sbin/traceroute: prog_ops.h traceroute_hostops.c
traceroute_rumpops.c

Log Message:
Use RUMPPRG.  I think it's safe to say there's not going to be a
new upstream version of traceroute to import.

AS# lookup is still done using host networking.  Rationale: the
relevance to where that data comes from with respect to network
tracing is zero (be it socket, local file, db, whatever).


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/traceroute/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.sbin/traceroute/prog_ops.h \
src/usr.sbin/traceroute/traceroute_hostops.c \
src/usr.sbin/traceroute/traceroute_rumpops.c
cvs rdiff -u -r1.75 -r1.76 src/usr.sbin/traceroute/traceroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2010-07-02 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Fri Jul  2 12:13:11 UTC 2010

Modified Files:
src/usr.sbin/traceroute: traceroute.c

Log Message:
Fix incomplete extensions sanity checks


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/usr.sbin/traceroute/traceroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2010-05-29 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun May 30 00:52:06 UTC 2010

Removed Files:
src/usr.sbin/traceroute: README

Log Message:
with luck this is the last one


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r0 src/usr.sbin/traceroute/README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.