Symbol: Session
crypto/openssh/monitor.c
1641
mm_record_login(struct ssh *ssh, Session *s, struct passwd *pw)
crypto/openssh/monitor.c
1666
mm_session_close(Session *s)
crypto/openssh/monitor.c
1680
Session *s;
crypto/openssh/monitor.c
1749
Session *s;
crypto/openssh/monitor_wrap.c
662
mm_session_pty_cleanup2(Session *s)
crypto/openssh/monitor_wrap.h
91
struct Session;
crypto/openssh/monitor_wrap.h
94
void mm_session_pty_cleanup2(struct Session *);
crypto/openssh/session.c
1176
do_rc_files(struct ssh *ssh, Session *s, const char *shell)
crypto/openssh/session.c
121
Session *session_new(void);
crypto/openssh/session.c
122
void session_set_fds(struct ssh *, Session *, int, int, int, int, int);
crypto/openssh/session.c
123
void session_pty_cleanup(Session *);
crypto/openssh/session.c
124
void session_proctitle(Session *);
crypto/openssh/session.c
125
int session_setup_x11fwd(struct ssh *, Session *);
crypto/openssh/session.c
126
int do_exec_pty(struct ssh *, Session *, const char *);
crypto/openssh/session.c
127
int do_exec_no_pty(struct ssh *, Session *, const char *);
crypto/openssh/session.c
128
int do_exec(struct ssh *, Session *, const char *);
crypto/openssh/session.c
129
void do_login(struct ssh *, Session *, const char *);
crypto/openssh/session.c
130
void do_child(struct ssh *, Session *, const char *);
crypto/openssh/session.c
132
int check_quietlogin(Session *, const char *);
crypto/openssh/session.c
136
static int session_pty_req(struct ssh *, Session *);
crypto/openssh/session.c
1417
do_pwchange(Session *s)
crypto/openssh/session.c
1490
do_child(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
152
static Session *sessions = NULL;
crypto/openssh/session.c
1715
Session *
crypto/openssh/session.c
1718
Session *s, *tmp;
crypto/openssh/session.c
1759
Session *s = &sessions[i];
crypto/openssh/session.c
1774
Session *s = session_new();
crypto/openssh/session.c
1789
Session *
crypto/openssh/session.c
1794
Session *s = &sessions[i];
crypto/openssh/session.c
1805
static Session *
crypto/openssh/session.c
1810
Session *s = &sessions[i];
crypto/openssh/session.c
1822
static Session *
crypto/openssh/session.c
1828
Session *s = &sessions[i];
crypto/openssh/session.c
1845
static Session *
crypto/openssh/session.c
1851
Session *s = &sessions[i];
crypto/openssh/session.c
1861
session_window_change_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
1876
session_pty_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
1926
session_subsystem_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
1973
session_x11_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2009
session_shell_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2022
session_exec_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2040
session_break_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2054
session_env_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2115
session_signal_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2157
session_auth_agent_req(struct ssh *ssh, Session *s, int agent_new)
crypto/openssh/session.c
2181
Session *s;
crypto/openssh/session.c
2224
session_set_fds(struct ssh *ssh, Session *s,
crypto/openssh/session.c
2244
session_pty_cleanup2(Session *s)
crypto/openssh/session.c
2277
session_pty_cleanup(Session *s)
crypto/openssh/session.c
2322
Session *s;
crypto/openssh/session.c
2352
session_exit_message(struct ssh *ssh, Session *s, int status)
crypto/openssh/session.c
2411
session_close(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2444
Session *s = session_by_pid(pid);
crypto/openssh/session.c
2463
Session *s = session_by_channel(id);
crypto/openssh/session.c
2499
session_destroy_all(struct ssh *ssh, void (*closefunc)(Session *))
crypto/openssh/session.c
2503
Session *s = &sessions[i];
crypto/openssh/session.c
2522
Session *s = &sessions[i];
crypto/openssh/session.c
2542
session_proctitle(Session *s)
crypto/openssh/session.c
2551
session_setup_x11fwd(struct ssh *ssh, Session *s)
crypto/openssh/session.c
367
do_exec_no_pty(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
533
do_exec_pty(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
631
do_exec(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
711
do_login(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
767
check_quietlogin(Session *s, const char *command)
crypto/openssh/session.c
934
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 *);