egd Support(untestet) and fix for windows ssl error

2001-11-29 Thread Christian Fraenkel
Hi! Well, here is the promised egd support(we'll probably have to exchange the whole PRNG initializationwith something more pretty later on(I would like to implement another switch for supplying an own random-data file...). I can't test it since I don't have access to machines withboth

egd support (attachment)

2001-11-29 Thread Christian Fraenkel
well, i forgot the attachment *doh* egd-win.diff Description: Binary data

Re: SSL bad random seed

2001-11-20 Thread Christian Fraenkel
I remember discussions about this, but I am hardly the person to fix it, as I have zero knowledge about (and need for) SSL. Christian, could you take a look at this? I can dig up old messages about this if you don't have them. No problem. I will try to implement it (more or less) like

Re: Ownership of wget.org

2001-11-17 Thread Christian Fraenkel
Christian Fraenkel

Re: problem with permanent connection.... (maybe a bug)

2001-10-25 Thread Christian Fraenkel
This is not the case however. You probably have two network interfaces and wget seems to pick the wrong one by default here, I can't find how to change that address. --bind-address=ADDRESS bind to ADDRESS (hostname or IP) on local host. does just that, it binds wgets connections to the

Downloading multiple files with -O

2001-04-24 Thread Christian Fraenkel
Hi, Since I'd like to download multiple files using -O I'm seeking for a solution to distingish between the different parts(files). Is there a way to do this? Regards Christian

Re: Features I would like to (see) implement(ed)

2001-04-05 Thread Christian Fraenkel
On 04.04.01 at 16:03 Hrvoje Niksic wrote: Please use wget-patches for submitting patches, not for general discussion about Wget features. "Christian Fraenkel" [EMAIL PROTECTED] writes: I thought a lot about wget lately and came up with some ideas(you could also call it a personal r

custom certificate patch for wget-1.7+dev

2001-01-30 Thread Christian Fraenkel
, but with them it worked like expected. It also adds some code to handle error in init_ssl. Like always I'd be gratefull for feedback Christian NEWS: ** one can now specify a client certificate for ssl connections src/ChangeLog: 2001-01-30 Christian Fraenkel [EMAIL PROTECTED