Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2003 03:32:01 -0700 (PDT)
From:      Martin Blapp <mbr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/rpc svc_vc.c src/include/rpc svc.h
Message-ID:  <200306151032.h5FAW1Q1054567@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mbr         2003/06/15 03:32:01 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/rpc         svc_vc.c 
    include/rpc          svc.h 
  Log:
  Replace the old SCM_CREDS cred procedures. They can now be
  replaced just fine with getpeereid() and the whole code
  gets a lot simpler. We don't break the ABI, since all server
  programms use __rpc_get_local_uid(), and we just change library
  internals.
  
  Reviewed by:    des
  
  Revision  Changes    Path
  1.24      +0 -5      src/include/rpc/svc.h
  1.21      +21 -122   src/lib/libc/rpc/svc_vc.c



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