Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2002 10:51:13 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_main.c yppasswdd_server.c
Message-ID:  <200202051851.g15IpDk68401@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2002/02/05 10:51:13 PST

  Modified files:
    usr.sbin/rpc.yppasswdd yppasswdd_main.c yppasswdd_server.c 
  Log:
  Fix the breakage in rpc.yppasswd. Readded the svc_create() and
  the registering of the "unix" transport, now it is fixed.
  
  Everywhere, rq_cred is taken to look what authentification we have.
  We can not be sure that transp>xp_verf.oa_flavor is also filled in.
  This seems to be the same for all sun source. they take the flavor
  of rq_cred, instead of transp.
  
  Submitted by: mbr
  
  Revision  Changes    Path
  1.18      +40 -58    src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
  1.21      +13 -22    src/usr.sbin/rpc.yppasswdd/yppasswdd_server.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?200202051851.g15IpDk68401>