Deleted Added
sdiff udiff text old ( 137019 ) new ( 147005 )
full compact
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:

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

70void mm_start_pam(struct Authctxt *);
71u_int mm_do_pam_account(void);
72void *mm_sshpam_init_ctx(struct Authctxt *);
73int mm_sshpam_query(void *, char **, char **, u_int *, char ***, u_int **);
74int mm_sshpam_respond(void *, u_int, char **);
75void mm_sshpam_free_ctx(void *);
76#endif
77
78struct Session;
79void mm_terminate(void);
80int mm_pty_allocate(int *, int *, char *, int);
81void mm_session_pty_cleanup2(struct Session *);
82
83/* SSHv1 interfaces */
84void mm_ssh1_session_id(u_char *);
85int mm_ssh1_session_key(BIGNUM *);

--- 24 unchanged lines hidden ---