Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 1996 14:11:52 -0700 (PDT)
From:      "Marc G. Fournier" <scrappy>
To:        CVS-committers, cvs-all, cvs-libexec
Subject:   cvs commit:  src/libexec/rshd rshd.c
Message-ID:  <199610222111.OAA03301@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

scrappy     96/10/22 14:11:52

  Modified:    libexec/rshd  rshd.c
  Log:
  Fixes:
  
  When an rsh is denied by rshd because the client is lacking appropriate
  .rhosts permission, an error message is formatted for syslog which contains
  the client's hostname.  The hostname portion of the message relies on a pointer
  to a field within gethostbyname()'s internal struct hostent which changes state
  between when the pointer is initialized and when it is dereferenced to create th
  e
  message.
  
  Submitted by: skynyrd@opus.cts.cwu.edu
  
  Revision  Changes    Path
  1.9       +2 -2      src/libexec/rshd/rshd.c



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