Commit Graph

  • aef9471217 fix memleak through requests Aris Adamantiadis 2009-08-23 23:43:07 +02:00
  • f3454d571e ssh_scp_request_get_{filename,permissions,size} Aris Adamantiadis 2009-08-23 23:40:30 +02:00
  • 1df1f86f7e added ssh_scp_read Aris Adamantiadis 2009-08-23 23:24:46 +02:00
  • f9db9c5a9c added ssh_scp_accept_request Aris Adamantiadis 2009-08-23 22:43:57 +02:00
  • 96bafeca4c corrected errors Aris Adamantiadis 2009-08-23 22:40:15 +02:00
  • 626d8ec637 forgot to set up state Aris Adamantiadis 2009-08-23 22:38:29 +02:00
  • f3b36af50e added ssh_scp_deny_request Aris Adamantiadis 2009-08-23 22:36:32 +02:00
  • 385b640d1d Implementation of ssh_scp_pull_request Aris Adamantiadis 2009-08-23 22:04:51 +02:00
  • d4bc6fa954 Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh Aris Adamantiadis 2009-08-23 16:41:29 +02:00
  • 8bae43876f experimental callback system Aris Adamantiadis 2009-08-23 16:33:59 +02:00
  • fbfea94559 Pending work Aris Adamantiadis 2009-08-23 16:29:31 +02:00
  • 6a04b43a45 added ssh_scp_request_new,ssh_scp_request_struct Aris Adamantiadis 2009-08-23 15:23:48 +02:00
  • 049c62098c add ssh_scp_push_directory,ssh_scp_leave_directory Aris Adamantiadis 2009-08-23 14:57:03 +02:00
  • 6801959989 Use ssh_basename on ssh_scp_file_push'ed files Aris Adamantiadis 2009-08-23 14:28:38 +02:00
  • 8463d9d7c6 Improve header checks on windows. Andreas Schneider 2009-08-21 15:15:49 +02:00
  • c497f057a0 Improve detection for required libraries on Solaris. Andreas Schneider 2009-08-21 15:15:18 +02:00
  • fc0af0f0d8 Add openssl include dir on Solaris. Andreas Schneider 2009-08-21 14:54:24 +02:00
  • 330c2004a1 Make the functions public. Andreas Schneider 2009-08-21 10:17:58 +02:00
  • 0b10493e90 Added ssh_basename() and ssh_dirname(). Andreas Schneider 2009-08-21 10:16:36 +02:00
  • d23e64fc52 Add a warning if wspiapi.h doesn't exist. Andreas Schneider 2009-08-20 12:32:35 +02:00
  • fd83d69440 Improve the configure checks. Andreas Schneider 2009-08-20 11:50:49 +02:00
  • 461e46b814 Improve checks for Windows version and wspiapi.h. Andreas Schneider 2009-08-20 11:30:38 +02:00
  • 4f95146151 Fix build warnings on Windows. Andreas Schneider 2009-08-20 10:50:02 +02:00
  • 3eb21053d0 Add a portable define to print size_t. Andreas Schneider 2009-08-20 10:49:27 +02:00
  • 92db6f8c6d Remove DEBUG_CRYPTO variable. Andreas Schneider 2009-08-20 10:44:31 +02:00
  • 0fd0c6d293 Don't shadow global vairables. Andreas Schneider 2009-08-19 10:52:30 +02:00
  • d672dde342 Increase version number and update Changelog. release-0-3-3 Andreas Schneider 2009-08-18 10:06:02 +02:00
  • b49973f17b Fix compile warnings. Andreas Schneider 2009-08-17 08:56:43 +02:00
  • 978d265da8 Build channel_accept() on Windows too. Andreas Schneider 2009-08-16 19:01:13 +02:00
  • 86f983962c Fix double free pointer crash in dsa_public_to_string Vic Lee 2009-08-16 17:24:11 +08:00
  • b0d6307d41 Fix channel_get_exit_status bug reported by VicLee Aris Adamantiadis 2009-08-16 13:51:55 +02:00
  • cf6dddce34 Fix double free pointer crash in dsa_public_to_string Vic Lee 2009-08-16 17:24:11 +08:00
  • 2c4bbe51dd Fix return code from packet_wait in channel_request Vic Lee 2009-08-16 18:28:05 +08:00
  • 756d441f8c Fix channel_accept_x11 on Windows. Andreas Schneider 2009-08-16 13:35:21 +02:00
  • db6aa88bc4 Add forward listening feature Vic Lee 2009-08-16 18:24:25 +08:00
  • e707af1cd7 Fix channel_get_exit_status bug reported by VicLee Aris Adamantiadis 2009-08-16 13:51:55 +02:00
  • 10920fc678 fix ssh_finalize which didn't clear the flag Aris Adamantiadis 2009-08-13 23:26:17 +02:00
  • 380a70d650 fix ssh_finalize which didn't clear the flag Aris Adamantiadis 2009-08-13 23:26:17 +02:00
  • c87b247e01 Fix memory leak introduced by previous bugfix Aris Adamantiadis 2009-08-11 13:15:23 +02:00
  • 2dc3b5c675 Add sftp_extension_supported() function. Andreas Schneider 2009-08-12 17:12:26 +02:00
  • 63011c29a0 Implement an example for statvfs. Andreas Schneider 2009-08-12 14:04:13 +02:00
  • e68c3b09a6 Add support for OpenSSH's statvfs and fstatvfs calls. Andreas Schneider 2009-08-12 13:08:11 +02:00
  • 0793bf5aa6 Set version number to 0.4.0. Andreas Schneider 2009-08-12 17:13:04 +02:00
  • d9b7e4cb7a Fix compilation with visibility flags with mingw. Andreas Schneider 2009-08-12 14:05:17 +02:00
  • 8e6ab1809f Enable the debug calltrace by default. Andreas Schneider 2009-08-12 10:08:20 +02:00
  • 86418bfbbe Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh Aris Adamantiadis 2009-08-12 00:04:30 +02:00
  • 1e1c13f756 some tweaks of scp example Aris Adamantiadis 2009-08-12 00:04:04 +02:00
  • 8dae851836 Make the calltrace logging optional Aris Adamantiadis 2009-08-12 00:03:36 +02:00
  • db284d60b9 Fix static build. Andreas Schneider 2009-08-11 18:16:43 +02:00
  • bfc6c7e606 Remove the map file from the sources. Andreas Schneider 2009-08-11 17:11:44 +02:00
  • 9b13390ad0 Use gcc visibility attribute to get rid of the map file. Andreas Schneider 2009-08-11 17:10:00 +02:00
  • 81fe4299f7 Fix linking of the static library on Windows. Andreas Schneider 2009-08-11 16:12:53 +02:00
  • 5e4bc6ec79 Fix compilation with MSVC and use declspec to export functions. Andreas Schneider 2009-08-11 15:38:49 +02:00
  • f3612879a8 Remove InstallRequiredSystemLibraries from CPack. Andreas Schneider 2009-08-11 15:37:52 +02:00
  • 57088c4375 Fix libssh build and installation on MSVC. Andreas Schneider 2009-08-11 15:37:10 +02:00
  • 011ab7c8fe Suppress warning about "deprecated" functions in MSVC. Andreas Schneider 2009-08-11 15:36:37 +02:00
  • e4422d6605 Fix memory leak introduced by previous bugfix Aris Adamantiadis 2009-08-11 13:15:23 +02:00
  • 14e1d015ee Fix uint8_t. Andreas Schneider 2009-08-11 09:41:52 +02:00
  • 3da1c17acb Add a NULL check for strdup memory allocation. Andreas Schneider 2009-08-11 09:41:07 +02:00
  • 9abdc5ae2a Fixed channel_poll broken when delayed EOF recvd Aris Adamantiadis 2009-08-09 00:20:42 +02:00
  • 7e9f0803c5 Latest scp code Aris Adamantiadis 2009-08-10 22:59:35 +02:00
  • e8e874909f Fixed stupid "can't parse known host key" bug Aris Adamantiadis 2009-08-10 22:50:16 +02:00
  • f989452b3e Fixed stupid "can't parse known host key" bug Aris Adamantiadis 2009-08-10 22:50:16 +02:00
  • a2780d1dd4 I really really broke it Aris Adamantiadis 2009-08-10 14:34:04 +02:00
  • ddca45804b oops I broke libssh.map Aris Adamantiadis 2009-08-10 14:32:50 +02:00
  • f92e12c7b0 ssh_scp_push_file and ssh_scp_write Aris Adamantiadis 2009-08-09 22:51:03 +02:00
  • e4da8b99fe Initial scp implementation in source tree Aris Adamantiadis 2009-08-09 02:01:54 +02:00
  • b993579079 Got the scp sample to work Aris Adamantiadis 2009-08-09 00:25:09 +02:00
  • 807cb635c1 Fixed channel_poll broken when delayed EOF recvd Aris Adamantiadis 2009-08-09 00:20:42 +02:00
  • 3ad559cc23 Fix buffer overflow in generate_cookie() milo 2009-08-07 12:13:29 +02:00
  • ec02ce0ec2 Fix a typo: CHANNEL * -> ssh_channel milo 2009-08-07 00:19:20 +02:00
  • 74eff86a6b Fix possible memory corruption (#14) milo 2009-07-28 18:01:07 +02:00
  • 1b9676a0cc Fix possible memory corruption (#14) milo 2009-07-28 18:01:07 +02:00
  • f4b3ef7604 Remove ssh_fd_poll from map file. Andreas Schneider 2009-08-05 18:20:32 +02:00
  • e9974c2053 Remove ssh_fd_poll which is gone. Andreas Schneider 2009-08-05 17:38:18 +02:00
  • 232aca8969 Update ChangeLog. release-0-3-2 Andreas Schneider 2009-08-04 15:24:06 +02:00
  • 48deb0ca46 Update version number of the package. Andreas Schneider 2009-08-04 15:17:46 +02:00
  • 59889da5a5 Update version numbers. Andreas Schneider 2009-08-01 11:22:09 +02:00
  • de532ee550 Move extension structure to the end. Andreas Schneider 2009-08-01 11:15:53 +02:00
  • 67b44e4417 Don't use the map file if the build type is debug. Andreas Schneider 2009-08-01 11:05:19 +02:00
  • 83f65031c0 Fixed libssh compilation without server support. Andreas Schneider 2009-07-31 12:16:25 +02:00
  • 63053541e6 Add x11 forwarding support for ssh client Vic Lee 2009-07-30 22:13:20 +08:00
  • a958f6498b Cleanup the libssh.map file and order it alphabetically. Andreas Schneider 2009-07-30 12:25:27 +02:00
  • a040e2e3db Cleanup the map file and oder it alphabetically. Andreas Schneider 2009-07-30 12:01:51 +02:00
  • 678d445075 Export public functions on Windows. Andreas Schneider 2009-07-30 11:42:12 +02:00
  • 3558b9e6b6 Fix Windows build. Andreas Schneider 2009-07-30 11:40:28 +02:00
  • 590c3e2f51 Add strange names for Windows. Andreas Schneider 2009-07-30 11:38:38 +02:00
  • 28a7343320 Fix project name in examples. Andreas Schneider 2009-07-30 11:11:00 +02:00
  • 766bae9d76 Fix build with MSVC. Andreas Schneider 2009-07-30 10:45:58 +02:00
  • 94a57df0c9 Compile the library with the map file again. Andreas Schneider 2009-07-30 00:46:57 +02:00
  • 5f93742c5e Add missing functions to map file. Andreas Schneider 2009-07-30 00:46:45 +02:00
  • 9457c770df Change the library so version. Andreas Schneider 2009-07-30 00:46:07 +02:00
  • bccb9b16a5 Move channel_write_stderr to server.c. Andreas Schneider 2009-07-29 23:21:01 +02:00
  • 1355029ec9 Fix indent. Andreas Schneider 2009-07-29 23:02:12 +02:00
  • 3ec11b46e9 Add gitignore file to branch. Andreas Schneider 2009-07-29 22:52:21 +02:00
  • 5dc8d6069d Update map file and introduce a new version. Andreas Schneider 2009-07-29 17:33:32 +02:00
  • 60837b1538 Add channel_write_stderr prototype to the right header file. Andreas Schneider 2009-07-29 16:34:21 +02:00
  • debfd1f3a3 Fix build errors in new messages functions. Andreas Schneider 2009-07-29 16:32:27 +02:00
  • 4f70cc13e2 Fleshed out server interface Preston A. Elder 2009-07-28 10:21:40 -07:00
  • c17ce2697b Add ssh_init to the map file. Andreas Schneider 2009-07-29 17:50:53 +02:00