Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libtirpc: Transport Independent RPC Library
- Summary
- This package contains SunLib's implementation of transport-independent
RPC (TI-RPC) documentation. This library forms a piece of the base of
Open Network Computing (ONC), and is derived directly from the
Solaris 2.3 source.
TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface
(XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
by almost 70 vendors on all major operating systems. TS-RPC source code
(RPCSRC 4.0) remains available from several internet sites.
Changelog
- * Mon Aug 28 17:00:00 2006 Steve Dickson <steved{%}redhat{*}com> 0.1.7-4
- Fixed undefined symbol (bz 204296)
- * Mon Aug 14 17:00:00 2006 Steve Dickson <steved{%}redhat{*}com> 0.1.7-3
- Added in svc_auth_none needed by the GSSAPI code.
- Added compile define for ppc64 archs
- * Fri Aug 11 17:00:00 2006 Steve Dickson <steved{%}redhat{*}com> 0.1.7-2
- Uncommented tcp6 and udp6 in the default /etc/netconfig file.
- Added hooks to used the libgssapi library.