OpenBSD CVS

CVS log for src/usr.sbin/tcpdump/Makefile


[BACK] Up to [local] / src / usr.sbin / tcpdump

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.67 / (download) - annotate - [select for diffs], Fri Dec 4 11:36:13 2020 UTC (3 years, 6 months ago) by mvs
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, HEAD
Changes since 1.66: +3 -3 lines
Diff to previous 1.66 (colored)

Don't link tcpdump(8) with libl and remove reference to `yydebug'.

From Martin Vahlensieck.

Revision 1.66 / (download) - annotate - [select for diffs], Sun Jun 21 05:00:17 2020 UTC (3 years, 11 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

wire the wireguard packet printer into tcpdump.

from Matt Dunwoodie and Jason A. Donenfeld

Revision 1.65 / (download) - annotate - [select for diffs], Wed Apr 15 20:19:25 2020 UTC (4 years, 1 month ago) by remi
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

add support for printing RfC 2332 NBMA Next Hop Resolution Protocol (NHRP)

ok dlg@

Revision 1.64 / (download) - annotate - [select for diffs], Tue Dec 3 01:43:33 2019 UTC (4 years, 6 months ago) by dlg
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

add support for printing RFC 8300 Network Service Header (NSH)

ok deraadt@

Revision 1.63 / (download) - annotate - [select for diffs], Sat Feb 3 13:39:48 2018 UTC (6 years, 4 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

Simple USBPcap parser for tcpdump(8).  Raw dumps can be nicely analysed
in wireshark.

ok deraadt@, dlg@

Revision 1.62 / (download) - annotate - [select for diffs], Mon Oct 30 10:07:44 2017 UTC (6 years, 7 months ago) by mpi
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored)

Kill <net/slip.h>.

The ioctl(2) it defines is not supported since a long time and most of
its defines are already present in tcpdump(8).

ok jca@

Revision 1.61 / (download) - annotate - [select for diffs], Fri Nov 18 17:37:03 2016 UTC (7 years, 6 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

Updates tcpdump's OpenFlow printer to use the string maps from switchd
(manually synced).  Also make the output a bit more like other printers.

OK rzalamena@

Revision 1.60 / (download) - annotate - [select for diffs], Sat Oct 22 20:55:04 2016 UTC (7 years, 7 months ago) by rzalamena
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

Teach tcpdump(8) how to read OpenFlow packets. This initial implementation
supports the following message types: hello, error, echo request/reply,
feature request/reply, set config, packet-in, packet-out, flow removed and
flow mod.

We currently only support printing this messages for OpenFlow 1.3.5, however
it is possible to reuse some functions and get other versions working too.

ok deraadt@

Revision 1.59 / (download) - annotate - [select for diffs], Wed Oct 14 04:55:17 2015 UTC (8 years, 7 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

Remove conditional compilation and #defines around signal handling
Don't catch signals that were ignored on entry
Suppress SIGCHLD if our kid is stopped: we don't care and it's not an error

ok millert@

Revision 1.58 / (download) - annotate - [select for diffs], Tue Oct 13 14:36:15 2015 UTC (8 years, 7 months ago) by stsp
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

Don't use exp2f(), it breaks build on vax. Use a shift instead.
reported by deraadt@

Revision 1.57 / (download) - annotate - [select for diffs], Sat Oct 10 07:52:30 2015 UTC (8 years, 8 months ago) by stsp
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Make tcpdump(1) print more information from the HT Capabilities element.
tweak + ok sthen@

Revision 1.56 / (download) - annotate - [select for diffs], Mon Jun 30 04:25:11 2014 UTC (9 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

remove backwards compat layer for alpha osf1.  back then compilers and
the parsers sucked, so byte misalignment repair was requested. These
days it means the parsers should improve.
ok lteo

Revision 1.55 / (download) - annotate - [select for diffs], Fri Jun 20 04:01:42 2014 UTC (9 years, 11 months ago) by lteo
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

Import in_cksum_shouldbe() from mainline tcpdump; this is needed by my
upcoming commit which will fix and improve the display of bad checksums
for the major protocols.

ok henning@

Revision 1.54 / (download) - annotate - [select for diffs], Wed Jun 19 03:51:30 2013 UTC (10 years, 11 months ago) by lteo
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.53: +4 -1 lines
Diff to previous 1.53 (colored)

Do not install pcap-int.h to /usr/include as it is an internal library
header (pointed out by matthew@).  Let only pflogd and tcpdump include
pcap-int.h directly since they need it for privilege separation.

"looks good" sthen
feedback/ok deraadt matthew millert

Revision 1.53 / (download) - annotate - [select for diffs], Wed Nov 4 09:43:11 2009 UTC (14 years, 7 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.52: +1 -1 lines
Diff to previous 1.52 (colored)

Add support to tcpdump for decoding the GPRS Tunnelling Protocol (GTP),
used to carry GPRS data over IP for GSM and UMTS networks. The decoder
understands GTPv0, GTPv0', GTPv1-C, GTPv1-U and GTPv1' traffic, however
at this stage not all TLV fields are fully decoded.

This work has been kindly sponsored by SystemNet AS (www.systemnet.no).

"commit" deraadt@

Revision 1.52 / (download) - annotate - [select for diffs], Thu Oct 16 12:57:01 2008 UTC (15 years, 7 months ago) by mpf
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

Add support for IEEE "slow protocols" LACP, MARKER as per 802.3ad.
Code from tcpdump.org with cleanup and shrinkage by me.
Help and ideas for extra sanity checks from canacar@
OK canacar@

Revision 1.51 / (download) - annotate - [select for diffs], Tue May 23 14:20:19 2006 UTC (18 years ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

add VLAN Query Protocol (VQP) dissector; ok canacar@ markus@

Revision 1.50 / (download) - annotate - [select for diffs], Tue Mar 28 15:48:33 2006 UTC (18 years, 2 months ago) by reyk
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Add a simple printer for IEEE 802.1AB LLDP, the Link Layer Discovery
Protocol.

LLDP is used by some switch vendors as a replacement for the non-free
Cizzco Discovery Protocol (CDP) due to some Cisco patentry...

ok brad@

Revision 1.49 / (download) - annotate - [select for diffs], Tue Nov 22 11:36:12 2005 UTC (18 years, 6 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored)

add printer for IAPP and hostapd(8) messages

ok canacar@, tested by aanriot@ and others

Revision 1.48 / (download) - annotate - [select for diffs], Sat Oct 8 19:45:15 2005 UTC (18 years, 8 months ago) by canacar
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Add a best effort mpls decoder. From Jason L. Wright.
Since the encapsulated protocol information is not always
available in the MPLS tag stack. The decoder attempts
to guess the protocol.
ok brad@

Revision 1.47 / (download) - annotate - [select for diffs], Mon Mar 7 16:13:38 2005 UTC (19 years, 3 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (colored)

add a printer for 802.11 and for additional radiotap headers,
use -y IEEE802_11 or IEEE802_11_RADIO if supported by the driver.

ok canacar@

Revision 1.46 / (download) - annotate - [select for diffs], Wed Apr 28 02:17:03 2004 UTC (20 years, 1 month ago) by mcbride
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

Make tcpdump print carp as carp. Printing vrrp can be forced with -T vrrp.

ok markus@ pb@

Revision 1.45 / (download) - annotate - [select for diffs], Mon Feb 2 09:43:27 2004 UTC (20 years, 4 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.44: +1 -5 lines
Diff to previous 1.44 (colored)

Do away with non-aligned memory accesses.
ok deraadt@ hshoexer@

Revision 1.44 / (download) - annotate - [select for diffs], Sat Jan 31 15:13:03 2004 UTC (20 years, 4 months ago) by otto
Branch: MAIN
Changes since 1.43: +1 -4 lines
Diff to previous 1.43 (colored)

general cleanup and better SIGCHLD handling from millert@
ok canacar@

Revision 1.43 / (download) - annotate - [select for diffs], Wed Jan 28 19:44:55 2004 UTC (20 years, 4 months ago) by canacar
Branch: MAIN
Changes since 1.42: +5 -3 lines
Diff to previous 1.42 (colored)

privilege separated tcpdump, joint work with otto@

tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others
go for it deraadt@

Revision 1.42 / (download) - annotate - [select for diffs], Thu Aug 21 19:14:23 2003 UTC (20 years, 9 months ago) by frantzen
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.41: +8 -1 lines
Diff to previous 1.41 (colored)

print the operating system of TCP SYN packets with the -o option

Revision 1.41 / (download) - annotate - [select for diffs], Thu Jul 17 08:45:37 2003 UTC (20 years, 10 months ago) by markus
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored)

add support for ESP decryption; ok deraadt@; feedback mickey@;
many manpage fixes from jmc@

Revision 1.40 / (download) - annotate - [select for diffs], Wed Jun 11 20:58:45 2003 UTC (21 years ago) by markus
Branch: MAIN
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored)

support for NAT-T (draft-ietf-ipsec-udp-encaps-06.txt); ok deraadt@

Revision 1.39 / (download) - annotate - [select for diffs], Thu May 22 21:15:17 2003 UTC (21 years ago) by pvalchev
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

remove -Werror; ok millert

Revision 1.38 / (download) - annotate - [select for diffs], Sat Nov 30 13:56:23 2002 UTC (21 years, 6 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.37: +4 -2 lines
Diff to previous 1.37 (colored)

pfsync support; deraadt@ ok

Revision 1.37 / (download) - annotate - [select for diffs], Sat Nov 30 00:20:45 2002 UTC (21 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.36: +1 -3 lines
Diff to previous 1.36 (colored)

stop breaking the damn tree mickey

Revision 1.36 / (download) - annotate - [select for diffs], Fri Nov 29 18:27:54 2002 UTC (21 years, 6 months ago) by mickey
Branch: MAIN
Changes since 1.35: +4 -2 lines
Diff to previous 1.35 (colored)

tcpdump support for pfsync; henning@ ok

Revision 1.35 / (download) - annotate - [select for diffs], Wed Sep 18 08:51:17 2002 UTC (21 years, 8 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

remove egp support; unresolved non-bsd license for a decoder of protocol that
noone uses anymore is not worth the amount of work needed to be resolved.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jan 22 18:33:07 2002 UTC (22 years, 4 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.org

Revision 1.33 / (download) - annotate - [select for diffs], Tue Nov 6 23:03:12 2001 UTC (22 years, 7 months ago) by art
Branch: MAIN
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored)

sparc64 needs LBL_ALIGN.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Jul 11 03:02:25 2001 UTC (22 years, 11 months ago) by pvalchev
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

remove mips leftovers; ok brad

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jun 25 23:05:16 2001 UTC (22 years, 11 months ago) by provos
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

interpret DLT_PFLOG

Revision 1.30 / (download) - annotate - [select for diffs], Mon Jun 25 19:56:10 2001 UTC (22 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.29: +4 -2 lines
Diff to previous 1.29 (colored)

disable smb decoder, as there seems to be fewer bound checks than needed

Revision 1.29 / (download) - annotate - [select for diffs], Sun Apr 8 22:45:52 2001 UTC (23 years, 2 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (colored)

add support for printing cdp (Cisco Discovery Protocol), from tcpdump.org

Revision 1.28 / (download) - annotate - [select for diffs], Tue Mar 6 16:42:08 2001 UTC (23 years, 3 months ago) by jakob
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

add lwres (BINDv9 resolver) printing. from tcpdump.org and modified by ho@

Revision 1.27 / (download) - annotate - [select for diffs], Mon Feb 5 15:18:46 2001 UTC (23 years, 4 months ago) by jason
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

etherip printing code... handles draft (v2) and current (v3)

Revision 1.26 / (download) - annotate - [select for diffs], Thu Dec 7 22:52:00 2000 UTC (23 years, 6 months ago) by mickey
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

timed printing; from Ben Smithurst <ben@scientia.demon.co.uk>; via tcpdump.org

Revision 1.25 / (download) - annotate - [select for diffs], Thu Dec 7 22:36:45 2000 UTC (23 years, 6 months ago) by mickey
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

smb printing; from Andrew Tridgell; via tcpdump.org

Revision 1.24 / (download) - annotate - [select for diffs], Thu Dec 7 21:52:38 2000 UTC (23 years, 6 months ago) by mickey
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

add vrrp printing; from tcpdump.org

Revision 1.23 / (download) - annotate - [select for diffs], Thu Oct 19 16:31:41 2000 UTC (23 years, 7 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

code for printing bridge spanning tree packets
also fix a bug where llc encoded frames are hex dumped twice when -x is used

Revision 1.22 / (download) - annotate - [select for diffs], Tue Oct 3 14:28:21 2000 UTC (23 years, 8 months ago) by ho
Branch: MAIN
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 (colored)

Add -Wall -Werror to CFLAGS. (niklas@, jakob@ ok)

Revision 1.21 / (download) - annotate - [select for diffs], Wed Apr 26 21:35:36 2000 UTC (24 years, 1 month ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

INET6
DHCP/BOOTP
tcp & udp checksum detection
numerous bugfixes

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jan 16 12:08:10 2000 UTC (24 years, 4 months ago) by jakob
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

enable INET6

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 16 11:43:57 2000 UTC (24 years, 4 months ago) by jakob
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

BGP support (from KAME/WIDE). INET6 parts not done yet.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 16 11:20:14 2000 UTC (24 years, 4 months ago) by jakob
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Mobile IP support (from KAME/NetBSD)

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 16 10:54:58 2000 UTC (24 years, 4 months ago) by jakob
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

L2TP support (from KAME)

Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 16 17:27:59 1999 UTC (24 years, 9 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

add raw support

Revision 1.15 / (download) - annotate - [select for diffs], Wed Aug 11 16:44:59 1999 UTC (24 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

HAVE_FDDI

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 28 20:41:34 1999 UTC (24 years, 10 months ago) by jakob
Branch: MAIN
Changes since 1.13: +4 -2 lines
Diff to previous 1.13 (colored)

-  Merge some changes from tcpdump 3.4
   -a flag; attempt to convert network and broadcast addresses to names
   Improved signal handling
   Miscellaneous fixes and typos
   OSPF MD5 authentication support

-  -X flag; emacs-hexl print (including ascii)

-  Add ECN bits to TCP and IP headers

-  IKE & IPsec (ESP & AH) support

OK deraadt@

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 25 19:42:43 1998 UTC (25 years, 11 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

add cisco netflow proto printing; not tested w/ version 5, but should work anyways

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 11 00:01:22 1998 UTC (26 years ago) by provos
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

handle IPSec processed packets (DLT_ENC) in libpcap, display them with
tcpdump + additional info (SPI + which type of transforms where passed).

Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 26 16:02:53 1998 UTC (26 years, 3 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Use YP ethers

Revision 1.10 / (download) - annotate - [select for diffs], Sun Sep 21 11:44:30 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

$OpenBSD$

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 31 09:49:13 1997 UTC (26 years, 10 months ago) by tqbf
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Add RADIUS printing support. Blech.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 14 22:23:08 1997 UTC (26 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

HAVE_NET_SLIP_H; PR286, felix@mamba.pond.sub.org

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 6 14:39:50 1997 UTC (26 years, 11 months ago) by niklas
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6 (colored)

Some architectures need strict alignment

Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 12 16:23:03 1996 UTC (27 years, 6 months ago) by bitblt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

*** empty log message ***

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 12 08:31:56 1996 UTC (27 years, 7 months ago) by mickey
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

add NetBIOS printing.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jul 13 11:01:05 1996 UTC (27 years, 11 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

it is 3.2 now.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 10 07:47:08 1996 UTC (28 years ago) by deraadt
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

sync to latest

Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 4 15:58:53 1996 UTC (28 years, 3 months ago) by mickey
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Updating to the latest LBL release.
Sun's SKIP support added.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:48:23 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:48:23 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.