Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-14 Thread D Andrew Reynhout
On Sat, Mar 13, 2004 at 01:23:31PM -0800, Wayne Davison wrote: (1) The sender would create the file list pre-munged (with a simpler naming scheme) but flagged in such a way that it would know that it had to tweak the name back into its unmunged form before opening it. (This solution avoids

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-14 Thread D Andrew Reynhout
On Sat, Mar 13, 2004 at 04:40:59PM -0500, Wesley D Craig wrote: qsort is specified in the C89 standard. The compare function is passed to this routine by rsync. So if there are sort-order vagaries, they would represent a basic bug in rsync. To fake up the second file, I might suggest a

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-14 Thread Wayne Davison
On Sun, Mar 14, 2004 at 01:01:18PM -0500, D Andrew Reynhout wrote: I don't think there's any room left in the unsigned char to hold another flag, but if a protocol rev is necessary, widening the flag bits is much more flexible than explicit file-ids. The flags bits have already been widened.

Convite do Pedro

2004-03-14 Thread webmaster
Exmo(a). Sr(a). Pedro convida-o(a) a ver um site que lhe pode interessar. Para o efeito clique no link abaixo: http://www.prendinhas.com Com os melhores cumprimentos, Prendinhas.com (Nota: Esta mensagem é um convite enviado a partir do site prendinhas.com. Não responda a esta mensagem.)

Re: MD4 checksum_seed

2004-03-14 Thread Donovan Baarda
On Wed, 2004-03-10 at 16:43, Eran Tromer wrote: [...] Note that, above, block hash collisions are very easy to find if you know checksum_seed. The rolling Fletcher checksum1 is trivially defeated. To defeat the k-bit truncated MD4 checksum2, just keep generate random blocks having the same

How to --delete deleted directories

2004-03-14 Thread Richard Greaney
Hi all I am currently working on a project where I need to mirror an entire directory tree. I would rather only process updated files as the transfer is only working at 56Kb. As such, I'm using rsync with the -u switch. I also want it to delete non-existent files off the remote server, hence I