Re: [Bug-wget] Regression wget-1.19 .netrc authentication not working

2017-02-06 Thread Tim Rühsen
On Montag, 6. Februar 2017 16:11:26 CET Axel Reinhold wrote: > Dear Giuseppe, > > no more .netrc auth for http with 1.19 - this patch worked for me: > > --- src/http.c.orig 2017-02-06 16:03:45.0 +0100 > +++ src/http.c 2017-02-06 16:03:45.0 +0100 > @@ -1900,7 +1900,7 @@ >

Re: [Bug-wget] Unable to establish SSL connection error

2017-01-07 Thread Tim Rühsen
As Raitis wrote privately: It has been fixed by updating to a newer version. @Raitis Please consider https://daniel.haxx.se/blog/2013/10/08/dont-email-me/ Tim On Freitag, 6. Januar 2017 14:41:05 CET Dale R. Worley wrote: > Raitis Misa writes: > > I'm trying to download

Re: [Bug-wget] buildbot failure in OpenCSW Buildbot on wget-solaris10-i386

2017-01-07 Thread Tim Rühsen
Not sure why, but some of my modifications didn't make it into the commit :-( Tim On Freitag, 6. Januar 2017 16:32:30 CET build...@opencsw.org wrote: > The Buildbot has detected a new failure on builder wget-solaris10-i386 while > building wget. Full details are available at: >

Re: [Bug-wget] Favicon is not downloaded (Suggestion for improvement)

2017-01-05 Thread Tim Rühsen
On Donnerstag, 5. Januar 2017 10:40:48 CET Dale R. Worley wrote: > Павел Серегов writes: > > Often not exist code for favicon (in index.html), but site have. > > > > My suggestion: > > If use wget -m, need make download http://example.com/favicon.ico > > > > How do you like

Re: [Bug-wget] ot: clicking email links advice

2017-01-05 Thread Tim Rühsen
On Donnerstag, 5. Januar 2017 09:34:39 CET Ander Juaristi wrote: > Hi, > > On 28/12/16 05:57, voy...@sbt.net.au wrote: > > is there a way to run wget with that url and, tell it to 'press' one of > > the buttons? > > Not directly as you describe. Wget does not submit web forms. > > You would

Re: [Bug-wget] Bug with SSL Connection

2016-12-27 Thread Tim Rühsen
On Dienstag, 27. Dezember 2016 23:22:17 CET Алексей Павлов wrote: > OS: Linux Mint 18.1, wget from official repositories > > blastbox@blastbox-G750JH ~ $ wget --secure-protocol=auto > https://web.archive.org > --2016-12-27 23:19:06-- https://web.archive.org/ > Resolving web.archive.org

Re: [Bug-wget] cookies.c:(.text+0xd6c): undefined reference to `psl_builtin_outdated'

2016-12-27 Thread Tim Rühsen
On Dienstag, 27. Dezember 2016 17:46:05 CET Thomas Schweikle wrote: > Hi! > > I am trying to compile wget 1.18 on CentOS 7.3 and receive following error: > > CC exits.o > if test -n ""; then cp "./build_info.c.in" .; fi > /bin/perl "../build-aux/build_info.pl" \ >

Re: [Bug-wget] Wget C developer

2016-12-11 Thread Tim Rühsen
On Samstag, 10. Dezember 2016 13:00:00 CET Vinicius Arruda wrote: > I am an undergraduate student in computer science and never participate in > a larger software development. I want get some experience. If has some > little project inside de Wget project that I can work on will be great. Please

Re: [Bug-wget] Wget C developer

2016-12-10 Thread Tim Rühsen
On Freitag, 9. Dezember 2016 22:39:55 CET Vinicius Arruda wrote: > Hi, > > Do you still need a C developer ? I am from Brazil and I am undergraduate > student in computer science and want to help. What exactly would you like to do for wget ? Are you motivated enough to discuss and realize it ?

Re: [Bug-wget] bug: wget crashes at certain zoom level

2016-11-30 Thread Tim Rühsen
Thanks, AFAICS, that issue has already been fixed in wget 1.18 (commit 7cb9efa668f80ab5ca4d25133c3133e10473d1ef). Regards, Tim On Mittwoch, 30. November 2016 11:53:30 CET Amr Alaa wrote: > I noticed that wget crashes whenever I try to increase gnome-terminal font > size using (ctrl+shift+PLUS)

Re: [Bug-wget] Wget error after install

2016-11-29 Thread Tim Rühsen
On Montag, 28. November 2016 09:34:58 CET Mukram Khan wrote: > Hi Wget Team, > > Could you please assist me on the below error I am getting after installing > Wget 1.9.1 version on AIX servers. > > # wget --version > exec(): 0509-036 Cannot load program wget because of the following errors: >

Re: [Bug-wget] [PATCH] Respect -o parameter

2016-11-09 Thread Tim Rühsen
On Mittwoch, 9. November 2016 10:57:01 CET Piotr Wajda wrote: > * log.c: don't choose log output dynamically when opt.lfilename is set > --- > src/log.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/log.c b/src/log.c > index e068acf..51f30c4 100644 > ---

Re: [Bug-wget] Does -o work correctly now?

2016-11-08 Thread Tim Rühsen
On Dienstag, 8. November 2016 15:26:14 CET Dale R. Worley wrote: > I've been getting a script working, and as part of it, it appears that > -o does not work correctly. Specifically -o is supposed to send all > "messages" to a specified log file rather than stderr. But what I see > is that no

Re: [Bug-wget] contributing in development

2016-11-06 Thread Tim Rühsen
On Sonntag, 6. November 2016 01:16:43 CET Oleg Akchurin wrote: > Hello all. I'd like to get participate in development of wget. > > BR, Oleg. Welcome, Oleg. A good starting point might be involving into the discussions here. Try to answer questions, review ideas and/or patches, come up with

Re: [Bug-wget] Misspelling of "succeeded"

2016-10-22 Thread Tim Rühsen
On Samstag, 22. Oktober 2016 16:54:08 CEST Göran Uddeborg wrote: > While reviewing my Swedish translation of wget, Anders Jonsson > discovered a misspelling in one of the msgids, that is, in the source > code: > > #: src/metalink.c:351 > msgid "Signature validation suceeded.\n" Thanks,

Re: [Bug-wget] [PATCH v5] bug #45790: wget prints it's progress even when background

2016-10-21 Thread Tim Rühsen
Thanks, just pushed. On Freitag, 21. Oktober 2016 17:12:58 CEST losgrandes wrote: > Fixed trailing whitespace errors. Sorry for sending dirty patch. Should be > good now. > > * src/log.c: Use tcgetpgrp(STDIN_FILENO) != getpgrp() to determine when to > print to STD* or logfile. Deprecate

Re: [Bug-wget] [PATCH v4] bug #45790: wget prints it's progress even when background

2016-10-21 Thread Tim Rühsen
Could you fix these, please... Applying: bug #45790: wget prints it's progress even when background .git/rebase-apply/patch:104: trailing whitespace. if (!filelogfp) .git/rebase-apply/patch:126: trailing whitespace. else .git/rebase-apply/patch:158: trailing whitespace. /* If it

Re: [Bug-wget] [PATCH v2] bug #46584: wget --spider always returns zero exit status

2016-10-21 Thread Tim Rühsen
Thanks, pushed. On Mittwoch, 19. Oktober 2016 11:53:23 CEST losgrandes wrote: > * src/ftp.c: Return error as exit value if even one file doesn't exist > > --- > src/ftp.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/src/ftp.c b/src/ftp.c > index

Re: [Bug-wget] [PATCH v2] bug #48811: netrc password wins over interactive --ask-password

2016-10-21 Thread Tim Rühsen
Hi Piotr, please include netrc.h in utils.c. In getftp(): struct net_credentials *ftp_cred = malloc (sizeof *ftp_cred); ... ftp_cred = pick_credentials() This looks like a memleak. Also, where do you free ftp_cred ? Is it really necessary to allocate ftp_cred on each call to getftp (just

Re: [Bug-wget] [PATCH v3] bug #45790: wget prints it's progress even when background

2016-10-18 Thread Tim Rühsen
On Dienstag, 18. Oktober 2016 08:30:34 CEST Wajda, Piotr wrote: > Can you please review my 3 patches? Sorry, I had the impression there was some discussion going on !? But apart from that: - please add a space after if statements. - please add a space between function name and (. - please make

Re: [Bug-wget] [PATCH] Patch to change behavior with redirects under --recurse.

2016-10-07 Thread Tim Rühsen
On Freitag, 7. Oktober 2016 15:40:55 CEST Dale R. Worley wrote: > Tim Ruehsen writes: > > the changes in recur.c are not acceptable. They circumvent too many checks > > like host-spanning, excludes and even --https-only. > > I suppose it depends on what you consider the

Re: [Bug-wget] [WARNING - NOT VIRUS SCANNED] Re: [PATCH] Patch to change behavior with redirects under --recurse.

2016-10-07 Thread Tim Rühsen
On Freitag, 7. Oktober 2016 10:57:38 CEST Dale R. Worley wrote: > Tim Ruehsen writes: > > Here is a less invasive patch for review & discussion. > > > > WDYT ? > > It looks OK to me, but I'm not very familiar with the code. I assume > that it passes all the tests we've

Re: [Bug-wget] wget for windows - current build?

2016-10-02 Thread Tim Rühsen
On Sonntag, 2. Oktober 2016 10:11:33 CEST Eli Zaretskii wrote: > > From: Tim Rühsen <tim.rueh...@gmx.de> > > Cc: ge...@mweb.co.za > > Date: Sat, 01 Oct 2016 20:12:28 +0200 > > > > If you like to create a README.windows maybe with (basic) explanations on &

Re: [Bug-wget] wget for windows - current build?

2016-10-01 Thread Tim Rühsen
On Samstag, 1. Oktober 2016 20:27:47 CEST Eli Zaretskii wrote: > > From: Tim Rühsen <tim.rueh...@gmx.de> > > Cc: ge...@mweb.co.za > > Date: Sat, 01 Oct 2016 18:10:26 +0200 > > > > > > It shouldn't be too hard to write a script that cross-compiles wget

Re: [Bug-wget] wget for windows - current build?

2016-10-01 Thread Tim Rühsen
On Samstag, 1. Oktober 2016 18:29:30 CEST Eli Zaretskii wrote: > > From: Tim Rühsen <tim.rueh...@gmx.de> > > Cc: "ge...@mweb.co.za" <ge...@mweb.co.za> > > Date: Sat, 01 Oct 2016 13:04:25 +0200 > > > > It shouldn't be too hard to write a scrip

Re: [Bug-wget] wget for windows - current build?

2016-10-01 Thread Tim Rühsen
On Freitag, 30. September 2016 19:17:42 CEST Eli Zaretskii wrote: > > Date: Fri, 30 Sep 2016 16:52:55 +0200 (SAST) > > From: "ge...@mweb.co.za" > > > > So, is there a "secret" new place hosting a newer version for Windows? Or > > is the 1.11 on sourceforge actually okay? And -

Re: [Bug-wget] [PATCH 09/25] Enforce Metalink file name verification, strip directory if necessary

2016-09-12 Thread Tim Rühsen
On Montag, 12. September 2016 20:18:30 CEST Eli Zaretskii wrote: > > From: Tim Ruehsen > > Date: Mon, 12 Sep 2016 13:00:32 +0200 > > > > > + char *basename = name; > > > + > > > + while ((name = strstr (basename, "/"))) > > > +basename = name + 1; > > > > Could you use

Re: [Bug-wget] [PATCH v4] (resend) Add --use-askpass=COMMAND support

2016-09-03 Thread Tim Rühsen
Hi Liam, thanks, we received the the FSF copyright assignment for Wget. Can you give me an example of an external program to use with --use-askpass (maybe a 'standard' one available on common Linux distros) ? I still have trouble with: + /* Set the end byte to \0, and decrement bytes */ +

Re: [Bug-wget] TEST_NAME in Python tests?

2016-08-27 Thread Tim Rühsen
On Mittwoch, 24. August 2016 20:08:17 CEST Dale R. Worley wrote: > In the file testenv/README is: > > Next, is the const variable, TEST_NAME that defines the name of the > Test. > > Both, the HTTPTest and FTPTest modules have the same prototype: > { > name, >

Re: [Bug-wget] [PATCH] Implement --keep-badhash to keep Metalink's files with a bad hash

2016-08-19 Thread Tim Rühsen
On Freitag, 19. August 2016 07:34:42 CEST Matthew White wrote: > On Thu, 18 Aug 2016 12:50:48 +0200 > > Tim Rühsen <tim.rueh...@gmx.de> wrote: > > On Mittwoch, 17. August 2016 17:55:47 CEST Matthew White wrote: > > > On Thu, 04 Aug 2016 17:08:20 +0200 > > >

Re: [Bug-wget] Wget - acess list bypass / race condition PoC

2016-08-18 Thread Tim Rühsen
On Donnerstag, 18. August 2016 15:34:12 CEST Giuseppe Scrivano wrote: > Hi, > > Tim Rühsen <tim.rueh...@gmx.de> writes: > > Please review / test this patch. > > > > Please check the 'Reported-by' in the commit message and if you got a CVE > > number, plea

Re: [Bug-wget] [PATCH] Implement --keep-badhash to keep Metalink's files with a bad hash

2016-08-18 Thread Tim Rühsen
On Mittwoch, 17. August 2016 17:55:47 CEST Matthew White wrote: > On Thu, 04 Aug 2016 17:08:20 +0200 > > Tim Ruehsen wrote: > > On Thursday, August 4, 2016 12:40:49 PM CEST Matthew White wrote: > > > On Thu, 04 Aug 2016 12:08:50 +0200 > > > > > > Tim Ruehsen

Re: [Bug-wget] problems with some wget versions for LDAP authentication

2016-08-17 Thread Tim Rühsen
Hello Irina. On Montag, 15. August 2016 15:18:50 CEST Irina Gerasimov wrote: > Hello, > > we use an LDAP authentication scheme on our servers at GES DISC NASA > GSFC to authenticate data access. We discovered that some wget versions > do not correctly pass credentials to the LDAP server. To our

Re: [Bug-wget] wget: configure.ac: gnutl > openssl ordering patch and libtool support

2016-08-17 Thread Tim Rühsen
On Dienstag, 16. August 2016 08:32:31 CEST Alex Damb wrote: > Hello, > > This patch for configure.ac replaces logic of searching ssl backend: if not > specified with --with-ssl=openssl, --with-ssl=gnutls or --with-ssl=no, > then, first, tries to find gnutls library and, if failes, then tries to

Re: [Bug-wget] buildbot failure in OpenCSW Buildbot on wget-solaris10-i386

2016-08-17 Thread Tim Rühsen
t; https://buildfarm.opencsw.org/buildbot/builders/wget-solaris10-i386/builds/ > 167 > > Buildbot URL: https://buildfarm.opencsw.org/buildbot/ > > Buildslave for this Build: unstable10x > > Build Reason: scheduler > Build Source Stamp: [branch master] 262baeb11379a27655074555

Re: [Bug-wget] Wget - acess list bypass / race condition PoC

2016-08-17 Thread Tim Rühsen
art extension on temporary files would already be > good improvement (even if still stored within the same directory) and > help prevent the exploitation. > > Thanks. > > On Wed, Aug 17, 2016 at 9:22 AM, Tim Rühsen <tim.rueh...@gmx.de> wrote: > > On Mittwoch, 17. August

Re: [Bug-wget] Wget - acess list bypass / race condition PoC

2016-08-17 Thread Tim Rühsen
> > [1] http://cr.yp.to/qmail/guarantee.html > > On 15/08/16 18:31, Tim Rühsen wrote: > > On Montag, 15. August 2016 10:02:55 CEST moparisthebest wrote: > >> Hello, > >> > >> I find it extremely hard to call this a wget vulnerability when SO man

Re: [Bug-wget] Wget tests

2016-08-16 Thread Tim Rühsen
On Dienstag, 16. August 2016 11:23:04 CEST Dale R. Worley wrote: > Tim Rühsen <tim.rueh...@gmx.de> writes: > > We use standard automake tests (search the internet if you are interested > > in details). > > > > We have the 'legacy' tests/ directory with tests writ

Re: [Bug-wget] Wget tests

2016-08-15 Thread Tim Rühsen
On Montag, 15. August 2016 15:06:52 CEST Dale R. Worley wrote: > Can someone give me a hint how the wget tests work? The test > directories seem to contain no high-level documentation. As far as I > can tell, the pairs of files *.{trs,log} either are or correspond to the > various tests, but I

Re: [Bug-wget] Wget - acess list bypass / race condition PoC

2016-08-15 Thread Tim Rühsen
On Montag, 15. August 2016 10:02:55 CEST moparisthebest wrote: > Hello, > > I find it extremely hard to call this a wget vulnerability when SO many > other things are wrong with that 'vulnerable code' implementation it > isn't even funny: > > 1. The image_importer.php script takes a single

Re: [Bug-wget] CVE Request - Gnu Wget 1.17 - Design Error Vulnerability

2016-08-14 Thread Tim Rühsen
Hi, here is a patch to limit the file modes to u+rw for temp. downloaded files. Not sure if your proof of concept still works or not - but it seems a good thing anyways. Regards, Tim From 5de996a94f74a31132660238e3b11fd0e29c18fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim Rühsen?= <tim.r

Re: [Bug-wget] [PATCH] Support metalink:file elements with a "path/file" format

2016-08-13 Thread Tim Rühsen
On Freitag, 12. August 2016 22:13:53 CEST Matthew White wrote: > On Wed, 10 Aug 2016 11:30:12 +0200 > > After debugging wget and libmetalink, I can confirm that, due to how > metalink/libmetalink is conceived (see references), metalink:file names > posing a security issue are discarded directly

Re: [Bug-wget] Additional ideas for wget

2016-08-12 Thread Tim Rühsen
On Donnerstag, 11. August 2016 20:10:44 CEST Dale R. Worley wrote: > (1) The description of the options that limit recursion needs to be > written better so that it is clear how various combinations of options > interact. > > (2) I'd like to be able to make wget annotate each page with the URL >

[Bug-wget] [PATCH] Improve PSL cookie checking

2016-08-11 Thread Tim Rühsen
review and comment. Regards, Tim [0] https://publicsuffix.org/ [1] https://en.wikipedia.org/wiki/Deterministic_acyclic_finite_state_automaton [2] https://github.com/rockdaboot/libpsl From 11e69c7c8c56efd075d492d0b0e977b16a83c64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim Rühsen?= <tim.r

Re: [Bug-wget] [PATCH] Fix stack overflow with way too many cookies.

2016-08-10 Thread Tim Rühsen
Hi Tobias, likely or not, it is a good catch ! I rated your patch as 'trivial' (it is below the threshold where we have to ask for a FSF copyright assignment), made a few amendments and pushed it. Thanks for your contribution. Regards, Tim On Mittwoch, 10. August 2016 19:09:34 CEST Tobias

Re: [Bug-wget] [PATCH] Support metalink:file elements with a "path/file" format

2016-08-10 Thread Tim Rühsen
On Mittwoch, 10. August 2016 06:23:49 CEST Matthew White wrote: > On Tue, 09 Aug 2016 21:25:16 +0200 > > Tim Rühsen <tim.rueh...@gmx.de> wrote: > > On Freitag, 5. August 2016 20:25:06 CEST Matthew White wrote: > > > On Thu, 04 Aug 2016 16:47:18 +0200 > > >

Re: [Bug-wget] [PATCH] Support metalink:file elements with a "path/file" format

2016-08-09 Thread Tim Rühsen
On Freitag, 5. August 2016 20:25:06 CEST Matthew White wrote: > On Thu, 04 Aug 2016 16:47:18 +0200 > > Tim Ruehsen wrote: > > On Wednesday, August 3, 2016 1:46:56 PM CEST Matthew White wrote: > > > On Tue, 02 Aug 2016 11:27:08 +0200 > > > > > > Tim Ruehsen

Re: [Bug-wget] What ought to be a simple use of wget

2016-08-04 Thread Tim Rühsen
On Donnerstag, 4. August 2016 11:35:58 CEST Dale R. Worley wrote: > Tim Ruehsen writes: > > Sounds like "download everything from www.iana.org/assignments/ plus all > > page requisites on www.iana.org". Page requisites from other domains > > shouldn't be pulled in !? > > > >

Re: [Bug-wget] What ought to be a simple use of wget

2016-08-02 Thread Tim Rühsen
Hi Dale, If you have a look at 'man wget'/--page-requisites, the stuff is explained quite well. To me it looks like you are missing --level 2. If --level 2 is not what you want. you could make your point clear by making up a small document tree as an example. Regards, Tim On Dienstag, 2.

Re: [Bug-wget] [PATCH] Keep fetched URLs in POSIX extended attributes

2016-07-27 Thread Tim Rühsen
Thanks, applied & pushed. Tim On Wednesday, July 27, 2016 9:39:53 AM CEST Sean Burford wrote: > Hi, > > Sorry, my previous replies to various concerns were all direct rather than > to the list. In summary, I promised to fix the style issues and I also > agreed that DEBUG on failure to set

Re: [Bug-wget] [PATCH] wget: Add --ssh-askpass support

2016-07-24 Thread Tim Rühsen
Thanks for your contribution, Liam. I think it is a good feature. A few questions, some have already been mentioned by Eli and Jeremie. * what about posix_spawn instead of fork ? It is covered by gnulib... * the 'strace' is left over from your tests !? * could you attach your patch as a file,

Re: [Bug-wget] pedantic;) spelling patch

2016-07-02 Thread Tim Rühsen
On Saturday 02 July 2016 17:16:10 Noël Köthe wrote: > Hello, > > attached a small patch against wget.git which fixes: > > invokation -> invocation > seperated -> separated > > thx. > > Regards > > Noel Thanks, pushed. Tim signature.asc Description: This is a digitally signed message

[Bug-wget] OpenSSL 1.1.0

2016-06-28 Thread Tim Rühsen
Patching src/openssl.c for 1.1.0 (see below) let it compile. But the HTTPS tests fail due to ERROR: cannot verify localhost's certificate, issued by 'O=GNU,OU=Wget,CN=GNU Wget': unsupported certificate purpose Any idea ? Regards, Tim The (quick) patch to compile would be diff --git

Re: [Bug-wget] [PATCH] Trivial changes in HSTS

2016-06-19 Thread Tim Rühsen
On Friday 17 June 2016 22:50:27 Gisle Vanem wrote: > > +static bool > > +hsts_file_access_valid (const char *filename) > > +{ > > + struct_stat st; > > + > > + if (stat (filename, ) == -1) > > +return false; > > + > > + return !(st.st_mode & S_IWOTH) && S_ISREG (st.st_mode); > > Due to the

Re: [Bug-wget] retrieval failure:Forbidden? for UTF-8-URL in wget that works on FF and IE

2016-06-08 Thread Tim Rühsen
On Wednesday 08 June 2016 11:47:46 L. A. Walsh wrote: > I tried: > > wget "http://translate.google.com/#ja/en/クイーンズブレイド・メインテーマB; > > But get a an Error "403: Forbidden" (tried w/ and w/o proxy) -- same. > > But cut/paste the same URL into IE11 or > PaleMoon (a 64-bit FF derivative), and it

Re: [Bug-wget] Getting started

2016-05-28 Thread Tim Rühsen
Am Samstag, 28. Mai 2016, 12:00:33 schrieb Andrew Ridgway: > Hi wget, > > I don't know if this is the right mailing list for this but I thought I > would try here anyways. > > Also, if this community isn't keen for this sort of request I fully > understand and will hold no grudges. > > I have

Re: [Bug-wget] [PATCH] Trivial changes in HSTS

2016-05-24 Thread Tim Rühsen
Am Dienstag, 24. Mai 2016, 14:11:15 schrieb Ander Juaristi: > Hi, > > On 11/04/16 16:51, Tim Ruehsen wrote: > > Did you consider Giuseppe's suggestion ? > > "can the file_exists_p check just be moved to hsts_file_access_valid that > > doesn't return an error on ENOENT? In other words, just have

Re: [Bug-wget] pod2man --utf8 -> wget build failure

2016-05-24 Thread Tim Rühsen
Am Dienstag, 24. Mai 2016, 09:24:44 schrieb Ryan Schmidt: > On May 24, 2016, at 5:55 AM, Tim Ruehsen wrote: > > Hi Karl, > > > > thanks for pointing out those issue(s). > > > >> Perl... Exactly which version does not matter. > > > > It matters. AFAICS, Perl 5.8 introduced UTF-8 in 2002. > > So

Re: [Bug-wget] wget IRI test failures on Mac OS X

2016-05-19 Thread Tim Rühsen
Am Donnerstag, 19. Mai 2016, 19:39:10 schrieb Eli Zaretskii: > > From: Tim Ruehsen > > Cc: Ryan Schmidt > > Date: Thu, 19 May 2016 10:59:27 +0200 > > > > After looking closer to this issue... it is a more general issue with file > > systems that

Re: [Bug-wget] [notABug] Quick tip from the wget-knowledgeable?

2016-05-16 Thread Tim Rühsen
Am Donnerstag, 12. Mai 2016, 18:42:26 schrieb Neven Sajko: > Hi, if somebody knowledgeable about wget could help me a bit I > would be grateful. I started a site mirroring command (with > wget -e robots=off -w 2 --random-wait -m -k -E -p), > but now it has being going on for an awfully long

Re: [Bug-wget] SEGFAULT in wget

2016-05-11 Thread Tim Rühsen
Hi, thanks for the report. The problem has likely been fixed in commit 7cb9efa668f80ab5ca4d25133c3133e10473d1ef of branch 'master'. Regards, Tim Am Mittwoch, 11. Mai 2016, 09:54:05 schrieb fREW Schmidt: > This is easy to reproduce. Download a file that's big enough to show > the progress

Re: [Bug-wget] mistakes in performance-view

2016-05-07 Thread Tim Rühsen
Hi Andreas, just taking the values from the your attached log: $ awk "BEGIN {print (1174405120 / 1024 / 1024 / 103)}" 10.8738 Wget said: 2016-05-06 13:25:10 (10,8 MB/s) - »»/dev/null«« gespeichert [1174405120/1174405120] That seems to be perfectly fine. Is it a 100 MByte/s or MBit/s line -

Re: [Bug-wget] compiling from repo

2016-04-30 Thread Tim Rühsen
Hi Derek, it is the commit 54746578 (moparisthebest 2016-03-18 01:55:53 -0400 41). Travis added support for pinned pubkeys (TOFU). It looks like it isn't compatible with older versions of GnuTLS. Is it possible for you to update to libgnutls28 (plus -dev package) ? If not, you could revert

Re: [Bug-wget] errors attempting to use options

2016-04-28 Thread Tim Rühsen
Lol... I copied and pasted your example and could immediately reproduce the problem. It turned out that your '--' is not ASCII double-minus but some kind of UTF-8 encoded characters that look the same. Remove all minuses and type them again. That should do it. Regards, Tim Am Donnerstag, 28.

Re: [Bug-wget] Compilation Error when without-ssl is selected

2016-04-27 Thread Tim Rühsen
Hi Ygal. > Sorry for seeing this only now, but I've noticed that the patch file I've > sent included my work e-mail and not my private. Can you please change it > to ygal.b...@gmail.com. Though it is a minor fix, it should come from my > personal e-mail. Sorry, it is too late. Your email is now

Re: [Bug-wget] HAVE_CARES on Windows

2016-04-10 Thread Tim Rühsen
Hi Gisle, thanks for the fix. Am Samstag, 9. April 2016, 21:58:18 schrieb Gisle Vanem: > I have tried building latest Wget with '-DHAVE_LIBCARES' > and all resolve attempts failed due to Gnulib's select() > is not compatible with the socket-number(s) returned from > a normal C-ares library on

Re: [Bug-wget] [PATCH] Fix python test suite

2016-04-09 Thread Tim Rühsen
Am Samstag, 9. April 2016, 10:46:23 schrieb Giuseppe Scrivano: > Hi Tim, > > Tim Ruehsen writes: > > @@ -27,7 +28,7 @@ class BaseTest: > > Define the class-wide variables (or attributes). > > Attributes should not be defined outside __init__. > >

Re: [Bug-wget] export wget history varible

2016-03-30 Thread Tim Rühsen
Hi Ander, very good explanation regarding history. > > I am working on a (limited) interactive wget that accepts some commands > from the user and allows autocompletion of links and other goodies, but > that's still work in progress [1], and if some day sees the light, it > will be as part of

Re: [Bug-wget] hsts

2016-03-29 Thread Tim Rühsen
Am Dienstag, 29. März 2016, 14:08:23 schrieb VendForce Security: > wget --no-hsts > > this doesnt seem to work it still creates a $home/.wget-hsts everytime Not here with 1.17.1. What version do you have ? Tim signature.asc Description: This is a digitally signed message part.

Re: [Bug-wget] export wget history varible

2016-03-29 Thread Tim Rühsen
Am Dienstag, 29. März 2016, 10:01:00 schrieb VendForce Security: > I want to put all the console history files in one place > > In mysql you can do > export MSQL_HISTFILE=~/.history/mysql > and the history file is created and stored > > I can so this with mysql, bash, python, postgres, scapy >

Re: [Bug-wget] wget error

2016-03-29 Thread Tim Rühsen
Am Dienstag, 29. März 2016, 12:14:34 schrieb chengwensui: > I Download "wget -c > http://ftp3.usa.openbsd.org/pub/OpenBSD/snapshots/amd64/base59.tgz; is > 100%,but size and sha256 is incorrect。why??? Try renaming base59.tgz and re-download without -c. Maybe there are some broken remnants in the

[Bug-wget] Fwd: RE: Scheme missing error from Java program

2016-03-27 Thread Tim Rühsen
Just for the record... -- Weitergeleitete Nachricht -- Betreff: RE: [Bug-wget] Scheme missing error from Java program Datum: Sonntag, 27. März 2016, 17:59:00 Von: Marc Stein <marc.st...@apexit.com> An: Tim Rühsen <tim.rueh...@gmx.de> You're right I needed d

Re: [Bug-wget] Scheme missing error from Java program

2016-03-26 Thread Tim Rühsen
Hi Marc, there is a space before https://... in your command string. That is part of the argument to wget. > String cmd = "wget --no-check-certificate > --user-agent=\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 > Firefox/17.0\" --keep-session-cookies --save-cookies

Re: [Bug-wget] [PATCH] Some fixes for wget.texi

2016-03-24 Thread Tim Rühsen
Am Donnerstag, 24. März 2016, 22:11:59 schrieb Ander Juaristi: > Hi Tim, > > On 23/03/16 12:55, Tim Ruehsen wrote: > > I fixed a few things (basically URLs) in wget.texi. > > > > There are still a few URLs left over where I wasn't sure. Especially FTP > > examples since example.org doesn't have

Re: [Bug-wget] [PATCH] Anyone want to add libcares support to wget?

2016-03-20 Thread Tim Rühsen
Am Sonntag, 20. März 2016, 17:21:11 schrieb Daniel Stenberg: > On Sun, 20 Mar 2016, Tim Rühsen wrote: > > Here comes the first version of the patch. > > The c-ares library is called libcares. Here comes patch #2, naming changed to libcares. Also --dns-timeout now works libcares code. Tim From

Re: [Bug-wget] [PATCH] Anyone want to add libcares support to wget?

2016-03-20 Thread Tim Rühsen
Am Sonntag, 20. März 2016, 17:21:11 schrieb Daniel Stenberg: > On Sun, 20 Mar 2016, Tim Rühsen wrote: > > Here comes the first version of the patch. > > The c-ares library is called libcares.(a|so) when you install it from the > c-ares sources. The ares library installs libar

[Bug-wget] [PATCH] Anyone want to add libcares support to wget?

2016-03-20 Thread Tim Rühsen
Here comes the first version of the patch. Please review, test, comment. @Ben Please test it in your environment and report back. Regards, Tim Am Montag, 14. März 2016, 14:11:46 schrieb Ben Greear: > I have a feature request that would likely be most > easily implemented by adding libcares

Re: [Bug-wget] Implement --pinnedpubkey option to pin public keys

2016-02-29 Thread Tim Rühsen
you have future comments about it, until then I'll > await instructions about the FSF copyright assignment. > > Thanks much, > Travis > > On 02/23/2016 03:23 PM, Tim Rühsen wrote: > > Hi Travis, > > > > thank you for your contribution to wget ! > >

Re: [Bug-wget] Implement --pinnedpubkey option to pin public keys

2016-02-23 Thread Tim Rühsen
Hi Travis, thank you for your contribution to wget ! We'll take a closer look at the functionality the next days and will think about automated tests. Just a few comments from the first glimpse - the wget options are documented in doc/wget.texi, please add an entry for the new option -

Re: [Bug-wget] Writing to a Read-Only directory

2016-02-10 Thread Tim Rühsen
Am Mittwoch, 10. Februar 2016, 18:58:35 schrieb Gisle Vanem: > Tim Ruehsen wrote: > > I fixed that issue in a tiny commit that I just pushed. > > > > BTW, I remember we had this or a similar issue before... though I couldn't > > find it with a quick search. > > Sorry Tim, the error-message is

Re: [Bug-wget] Implementing draft to update RFC6265

2016-02-01 Thread Tim Rühsen
Ups, just pushed your patch accidentially (thanks anyway). I wanted to wait for Darshit to confirm it... Regards, Tim Am Sonntag, 31. Januar 2016, 17:40:12 schrieb Ander Juaristi: > The test looks good to me, but I think I've spotted a bug _in the test > engine_ where the 'RejectHeader' rule

Re: [Bug-wget] [Patch] Use -isystem in Makefile to suppress warnings from libraries

2016-02-01 Thread Tim Rühsen
Am Freitag, 29. Januar 2016, 15:18:57 schrieb Darshit Shah: > A recent GCC / LLVM update has caused my setup to spew far too many > warnings on compiling Wget. On a closer look, they all come from > Gnulib code. I propose the attached patch to explicitly mark those > files as libraries and have

Re: [Bug-wget] Implementing draft to update RFC6265

2016-01-30 Thread Tim Rühsen
Lol, contrib/check-hard stops here with: css.c: In function 'yyensure_buffer_stack': css.c:5889:21: error: C++ style comments are not allowed in ISO C90 num_to_alloc = 1; // After all that talk, this was set to 1 anyways... $ flex --version 2.6.0 Flex bug ??? Tim Am Freitag, 29. Januar

Re: [Bug-wget] Implementing draft to update RFC6265

2016-01-30 Thread Tim Rühsen
Yeah, flex bug fixed already in upstream (commit 07d89829cce4527c7614a34642d4b2c2ef5d6005) Tim Am Samstag, 30. Januar 2016, 22:52:07 schrieb Tim Rühsen: > Lol, contrib/check-hard stops here with: > > css.c: In function 'yyensure_buffer_stack': > css.c:5889:21: error: C++ st

Re: [Bug-wget] [Patch] Use -isystem in Makefile to suppress warnings from libraries

2016-01-29 Thread Tim Rühsen
Am Freitag, 29. Januar 2016, 17:32:15 schrieb Eli Zaretskii: > > From: Darshit Shah > > Date: Fri, 29 Jan 2016 15:45:02 +0100 > > Cc: Bug-Wget > > > > Most of them are actually false positives, probably due to us. Gnulib > > uses some more modern code

Re: [Bug-wget] [Patch] Use -isystem in Makefile to suppress warnings from libraries

2016-01-29 Thread Tim Rühsen
Do get less lines when using a less verbose make: diff --git a/configure.ac b/configure.ac index 09b81e6..d7bba63 100644 --- a/configure.ac +++ b/configure.ac @@ -57,6 +57,8 @@ AC_CANONICAL_HOST AC_DEFINE_UNQUOTED([OS_TYPE], "$host_os", [Define to be the name of the operating

Re: [Bug-wget] Support non-ASCII URLs

2015-12-20 Thread Tim Rühsen
Am Sonntag, 20. Dezember 2015, 22:50:40 schrieb Eli Zaretskii: > > From: Tim Rühsen <tim.rueh...@gmx.de> > > Date: Sun, 20 Dec 2015 21:34:18 +0100 > > > > Please review this patch. > > Looks good to me, thanks. Fine. I pushed your patch and the f

Re: [Bug-wget] Support non-ASCII URLs

2015-12-20 Thread Tim Rühsen
Am Samstag, 19. Dezember 2015, 14:11:20 schrieb Eli Zaretskii: > > Date: Sat, 19 Dec 2015 10:15:03 +0200 > > From: Eli Zaretskii > > Cc: bug-wget@gnu.org > > > > > 2. contrib/check-hard fails with > > > TESTS_ENVIRONMENT="LC_ALL=tr_TR.utf8 VALGRIND_TESTS=0" make check > > > > > >

Re: [Bug-wget] Support non-ASCII URLs

2015-12-20 Thread Tim Rühsen
Am Sonntag, 20. Dezember 2015, 19:23:05 schrieb Eli Zaretskii: > > From: Tim Rühsen <tim.rueh...@gmx.de> > > Date: Sun, 20 Dec 2015 16:26:20 +0100 > > > > > Tim sent me the tarball and the log off-list (thanks!). I didn't yet > > > try to build Wget, but

Re: [Bug-wget] Support non-ASCII URLs

2015-12-20 Thread Tim Rühsen
Am Sonntag, 20. Dezember 2015, 19:23:05 schrieb Eli Zaretskii: > > From: Tim Rühsen <tim.rueh...@gmx.de> > > Date: Sun, 20 Dec 2015 16:26:20 +0100 > > > > > Tim sent me the tarball and the log off-list (thanks!). I didn't yet > > > try to build Wget, but

Re: [Bug-wget] Support non-ASCII URLs

2015-12-20 Thread Tim Rühsen
Please review this patch. Tim >From b30500f0f499b8459c20dfc859ff7ac2180b6b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sun, 20 Dec 2015 21:32:06 +0100 Subject: [PATCH] Fix Test-iri-forced-remote * tests/Test-iri-forced-remote.px: Fix encodings ---

Re: [Bug-wget] Support non-ASCII URLs

2015-12-18 Thread Tim Rühsen
Am Freitag, 18. Dezember 2015, 16:42:15 schrieb Giuseppe Scrivano: > Eli Zaretskii writes: > > Attached. > > great, thanks! Tim, do you have any objections or can we push it? Just two issues. 1. Maybe do_conversion() should take a char * argument instead of const char *. We

Re: [Bug-wget] Support non-ASCII URLs

2015-12-17 Thread Tim Rühsen
Am Donnerstag, 17. Dezember 2015, 20:09:56 schrieb Eli Zaretskii: > > From: Tim Ruehsen > > Cc: Giuseppe Scrivano > > Date: Thu, 17 Dec 2015 17:50:47 +0100 > > > > @Eli: If my change is ok for Giuseppe, please apply the changes from iri.c > > to your

Re: [Bug-wget] bug in config_wget 1.17.1

2015-12-17 Thread Tim Rühsen
Am Donnerstag, 17. Dezember 2015, 15:31:17 schrieb Gray, Ryan S: > I tried that with no luck. > > I found some help online but still no dice. > > > I used the ./configure --with-ssl=openssl > --with-libssl-prefix=/usr/local/ssl command...I get back... > > configure: error: --with-ssl=openssl

Re: [Bug-wget] flock is not available on solaris 10 (at least sparc)

2015-12-16 Thread Tim Rühsen
Am Mittwoch, 16. Dezember 2015, 12:13:46 schrieb Giuseppe Scrivano: > Tim Ruehsen writes: > > On Wednesday 16 December 2015 10:31:33 Giuseppe Scrivano wrote: > >> Tim Ruehsen writes: > >> > On Tuesday 15 December 2015 21:55:53 Kiyoshi KANAZAWA wrote: > >>

Re: [Bug-wget] URL encoding issues (Was: GNU wget 1.17.1 released)

2015-12-14 Thread Tim Rühsen
Am Montag, 14. Dezember 2015, 18:33:38 schrieb Eli Zaretskii: > > Date: Sun, 13 Dec 2015 20:04:31 +0100 > > From: "Andries E. Brouwer" > > Cc: "Andries E. Brouwer" , bug-wget@gnu.org > > > > On Sun, Dec 13, 2015 at 08:01:27PM +0200, Eli Zaretskii

Re: [Bug-wget] URL encoding issues (Was: GNU wget 1.17.1 released)

2015-12-14 Thread Tim Rühsen
Am Montag, 14. Dezember 2015, 21:58:59 schrieb Eli Zaretskii: > > From: Tim Rühsen <tim.rueh...@gmx.de> > > Date: Mon, 14 Dec 2015 20:22:41 +0100 > > > > > 1. The functions that call 'iconv' (in iri.c) don't make a point of > > > > > > f

Re: [Bug-wget] GNU wget 1.17.1 released

2015-12-13 Thread Tim Rühsen
Am Sonntag, 13. Dezember 2015, 18:01:16 schrieb Eli Zaretskii: > > From: Tim Rühsen <tim.rueh...@gmx.de> > > Date: Sun, 13 Dec 2015 15:17:02 +0100 > > Cc: andries.brou...@cwi.nl > > > > Andries, thanks for insisting. > > > > As Andries says, I ca

Re: [Bug-wget] GNU wget 1.17.1 released

2015-12-13 Thread Tim Rühsen
Am Sonntag, 13. Dezember 2015, 14:08:10 schrieb Ander Juaristi: > Hi Andries, > > On 12/11/2015 09:03 PM, Andries E. Brouwer wrote: > > On Fri, Dec 11, 2015 at 08:22:23PM +0100, Giuseppe Scrivano wrote: > >> Hello, > >> > >> I am pleased to announce the new version of GNU wget. We consider it a

Re: [Bug-wget] Fwd: New Defects reported by Coverity Scan for GNU Wget

2015-12-13 Thread Tim Rühsen
Thanks, Ander. I splitted your patch into two and pushed them. Regards, Tim Am Sonntag, 13. Dezember 2015, 15:29:26 schrieb Ander Juaristi: > Hi, > > Sorry I came out late, but I've just spotted a code path where fp is not > closed. > > Regards, > - AJ > > On 12/10/2015 11:14 PM, Darshit

<    1   2   3   4   5   6   7   8   9   >