master
build: use autoconf archive to link pthread
libtirpc: Remove deprecated b functions
gssapi: fix rpc_gss_seccreate passed in cred
Avoid use of internal glibc sys/cdefs.h header
Handle gss auth reference counting internally
Removed some PRINTF_ARGS covscan errors
binddynport.c honor ip_local_reserved_ports
bindresvport.c: fix a potential resource leakage
clnt_bcast.c: resource_leak
thread safe clnt destruction.
clnt_create: Restore using reserve ports for client connections
clnt_raw.c: fix a possible null pointer dereference
Make the license clauses consistent
Fix: unresolved _crypt() symbols
Replace bzero() calls with equivalent memset() calls
Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems
Initial commit of libtirpc 0.1.7
getnetconfig.c: free linep to avoid memory leakage
getnetpath.c: resource_leak
check for getpeereid
__getpublickey_real: Removed a warning
getrpcent.c: fix typo
getrpcport: Possible buffer overflow in memcpy
Enable key_prot API for backward compatibility with glibc's SunRPC
Revert commit 3b6edd4 ('Makefile.am: Removed unsupported c-files')
Fix typo in src/libtirpc.map
SUNRPC: MT-safe overhaul of address cache management in rpcb_clnt.c
Enable the netname API for backward compatibility with glibc's SunRPC
Remove dependency to nis.h
Fix location of various standard header includes
updated macOS support for tirpc [2/7] SOL_IP vs IPPROTO_IP
Use poll() instead of select() in svc_run()
_rpc_dtablesize: Decrease the value of size.
Allow working with abstract AF_UNIX addresses.
Remove g_OID_equal()
xdr_rejected_reply: Don't crash with invalid server rejection
Try using a new abstract address when connecting to rpcbind
Fix for CVE-2017-8779
__rpc_get_default_domain is undefined with LDFLAGS=-Wl,--no-undefined
rtime.c: resource_leak
Add missing extern
check for gss_pname_to_uid or hardcode an early return if we can't use aname to localname
Fix SVCAUTH lifetime issues and move towards Solaris
test for IPV6_PKTINFO and potentially define __APPLE_USE_RFC_3542 to expose
svc_generic.c: resource_leak
include string.h when we need a memset prototype for
svc_simple.c: resource_leak
svc_fd_create: skip getsockname on a non-network socket
xdr: add a defensive mask in xdr_int64_t() and xdr_u_int64_t()
attempt to use machine/endian.h if endian.h does not exist
Fix EOF detection on non-blocking socket
Include stdint.h from xdr_sizeof.c to avoid missing declaration errors.
xdrstdio_create buffers do not output encoded values on ppc