]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add a family-independent bindresvport_sa function
authorAndreas Schneider <asn@samba.org>
Tue, 27 May 2014 17:47:22 +0000 (19:47 +0200)
committerGreg Hudson <ghudson@mit.edu>
Fri, 27 Jun 2014 23:36:40 +0000 (19:36 -0400)
commit0d04b60d159ab83b943e43802b1449a3b074bc83
tree69c67a722770b6999963798cd7a372262ef9946c
parent7567f36f83bab47206c2ea85724c1e74c26ec0d6
Add a family-independent bindresvport_sa function

This functions allows you to pass IPv4 and IPv6 addresses.  If no
address is given, t will determine the family by checking the socket
with getsockname.

[ghudson@mit.edu: clarified commit message, split out setport helper,
squashed with next commit, minimized code changes from old
bindresvport, used socket-utils.h helpers]

ticket: 7935 (new)
src/include/gssrpc/rename.h
src/include/gssrpc/rpc.h
src/lib/rpc/bindresvport.c