Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: Looking for c source code to generate cvs passwords
- To: Jake Morrison <jake_morrison@example.com>
- Subject: Re: Looking for c source code to generate cvs passwords
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Date: Wed, 2 May 2001 09:46:05 +0900
- Cc: tlug@example.com
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <20010501121634.38853.qmail@example.com>
- References: <15086.38408.529511.137821@example.com><20010501121634.38853.qmail@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <iWw3S.A.O9H.io176@example.com>
- Resent-Sender: tlug-request@example.com
>>>>> "Jake" == Jake Morrison <jake_morrison@example.com> writes: Jake> Yes, the passwords stored in .cvslogin are trivially Jake> encoded, as they need to be sent to the server in Jake> cleartext. But the passwords on the server are in crypt Jake> format. It's been, er, 3.5 years since I last set a password in my pserver, I forgot about the DIY aspect of setting the password (I see from my notes that I did adduser tempcvs; for NEWCVSUSER in ...; do passwd tempcvs; fgrep tempcvs /etc/passwd | sed -e 's/tempcvs/$NEWCVSUSER/' >> CVSROOT/passwd; done; deluser tempcvs :^). Which is all very pointless (CVSROOT/passwd is the _strongest_ link in this chain, users are far more likely to have insecure .cvslogin, not to mention the network), but who cares. For Anthony, the sensible thing to do is to use the ext server with ssh, and set the group of untrusted users to something innocuous. The only problem I can think of is if he's got a OSF/1 server or Mac users, our gikans were claiming that (a) ssh doesn't compile on that OS and (b) there are no decent ssh packages for the Mac (I think "decent" meant "free beer" free). -- University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Institute of Policy and Planning Sciences Tel/fax: +81 (298) 53-5091 _________________ _________________ _________________ _________________ What are those straight lines for? "XEmacs rules."
- References:
- Re: Looking for c source code to generate cvs passwords
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Re: Looking for c source code to generate cvs passwords
- From: Jake Morrison <jake_morrison@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: Looking for c source code to generate cvs passwords
- Next by Date: Re: Looking for c source code to generate cvs passwords
- Prev by thread: Re: Looking for c source code to generate cvs passwords
- Next by thread: Re: Looking for c source code to generate cvs passwords
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links