Re: exmh and Xauthority

1996-08-24 Thread Ian Jackson
Maarten Boekhold writes (exmh and Xauthority): ... # Generate a random key; Mui and Pearce offer a number of alternatives # for this. randomkey=`perl -e 'srand; printf int(rand(10))'` Do NOT do this. It results in a weak cookie, meaning that someone could fairly easily guess

exmh and Xauthority

1996-08-17 Thread Maarten Boekhold
Hi, I think it was on debian-devel that somebody asked about this subject. I replied that I had a rather simple setup using the .xserverrc-file, and a couple of people asked me to mail it to them. So I decided to send it to the list. Here it follows: #!/bin/sh # Generate a random key; Mui and