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