[XFree86] xauth generation issues

2003-11-30 Thread Fredrik Tolf
Hi! I've been playing around xauth a little just now, and I'm a bit curious about the 'generate' command. I've been able to do about what I want with this command: file=`mktemp /tmp/xauthXX` xauth -f "$file" generate :0 . untrusted timeout 120 However, having to store the cookie to a file a

Re: [XFree86] xauth generation issues

2003-12-01 Thread Matthieu Herrb
Fredrik Tolf wrote (in a message from Monday 1) > Hi! > > I've been playing around xauth a little just now, and I'm a bit > curious about the 'generate' command. > > I've been able to do about what I want with this command: > > file=`mktemp /tmp/xauthXX` > xauth -f "$file" generate