Commit Graph

  • fabf1a45ee NEWS: auto-generated from git Daniel Stenberg 2011-04-04 13:31:33 +02:00
  • 2e352d3085 sftp_write: handle FXP_WRITE errors Daniel Stenberg 2011-03-30 11:35:37 +02:00
  • 8c9571b7ba configure: stop using the deprecated AM_INIT_AUTOMAKE syntax Daniel Stenberg 2011-03-15 11:34:22 +01:00
  • 527c1b2def Support unlimited number of host names in a single line of the known_hosts file. Alexander Lamaison 2011-03-13 00:10:41 +00:00
  • ec934f6dab libssh2_knownhost_readfile.3: clarify return value Daniel Stenberg 2011-02-26 10:57:13 +01:00
  • 516fa7fdd9 Don't save allocated packet size until it has actually been allocated Peter Stuge 2011-02-26 05:18:17 +01:00
  • 3ce2628140 session_startup: manage server data before server identification Alfred Gebert 2011-01-31 15:50:27 +01:00
  • ad88325b3f fullpacket: decompression only after init Alfred Gebert 2011-02-16 13:56:05 +01:00
  • 2db4863e6e _libssh2_channel_read: store last error Daniel Stenberg 2011-02-15 23:21:38 +01:00
  • 691cabc048 sftp_write: clarified the comment header Daniel Stenberg 2011-01-20 09:01:22 +01:00
  • 90b4b4073f sftp_read: avoid wrapping counter to insanity Daniel Stenberg 2011-01-17 22:39:47 +01:00
  • 8ce9a66ccf sftp_packet_read: use 32bit variables for 32bit data Daniel Stenberg 2011-01-09 00:34:09 +01:00
  • 7015488150 libssh2_sftp_stat_ex.3: cleaned up, extended Daniel Stenberg 2011-01-06 00:30:32 +01:00
  • 164838c7dd sftp_readdir: return error if buffer is too small Daniel Stenberg 2011-01-04 14:30:04 +01:00
  • f9b1b95059 sftp_symlink: return error if receive buffer too small Daniel Stenberg 2011-01-04 14:15:57 +01:00
  • 59207291fc docs: clarify what happens with a too small buffer Daniel Stenberg 2011-01-03 00:06:26 +01:00
  • 0da37e0924 channel_request_pty_size: fix reqPTY_state Daniel Stenberg 2011-01-01 16:16:32 +01:00
  • 4552c73cd5 data size: cleanup Daniel Stenberg 2010-12-29 23:36:45 +01:00
  • 306929ee80 ssize_t: proper typedef with MSVC compilers Pierre Joye 2010-12-29 23:22:00 +01:00
  • 326f741a52 Updated OpenSSL version. Guenter Knauf 2010-12-22 14:39:59 +01:00
  • aa4f861643 Expanded tabs to spaces. Guenter Knauf 2010-12-22 14:27:55 +01:00
  • fd691deb17 _libssh2_ntohu64: fix conversion from network bytes to uint64 Joey Degges 2010-12-21 02:53:20 -08:00
  • 20da09932e libssh2_userauth_list: language fix Daniel Stenberg 2010-12-20 14:22:07 +01:00
  • 3ab7af095a crypto: unify the generic functions Daniel Stenberg 2010-12-19 00:00:50 +01:00
  • 5b1a7ec2f1 userauth: derive publickey from private Mark Smith 2010-12-18 23:38:08 +01:00
  • 5ee38702a0 ssh2_echo: Value stored to 'exitcode' is never read Daniel Stenberg 2010-12-15 21:58:43 +01:00
  • 2165ceacd3 _libssh2_packet_add: fix SSH_MSG_DEBUG weirdness Daniel Stenberg 2010-12-15 21:57:06 +01:00
  • 121237ce2f uint32: more longs converted to proper types Daniel Stenberg 2010-12-15 09:52:18 +01:00
  • b3e832172b SFTP: more types to uint32_t Daniel Stenberg 2010-12-15 09:31:37 +01:00
  • 3faa8bc940 SFTP: request_ids are uint32_t Daniel Stenberg 2010-12-15 09:27:00 +01:00
  • 2f0c0cef76 SFTP: store request_id separately in packets Daniel Stenberg 2010-12-14 23:49:51 +01:00
  • 75909e05a9 libssh2_sftp_open_ex: man page extended and cleaned up Daniel Stenberg 2010-12-14 15:06:04 +01:00
  • 47b4e62780 SFTP: unify the READ/WRITE chunk structs Daniel Stenberg 2010-12-14 13:29:41 +01:00
  • 1b1ff333e4 SFTP: fix memory leaks Daniel Stenberg 2010-12-14 11:46:53 +01:00
  • c1683ae92c sftp_close_handle: packet list is generic Daniel Stenberg 2010-12-14 09:33:58 +01:00
  • 1b65c6ae26 sftp_read: pipeline reads Daniel Stenberg 2010-12-14 09:30:25 +01:00
  • 92ea3bda60 sftp_write: removed unused variable Daniel Stenberg 2010-12-13 19:02:19 +01:00
  • 811cce09b5 _libssh2_channel_close: don't call transport read if disconnected Daniel Stenberg 2010-12-11 22:43:22 +01:00
  • 6875285b71 libssh2_sftp_seek64: new man page Daniel Stenberg 2010-12-11 00:03:42 +01:00
  • 0cc14be09d sftp_seek: fix Daniel Stenberg 2010-12-10 23:51:20 +01:00
  • 499b989d46 sftp_append: new example doing SFTP append Daniel Stenberg 2010-12-10 23:49:16 +01:00
  • fa07d9fefc MAX_SFTP_OUTGOING_SIZE: 30000 Daniel Stenberg 2010-12-06 21:10:10 +01:00
  • b0c32a85fc sftp_write_sliding.c: new example Daniel Stenberg 2010-12-05 00:06:39 +01:00
  • 7ed7dad3b4 cpp: s/#elsif/#elif Daniel Stenberg 2010-12-02 12:40:59 +01:00
  • b215ec0af5 _libssh2_channel_write: revert channel_write() use Daniel Stenberg 2010-11-13 23:13:21 +01:00
  • ac6d0fb706 ssh2_echo: new example Daniel Stenberg 2010-11-13 22:40:38 +01:00
  • e87293d480 send_existing: return after send_existing Daniel Stenberg 2010-11-13 12:25:06 +01:00
  • a3ce1073c4 _libssh2_channel_write: count resent data as written Daniel Stenberg 2010-11-13 12:23:23 +01:00
  • 97a1881749 Use fprintf(stderr, ) instead of write(2, ) for debugging Peter Stuge 2010-11-13 02:06:41 +01:00
  • 80f7508d55 session/transport: Correctly handle when _libssh2_send() returns -EAGAIN Peter Stuge 2010-11-13 01:52:25 +01:00
  • e8c44e789f src/agent.c: Simplify _libssh2_send() error checking ever so slightly Peter Stuge 2010-11-13 01:50:24 +01:00
  • ca2e81eb1f send/recv: use _libssh2_recv and _libssh2_send now Daniel Stenberg 2010-11-12 21:53:35 +01:00
  • aff9c825c8 channel_write: move some logic to _libssh2_channel_write Daniel Stenberg 2010-11-12 15:15:46 +01:00
  • 7899d28ecb sftp_write: handle "left over" acked data Daniel Stenberg 2010-11-11 11:43:30 +01:00
  • 2f5a2ff8e6 sftp_write: polished and simplified Daniel Stenberg 2010-11-10 23:29:16 +01:00
  • 160453cee4 SCP: on failure, show the numerical error reason Daniel Stenberg 2010-11-10 17:26:38 +01:00
  • 82fa5d2167 SFTP: provide the numerical error reason on failure Daniel Stenberg 2010-11-10 17:26:02 +01:00
  • 1c3e1c4d25 SCP: clean up failure treatment Daniel Stenberg 2010-11-10 17:17:32 +01:00
  • 1d2a5b8456 sftp_write: enlarge buffer to perform better Daniel Stenberg 2010-11-10 15:00:55 +01:00
  • 1d11d02aa9 packets: code cleanup Daniel Stenberg 2010-11-10 14:56:14 +01:00
  • f4ad3e0120 LIBSSH2_CALLBACK_MACERROR: clarify return code use Daniel Stenberg 2010-11-10 14:41:56 +01:00
  • 772564650d _libssh2_userauth_publickey: avoid shadowing Daniel Stenberg 2010-11-10 13:28:33 +01:00
  • 05ba8db8aa packet: avoid shadowing global symbols Daniel Stenberg 2010-11-10 13:06:39 +01:00
  • 1964ccb557 sftp_readdir: avoid shadowing Daniel Stenberg 2010-11-10 13:05:08 +01:00
  • bef0ce5392 shadowing: don't shadow the global compress Daniel Stenberg 2010-11-10 13:04:30 +01:00
  • fb6afd01a1 _libssh2_packet_add: turn ifs into a single switch Daniel Stenberg 2010-11-10 12:21:48 +01:00
  • a302428335 _libssh2_packet_add: check SSH_MSG_GLOBAL_REQUEST packet Daniel Stenberg 2010-11-09 19:59:18 +01:00
  • 7ad152a6b2 _libssh2_packet_add: SSH_MSG_DEBUG length checks Daniel Stenberg 2010-11-09 15:07:32 +01:00
  • 075ff19574 _libssh2_packet_add: SSH_MSG_IGNORE skip memmove Daniel Stenberg 2010-11-09 14:57:36 +01:00
  • 16f46c1cfc _libssh2_packet_add: SSH_MSG_DISCONNECT length checks Daniel Stenberg 2010-11-09 14:53:44 +01:00
  • aa2fdb3e7e indent: break lines at 80 columns Daniel Stenberg 2010-11-09 14:32:02 +01:00
  • 8f10da89c5 SSH_MSG_CHANNEL_OPEN_FAILURE: used defined values Daniel Stenberg 2010-11-09 14:28:29 +01:00
  • 2dfa5d38cb sftp_write: don't return EAGAIN if no EAGAIN was received Daniel Stenberg 2010-11-09 13:09:08 +01:00
  • 095e9e7b3e _libssh2_wait_socket: detect nothing-to-wait-for Daniel Stenberg 2010-11-09 13:07:15 +01:00
  • 588c8946fc decomp: remove the free_dest argument Daniel Stenberg 2010-11-03 15:03:57 +01:00
  • a6fc9aeec9 decomp: cleaned off old compression stuff Daniel Stenberg 2010-11-03 14:52:42 +01:00
  • 7603c0f854 decomp: increase decompression buffer sizes TJ Saunders 2010-11-03 14:45:52 +01:00
  • 8974dc05ae zlib: Add debug tracing of zlib errors TJ Saunders 2010-11-03 14:42:44 +01:00
  • 6395a738fd sftp_packet_read: handle partial reads of the length field Daniel Stenberg 2010-11-02 19:14:33 +01:00
  • 73be9fab04 kex_agree_hostkey: fix NULL pointer derefence Jasmeet Bagga 2010-11-02 00:02:25 +01:00
  • 753e55ef23 _libssh2_transport_send: remove dead assignment Daniel Stenberg 2010-11-01 23:00:07 +01:00
  • 4760e4d051 scp_recv: remove dead assignment Daniel Stenberg 2010-11-01 22:59:15 +01:00
  • 57af0da9f7 sftp_write: removed superfluous assignment Daniel Stenberg 2010-11-01 22:58:47 +01:00
  • 024b5d29f5 bugfix: avoid use of uninitialized value Daniel Stenberg 2010-11-01 22:58:12 +01:00
  • a0dd0c5992 sftp_packet_require: propagate error codes better Daniel Stenberg 2010-11-01 09:33:36 +01:00
  • 92d308c157 fix memory leaks (two times cipher_data) for each sftp session Alfred Gebert 2010-10-26 16:01:16 +02:00
  • 4ae71b4838 libssh2_userauth_authenticated: make it work as documented Daniel Stenberg 2010-10-27 22:59:32 +02:00
  • ba190d34c6 userauth_keyboard_interactive: fix indent Daniel Stenberg 2010-10-27 22:58:39 +02:00
  • b84f69c960 fix memory leak in userauth_keyboard_interactive() Alfred Gebert 2010-10-25 14:28:08 +02:00
  • a7aee34522 dist: include sftp.h in dist archives Daniel Stenberg 2010-10-27 14:47:48 +02:00
  • 1dc366109d Update header to match new function prototype, see c48840ba88. Simon Josefsson 2010-10-27 11:45:07 +02:00
  • e1ea2eb7c2 bugfixes: the transport rearrange left some subtle flaws now gone Daniel Stenberg 2010-10-26 00:14:31 +02:00
  • 610a8ab919 libssh2_userauth_publickey_fromfile_ex.3: cleaned up looks Daniel Stenberg 2010-10-25 23:44:39 +02:00
  • 8ec21e0afe libssh2_userauth_publickey: add man page Daniel Stenberg 2010-10-25 23:18:50 +02:00
  • 8e0983347b libssh2_sftp_write.3: added blurb about the "write ahead" Daniel Stenberg 2010-10-25 16:38:37 +02:00
  • 95db6cc62c sftp_close_handle: free any trailing write chunks Daniel Stenberg 2010-10-25 16:30:09 +02:00
  • 727043074a _libssh2_channel_write: fix warnings Daniel Stenberg 2010-10-25 16:07:46 +02:00
  • 5b4ed2717b SFTP: bufgix, move more sftp stuff to sftp.h Daniel Stenberg 2010-10-25 16:04:00 +02:00
  • 59f74de157 SFTP: use multiple outgoing packets when writing Daniel Stenberg 2010-10-25 01:43:54 +02:00
  • d87562976a TODO: implemented a lot of the ideas now Daniel Stenberg 2010-10-24 23:38:26 +02:00