James Housley
6ac790a477
* Since the packet as already had data read from it, it can't retrun
...
PACKET_EAGAIN while reading the rest of it.
* Get the error message in libssh2_scp_recv() in the same manner as it
was gotten in libssh2_scp_send_ex()
2007-07-05 15:31:19 +00:00
Guenter Knauf
b53db3d3a9
fix bug #1701782 - for now we only define for the compiler versions where we know for sure - if later versions still need those defines please report to the list.
2007-07-05 12:52:30 +00:00
Guenter Knauf
83d77f3878
enter next round after release.
2007-07-05 12:46:42 +00:00
James Housley
530e57d4ac
Gavrie Philipson sumitted a patch to get the actual text of the error
...
on scp upload.
2007-07-05 11:08:17 +00:00
James Housley
a9fc3bdb4e
Change the wording of the return value to match the rest of the man pages
2007-07-04 10:44:40 +00:00
Mikhail Gusarov
e2c88f6ae3
Fixed manpage syntax (catched by Debian's lintian)
2007-07-04 09:42:08 +00:00
Daniel Stenberg
cf9ed016e7
as mentioned in bug #1655429 , the CRLF pair was stripped off in the wrong
...
order!
2007-06-28 20:53:32 +00:00
Daniel Stenberg
1901324122
added missing files (in 0.15) to the release tarball
2007-06-25 20:48:07 +00:00
James Housley
74b12c3c7a
* Eberhard Mattes submitted a patch "According to RFC 4251,
...
a boolean value of true is encoded as 1, not as 0xff". Servers
should accept any non-zero value.
Bug: 1703472
2007-06-23 22:20:30 +00:00
James Housley
25adcc150e
Guenter Knauf submitted code to detect on windows if the socket is
...
blocking or not
2007-06-22 16:46:36 +00:00
Guenter Knauf
639b29631a
update export list for recent changes
2007-06-20 23:44:58 +00:00
James Housley
7808cab1e4
libssh2_channel_read_ex() needed more changes to fully support
...
non-blocking IO
2007-06-18 22:39:30 +00:00
James Housley
9dfd71121e
Small fixes:
...
* libssh2_sftp_packet_read() - use the right variable for the
number of bytes returned by libssh2_channel_read_ex()
* libssh2_sftp_packet_requirev - only call libssh2_waitsocket() when
in blocking IO mode
2007-06-18 22:38:32 +00:00
Simon Josefsson
e555510008
Fix distcheck.
2007-06-18 11:55:41 +00:00
James Housley
ba728148a9
Make libssh2_channel_receive_window_adjust() properly support non-blocking
2007-06-17 23:35:07 +00:00
James Housley
019cd1abc0
Clean up and standardization of code
2007-06-17 23:34:35 +00:00
James Housley
0742a972c1
Created libssh2_sftp_readdir_ex() and updated LIBSSH2_APINO to 200706151200
2007-06-15 17:22:49 +00:00
James Housley
ca616cea36
Add missing back-slash, so now they can actually be installed
2007-06-15 11:01:22 +00:00
James Housley
8accb43cd6
Add libssh2_channel_get_exit_status()
2007-06-15 10:53:04 +00:00
James Housley
bc6ab7e0cb
Add me
2007-06-15 10:08:33 +00:00
James Housley
363f5a690d
Another bug pointed out by Troy Gutjahr. The free and nulling for two
...
pointers were crossed
2007-06-15 10:07:49 +00:00
James Housley
8223acec0a
Don't use memory after it has been freed, pointed out by Troy Gutjahr
2007-06-15 01:41:58 +00:00
James Housley
136b2bfcdc
Some older BSD systems, OS X 10.3.9 for example, need <stdio.h> before
...
<sys/select.h>. And <uio.h> is needed for iovec
2007-06-14 22:50:32 +00:00
James Housley
bc179b6e87
Update libssh2_channel_set_blocking.3 and add
...
libssh2_session_set_blocking.3
2007-06-14 17:23:13 +00:00
James Housley
d4648be5a6
Add libssh2_userauth_authenticated.3, libssh2_userauth_list.3,
...
libssh2_userauth_password_ex.3 and libssh2_userauth_publickey_fromfile.3
2007-06-14 17:15:32 +00:00
James Housley
f71b59c900
Add libssh2_sftp_unlink_ex.3 and libssh2_sftp_write.3
2007-06-14 16:46:14 +00:00
James Housley
fbf9d7cebd
Add libssh2_sftp_shutdown.3, libssh2_sftp_stat_ex.3,
...
libssh2_sftp_symlink_ex.3 and libssh2_sftp_tell.3
2007-06-14 16:33:38 +00:00
James Housley
82d59f90e1
Add libssh2_sftp_last_error.3, libssh2_sftp_rename_ex.3,
...
libssh2_sftp_rmdir_ex.3 and libssh2_sftp_seek.3
2007-06-14 16:08:43 +00:00
James Housley
cd077c350f
Add libssh2_sftp_close_handle.3 and libssh2_sftp_fstat_ex.3
2007-06-14 15:45:03 +00:00
James Housley
49fef5e598
Add libssh2_session_abstract.3, libssh2_session_callback_set.3,
...
libssh2_session_method_pref.3 and libssh2_session_methods.3
2007-06-14 15:26:58 +00:00
James Housley
c5ba20a2c0
Add libssh2_hostkey_hash.3, libssh2_scp_recv.3 and libssh2_scp_send_ex.3
2007-06-14 14:56:32 +00:00
James Housley
6546a010a4
Updated to include the most recent entries from ChangeLog
2007-06-14 10:34:10 +00:00
Guenter Knauf
e34baff2ca
update export list for recent changes - take 2
2007-06-14 09:41:07 +00:00
Guenter Knauf
ddb935af3d
non-gcc compilers break with var declarations in the middle of the code.
2007-06-14 00:38:35 +00:00
James Housley
12d6b04c80
Add libssh2_session_last_errno.3 and libssh2_session_last_error.3
2007-06-13 23:02:08 +00:00
Guenter Knauf
bc0578a34d
update export list for recent changes
2007-06-13 22:28:49 +00:00
Guenter Knauf
94585bf852
fixed space detection
2007-06-13 22:20:13 +00:00
James Housley
9002319fc3
Add libssh2_channel_setenv_ex.3 and libssh2_channel_x11_req_ex.3
2007-06-13 21:30:15 +00:00
James Housley
e7e94c4079
Add libssh2_channel_request_pty_ex.3 and libssh2_channel_send_eof.3
2007-06-13 21:07:59 +00:00
James Housley
e7fdf3654c
Add libssh2_channel_open_ex.3 and libssh2_channel_process_startup.3
2007-06-13 20:54:25 +00:00
James Housley
5aa467cf54
Add libssh2_channel_free.3, libssh2_channel_handle_extended_data.3
...
and libssh2_channel_handle_extended_data2.3
2007-06-13 20:09:15 +00:00
James Housley
f599ec2b86
Add libssh2_channel_flush_ex.3 and libssh2_channel_forward_cancel.3
2007-06-13 19:53:09 +00:00
James Housley
d89e102b23
Add libssh2_channel_direct_tcpip_ex.3 and libssh2_channel_eof.3
2007-06-13 17:22:15 +00:00
James Housley
e6daab80fa
Add libssh2_banner_set.3 and libssh2_channel_close.3
2007-06-13 17:03:38 +00:00
James Housley
2003dc1546
The month should be the 3-letter abbreviation instead of spelled out.
2007-06-13 16:41:33 +00:00
James Housley
94a2585e9e
Update to match current code and add errors
2007-06-13 15:45:18 +00:00
James Housley
61932dc560
Update to match current code and add errors
2007-06-13 15:27:54 +00:00
James Housley
0dff967017
Fix date
2007-06-13 15:17:25 +00:00
James Housley
f74a3fecc9
Update to match current code and add errors
2007-06-13 15:16:12 +00:00
James Housley
70ea2c776e
Update to match current code and add errors
2007-06-13 15:10:45 +00:00