K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-09-10T00:50:13.000000Z K 7 svn:log V 380 Change strcpy() to strncpy() in several places, and give gethostname() the real buffer size. Note that the strncpy(domain, ...) doesn't need to be a strncpy(), since it is copying from itself to itself, but belts and suspenders don't hurt and this is not time-critical code. Fixes the half of PR bin/1581 that wasn't fixed in rev 1.7 Submitted by: Karl END