Deleted Added
full compact
monitor_wrap.h (137019) monitor_wrap.h (147005)
1/* $OpenBSD: monitor_wrap.h,v 1.14 2004/06/21 17:36:31 avsm Exp $ */
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 $ */
2/* $FreeBSD: head/crypto/openssh/monitor_wrap.h 147005 2005-06-05 15:46:09Z 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
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
78#ifdef SSH_AUDIT_EVENTS
79#include "audit.h"
80void mm_audit_event(ssh_audit_event_t);
81void mm_audit_run_command(const char *);
82#endif
83
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 ---
84struct Session;
85void mm_terminate(void);
86int mm_pty_allocate(int *, int *, char *, int);
87void mm_session_pty_cleanup2(struct Session *);
88
89/* SSHv1 interfaces */
90void mm_ssh1_session_id(u_char *);
91int mm_ssh1_session_key(BIGNUM *);

--- 24 unchanged lines hidden ---