This patch is very helpful! I would suggest to merge this patch. For example, I have 300GB disk image file. It's size is 316878911488 in byte number. In hex it is 0x49C7747800L. Casting this to integer may cause overflow or underflow. And the casted result becomes 0xC7747800 (if int is 32-bit width). This is a negative number: -948668416. httpfs_stat will return negative number, and then httpfs_lookup or httpfs_getattr will fail as it gets < 0 value. if(httpfs_stat(e.ino, &e.attr) < 0){ assert(errno);...
Conform to Unix API
Handle EAGAIN in server communication.
Applied, thanks
httpfs2-ssl: httpfs2.c:352: httpfs_read: Assertion `url->file_size >= off' failed.
Conform to Unix API
I need an example code on c/c++ to achieve the direct decompression from http server.
Thank you for the diff! It was a huge help to me. I've been depending on httpfs2 and then it choked when I went over 2GB.
Hi, I am using httpfs2 for the first time. Trying it out on debian 8.2. Works fine...
Hello Michal, Is there any update on this Windows issue ?? I'm also waiting for this...
Sorry I figured out that the ISO was corrupted. Its not a issue with Httpfs2. False...
Hello Michel, I'm facing a very weird issue. I have 5GB ISO file mounted locally...
Phew !! I have faced the same exact issue with my widnows environment as well with...
Thanks Mike. Appreciate your time. Waiting for your Windows setup to work. :)
Sorry, no update so far. Did not have time to set up the Windows environment.
Hi Mike, Sorry for disturbing and pinging so many times. Have you get any time to...
Hello Mike, Thanks for your help, support and time. Any update on this? I am still...
Hi Mike, Hope you are doing well. Just wanted to check if you have any progress on...
Thank you for your response. It will be rally helpful if you can setup IIS server...
Hello, If I understand it correctly httpfs now crashes for you both when mounting...
Have identified anything from the above logs??
Yes I agreed your point. Don't know why the behavior is different. Here is the LOG:...
No, they don't include this part: READ: read 304 bytes from 0x4 RB: Have 5 bytes...
Hi, Have you got any clue from the above pasted logs???
This exactly what I am getting when I do ls for a linux share: ./httpfs2-ssl: main:...
REC[0xa2fb80]: Decrypted Packet[2] Application Data(23) with length: 246 Later I...
REC[0xa2fb80]: Decrypted Packet[2] Application Data(23) with length: 246 Later I...
On 11 August 2016 at 07:40, Onkurananda Ganguly onkurananda@users.sf.net wrote: Thanks...
Thanks for the reply. I have ran the same using linux share: [root@localhost httpfs2-0.1.5]#...
Thanks for the reply. I have ran the same using linux share: [root@localhost httpfs2-0.1.5]#...
This exactly what I am getting when I do ls for a linux share: ./httpfs2-ssl: main:...
Thanks for the reply. I have ran the same using linux share: [root@localhost httpfs2-0.1.5]#...
We are back to the original problem of the code aborting. There is, of course, some...
I am still unable to understand where is the problem. The code you already make changes...
I have taken the recent changes and compiled and ran it. Here is the out put It is...
I updated the error handling. Can you test with your server? thanks
fix handle_ssl_error
Alwas set errno when returning from parse_header
Fix non-fatal SSL error handling.
Always set errno when returning from exchange()
Hi Michal, Can please take a look? And fix the handler. I will test it for you. ...
I have modified the httpfs2.c file as below: static off_t get_stat(struct_url *url,...
That gives a lot more information. stat() fails without setting errno. as a workaround...
I got the below output when using -f and -c: ./httpfs2-0.1.5/httpfs2-ssl: main: tty:...
I got the below output when using -f and -c: ./httpfs2-0.1.5/httpfs2-ssl: main: tty:...
That probably means httpfs has crashed which ShouldNotHappen(tm). You can use -f...
That probably means httpfs has crashed which ShouldNotHappen(tm). You can use -f...
That probably means httpfs has crashed which ShouldNotHappen(tm). You can use -f...
Hi Micheal, I re-compiled the new patch and tried testing. Now it is able to connect...
Thanks Michal. I will compile and test and come back to you with the result. Thanks...
The sourceforge project page includes "Code" link which allows you to view and download...
Yes. Means I need to change the httpfs2.c file just to bypass the re-negotiation....
Yes. Means I need to change the httpfs2.c file just to bypass the re-negotiation....
Convert ssl_error from gnutls_session to struct...
So according to GnuTLS folks re-nogotiation request is non-fatal SSL error which...
Handle non-fatal SSL errors.
Hello, httpfs2-ssl uses the default SSL configuration of GnuTLS as provided by GnuTLS...
Thanks Michal, I have already contacted them but according to them it is issue with...
This is obviously a SSL problem. The Windows server uses different SSL settings which...
Hi, Any update on this. I can see this is still open. Also for the same I have raised...
Windows https gives -37 Rehandshake was requested by the peer
Hi, I was trying to mount an windows server using below command: /usr/bin/httpfs2-ssl...
Install multithreaded version in Debian.
changeset: 92:01d9ffef99d4
One more question, When is the fix for mounting ISO more than 2GB is going to get...
One more question, When is the fix for mounting ISO more than 2GB is going to get...
Understood, Thanks a lot. httpfs2 is very useful.
Understood, Thanks a lot. httpfs2 is very useful.
Set errno on getaddrinfo error.
Improve handling of ECONNRESET
Rebuild request when returning from redirect.
Fix crash in option parsing.
Update copyright
Reset redirect count only when a socket was clo...
Unify error reporting in open_client_socket
Update Debian changelog
Saner name for a couple of symbols.
Hello, ./httpfs2-ssl -a /etc/pki/tls/cert.crt https://user:password@10.10.1.1/ISO/file.iso...
Another question I have is, when I mount the URL with ISO, it gets listed in a folder...
Sorry... I got it working, My bad, that I didnt check whether the port 443 is open...
I'm trying execute the following command to mount the iso from https web server ./httpfs2-ssl...
Fix httpfs-ssl crash with http URL.
Improve help text formatting.
Reorder options in help text alphabetically.
Add SSL options to man page.
Fix recommends of fusermount fuse-utils -> fuse...
make indentation uniform.
Fix temporary redirect.
fix man page typo
make ssl prints use stderr to match rest of pri...
Add some fine informative messages.
Update GnuTLS code to work better with GnuTLS 3.
HTTP Redirect support.
More uniform log messages.
Fix memset in init_url
Hi. Are you still able to develop things on httpfs? I would like to get some coding...
Hello, I was testing this on OS X when I was still using it so this is definitely...
Finally got it working. But I'm not able to run httpfs2-ssl on centos. It asks for...
I tried building httpfs2 on debian, Please Need help Initial it complianed that it...
I tried building httpfs2 on debian, Please Need help Initial it complianed that it...