Re: patch: better progress meter

2004-02-27 Thread Timo Sirainen
On 27.2.2004, at 20:07, Timo Sirainen wrote: Recently I figured out that rsync -P can be nicely used as resuming scp. Only thing annoying me was that the kB/s and time left estimates showed completely wrong values when resuming files. Would be nice to get included patch applied, or something

patch: better progress meter

2004-02-27 Thread Timo Sirainen
Recently I figured out that rsync -P can be nicely used as resuming scp. Only thing annoying me was that the kB/s and time left estimates showed completely wrong values when resuming files. Would be nice to get included patch applied, or something similiar to it. rsync-progress.diff Descripti

Re: Possible security hole

2003-10-06 Thread Timo Sirainen
On Sun, 2003-10-05 at 02:56, Wayne Davison wrote: > On Sat, Oct 04, 2003 at 11:38:48PM +0300, Timo Sirainen wrote: > > for (i=0; i < (int) s->count;i++) { > > Yeah, that's pretty bad. Attached is a patch that should fix this and a > number of other related pr

Possible security hole

2003-10-04 Thread Timo Sirainen
Maybe security related mails should be sent elsewhere? I didn't notice any so here it goes: sender.c:receive_sums() s->count = read_int(f); .. s->sums = (struct sum_buf *)malloc(sizeof(s->sums[0])*s->count); if (!s->sums) out_of_memory("receive_sums"); for (i=0; i