diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 | ||
27 | 20070611 | 33 | 20070611 |
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 $ |