Deleted Added
full compact
monitor_wrap.h (128460) monitor_wrap.h (137019)
1/* $OpenBSD: monitor_wrap.h,v 1.13 2003/11/17 11:06:07 markus Exp $ */
2/* $FreeBSD: head/crypto/openssh/monitor_wrap.h 128460 2004-04-20 09:46:41Z des $ */
1/* $OpenBSD: monitor_wrap.h,v 1.14 2004/06/21 17:36:31 avsm Exp $ */
2/* $FreeBSD: head/crypto/openssh/monitor_wrap.h 137019 2004-10-28 16:11:31Z des $ */
3
4/*
5 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

--- 43 unchanged lines hidden (view full) ---

54int mm_auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
55int mm_key_verify(Key *, u_char *, u_int, u_char *, u_int);
56int mm_auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
57int mm_auth_rsa_verify_response(Key *, BIGNUM *, u_char *);
58BIGNUM *mm_auth_rsa_generate_challenge(Key *);
59
60#ifdef GSSAPI
61#include "ssh-gss.h"
3
4/*
5 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

--- 43 unchanged lines hidden (view full) ---

54int mm_auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
55int mm_key_verify(Key *, u_char *, u_int, u_char *, u_int);
56int mm_auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
57int mm_auth_rsa_verify_response(Key *, BIGNUM *, u_char *);
58BIGNUM *mm_auth_rsa_generate_challenge(Key *);
59
60#ifdef GSSAPI
61#include "ssh-gss.h"
62OM_uint32 mm_ssh_gssapi_server_ctx(Gssctxt **ctxt, gss_OID oid);
63OM_uint32 mm_ssh_gssapi_accept_ctx(Gssctxt *ctxt,
64 gss_buffer_desc *recv, gss_buffer_desc *send, OM_uint32 *flags);
62OM_uint32 mm_ssh_gssapi_server_ctx(Gssctxt **, gss_OID);
63OM_uint32 mm_ssh_gssapi_accept_ctx(Gssctxt *,
64 gss_buffer_desc *, gss_buffer_desc *, OM_uint32 *);
65int mm_ssh_gssapi_userok(char *user);
66OM_uint32 mm_ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t, gss_buffer_t);
67#endif
68
69#ifdef USE_PAM
70void mm_start_pam(struct Authctxt *);
71u_int mm_do_pam_account(void);
72void *mm_sshpam_init_ctx(struct Authctxt *);

--- 37 unchanged lines hidden ---
65int mm_ssh_gssapi_userok(char *user);
66OM_uint32 mm_ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t, gss_buffer_t);
67#endif
68
69#ifdef USE_PAM
70void mm_start_pam(struct Authctxt *);
71u_int mm_do_pam_account(void);
72void *mm_sshpam_init_ctx(struct Authctxt *);

--- 37 unchanged lines hidden ---