|
Lines 122-131
Link Here
|
| 122 |
OM_uint32 ssh_gssapi_server_ctx(Gssctxt **, gss_OID); |
122 |
OM_uint32 ssh_gssapi_server_ctx(Gssctxt **, gss_OID); |
| 123 |
int ssh_gssapi_userok(char *name); |
123 |
int ssh_gssapi_userok(char *name); |
| 124 |
OM_uint32 ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t, gss_buffer_t); |
124 |
OM_uint32 ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t, gss_buffer_t); |
| 125 |
void ssh_gssapi_do_child(char ***, u_int *); |
125 |
void ssh_gssapi_do_child(char ***, u_int *); |
| 126 |
void ssh_gssapi_cleanup_creds(void); |
126 |
void ssh_gssapi_cleanup_creds(void); |
|
|
127 |
void ssh_gssapi_free_store(void); |
| 127 |
void ssh_gssapi_storecreds(void); |
128 |
void ssh_gssapi_storecreds(void); |
| 128 |
|
129 |
|
| 129 |
#endif /* GSSAPI */ |
130 |
#endif /* GSSAPI */ |
| 130 |
|
131 |
|
| 131 |
#endif /* _SSH_GSS_H */ |
132 |
#endif /* _SSH_GSS_H */ |