• Home
  • Raw
  • Download

Lines Matching full:wolfssh

214     infof(data, "wolfssh %p state change from %s to %s",  in state()
357 DEBUGF(infof(data, "wolfssh callback: type %s", in userauth()
394 failf(data, "No wolfSSH context"); in wssh_connect()
400 failf(data, "No wolfSSH session"); in wssh_connect()
406 failf(data, "wolfSSH failed to set username"); in wssh_connect()
416 failf(data, "wolfSSH failed to set socket"); in wssh_connect()
440 * to will be set to TRUE if the wolfssh function returns EAGAIN meaning it
478 infof(data, "wolfssh connected"); in wssh_statemach_act()
499 infof(data, "wolfssh SFTP connected"); in wssh_statemach_act()
503 failf(data, "wolfssh SFTP connect error %d", rc); in wssh_statemach_act()
528 failf(data, "wolfssh SFTP realpath %d", rc); in wssh_statemach_act()
620 infof(data, "wolfssh SFTP open succeeded"); in wssh_statemach_act()
623 failf(data, "wolfssh SFTP upload open failed: %d", rc); in wssh_statemach_act()
732 infof(data, "wolfssh SFTP open succeeded"); in wssh_statemach_act()
737 failf(data, "wolfssh SFTP open failed: %d", rc); in wssh_statemach_act()
758 infof(data, "wolfssh STAT succeeded"); in wssh_statemach_act()
761 failf(data, "wolfssh SFTP open failed: %d", rc); in wssh_statemach_act()
776 /* We cannot seek with wolfSSH so resuming and range requests are not in wssh_statemach_act()
779 infof(data, "wolfSSH cannot do range/seek on SFTP"); in wssh_statemach_act()
833 failf(data, "wolfssh SFTP CLOSE failed: %d", rc); in wssh_statemach_act()
887 failf(data, "wolfssh SFTP ls failed: %d", rc); in wssh_statemach_act()
1155 (void)msnprintf(buffer, buflen, "wolfssh/%s", LIBWOLFSSH_VERSION_STRING); in Curl_ssh_version()