I'm attempting to set up a 'net accessable CVS repository, and due to various security concerns want to mandate that the *ONLY* access to the CVS pserver is...
J C Lawrence
claw@...
Nov 1, 1998 9:14 pm
10319
... setenv CVS_RSH ssh That's what we use on various projects, and it works quite well... Marc G. Fournier Systems Administrator @ hub.org primary:...
The Hermit Hacker
scrappy@...
Nov 1, 1998 9:43 pm
10320
... What you're looking for doesn't seem easy: you basically want to have an SSH tunnel and then only allow connections to the pserver from this tunnel (i.e....
Stefan Monnier
monnier+lists/cvs/new...
Nov 2, 1998 12:15 am
10321
... That's funny, the following line works fine in our inetd.conf: cvspserver stream tcp nowait root /usr/local/bin/cvs cvs ...
Chris Cameron
ccameron@...
Nov 2, 1998 12:15 am
10322
... AppleSingle is one option. But it is no ultimate answer. If you e.g. want to have resource merging and differential storage of resources (to save space),...
Joerg Bullmann
joerg@...
Nov 2, 1998 1:01 am
10323
... Compile your ssh server --with-libwrap. The entry in inetd.conf for CVS looks like cvspserver stream tcp nowait root /usr/sbin/tcpd /opt/gnu/bin/cvs...
Andrew Raphael
raphael@...
Nov 2, 1998 2:11 am
10324
On Mon, 2 Nov 1998 12:16:58 +1100 (EST) ... Aye, this is the point that I was getting to as well. SSH just doesn't seem geared to making generic _and_...
J C Lawrence
claw@...
Nov 2, 1998 6:21 am
10325
Hi I'm trying to use wincvs 1.0 on my NT 4.0 machine. The server is on a unix solaris box. I have tried to find help within the info-cvs egroupe for the...
Merrill McKay
mckay@...
Nov 2, 1998 2:03 pm
10326
Hi, ... this is correct ... ... ... then yo must not 'dublify' argv[0]. Regards, -hen ... Henner Zeller zeller@... ...
Henner Zeller
zeller@...
Nov 2, 1998 5:05 pm
10327
... Let's give credit where credit is due... I authored that document, not Andrew. Again, it can be found at http://www.cfug.org/ssh2/ You're welcome. :) ...
Lou Rinaldi
lou@...
Nov 2, 1998 5:30 pm
10328
... otoh, how secure is ssh? http://news.freshmeat.net/readmore?f=ssh-vulnerability between the ibm ers bulletin and the rootshell crack (a rumoured ssh 1.x ...
sean dreilinger
sean@...
Nov 2, 1998 5:42 pm
10329
On Mon, 2 Nov 1998 11:13:08 -0500 (EST) ... Whoops! Err, sorry! You're right of course. Andrew did the "Port forwarding, tcp_wrappers problem" thread. I'd...
J C Lawrence
claw@...
Nov 2, 1998 5:47 pm
10330
On Mon, 02 Nov 1998 08:25:59 -0800 ... As weak as the people at the ends. I'm not looking for a holy grail here, just better odds. ... I'll check that one. ...
J C Lawrence
claw@...
Nov 2, 1998 6:07 pm
10331
... The syntax of an inted.conf entry is ... username program argv0 args. In the original example, the program was /usr/local/bin/cvs and argv0 was cvs and...
Bill Fenner
fenner@...
Nov 2, 1998 8:20 pm
10332
Hi everyone: I'm new to CVS and would appreciate any help on finding a CVS training course. I've been tasked to perform Configuration Manage for my company and...
Anthony Fernandes
afernand@...
Nov 2, 1998 11:01 pm
10333
When checking out modules with sub-directories specified via the modules file (i.e. <module_name> <sub_dir1> <sub_dir2> ...), cvs will fail if the directories...
Derek R. Price
pricedr@...
Nov 2, 1998 11:04 pm
10334
I'm using cvs 1.10.3 When checking out modules with sub-directories specified via the modules file (i.e. <module_name> <sub_dir1> <sub_dir2> ...), cvs will...
Derek R. Price
pricedr@...
Nov 2, 1998 11:05 pm
10335
Ok, I'm finally getting around to writing a CVS perl module for the project where we're implementing CVS, and I want to get some feedback from the rest of the...
Dan Rich
drich@...
Nov 3, 1998 2:17 am
10336
Catherine POMIES
cpomies@...
Nov 3, 1998 12:41 pm
10337
We have a few files (with some history on them) that were added as binary (-kb). We now see that this was a mistake, and we want to make them (with any ...
Rotstein Micha
Micha_Rotstein@...
Nov 3, 1998 1:20 pm
10338
Thank you....
Vasudeva Rao
vasubr@...
Nov 3, 1998 5:02 pm
10339
In CVS 1.9, local file system (no client/server), HPUX 9.05: If I have a directory which has any conflicts in it, cvs release -d refuses to release the...
Lenny Foner
foner@...
Nov 3, 1998 6:52 pm
10340
HI, I've just noticed that I can't checkout files by unix wildcard. eg: cvs checkout modulename/*.c cvs: No match. This works in RCS because of the ./RCS...
BRUCE MCARDLE SAYS HI
mcardleb@...
Nov 3, 1998 9:06 pm
10341
I always use cvs -Q rel -d. Does anyone know of any way to specify the -Q from within the .cvsrc file? Noel...
Noel Yap
nyap@...
Nov 3, 1998 9:53 pm
10342
Date: Tue, 03 Nov 1998 15:31:09 -0500 From: Noel Yap <nyap@...> I always use cvs -Q rel -d. Does anyone know of any way to specify the -Q from within...
Lenny Foner
foner@...
Nov 3, 1998 11:00 pm
10343
... Sorry about the polymorphic mail. Passing the -Q does allow the release to succeed without asking any questions. Your email also reminded about posting my...
Noel Yap
nyap@...
Nov 3, 1998 11:55 pm
10344
... [Cameron, Steve] I think the normal answer is, "cvs checkout" requires a modulename, not a filename for an argument. Because of this, you typically define...
Cameron, Steve
Steve.Cameron@...
Nov 4, 1998 12:08 am
10345
Date: Tue, 03 Nov 1998 17:43:30 -0500 From: Noel Yap <nyap@...> ... Sorry about the polymorphic mail. Passing the -Q does allow the release to succeed...
Lenny Foner
foner@...
Nov 4, 1998 12:24 am
10346
Hello, I'm pleased to announce the final release of WinCvs 1.0 - a cvs front-end interface. cvs is a popular revision control system used to manage your source...
Alexandre Parenteau
alexp@...
Nov 4, 1998 12:55 am
10347
Hi: using: cvs 1.10.2 on: solaris 2.5.1 (sparc) I want to list the tags that have been recorded in a given repository. executing: cvs history -T returns tags...