Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2002 11:26:05 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/rpc crypt_client.c src/usr.bin/chpass pw_yp.c src/usr.bin/passwd yp_passwd.c src/usr.bin/rpcinfo rpcinfo.c
Message-ID:  <200202051926.g15JQ5w76919@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2002/02/05 11:26:04 PST

  Modified files:
    lib/libc/rpc         crypt_client.c 
    usr.bin/chpass       pw_yp.c 
    usr.bin/passwd       yp_passwd.c 
    usr.bin/rpcinfo      rpcinfo.c 
  Log:
  The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks
  were removed and replaced them with clnt_tp_create, now the af_local
  support is fixed.
  
  I also removed the hack how rpcinfo contacted rpcbind, now we can
  relay on clnt_tp_create create the client-handle for us.  Only
  rpcbind itself needs a hardcoded socket-path.
  
  Submitted by: mbr
  
  Also add $FreeBSD
  
  Revision  Changes    Path
  1.6       +18 -7     src/lib/libc/rpc/crypt_client.c
  1.17      +20 -6     src/usr.bin/chpass/pw_yp.c
  1.16      +19 -3     src/usr.bin/passwd/yp_passwd.c
  1.12      +16 -14    src/usr.bin/rpcinfo/rpcinfo.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?200202051926.g15JQ5w76919>