mbox series

[0/3,libtirpc,v2] Support abstract addresses for rpcbind in libtirpc

Message ID 20240311014327.19692-1-neilb@suse.de (mailing list archive)
Headers show
Series Support abstract addresses for rpcbind in libtirpc | expand

Message

NeilBrown March 11, 2024, 1:41 a.m. UTC
This resend includes a couple of bug fixes.
In the first patch, __rpc_taddr2uaddr_af() was reported a "universal" address
of the absract socket as starting with "\0" instead of "@".

In the second patch, only one local_rpcb() call wants the target address.

Thanks,
NeilBrown

 [PATCH 1/3] Allow working with abstract AF_UNIX addresses.
 [PATCH 2/3] Change local_rpcb() to take a targaddr pointer.
 [PATCH 3/3] Try using a new abstract address when connecting to

Comments

Steve Dickson March 18, 2024, 8:39 p.m. UTC | #1
On 3/10/24 9:41 PM, NeilBrown wrote:
> This resend includes a couple of bug fixes.
> In the first patch, __rpc_taddr2uaddr_af() was reported a "universal" address
> of the absract socket as starting with "\0" instead of "@".
> 
> In the second patch, only one local_rpcb() call wants the target address.
> 
> Thanks,
> NeilBrown
> 
>   [PATCH 1/3] Allow working with abstract AF_UNIX addresses.
>   [PATCH 2/3] Change local_rpcb() to take a targaddr pointer.
>   [PATCH 3/3] Try using a new abstract address when connecting to
> 
Committed... (tag: libtirpc-1-3-5-rc3)

steved.