bda32b6bbf
Document libssh2_sftp_readdir() and libssh2_sftp_readdirnb()
2007-04-21 18:07:17 +00:00
09deb228f1
Added some consts to struct members
2007-04-19 19:40:45 +00:00
1a6e00cfef
Fixed some compiler warnings and made some more tables 'const'.
2007-04-18 21:03:42 +00:00
9b81a01376
Made some function parameters in the API const. This is an API change,
...
but correctly-written applications should see no source or binary
compatibility issues. Also fixed a few compiler warnings.
2007-04-18 18:51:03 +00:00
4c6bfdd5b2
Bail out on a short kex packet.
2007-04-17 18:30:05 +00:00
5dd66e604f
Made most internal tables 'static const'.
2007-04-17 18:12:41 +00:00
d45d509a09
added ranlib when library is created with ar.
2007-04-16 20:56:08 +00:00
d44e222b75
added sftpdir target; fixed linking.
2007-04-14 21:26:03 +00:00
197764afcc
Properly propagate out of memory errors.
2007-04-13 18:28:10 +00:00
d79f906b52
Add.
2007-04-13 06:09:12 +00:00
08cf9fd7de
Add.
2007-04-13 06:08:25 +00:00
7edad3046e
Make ChangeLog a phony target.
2007-04-13 06:06:15 +00:00
f33375bc03
changed to configure defines to control inclusion of headers from libssh2_config.h.
2007-04-12 22:20:18 +00:00
159c351d05
Win32 has no ENOTCONN - checked MSVC6, MingW32, Borland C++ 5.5, OpenWatcom 1.6; all have this define in winsock2.h but blocked with '#if 0';
...
changed to configure defines to control inclusion of headers from libssh2_config.h
2007-04-12 22:18:27 +00:00
8371fa7b87
updated Makefile.netware to add more exports; fixed linking;
...
updated OpenSSL version to have users use latest.
2007-04-12 22:15:12 +00:00
0eefd06af0
removed HAVE_IOCTLSOCKET define;
...
updated OpenSSL version to have users use latest.
2007-04-12 22:13:14 +00:00
86ca80028b
blocked unistd.h inclusion for Win32 builds.
2007-04-12 22:10:12 +00:00
0c060e1ccb
added two more typedefs but blocked them so they are only used with MSVC6 or lower (dont know if later MSVC versions still need them).
2007-04-12 22:08:42 +00:00
51e49f5a1e
fixed wrong type and sync with usage.
2007-04-12 22:03:27 +00:00
93e36271a6
check for sys/time.h
2007-04-12 22:00:55 +00:00
6dfb2e3009
Better handle out of memory situations.
2007-04-12 21:51:57 +00:00
a84d2ca430
added --enable-debug
2007-04-12 21:40:22 +00:00
3026c46109
removed ENOTCONN define, added HAVE_IOCTLSOCKET define;
...
added the new defines for inclusion of headers.
2007-04-12 21:37:09 +00:00
4e920fe2be
Fixed some spelling mistakes in documentation.
2007-04-12 21:30:03 +00:00
164c6e9fc5
libssh2_channel_close now waits for a SSH_MSG_CHANNEL_CLOSE message
...
from the server as mandated by the RFC. Not doing so causes an OpenSSH
server to occasionally corrupt (truncate) short files uploaded by scp
(which manifests itself as a failure of test603 in the curl regression
test suite).
2007-04-12 21:24:36 +00:00
0cf3845302
Replace #if !WIN32 with #if HAVE_SYS_SOCKET_H and HAVE_SYS_IOCTL_H
...
(AIX needs sys/ioctl.h). Reported by Michael Augustin
<maugustin-hi6Y0CQ0nG0@public.gmane.org >.
2007-04-11 07:22:33 +00:00
149af707de
Use _libssh2_* namespace. Suggested by Guenter Knauf
...
<eflash-hi6Y0CQ0nG0@public.gmane.org >.
2007-04-05 20:36:17 +00:00
e1bc0adcb1
Use Bruno's M4 macros to search for libgcrypt.
2007-04-05 10:23:54 +00:00
2f207bdad5
*** empty log message ***
2007-04-05 10:21:09 +00:00
7972822465
Remove generated files.
2007-04-05 10:00:26 +00:00
b370b89eeb
Moved to README.
2007-04-05 09:59:48 +00:00
01d7396160
Need sys/ioctl.h for FIONBIO, tiny patch from Michael Augustin
...
<maugustin@gmx.net >.
2007-04-05 09:58:25 +00:00
43e377c08e
Fix AIX problem, based on patch from Michael Augustin <maugustin@gmx.net>.
2007-04-05 09:31:38 +00:00
348b914ab7
Protect #include of zlib.h if we build without zlib.
2007-04-04 14:44:50 +00:00
e7b3a2efc5
Enabled fragmenting SFTP requests to LIBSSH2_SFTP_PACKET_MAXLEN.
...
(Thanks to elifantu@mail.ru for the patch)
2007-04-01 08:04:32 +00:00
56608a799f
Missing brace added
2007-04-01 07:40:49 +00:00
f29f85f482
libssh2_sftp_read should not return error if it receives SSH_FX_EOF code in
...
SSH_FXP_STATUS packet.
(Thanks to elifantu@mail.ru for the patch)
2007-04-01 06:23:49 +00:00
2a48f54937
Callers should be using libssh2_packet_require_ex instead of
...
libssh2_packet_ask_ex. The purpose of these calls is to clear out any packets
that may have arrived already, so there's no need to poll for more.
(Dan Fandrich)
2007-03-31 20:28:29 +00:00
4c7ecad34d
Don't use CPP symbol _MSC_VER unless it is defined, because undefined
...
CPP symbols means 0. Tiny patch from "Yang Tse" <yangsita@gmail.com >.
2007-03-29 08:11:51 +00:00
53d6597569
Need -no-undefined for AIX/cygwin/mingw32 etc. Reported by "Yang Tse"
...
<yangsita@gmail.com >.
2007-03-29 08:10:22 +00:00
af12b96a80
Add comment.
2007-03-27 15:57:23 +00:00
e854459839
Set $SHLIB_SUFFIX_NAME properly, tiny patch from Daniel Johnson
...
<daniel@daniel-johnson.org >.
2007-03-27 15:56:08 +00:00
af00ce242e
Remove -no-install since it breaks Darwin builds (probably a libtool
...
bug), report from Daniel Johnson <daniel@daniel-johnson.org >.
2007-03-27 15:35:37 +00:00
fa1d8da7a3
Generated.
2007-03-27 13:33:18 +00:00
2d7f1ad47c
fix
2007-03-27 13:32:57 +00:00
0ace54f5b6
Add.
2007-03-27 13:27:13 +00:00
7ebafd3999
Add.
2007-03-27 13:24:01 +00:00
86cdc614c8
Add -lsocket/-lnsl. End sentences with '.'.
2007-03-27 13:21:24 +00:00
15d9b50be4
Add. Start sentences with uppercase.
2007-03-27 13:20:18 +00:00
ebc55b5d75
Use AC_SEARCH_LIBS on socket() for -lsocket, so we don't link with
...
-lsocket unless it is necessary.
Remove SHLIB_LDFLAGS, it was never used by anything.
2007-03-27 13:11:19 +00:00