summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-15 08:44:45 +1000
committerDamien Miller <djm@mindrot.org>2011-05-15 08:44:45 +1000
commitfe92421772243702ecb18b862dbeb51a9bdbbc6e (patch)
treecbe36e3617422cd47a7a9ba27b6e715cb2795cf1 /ChangeLog
parentdfc85fa1815004bd885473068e7578be3dcbdfef (diff)
- djm@cvs.openbsd.org 2011/05/06 21:31:38
[readconf.c ssh_config.5] support negated Host matching, e.g. Host *.example.org !c.example.org User mekmitasdigoat Will match "a.example.org", "b.example.org", but not "c.example.org" ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00f54f924..caec1dd27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,15 @@
23 [ssh.c ssh_config.5] 23 [ssh.c ssh_config.5]
24 add a %L expansion (short-form of the local host name) for ControlPath; 24 add a %L expansion (short-form of the local host name) for ControlPath;
25 sync some more expansions with LocalCommand; ok markus@ 25 sync some more expansions with LocalCommand; ok markus@
26 - djm@cvs.openbsd.org 2011/05/06 21:31:38
27 [readconf.c ssh_config.5]
28 support negated Host matching, e.g.
29
30 Host *.example.org !c.example.org
31 User mekmitasdigoat
32
33 Will match "a.example.org", "b.example.org", but not "c.example.org"
34 ok markus@
26 35
2720110510 3620110510
28 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix 37 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix