Bug 26072

Summary: [Fix] clnt_generic af_unix support
Product: Base System Reporter: mb <mb>
Component: kernAssignee: GNATS administrator <gnats-admin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 1.0-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description mb 2001-03-25 14:30:01 UTC
Adding a temporary fix for the af_unix rpc connections what we had
previously in our old rpc code. This makes secure rpc client programms
working again, cause they are using an authentificated unix channel.
Rpcbind has been hacked by the netbsd people directly, so they have not
seen the breakage.

The current code should normally work, but it doesn't. I've investigated a
lot of time. One thing is, that for af_unix sockets it is wrong to call
getaddrinfo() which fails.

Anyway, this fix does it's job and so we can investigate some time to
provide the real fix.

Fix: http://home.teleport.ch/freebsd/clnt_generic.c.diff
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2001-03-25 16:36:22 UTC
State Changed
From-To: open->closed

Misfiled; originator shall refile.