Re: Call for libcurl cmake users/maintainers!

2014-10-07 Thread Alfred Gebert
On Fri, Sep 26, 2014 at 12:05 PM, Jakub Zakrzewski wrote: > > In the mean while, we've needed kerberos support, so I've added possibility > to build libcurl with it (MIT or Heimdal only) there are also few other > fixes. Like before - I can build on win 32/64, lin 32/64 (CentOS), solaris > x86_

Re: promote libcurl by telling us about your use!

2013-04-08 Thread Alfred Gebert
Hello Daniel, I'm a developer at E2E Technologies Ltd (http://e2ebridge.com). We use libcurl in our product E2E Bridge since many years to access http, https, ftp, sftp, ftps, ldap and ldaps resources. Alfred -- Alfred Gebert E2E Technologies Lautengartenstrasse 12 | CH-4052 Basel, Sc

Re: Compiling curl for HP-UX 11.23 64bit

2011-01-24 Thread Alfred Gebert
On Fri, Jan 21, 2011 at 6:13 PM, Federico Cozzi wrote: > Hello, > I need to migrate an old libcurl-based program from HP-UX 11.11 32-bit to > HP-UX 11.23 64-bit, both PA-RISC. The program was based on libcurl 7.16.2 > which was compiled statically. > > I recompiled libcurl-7.16.2 from the old sour

[PATCH] LDAP: fix wrong encoded attributes in query result

2010-11-05 Thread Alfred Gebert
If the query result has a binary attribute, the binary attribute is base64 encoded. But all following non binary attributes are also base64 encoded which is wrong. This is a test (LDAP server is public). curl ldap://x500.bund.de:389/o=Bund,c=DE?userCertificate,certificateSerialNumber?sub?cn=*Woe

Re: Couldn't Connect Error - Address already in use

2010-07-13 Thread Alfred Gebert
On Mon, Jul 12, 2010 at 6:05 PM, Daniel Stenberg wrote: > On Mon, 12 Jul 2010, Alfred Gebert wrote: > >> libcurl can't create additional outgoing TCP/IP connections because it >> runs out of available port numbers for the IP address. > > Really? libcurl's retur

Re: Couldn't Connect Error - Address already in use

2010-07-12 Thread Alfred Gebert
On Wed, Jul 7, 2010 at 4:58 PM, Adam Kellas wrote: > On 7/7/2010 9:49 AM, Alfred Gebert wrote: >> >> At least this is a workaround. Perhaps I can modify my real codebase too. > > It's not a workaround, it's the way libcurl is intended to be used. Let's > ho

Re: Couldn't Connect Error - Address already in use

2010-07-07 Thread Alfred Gebert
On Wed, Jul 7, 2010 at 3:08 PM, Adam Kellas wrote: > On 7/7/2010 6:21 AM, Alfred Gebert wrote: >> >> So in my opinion there is a limitation of libcurl running on Windows XP. > > This may be merely an artifact of the test case, and your conclusion about > Windows XP se

Re: Couldn't Connect Error - Address already in use

2010-07-07 Thread Alfred Gebert
On Wed, Jul 7, 2010 at 10:57 AM, Alfred Gebert wrote: > On Tue, Jul 6, 2010 at 7:10 PM, Daniel Stenberg wrote: >> On Tue, 6 Jul 2010, Alfred Gebert wrote: >> >>> I am using libcurl 7.19.4 on Windows XP and I want to call a HTTP PUT >>> operation around 8000

Re: Couldn't Connect Error - Address already in use

2010-07-07 Thread Alfred Gebert
On Tue, Jul 6, 2010 at 7:10 PM, Daniel Stenberg wrote: > On Tue, 6 Jul 2010, Alfred Gebert wrote: > >> I am using libcurl 7.19.4 on Windows XP and I want to call a HTTP PUT >> operation around 8000 times. After about 4000 requests curl_easy_perform() >> returns with error

Re: Couldn't Connect Error - Address already in use

2010-07-06 Thread Alfred Gebert
On Wed, Apr 28, 2010 at 11:04 PM, Daniel Stenberg wrote: > On Wed, 28 Apr 2010, Rahul R wrote: > >> I am frquently getting Couldn't connect error even though the server is >> up. LibCurl debug logs show the error "Address already in use". >> >> I am using easy interface and new handle is used for