cvs commit: src/lib/libc/rpc svc_vc.c src/include/rpc svc.h

Martin Blapp mbr at FreeBSD.org
Sun Jun 15 03:32:02 PDT 2003


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


More information about the cvs-src mailing list