David Byron
6c84a426be
add libssh2_scp_recv2 to support large (> 2GB) files on windows
2015-09-21 18:01:23 +01:00
Guenter Knauf
a8473c819b
NetWare build: added some missing exports.
2015-01-08 21:03:17 +01:00
Guenter Knauf
7f7e65c54b
build: updated dependencies in makefiles.
2014-12-07 16:16:21 +01:00
Peter Stuge
e1a5d1bc77
Fix non-autotools builds: Always define the LIBSSH2_OPENSSL CPP macro
...
Commit d512b25f69
introduced a crypto
library abstraction in the autotools build system, to allow us to more
easily support new crypto libraries. In that process it was found that
all other build system which we support are hard-coded to build with
OpenSSL. Commit f5c1a0d98b
fixes automake
introduced into non-autotools build systems but still overlooked the
CPP macro saying that we are using OpenSSL.
Thanks to Marc Hörsken for identifying this issue and proposing a fix
for win32/{GNUmakefile,config.mk}. This commit uses a slightly different
approach but the end result is the same.
2014-03-16 16:36:13 +01:00
Peter Stuge
f5c1a0d98b
Move automake conditionals added by commit d512b25f
out of Makefile.inc
...
Commit d512b25f69
added automake
conditionals to Makefile.inc but since Makefile.inc is included
from Makefile for all other build systems that does not work.
This commit instead adds Makefile.OpenSSL.inc and Makefile.libgcrypt.inc
and moves the automake conditional to its proper place, src/Makefile.am.
The automake conditional includes the correct Makefile.$name.inc per
the crypto library selection/detection done by configure.
All non-autotools build system files in libssh2 are hardcoded to use
OpenSSL and do not get a conditional but at least there is some reuse
because they can all include the new Makefile.OpenSSL.inc.
2013-11-13 02:37:06 +01:00
Guenter Knauf
80e5e20b00
Fixed copyright string for NetWare build.
2013-04-12 18:00:29 +02:00
Guenter Knauf
fe347a702f
Updated dependency libs.
2013-02-09 01:38:53 +01:00
Guenter Knauf
07615610ba
Fixed tool macro names.
2012-12-04 11:52:08 +01:00
Guenter Knauf
112845df0b
Small NetWare makefile tweak.
2012-06-29 17:20:56 +02:00
Guenter Knauf
5c065bf1ff
NetWare makefile tweaks.
...
Changed to use Windows commandline tools instead of
GNU tools when compiling on Windows. Fixed dist and
dev targets. Enabled nlmconv error for unresolved
symbols.
2012-06-12 00:34:18 +02:00
Guenter Knauf
137342a41d
Renamed NetWare makefiles.
2012-06-04 15:24:39 +02:00
Guenter Knauf
9a7311ba57
Updated dependency libary versions.
2012-05-22 04:10:52 +02:00
Guenter Knauf
a955f8428b
Updated dependency lib versions.
2012-04-20 13:50:06 +02:00
Guenter Knauf
c8374cdc10
Updated dependency lib versions in static makefiles.
2012-04-12 22:01:45 +02:00
Peter Stuge
179d2197dd
nw/Makefile.netware: Fix project name typo to avoid needless confusion
2012-02-29 22:31:28 +01:00
Guenter Knauf
d903b81c64
Some NetWare makefile tweaks.
2011-11-30 17:52:06 +01:00
Guenter Knauf
abd00727ef
Removed obsolete include path.
2011-09-27 16:04:11 +02:00
Guenter Knauf
f9afe854d3
NetWare makefile tweaks.
2011-09-10 15:31:25 +02:00
Daniel Stenberg
87f79f177f
remove embedded CVS/svn tags
2011-09-09 16:12:04 +02:00
Guenter Knauf
31a9e8860d
Fixed link to native Win32 awk tool.
2011-08-29 14:05:15 +02:00
Guenter Knauf
cc84d875eb
Updated default (recommended) dependency versions.
2011-04-19 14:21:49 +02:00
Guenter Knauf
326f741a52
Updated OpenSSL version.
2010-12-22 14:39:59 +01:00
Guenter Knauf
56d0877f07
Added copyright define to libssh2.h and use it for binary builds.
2010-08-15 04:09:01 +02:00
Guenter Knauf
2bd9418ac7
Some minor makefile tweaks.
2010-08-14 21:56:37 +02:00
Guenter Knauf
dceb3d1452
changed copyright notice for MinW32 and NetWare binaries.
2010-06-01 20:17:05 +02:00
Guenter Knauf
18569d76de
updated NetWare makefiles for latest dependency lib versions.
2010-06-01 16:44:17 +02:00
Simon Josefsson
b5e358618b
Move examples from example/simple to example/.
2009-12-19 10:54:45 +01:00
Guenter Knauf
3fda91d725
changed NetWare test makefile static link order
2009-09-08 01:32:45 +02:00
Guenter Knauf
a9e7f87e31
some more NetWare build fixes.
2009-09-06 06:57:55 +02:00
Guenter Knauf
a04a0b6c69
some more NetWare makefile fixes.
2009-09-06 06:31:59 +02:00
Guenter Knauf
4b482eddbe
accept CFLAGS from environment.
2009-09-06 04:36:51 +02:00
Guenter Knauf
b728b1018f
changed NetWare and MingW32 makefile to use Makefile.inc.
2009-09-03 22:06:59 +02:00
Hacki
8dabb1c5eb
added knownhost.c to makefiles.
2009-09-02 20:03:27 +02:00
Guenter Knauf
2a39b32b1a
some minor Makefile tweaks; mainly for crosscompiling.
2009-04-09 03:13:51 +00:00
Guenter Knauf
16941e1fcf
some minor Makefile tweaks.
2009-03-06 07:25:37 +00:00
Guenter Knauf
a227554c26
fixed test makefile to generate config.h.
2007-08-08 16:32:42 +00:00
Guenter Knauf
c9413c628d
changed prelude file for gcc build.
2007-07-22 00:47:21 +00:00
Guenter Knauf
b2df0b26f7
fixed test makefile to build all samples.
2007-07-15 20:34:33 +00:00
Guenter Knauf
84e16944b4
some more NetWare makefile fixes.
2007-07-14 21:04:32 +00:00
Guenter Knauf
4ec68bdc04
added build for older CLIB version.
2007-07-09 22:47:24 +00:00
Guenter Knauf
639b29631a
update export list for recent changes
2007-06-20 23:44:58 +00:00
Guenter Knauf
e34baff2ca
update export list for recent changes - take 2
2007-06-14 09:41:07 +00:00
Guenter Knauf
bc0578a34d
update export list for recent changes
2007-06-13 22:28:49 +00:00
Guenter Knauf
1ebe0a64b3
some more makefile fixes.
2007-04-21 21:26:54 +00:00
Guenter Knauf
6cd1c7528e
fixed debug option.
2007-04-21 20:15:33 +00:00
Guenter Knauf
91c8715da4
fixed ARFLAGS for CodeWarrior build;
...
added libssh2_sftp_writenb to export list.
2007-04-21 18:46:30 +00:00
Guenter Knauf
d45d509a09
added ranlib when library is created with ar.
2007-04-16 20:56:08 +00:00
Guenter Knauf
d44e222b75
added sftpdir target; fixed linking.
2007-04-14 21:26:03 +00:00
Guenter Knauf
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
Daniel Stenberg
f015b10b02
Guenter Knauf's Netware+Win32 updates after my recent changes
2007-02-08 14:34:41 +00:00