Commit Graph

168 Commits

Author SHA1 Message Date
Steve Dickson 808a248167 - Fixed mutex lock problem in clnt_raw_create()
- Ignore the return value of snprintf() and use strlen() instead to bump
    the pointer in clnt_sperror()
- A couple ntohs() were needed in bindresvport_sa()
- Added IP_RECVERR processing with to clnt_dg_call() so application will
    see errors instead of timing out
2007-07-30 11:24:01 +00:00
Steve Dickson 3ff2697d01 Fixed infinite loop in svc_run() (bz 246677) 2007-07-09 17:03:17 +00:00
Steve Dickson 3d9be28ff2 - Fixed potential buffer overflow in xdr_strings
- Added a optimization to bindresvport that allows more ports to be tried.
2007-05-02 14:45:58 +00:00
Steve Dickson bc197cf32a Fixed Unowned Directory RPM problem (bz 233873) 2007-03-26 17:15:09 +00:00
Steve Dickson d478e05ba5 Fixed undefined symbol (bz 204296) 2006-08-28 12:25:53 +00:00
Steve Dickson 074ed6b97a Added defined(__s390__) to list of defines 2006-08-17 15:39:14 +00:00
Steve Dickson dcf4f811fd Change __powerpc64__ to __powerpc__ since covers both ppc and ppc64 2006-08-16 20:56:15 +00:00
Steve Dickson 8ceb0e0482 Added compile define for ppc64 archs 2006-08-16 14:02:35 +00:00
Steve Dickson 2cf59bc459 Added %{release} to buildroot Remove --prefix=%{buildroot} from %configure
line Added %config(noreplace) to netconfig file.
2006-08-16 00:07:14 +00:00
Steve Dickson baafab5c8d - Don't package static libraries unless there is a VERY good reason to do
so
- Don't list gssapi requirement specifically, rpm will figure that out on
    its own when building the package.
2006-08-15 22:02:58 +00:00
Steve Dickson db51df57b1 Use %{name}-%{version} in URL field Remove Requires(postun) and (pre) on
ldconfig Replace %makeinstall with make install DESTDIR=%{buildroot}.
2006-08-15 11:37:48 +00:00
Steve Dickson 8628a83046 Added in svc_auth_none needed by the GSSAPI code. 2006-08-14 16:02:26 +00:00
Steve Dickson 54ab0f1e43 Added hooks to used the libgssapi library. 2006-08-11 16:57:18 +00:00
Steve Dickson 285ec3c6ac Uncommented tcp6 and udp6 in the default /etc/netconfig file. 2006-08-11 15:08:09 +00:00
Steve Dickson 9949cc7075 Updated the compile patch to have function names 2006-08-09 19:14:53 +00:00
Steve Dickson c144093431 Added in spec file and a patch file that makes things compile 2006-08-09 19:09:18 +00:00
Steve Dickson 8ac6473a57 uploaded libtirpc-0.1.7.tar.bz2 2006-08-09 19:03:25 +00:00
Steve Dickson fa563ad35a Setup of module libtirpc 2006-08-09 19:00:05 +00:00