summaryrefslogtreecommitdiff
path: root/ChangeLog.gssapi
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-01-01 17:15:23 +0000
committerColin Watson <cjwatson@debian.org>2010-01-01 17:15:23 +0000
commit99b402ea4c8457b0a3cafff37f5b3410a8dc6476 (patch)
tree1d24ce54c9981ea8cbb4c5a9309964a0e4c4b320 /ChangeLog.gssapi
parent87552344215a38d3a2b0d4d63dc151e05978bbe1 (diff)
parent54af7a4ae8d455791a631bdfaade4b64436ae16a (diff)
import openssh-5.2p1-gsskex-all-20090726.patch
Diffstat (limited to 'ChangeLog.gssapi')
-rw-r--r--ChangeLog.gssapi20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.gssapi b/ChangeLog.gssapi
index 5c110d0d8..927b98bc9 100644
--- a/ChangeLog.gssapi
+++ b/ChangeLog.gssapi
@@ -1,3 +1,23 @@
120090615
2 - [ gss-genr.c gss-serv.c kexgssc.c kexgsss.c monitor.c sshconnect2.c
3 sshd.c ]
4 Fix issues identified by Greg Hudson following a code review
5 Check return value of gss_indicate_mechs
6 Protect GSSAPI calls in monitor, so they can only be used if enabled
7 Check return values of bignum functions in key exchange
8 Use BN_clear_free to clear other side's DH value
9 Make ssh_gssapi_id_kex more robust
10 Only configure kex table pointers if GSSAPI is enabled
11 Don't leak mechanism list, or gss mechanism list
12 Cast data.length before printing
13 If serverkey isn't provided, use an empty string, rather than NULL
14
1520090201
16 - [ gss-genr.c gss-serv.c kex.h kexgssc.c readconf.c readconf.h ssh-gss.h
17 ssh_config.5 sshconnet2.c ]
18 Add support for the GSSAPIClientIdentity option, which allows the user
19 to specify which GSSAPI identity to use to contact a given server
20
120080404 2120080404
2 - [ gss-serv.c ] 22 - [ gss-serv.c ]
3 Add code to actually implement GSSAPIStrictAcceptCheck, which had somehow 23 Add code to actually implement GSSAPIStrictAcceptCheck, which had somehow