Bug 25757

Summary: rcp does not handle logins with a '.' in it
Product: Base System Reporter: Jim.Pirzyk <Jim.Pirzyk>
Component: binAssignee: Jim Pirzyk <pirzyk>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jim.Pirzyk 2001-03-13 01:40:01 UTC
	If you use rcp with a login name, that login name has a '.' in it, rcp
	will fail, but returns a 0 error code.

Fix: The following fix handles both problems,
		a) returns non zero when the login name is bad.
		b) allows a '.' in the login name
How-To-Repeat: 
	touch /tmp/junk
	rcp Jim.Pirzyk@localhost:/tmp/junk /tmp/junk2
Comment 1 Jim Pirzyk freebsd_committer freebsd_triage 2001-05-29 16:59:14 UTC
Responsible Changed
From-To: freebsd-bugs->pirzyk

Took ownership of my own bug report.
Comment 2 Jim Pirzyk freebsd_committer freebsd_triage 2001-05-30 17:19:23 UTC
State Changed
From-To: open->closed

Fixed in -current, will be MFC'ed in 3 weeks.