Home
last modified time | relevance | path

Searched refs:sftp_conn (Results 1 – 25 of 112) sorted by relevance

12345

/dports/security/openssh-portable/openssh-8.8p1/
H A Dsftp-client.h75 u_int sftp_proto_version(struct sftp_conn *);
78 int do_limits(struct sftp_conn *, struct sftp_limits *);
81 int do_close(struct sftp_conn *, const u_char *, u_int);
90 int do_rm(struct sftp_conn *, const char *);
96 int do_rmdir(struct sftp_conn *, const char *);
99 Attrib *do_stat(struct sftp_conn *, const char *, int);
114 char *do_realpath(struct sftp_conn *, const char *);
120 int can_expand_path(struct sftp_conn *);
135 int do_fsync(struct sftp_conn *conn, u_char *, u_int);
169 do_crossload(struct sftp_conn *from, struct sftp_conn *to,
[all …]
H A Dsftp-client.c90 struct sftp_conn { struct
163 send_msg(struct sftp_conn *conn, struct sshbuf *m) in send_msg()
226 get_msg(struct sftp_conn *conn, struct sshbuf *m) in get_msg()
450 struct sftp_conn *
456 struct sftp_conn *ret; in do_init()
592 sftp_proto_version(struct sftp_conn *conn) in sftp_proto_version()
843 do_rm(struct sftp_conn *conn, const char *path) in do_rm()
1048 can_expand_path(struct sftp_conn *conn) in can_expand_path()
2201 do_crossload(struct sftp_conn *from, struct sftp_conn *to, in do_crossload()
2444 crossload_dir_internal(struct sftp_conn *from, struct sftp_conn *to, in crossload_dir_internal()
[all …]
H A Dsftp-glob.c35 int remote_glob(struct sftp_conn *, const char *, int,
44 struct sftp_conn *conn;
137 remote_glob(struct sftp_conn *conn, const char *pattern, int flags, in remote_glob()
H A Dscp.c181 int remote_glob(struct sftp_conn *, const char *, int,
438 void source_sftp(int, char *, char *, struct sftp_conn *);
439 void sink_sftp(int, char *, const char *, struct sftp_conn *);
440 void throughlocal_sftp(struct sftp_conn *, struct sftp_conn *,
960 static struct sftp_conn *
985 struct sftp_conn *conn = NULL, *conn2 = NULL; in toremote()
1175 struct sftp_conn *conn = NULL; in tolocal()
1251 prepare_remote_path(struct sftp_conn *conn, const char *path) in prepare_remote_path()
1269 source_sftp(int argc, char *src, char *targ, struct sftp_conn *conn) in source_sftp()
1474 sink_sftp(int argc, char *dst, const char *src, struct sftp_conn *conn) in sink_sftp()
[all …]
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsftp-client.h60 struct sftp_conn *do_init(int, int, u_int, u_int, u_int64_t);
62 u_int sftp_proto_version(struct sftp_conn *);
65 int do_close(struct sftp_conn *, const u_char *, u_int);
74 int do_rm(struct sftp_conn *, const char *);
77 int do_mkdir(struct sftp_conn *, const char *, Attrib *, int);
80 int do_rmdir(struct sftp_conn *, const char *);
83 Attrib *do_stat(struct sftp_conn *, const char *, int);
86 Attrib *do_lstat(struct sftp_conn *, const char *, int);
89 int do_setstat(struct sftp_conn *, const char *, Attrib *);
98 char *do_realpath(struct sftp_conn *, const char *);
[all …]
H A Dsftp-client.c77 struct sftp_conn { struct
112 send_msg(struct sftp_conn *conn, struct sshbuf *m) in send_msg()
174 get_msg(struct sftp_conn *conn, struct sshbuf *m) in get_msg()
217 get_status(struct sftp_conn *conn, u_int expected_id) in get_status()
395 struct sftp_conn *
401 struct sftp_conn *ret; in do_init()
502 sftp_proto_version(struct sftp_conn *conn) in sftp_proto_version()
703 do_rm(struct sftp_conn *conn, const char *path) in do_rm()
734 do_rmdir(struct sftp_conn *conn, const char *path) in do_rmdir()
833 do_realpath(struct sftp_conn *conn, const char *path) in do_realpath()
[all …]
H A Dsftp-glob.c35 int remote_glob(struct sftp_conn *, const char *, int,
44 struct sftp_conn *conn;
137 remote_glob(struct sftp_conn *conn, const char *pattern, int flags, in remote_glob()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsftp-client.h56 u_int sftp_proto_version(struct sftp_conn *);
59 int do_close(struct sftp_conn *, char *, u_int);
68 int do_rm(struct sftp_conn *, char *);
74 int do_rmdir(struct sftp_conn *, char *);
77 Attrib *do_stat(struct sftp_conn *, char *, int);
80 Attrib *do_lstat(struct sftp_conn *, char *, int);
83 int do_setstat(struct sftp_conn *, char *, Attrib *);
89 char *do_realpath(struct sftp_conn *, char *);
98 int do_hardlink(struct sftp_conn *, char *, char *);
101 int do_symlink(struct sftp_conn *, char *, char *);
[all …]
H A Dsftp-client.c69 struct sftp_conn { struct
101 send_msg(struct sftp_conn *conn, Buffer *m) in send_msg()
125 get_msg(struct sftp_conn *conn, Buffer *m) in get_msg()
185 get_status(struct sftp_conn *conn, u_int expected_id) in get_status()
334 struct sftp_conn *
340 struct sftp_conn *ret; in do_init()
426 sftp_proto_version(struct sftp_conn *conn) in sftp_proto_version()
600 do_rm(struct sftp_conn *conn, char *path) in do_rm()
631 do_rmdir(struct sftp_conn *conn, char *path) in do_rmdir()
729 do_realpath(struct sftp_conn *conn, char *path) in do_realpath()
[all …]
H A Dsftp-glob.c35 int remote_glob(struct sftp_conn *, const char *, int,
44 struct sftp_conn *conn;
137 remote_glob(struct sftp_conn *conn, const char *pattern, int flags, in remote_glob()
H A Dsftp.c108 struct sftp_conn *conn;
112 int remote_glob(struct sftp_conn *, const char *, int,
213 int interactive_loop(struct sftp_conn *, char *file1, char *file2);
560 remote_is_dir(struct sftp_conn *conn, char *path) in remote_is_dir()
582 process_get(struct sftp_conn *conn, char *src, char *dst, char *pwd, in process_get()
662 process_put(struct sftp_conn *conn, char *src, char *dst, char *pwd, in process_put()
853 do_globbed_ls(struct sftp_conn *conn, char *path, char *strip_path, in do_globbed_ls()
934 do_df(struct sftp_conn *conn, char *path, int hflag, int iflag) in do_df()
1798 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match()
1989 interactive_loop(struct sftp_conn *conn, char *file1, char *file2) in interactive_loop()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/mod_sftp/
H A Ddisconnect.c134 if (sftp_conn != NULL) { in sftp_disconnect_send()
135 sockfd = sftp_conn->wfd; in sftp_disconnect_send()
H A Dchannel.c274 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in drain_pending_channel_data()
518 if (sftp_ssh2_packet_write(sftp_conn->wfd, resp) < 0) { in process_channel_data()
607 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
628 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
651 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
1077 if (sftp_ssh2_packet_write(sftp_conn->wfd, pkt2) < 0) { in handle_channel_req()
1314 (void) sftp_ssh2_packet_write(sftp_conn->wfd, pkt2); in sftp_channel_handle()
1332 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in sftp_channel_handle()
1604 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in channel_write_data()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/mod_sftp/
H A Ddisconnect.c134 if (sftp_conn != NULL) { in sftp_disconnect_send()
135 sockfd = sftp_conn->wfd; in sftp_disconnect_send()
H A Dchannel.c274 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in drain_pending_channel_data()
518 if (sftp_ssh2_packet_write(sftp_conn->wfd, resp) < 0) { in process_channel_data()
607 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
628 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
651 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
1077 if (sftp_ssh2_packet_write(sftp_conn->wfd, pkt2) < 0) { in handle_channel_req()
1314 (void) sftp_ssh2_packet_write(sftp_conn->wfd, pkt2); in sftp_channel_handle()
1332 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in sftp_channel_handle()
1604 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in channel_write_data()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/mod_sftp/
H A Ddisconnect.c134 if (sftp_conn != NULL) { in sftp_disconnect_send()
135 sockfd = sftp_conn->wfd; in sftp_disconnect_send()
H A Dchannel.c274 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in drain_pending_channel_data()
518 if (sftp_ssh2_packet_write(sftp_conn->wfd, resp) < 0) { in process_channel_data()
607 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
628 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
651 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
1077 if (sftp_ssh2_packet_write(sftp_conn->wfd, pkt2) < 0) { in handle_channel_req()
1314 (void) sftp_ssh2_packet_write(sftp_conn->wfd, pkt2); in sftp_channel_handle()
1332 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in sftp_channel_handle()
1604 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in channel_write_data()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/mod_sftp/
H A Ddisconnect.c134 if (sftp_conn != NULL) { in sftp_disconnect_send()
135 sockfd = sftp_conn->wfd; in sftp_disconnect_send()
H A Dchannel.c274 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in drain_pending_channel_data()
518 if (sftp_ssh2_packet_write(sftp_conn->wfd, resp) < 0) { in process_channel_data()
607 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
628 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
651 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
1077 if (sftp_ssh2_packet_write(sftp_conn->wfd, pkt2) < 0) { in handle_channel_req()
1314 (void) sftp_ssh2_packet_write(sftp_conn->wfd, pkt2); in sftp_channel_handle()
1332 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in sftp_channel_handle()
1604 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in channel_write_data()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/mod_sftp/
H A Ddisconnect.c134 if (sftp_conn != NULL) { in sftp_disconnect_send()
135 sockfd = sftp_conn->wfd; in sftp_disconnect_send()
H A Dchannel.c274 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in drain_pending_channel_data()
518 if (sftp_ssh2_packet_write(sftp_conn->wfd, resp) < 0) { in process_channel_data()
607 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
628 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
651 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in send_channel_done()
1077 if (sftp_ssh2_packet_write(sftp_conn->wfd, pkt2) < 0) { in handle_channel_req()
1314 (void) sftp_ssh2_packet_write(sftp_conn->wfd, pkt2); in sftp_channel_handle()
1332 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in sftp_channel_handle()
1604 res = sftp_ssh2_packet_write(sftp_conn->wfd, pkt); in channel_write_data()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/mod_sftp/
H A Ddisconnect.c134 if (sftp_conn != NULL) { in sftp_disconnect_send()
135 sockfd = sftp_conn->wfd; in sftp_disconnect_send()
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/mod_sftp/
H A Ddisconnect.c134 if (sftp_conn != NULL) { in sftp_disconnect_send()
135 sockfd = sftp_conn->wfd; in sftp_disconnect_send()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/mod_sftp/
H A Ddisconnect.c134 if (sftp_conn != NULL) { in sftp_disconnect_send()
135 sockfd = sftp_conn->wfd; in sftp_disconnect_send()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/mod_sftp/
H A Ddisconnect.c134 if (sftp_conn != NULL) { in sftp_disconnect_send()
135 sockfd = sftp_conn->wfd; in sftp_disconnect_send()

12345