crypt [Re: off-topic! Anonymous CVS access?]

1999-01-23 Thread Alexander N. Benner
Hi Ship's Log, Lt. Tom Lees, Stardate 210199.2014: > > The password is "anonymous". Generate it like this:- > > echo 'main(){printf("%s\n",crypt("password","tL"));}'>t.c; \ > gcc -o t t.c -lcrypt; ./t; rm t t.c I'd say perl -e 'print crypt("passwd","tL")."\n"' is much shorter :) Greeting

Re: off-topic! Anonymous CVS access?

1999-01-22 Thread Johnie Ingram
"Oliver" == Oliver Elphick writes: Oliver> The package `makepasswd' provides an easier command line... Oliver>makepasswd --crypt --clear=your_password Heh, you'd be surprised how controversial that command line is in the BTS :-) - PGP E4 70 6E 59 80 6A F

Re: off-topic! Anonymous CVS access?

1999-01-22 Thread Oliver Elphick
Tom Lees wrote: >1. Put a file "passwd" in $CVSROOT/CVSROOT/, > containing a line like this:- > >anonymous:tLE75Q0w/AnU2 > >The password is "anonymous". Generate it like this:- > >echo 'main(){printf("%s\n",crypt("password","tL"));}'>t.c; \ > gcc -o t t.c -lcrypt; ./t; rm

Re: off-topic! Anonymous CVS access?

1999-01-22 Thread Tom Lees
On Tue, Jan 19, 1999 at 11:56:16PM -0600, Oleg Krivosheev wrote: > > Hi, All > > can someone tell me how to setup anonymous read-only > access to CVS tree via pserver in slink? > Of course with minimum security problems... > > thanks a lot in advance Read the CVS info file, look under Admin fil

off-topic! Anonymous CVS access?

1999-01-20 Thread Oleg Krivosheev
Hi, All can someone tell me how to setup anonymous read-only access to CVS tree via pserver in slink? Of course with minimum security problems... thanks a lot in advance OK