Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2002 11:15:34 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/keyserv keyserv.c
Message-ID:  <200202061915.g16JFYQ25724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2002/02/06 11:15:34 PST

  Modified files:
    usr.sbin/keyserv     keyserv.c 
  Log:
  Readded the svc_create() and the registering of the local transport,
  now it is fixed. This should get us a working keyserv again, since
  it depends on local transport for key exchange.
  
  Since we do not have any KEYFILE name hardcoded anymore, set the
  umask that way that the keyserver socket can be created with with
  the appropriate permissions.
  
  Re-add the accidently removed signal(SIGPIPE, SIG_IGN); to the code
  which makes sense to avoid SIGPIPE when a disconnect on rpc socket
  occurs.
  
  Submitted by: mbr
  
  Revision  Changes    Path
  1.7       +36 -2     src/usr.sbin/keyserv/keyserv.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?200202061915.g16JFYQ25724>