OpenBSD CVS

CVS log for src/usr.bin/ssh/ssh_config


[BACK] Up to [local] / src / usr.bin / ssh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.36 / (download) - annotate - [select for diffs], Wed Aug 2 23:04:38 2023 UTC (9 months, 2 weeks ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

CheckHostIP has defaulted to 'no' for a while; make the commented-
out config option match. From Ed Maste

Revision 1.35 / (download) - annotate - [select for diffs], Fri Jul 17 03:43:42 2020 UTC (3 years, 10 months ago) by dtucker
Branch: MAIN
CVS Tags: 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, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

Add a '%k' TOKEN that expands to the effective HostKey of the
destination.  This allows, eg, keeping host keys in individual files
using "UserKnownHostsFile ~/.ssh/known_hosts.d/%k".
bz#1654, ok djm@, jmc@ (man page bits)

Revision 1.34 / (download) - annotate - [select for diffs], Mon Feb 4 02:39:42 2019 UTC (5 years, 3 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.33: +1 -2 lines
Diff to previous 1.33 (colored)

Remove obsolete "Protocol" from commented out examples.
Patch from samy.mahmoudi at gmail com.

Revision 1.33 / (download) - annotate - [select for diffs], Sun May 7 23:12:57 2017 UTC (7 years ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

As promised in last release announcement: remove support for
Blowfish, RC4 and CAST ciphers. ok markus@ deraadt@

Revision 1.32 / (download) - annotate - [select for diffs], Wed May 3 10:01:44 2017 UTC (7 years ago) by jmc
Branch: MAIN
Changes since 1.31: +1 -3 lines
Diff to previous 1.31 (colored)

more protocol 1 bits removed; ok djm

Revision 1.31 / (download) - annotate - [select for diffs], Sun Apr 30 23:18:22 2017 UTC (7 years ago) by djm
Branch: MAIN
Changes since 1.30: +1 -3 lines
Diff to previous 1.30 (colored)

remove SSHv1 configuration options and man pages bits

ok markus@

Revision 1.30 / (download) - annotate - [select for diffs], Sat Feb 20 23:06:23 2016 UTC (8 years, 2 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

set ssh(1) protocol version to 2 only.

ok djm@

Revision 1.29 / (download) - annotate - [select for diffs], Sat Feb 20 23:02:39 2016 UTC (8 years, 2 months ago) by sobrado
Branch: MAIN
Changes since 1.28: +3 -1 lines
Diff to previous 1.28 (colored)

add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile.

ok djm@

Revision 1.28 / (download) - annotate - [select for diffs], Mon Sep 16 11:35:43 2013 UTC (10 years, 8 months ago) by sthen
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, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.27: +1 -3 lines
Diff to previous 1.27 (colored)

Remove gssapi config parts from ssh_config, as was already done for sshd_config.
Req by/ok ajacoutot@

Revision 1.27 / (download) - annotate - [select for diffs], Thu May 16 02:00:34 2013 UTC (11 years ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

Add an optional second argument to RekeyLimit in the client to allow
rekeying based on elapsed time in addition to amount of traffic.
with djm@ jmc@, ok djm

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jan 11 01:39:46 2010 UTC (14 years, 4 months ago) by dtucker
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.25: +2 -1 lines
Diff to previous 1.25 (colored)

Add a 'netcat mode' (ssh -W).  This connects stdio on the client to a single
port forward on the server.  This allows, for example, using ssh as
a ProxyCommand to route connections via intermediate servers.
bz #1618, man page help from jmc@, ok markus@

Revision 1.25 / (download) - annotate - [select for diffs], Tue Feb 17 01:28:32 2009 UTC (15 years, 3 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

sync with revised default ciphers; pointed out by dkrause@

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jul 25 06:56:35 2008 UTC (15 years, 9 months ago) by grunk
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Add VisualHostKey to example file, ok djm@

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jun 8 04:40:40 2007 UTC (16 years, 11 months ago) by pvalchev
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

Add a "MACs" line after "Ciphers" with the default MAC algorithms,
to ease people who want to tweak both (eg. for performance reasons).
ok deraadt@ djm@ dtucker@

Revision 1.20.4.2 / (download) - annotate - [select for diffs], Fri Oct 6 03:19:33 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_8
Changes since 1.20.4.1: +3 -1 lines
Diff to previous 1.20.4.1 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)

upgrade to OpenSSH 4.4

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Sat Sep 30 04:06:51 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_9
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

upgrade to OpenSSH 4.4

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 29 12:56:33 2006 UTC (17 years, 11 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 (colored)

Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample
ssh_config.  ok markus@

Revision 1.20.4.1 / (download) - annotate - [select for diffs], Fri Feb 3 03:01:58 2006 UTC (18 years, 3 months ago) by brad
Branch: OPENBSD_3_8
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored)

upgrade to OpenSSH 4.3

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Fri Feb 3 02:53:45 2006 UTC (18 years, 3 months ago) by brad
Branch: OPENBSD_3_7
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

upgrade to OpenSSH 4.3

Revision 1.21 / (download) - annotate - [select for diffs], Tue Dec 6 22:38:27 2005 UTC (18 years, 5 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE
Branch point for: OPENBSD_3_9
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored)

Add support for tun(4) forwarding over OpenSSH, based on an idea and
initial channel code bits by markus@. This is a simple and easy way to
use OpenSSH for ad hoc virtual private network connections, e.g.
administrative tunnels or secure wireless access. It's based on a new
ssh channel and works similar to the existing TCP forwarding support,
except that it depends on the tun(4) network interface on both ends of
the connection for layer 2 or layer 3 tunneling. This diff also adds
support for LocalCommand in the ssh(1) client.

ok djm@, markus@, jmc@ (manpages), tested and discussed with others

Revision 1.19.4.1 / (download) - annotate - [select for diffs], Thu Mar 10 17:15:05 2005 UTC (19 years, 2 months ago) by brad
Branch: OPENBSD_3_5
Changes since 1.19: +4 -2 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

upgrade to OpenSSH 4.0

Revision 1.19.6.1 / (download) - annotate - [select for diffs], Thu Mar 10 16:28:28 2005 UTC (19 years, 2 months ago) by brad
Branch: OPENBSD_3_6
Changes since 1.19: +4 -2 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

upgrade to OpenSSH 4.0

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jan 28 09:45:53 2005 UTC (19 years, 3 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_7_BASE
Branch point for: OPENBSD_3_8, OPENBSD_3_7
Changes since 1.19: +4 -2 lines
Diff to previous 1.19 (colored)

Make it clear that the example entries in ssh_config are only some of the
commonly-used options and refer the user to ssh_config(5) for more
details; ok djm@

Revision 1.16.4.2 / (download) - annotate - [select for diffs], Thu Mar 4 18:18:17 2004 UTC (20 years, 2 months ago) by brad
Branch: OPENBSD_3_3
Changes since 1.16.4.1: +0 -0 lines
Diff to previous 1.16.4.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)

upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Tue Sep 16 21:20:28 2003 UTC (20 years, 8 months ago) by brad
Branch: OPENBSD_3_2
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

upgrade to OpenSSH 3.7

Revision 1.16.4.1 / (download) - annotate - [select for diffs], Tue Sep 16 20:50:44 2003 UTC (20 years, 8 months ago) by brad
Branch: OPENBSD_3_3
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

upgrade to OpenSSH 3.7

Revision 1.19 / (download) - annotate - [select for diffs], Wed Aug 13 08:46:31 2003 UTC (20 years, 9 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_5_BASE, OPENBSD_3_4_BASE, OPENBSD_3_4
Branch point for: OPENBSD_3_6, OPENBSD_3_5
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
fgsch@, miod@, henning@, jakob@ and others

Revision 1.18 / (download) - annotate - [select for diffs], Fri May 16 03:27:12 2003 UTC (21 years ago) by djm
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

add AddressFamily option to ssh_config (like -4, -6 on commandline).
Portable bug #534; ok markus@

Revision 1.17 / (download) - annotate - [select for diffs], Thu May 15 14:55:25 2003 UTC (21 years ago) by djm
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

add a ConnectTimeout option to ssh, based on patch from
Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@

Revision 1.10.4.3 / (download) - annotate - [select for diffs], Fri Oct 11 14:53:07 2002 UTC (21 years, 7 months ago) by miod
Branch: OPENBSD_3_0
Changes since 1.10.4.2: +2 -1 lines
Diff to previous 1.10.4.2 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)

Update to OpenSSH 3.5

Revision 1.12.2.2 / (download) - annotate - [select for diffs], Fri Oct 11 14:51:53 2002 UTC (21 years, 7 months ago) by miod
Branch: OPENBSD_3_1
Changes since 1.12.2.1: +2 -1 lines
Diff to previous 1.12.2.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)

Update to OpenSSH 3.5

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jul 3 14:21:05 2002 UTC (21 years, 10 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_3, OPENBSD_3_2
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config
and exit if HostbasedAuthentication is disabled globally. based on discussions
with deraadt, itojun and sommerfeld; ok itojun@

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Wed Jun 26 15:30:39 2002 UTC (21 years, 10 months ago) by jason
Branch: OPENBSD_3_1
Changes since 1.12: +7 -9 lines
Diff to previous 1.12 (colored)

Pull in OpenSSH-3.4

Revision 1.10.4.2 / (download) - annotate - [select for diffs], Sat Jun 22 07:23:18 2002 UTC (21 years, 11 months ago) by miod
Branch: OPENBSD_3_0
Changes since 1.10.4.1: +7 -9 lines
Diff to previous 1.10.4.1 (colored) to branchpoint 1.10 (colored)

Update OpenSSH to version 3.3 (with local changes, configuration files still
living in /etc and privsep user being nobody).

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 20 20:03:34 2002 UTC (21 years, 11 months ago) by stevesk
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

refer to config file man page

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jun 10 21:21:10 2002 UTC (21 years, 11 months ago) by stevesk
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

update defaults for RhostsRSAAuthentication and RhostsAuthentication
here too (all options commented out with default value).

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jun 8 05:41:18 2002 UTC (21 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.12: +1 -3 lines
Diff to previous 1.12 (colored)

remove FallBackToRsh/UseRsh

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Sat Mar 9 00:20:45 2002 UTC (22 years, 2 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.10: +10 -8 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Merge OpenSSH 3.1, keeping /etc as configuration files directory.
(i.e. OpenSSH 3.1 + openbsd29_3.1.patch)

Revision 1.5.2.6 / (download) - annotate - [select for diffs], Fri Mar 8 17:04:43 2002 UTC (22 years, 2 months ago) by brad
Branch: OPENBSD_2_8
Changes since 1.5.2.5: +10 -8 lines
Diff to previous 1.5.2.5 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)

Merge OpenSSH 3.1.

Revision 1.10.4.1 / (download) - annotate - [select for diffs], Thu Mar 7 17:37:47 2002 UTC (22 years, 2 months ago) by jason
Branch: OPENBSD_3_0
Changes since 1.10: +10 -8 lines
Diff to previous 1.10 (colored)

Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 16 17:55:33 2002 UTC (22 years, 4 months ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_1
Changes since 1.11: +6 -5 lines
Diff to previous 1.11 (colored)

correct some commented defaults.  add Ciphers default.  ok markus@

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 3 04:11:08 2002 UTC (22 years, 4 months ago) by stevesk
Branch: MAIN
Changes since 1.10: +5 -4 lines
Diff to previous 1.10 (colored)

grammar in comment

Revision 1.5.2.5 / (download) - annotate - [select for diffs], Thu Sep 27 00:15:43 2001 UTC (22 years, 7 months ago) by miod
Branch: OPENBSD_2_8
Changes since 1.5.2.4: +0 -0 lines
Diff to previous 1.5.2.4 (colored) to branchpoint 1.5 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.5.2.4 / (download) - annotate - [select for diffs], Mon May 7 21:09:37 2001 UTC (23 years ago) by jason
Branch: OPENBSD_2_8
Changes since 1.5.2.3: +2 -3 lines
Diff to previous 1.5.2.3 (colored) to branchpoint 1.5 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 3 21:19:38 2001 UTC (23 years, 1 month ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_2_9_BASE
Branch point for: OPENBSD_3_0, OPENBSD_2_9
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored)

id_rsa1/2 -> id_rsa; ok markus@

Revision 1.5.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 19:46:30 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.5.2.2: +2 -2 lines
Diff to previous 1.5.2.2 (colored) to branchpoint 1.5 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.4.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 18:53:14 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.4.2.2: +2 -2 lines
Diff to previous 1.4.2.2 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Mon Mar 12 15:44:17 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.4.2.1: +13 -8 lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.9 / (download) - annotate - [select for diffs], Sat Mar 10 12:53:51 2001 UTC (23 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

default to SSH2, now that m68k runs fast

Revision 1.5.2.2 / (download) - annotate - [select for diffs], Mon Feb 19 17:19:34 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.5.2.1: +0 -0 lines
Diff to previous 1.5.2.1 (colored) to branchpoint 1.5 (colored)

Pull in OpenSSH-2.5.1

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Fri Feb 16 20:13:21 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.5: +13 -8 lines
Diff to previous 1.5 (colored)

Pull in OpenSSH 2.5.0

Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 2 12:57:51 2001 UTC (23 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

point at sshd(8) and ssh(1)

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 29 01:58:18 2001 UTC (23 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6 (colored)

$OpenBSD$

Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 12 19:50:38 2000 UTC (23 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.5: +8 -5 lines
Diff to previous 1.5 (colored)

add support for RSA to SSH2.  please test.

there are now 3 types of keys: RSA1 is used by ssh-1 only,
RSA and DSA are used by SSH2.

you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
keys for SSH2 and use the RSA keys for hostkeys or for user keys.

SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.

IdentityFile2, HostDsaKey and DSAAuthentication are obsolete.
you can use multiple IdentityFile and HostKey for all types of keys.

the option DSAAuthentication is replaced by PubkeyAuthetication.

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Fri Sep 1 18:23:24 2000 UTC (23 years, 8 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

Pull in the rest of openssh-2.2.0 to 2.7 branch (luvin' cvs...)

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 11 19:17:44 2000 UTC (23 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

disable FallBackToRsh by default

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:53 2000 UTC (24 years, 1 month ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)

show 'Protocol' as an example, ok markus@

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 27 03:38:42 1999 UTC (24 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

idea does not exist

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 3 22:10:11 1999 UTC (24 years, 7 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

document CheckHostIP

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 26 22:29:50 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN

distribution target

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.