summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-06-12 23:43:16 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-06-12 23:43:16 +1000
commit415bddc1bdd2d0be418ab82520512d77643c05b0 (patch)
treee5fc5dc49cc7950b2eb26573430fa7d1722f8f0c /ChangeLog
parent2cbec749d76e73be167bc600ba4c5886b607eab2 (diff)
- djm@cvs.openbsd.org 2007/06/12 11:15:17
[ssh.c ssh.1] Add "-K" flag for ssh to set GSSAPIAuthentication=yes and GSSAPIDelegateCredentials=yes. This is symmetric with -k (disable GSSAPI) and is useful for hosts with /home on Kerberised NFS; bz #1312 patch from Markus.Kuhn AT cl.cam.ac.uk; ok dtucker@ markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 41c47d2ab..890625fa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,12 @@
23 fix slave exit value when a control master goes away without passing the 23 fix slave exit value when a control master goes away without passing the
24 full exit status by ensuring that the slave reads a full int. bz#1261 24 full exit status by ensuring that the slave reads a full int. bz#1261
25 reported by frekko AT gmail.com; ok markus@ dtucker@ 25 reported by frekko AT gmail.com; ok markus@ dtucker@
26 - djm@cvs.openbsd.org 2007/06/12 11:15:17
27 [ssh.c ssh.1]
28 Add "-K" flag for ssh to set GSSAPIAuthentication=yes and
29 GSSAPIDelegateCredentials=yes. This is symmetric with -k (disable GSSAPI)
30 and is useful for hosts with /home on Kerberised NFS; bz #1312
31 patch from Markus.Kuhn AT cl.cam.ac.uk; ok dtucker@ markus@
26 32
2720070611 3320070611
28 - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit 34 - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit
@@ -3037,4 +3043,4 @@
3037 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3043 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3038 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3044 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3039 3045
3040$Id: ChangeLog,v 1.4693 2007/06/12 13:41:33 dtucker Exp $ 3046$Id: ChangeLog,v 1.4694 2007/06/12 13:43:16 dtucker Exp $