From owner-cvs-all Tue Mar 30 2:23:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F4081506A; Tue, 30 Mar 1999 02:23:55 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA35953; Tue, 30 Mar 1999 02:23:38 -0800 (PST) (envelope-from joerg@FreeBSD.org) Message-Id: <199903301023.CAA35953@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 30 Mar 1999 02:23:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/uucpd uucpd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1999/03/30 02:23:37 PST Modified files: libexec/uucpd uucpd.c Log: Ignore empty usernames, and repeat the login: prompt in this case. There's not much point in having uucpd behave differently than login(1) for this, and now uucpd is compatible to the default chat script of Taylor UUCP which sends a single \r at first. While i was at it, added a few strategic ``errno = 0;''s, so at least an `Undefined error 0' will be returned for things like a closed connection while reading the login ID or password, as opposed to an even more bogus thing like `No such file or directory'. Revision Changes Path 1.16 +10 -6 src/libexec/uucpd/uucpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message