]> andersk Git - gssapi-openssh.git/blame - openssh/ChangeLog.gssapi
update to match patch in
[gssapi-openssh.git] / openssh / ChangeLog.gssapi
CommitLineData
3de1c8f8 120061220
2 - [ servconf.c ]
3 Make default for GSSAPIStrictAcceptorCheck be Yes, to match previous, and
4 documented, behaviour. Reported by Dan Watson.
f713db99 5
620060910
7 - [ gss-genr.c kexgssc.c kexgsss.c kex.h monitor.c sshconnect2.c sshd.c
8 ssh-gss.h ]
9 add support for gss-group14-sha1 key exchange mechanisms
10 - [ gss-serv.c servconf.c servconf.h sshd_config sshd_config.5 ]
11 Add GSSAPIStrictAcceptorCheck option to allow the disabling of
12 acceptor principal checking on multi-homed machines.
13 <Bugzilla #928>
14 - [ sshd_config ssh_config ]
15 Add settings for GSSAPIKeyExchange and GSSAPITrustDNS to the sample
16 configuration files
17 - [ kexgss.c kegsss.c sshconnect2.c sshd.c ]
18 Code cleanup. Replace strlen/xmalloc/snprintf sequences with xasprintf()
19 Limit length of error messages displayed by client
20
2120060909
22 - [ gss-genr.c gss-serv.c ]
23 move ssh_gssapi_acquire_cred() and ssh_gssapi_server_ctx to be server
24 only, where they belong
25 <Bugzilla #1225>
26
2720060829
28 - [ gss-serv-krb5.c ]
29 Fix CCAPI credentials cache name when creating KRB5CCNAME environment
30 variable
31
3220060828
33 - [ gss-genr.c ]
34 Avoid Heimdal context freeing problem
35 <Fixed upstream 20060829>
36
3720060818
38 - [ gss-genr.c ssh-gss.h sshconnect2.c ]
39 Make sure that SPENGO is disabled
40 <Bugzilla #1218 - Fixed upstream 20060818>
41
4220060421
43 - [ gssgenr.c, sshconnect2.c ]
44 a few type changes (signed versus unsigned, int versus size_t) to
45 fix compiler errors/warnings
46 (from jbasney AT ncsa.uiuc.edu)
47 - [ kexgssc.c, sshconnect2.c ]
48 fix uninitialized variable warnings
49 (from jbasney AT ncsa.uiuc.edu)
50 - [ gssgenr.c ]
51 pass oid to gss_display_status (helpful when using GSSAPI mechglue)
52 (from jbasney AT ncsa.uiuc.edu)
53 <Bugzilla #1220 >
54 - [ gss-serv-krb5.c ]
55 #ifdef HAVE_GSSAPI_KRB5 should be #ifdef HAVE_GSSAPI_KRB5_H
56 (from jbasney AT ncsa.uiuc.edu)
57 <Fixed upstream 20060304>
58 - [ readconf.c, readconf.h, ssh_config.5, sshconnect2.c
59 add client-side GssapiKeyExchange option
60 (from jbasney AT ncsa.uiuc.edu)
61 - [ sshconnect2.c ]
62 add support for GssapiTrustDns option for gssapi-with-mic
63 (from jbasney AT ncsa.uiuc.edu)
64 <gssapi-with-mic support is Bugzilla #1008>
This page took 0.208344 seconds and 5 git commands to generate.