Symbol: Session
crypto/openssh/monitor.c
1633
mm_record_login(struct ssh *ssh, Session *s, struct passwd *pw)
crypto/openssh/monitor.c
1658
mm_session_close(Session *s)
crypto/openssh/monitor.c
1672
Session *s;
crypto/openssh/monitor.c
1741
Session *s;
crypto/openssh/monitor_wrap.c
666
mm_session_pty_cleanup2(Session *s)
crypto/openssh/monitor_wrap.h
86
struct Session;
crypto/openssh/monitor_wrap.h
89
void mm_session_pty_cleanup2(struct Session *);
crypto/openssh/session.c
1207
do_rc_files(struct ssh *ssh, Session *s, const char *shell)
crypto/openssh/session.c
125
Session *session_new(void);
crypto/openssh/session.c
126
void session_set_fds(struct ssh *, Session *, int, int, int, int, int);
crypto/openssh/session.c
127
void session_pty_cleanup(Session *);
crypto/openssh/session.c
128
void session_proctitle(Session *);
crypto/openssh/session.c
129
int session_setup_x11fwd(struct ssh *, Session *);
crypto/openssh/session.c
130
int do_exec_pty(struct ssh *, Session *, const char *);
crypto/openssh/session.c
131
int do_exec_no_pty(struct ssh *, Session *, const char *);
crypto/openssh/session.c
132
int do_exec(struct ssh *, Session *, const char *);
crypto/openssh/session.c
133
void do_login(struct ssh *, Session *, const char *);
crypto/openssh/session.c
134
void do_child(struct ssh *, Session *, const char *);
crypto/openssh/session.c
136
int check_quietlogin(Session *, const char *);
crypto/openssh/session.c
140
static int session_pty_req(struct ssh *, Session *);
crypto/openssh/session.c
1448
do_pwchange(Session *s)
crypto/openssh/session.c
1521
do_child(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
159
static Session *sessions = NULL;
crypto/openssh/session.c
1745
Session *
crypto/openssh/session.c
1748
Session *s, *tmp;
crypto/openssh/session.c
1789
Session *s = &sessions[i];
crypto/openssh/session.c
1804
Session *s = session_new();
crypto/openssh/session.c
1819
Session *
crypto/openssh/session.c
1824
Session *s = &sessions[i];
crypto/openssh/session.c
1835
static Session *
crypto/openssh/session.c
1840
Session *s = &sessions[i];
crypto/openssh/session.c
1852
static Session *
crypto/openssh/session.c
1858
Session *s = &sessions[i];
crypto/openssh/session.c
1875
static Session *
crypto/openssh/session.c
1881
Session *s = &sessions[i];
crypto/openssh/session.c
1891
session_window_change_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
1906
session_pty_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
1956
session_subsystem_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2000
session_x11_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2036
session_shell_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2049
session_exec_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2067
session_break_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2081
session_env_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2142
session_signal_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2184
session_auth_agent_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2209
Session *s;
crypto/openssh/session.c
2250
session_set_fds(struct ssh *ssh, Session *s,
crypto/openssh/session.c
2270
session_pty_cleanup2(Session *s)
crypto/openssh/session.c
2303
session_pty_cleanup(Session *s)
crypto/openssh/session.c
2348
Session *s;
crypto/openssh/session.c
2378
session_exit_message(struct ssh *ssh, Session *s, int status)
crypto/openssh/session.c
2437
session_close(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2470
Session *s = session_by_pid(pid);
crypto/openssh/session.c
2489
Session *s = session_by_channel(id);
crypto/openssh/session.c
2525
session_destroy_all(struct ssh *ssh, void (*closefunc)(Session *))
crypto/openssh/session.c
2529
Session *s = &sessions[i];
crypto/openssh/session.c
2548
Session *s = &sessions[i];
crypto/openssh/session.c
2568
session_proctitle(Session *s)
crypto/openssh/session.c
2577
session_setup_x11fwd(struct ssh *ssh, Session *s)
crypto/openssh/session.c
399
do_exec_no_pty(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
568
do_exec_pty(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
668
do_exec(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
748
do_login(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
804
check_quietlogin(Session *s, const char *command)
crypto/openssh/session.c
971
do_setup_env(struct ssh *ssh, Session *s, const char *shell)
crypto/openssh/session.h
30
typedef struct Session Session;
crypto/openssh/session.h
74
void session_destroy_all(struct ssh *, void (*)(Session *));
crypto/openssh/session.h
75
void session_pty_cleanup2(Session *);
crypto/openssh/session.h
77
Session *session_new(void);
crypto/openssh/session.h
78
Session *session_by_tty(char *);
crypto/openssh/session.h
79
void session_close(struct ssh *, Session *);