Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Mar 1999 02:23:38 -0800 (PST)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/uucpd uucpd.c
Message-ID:  <199903301023.CAA35953@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903301023.CAA35953>