Commit graph

44 commits

Author SHA1 Message Date
cinap_lenrek 56836bfdbd tls: fix various tlsClient()/tlsServer() related bugs
- TLSconn structure on stack but not initialized (zeroed)
- original filedescriptor double closed in error case
- original filedescriptor leaked in success case
- leaked TLSconn.sessionID and TLSconn.cert
- clarify in pushtls(2) and pushssl(2)
2013-09-14 19:19:08 +02:00
cinap_lenrek 425338fd1f webfs: add exits(0) to main() 2013-09-03 21:27:48 +02:00
cinap_lenrek ef5e19b9be add leading dot for explicit domain in webcookies, bump redirection limit to 12 in webfs 2013-05-26 03:33:39 +02:00
cinap_lenrek d5e642d52d webfs: handle multiple WWW-Authenticate headers, fix fmtstrinit() memory leaks 2013-01-17 12:28:19 +01:00
cinap_lenrek 6dc133ad99 webfs: preauth support 2013-01-12 00:16:07 +01:00
cinap_lenrek 7bb4a790d6 webfs: capture error string from tlsClient 2012-08-18 15:10:34 +02:00
cinap_lenrek 55ddbff77d fix strchr \0 bugs 2012-07-19 23:34:37 +02:00
cinap_lenrek 1e26438dfb webfs: fix mistake 2012-06-28 17:56:19 +02:00
cinap_lenrek 0862bcc93d webfs: send Accept headers 2012-06-28 14:32:09 +02:00
cinap_lenrek bd6a86a52b webfs: fix google login 400 bad request 2012-06-19 09:19:10 +02:00
cinap_lenrek ae311094ad mothra/webfs: multipart/form-data and file upload support 2012-06-18 21:26:28 +02:00
cinap_lenrek 9891d13887 webfs: nstrcpy paranoia 2012-05-18 20:25:50 +02:00
cinap_lenrek 4c16111e66 webfs: add global timeout parameter settable in rootctl and command line 2012-05-16 17:00:19 +02:00
stanley lieber 3ce608921a webfs/httpc.: increase dial timeout to 10 seconds, response timeout to 20 seconds 2012-05-03 12:31:09 -05:00
cinap_lenrek dd04c51470 webfs: make up fake spoof referer 2012-04-03 08:32:21 +02:00
cinap_lenrek ff7d9ab525 webfs: keep up to 4 connections per peer in pool 2012-04-01 02:09:57 +02:00
cinap_lenrek 7f8fc0c5b4 webfs: fix auth memory leak 2012-04-01 01:09:06 +02:00
cinap_lenrek d9f65faf71 webfs: close idle connections after 5 seconds 2012-03-30 19:07:50 +02:00
cinap_lenrek d4da667861 webfs: don't fold empty path segments in url 2012-03-26 20:22:30 +02:00
cinap_lenrek 4558207db0 webfs: useragent ctl message for /mnt/web/ctl 2012-03-25 06:55:29 +02:00
cinap_lenrek c00f5f5192 webfs: hjdicks 2012-02-10 23:20:30 +01:00
cinap_lenrek 1c521567a1 webfs: fix broken handling of + character in urls 2012-01-28 18:04:25 +01:00
cinap_lenrek 260fcc61c0 fix wrong use of qid.type == QTDIR comparsion 2012-01-12 15:15:25 +01:00
cinap_lenrek 75e1ef0ab6 new webfs, rc based hget 2012-01-11 16:17:54 +01:00
cinap_lenrek 1538024413 webfs: leave ; and / in url-query alone, add space + subsitution 2011-11-19 04:31:24 +01:00
cinap_lenrek 251c3cd70a webfs: cookie expiration 2011-11-17 23:53:34 +01:00
cinap_lenrek 96a7ef06b8 webfs: truncate cookie file when rewriting 2011-11-17 23:00:49 +01:00
cinap_lenrek 660fac829c webfs: cookie expire debug 2011-11-16 22:32:31 +01:00
cinap_lenrek b12100087c webfs: arg... 2011-11-16 22:20:06 +01:00
cinap_lenrek 2dcdfb0d33 webfs: more leaks 2011-11-16 22:15:31 +01:00
cinap_lenrek 9e9d694fbd webfs: fix cookie path bug, more memory leaks 2011-11-16 21:20:13 +01:00
cinap_lenrek ceae4e464d webfs: fix redirection mem/fd leak 2011-11-16 02:04:21 +01:00
cinap_lenrek 4ebf90dff0 webfs: harmless bug, clear baseurl 2011-10-24 19:24:08 +02:00
cinap_lenrek f6db05a457 webfs: fix url escaping so it works with torrent 2011-10-24 17:12:16 +02:00
cinap_lenrek e02b84087e webfs: fix url fragment bug, preserve fragment on redirect 2011-10-13 18:12:55 +02:00
cinap_lenrek 4ad59914e8 mothra: fix unicode buffer overflow and spurious select crash, webfs: dont rewrite relative url 2011-10-10 19:54:15 +02:00
cinap_lenrek d58a409a12 webfs: forgot to commit fns.h 2011-10-06 05:44:07 +02:00
cinap_lenrek 4d696d4141 webfs: do url escaping/unescaping 2011-10-06 05:14:59 +02:00
cinap_lenrek 7575684bc0 webfs: fix cookie truncation bug, makes ebay work 2011-09-23 08:24:42 +02:00
cinap_lenrek 9cddb6ed33 fix POST/303 redirection loop 2011-09-05 04:25:58 +02:00
cinap_lenrek 5371b6ff15 webfs: fix broken baseurl handling 2011-09-05 03:30:07 +02:00
cinap_lenrek dc14f6285d fix iointerrupt use 2011-08-22 03:06:50 +02:00
Taru Karttunen a9060cc06b Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
Taru Karttunen e5888a1ffd Import sources from 2011-03-30 iso image 2011-03-30 15:46:40 +03:00