diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh-gss.h | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -30,6 +30,7 @@ | |||
30 | GSSAPICleanupCreds -> GSSAPICleanupCredentials | 30 | GSSAPICleanupCreds -> GSSAPICleanupCredentials |
31 | - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring | 31 | - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring |
32 | --with-pam. ok djm@ | 32 | --with-pam. ok djm@ |
33 | - (dtucker) [ssh-gss.h] Prototype change missed in sync. | ||
33 | 34 | ||
34 | 20030930 | 35 | 20030930 |
35 | - (bal) Fix issues in openbsd-compat/realpath.c | 36 | - (bal) Fix issues in openbsd-compat/realpath.c |
@@ -1265,4 +1266,4 @@ | |||
1265 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1266 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1266 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1267 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1267 | 1268 | ||
1268 | $Id: ChangeLog,v 1.3051 2003/10/02 06:26:34 dtucker Exp $ | 1269 | $Id: ChangeLog,v 1.3052 2003/10/02 07:32:30 dtucker Exp $ |
@@ -113,7 +113,7 @@ OM_uint32 ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid); | |||
113 | int ssh_gssapi_userok(char *name); | 113 | int ssh_gssapi_userok(char *name); |
114 | 114 | ||
115 | void ssh_gssapi_do_child(char ***envp, u_int *envsizep); | 115 | void ssh_gssapi_do_child(char ***envp, u_int *envsizep); |
116 | void ssh_gssapi_cleanup_creds(void *ignored); | 116 | void ssh_gssapi_cleanup_creds(void); |
117 | void ssh_gssapi_storecreds(void); | 117 | void ssh_gssapi_storecreds(void); |
118 | 118 | ||
119 | #endif /* GSSAPI */ | 119 | #endif /* GSSAPI */ |