Home | History | Annotate | Download | only in traceroute
History log of /src/usr.sbin/traceroute/ifaddrlist.c
RevisionDateAuthorComments
 1.12  30-Oct-2021  nia traceroute(8): Convert realloc usage to reallocarr.

Eliminate a temporary variable.
 1.11  18-Aug-2019  kamil traceroute: Add indirection of symbol to remove clash with sanitizers

Add indirection and symbol renaming under MKSANITIZER for the linked in
version of getifaddrs.
 1.10  11-Sep-2011  christos branches: 1.10.42; 1.10.44;
merge in traceroute1.4a12. Our sources are so different that it is really
difficult to do this with an import.
 1.9  11-May-2011  christos Don't use a static buffer for ifaddrs (and not check for overflowing it!)
(speciallly if you are setuid!)
 1.8  10-May-2011  christos Add AS support for traceroute6. While here cleanup both traceroute programs
a bit.
XXX: Error printing on traceroute should be revisited.
 1.7  15-May-2003  itojun assume getifaddrs(3)
 1.6  15-May-2003  itojun byebye savestr. with savestr() we can't free().
 1.5  06-Jul-2002  wiz unifdef __STDC__
 1.4  13-Apr-2000  itojun use getifaddrs, not SIOCGIFCONF, to avoid complex alignment constraints.
 1.3  24-Feb-1999  explorer Allow non-root users to use ALIASES on real interfaces or on lo0.
 1.2  04-Jul-1998  mrg ensure we do not overrun errbuf.
 1.1  03-Oct-1997  christos branches: 1.1.1;
Initial revision
 1.1.1.1  03-Oct-1997  christos Import LBL's traceroute-1.4a5
 1.10.44.1  19-Aug-2019  martin Pull up following revision(s) (requested by kamil in ticket #92):

usr.sbin/traceroute/ifaddrlist.c: revision 1.11
usr.sbin/traceroute/traceroute_rumpops.c: revision 1.2
usr.sbin/traceroute/traceroute_hostops.c: revision 1.2
usr.sbin/traceroute/Makefile: revision 1.20
usr.sbin/traceroute/prog_ops.h: revision 1.2

traceroute: Add indirection of symbol to remove clash with sanitizers

Add indirection and symbol renaming under MKSANITIZER for the linked in
version of getifaddrs.
 1.10.42.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed