Steve Dickson
417f73f30b
- Fix for taddr2addr conversion bug of local addresses
...
- Fixed some of warnings in: src/auth_time.c, src/clnt_dg.c and
src/clnt_raw.c
- Added some #ifdef NOTUSED around some code in src/rpbc_clnt.c that was
not being used...
2008-09-16 16:05:33 +00:00
Steve Dickson
66af2ac9a7
- Always make IPv6 sockets V6ONLY
...
- Fix incorrect sizeof() in __rpc_getbroadifs
2008-09-04 18:18:22 +00:00
Tom Callaway
175fea3b2c
fix license tag
2008-08-07 15:52:20 +00:00
Tom Callaway
faf54a0075
fix license tag
2008-08-07 15:49:45 +00:00
Steve Dickson
d2d197189d
Updated compile patch to work with new version
2008-07-10 17:21:40 +00:00
Steve Dickson
e35ef8c97f
Uploaded new tarball
2008-07-10 17:10:38 +00:00
Steve Dickson
b18e268831
Fixed the relese number
2008-07-09 21:09:56 +00:00
Steve Dickson
e7c6e1b122
Update to latest upstream version 0.1.9
2008-07-09 21:07:50 +00:00
Steve Dickson
7d886e50ca
Added super-H(sh3,4) architecture support (bz 446559)
2008-06-27 18:15:10 +00:00
Steve Dickson
812e01bc08
Update to latest upstream version 0.1.8
2008-06-10 19:42:19 +00:00
Steve Dickson
b94287a679
updated changelog
2008-03-13 10:00:41 +00:00
Steve Dickson
d09e210b3d
Install man pages
2008-03-13 09:59:17 +00:00
Jesse Keating
e27db56a92
- Autorebuild for GCC 4.3
2008-02-20 03:17:18 +00:00
Steve Dickson
deb8f75e55
- Added patch that creates a libtirpc.pc used by the pkg-config command.
2008-02-18 22:54:33 +00:00
Steve Dickson
2b23012f5d
Protect from buffer overflow in the GSS code. (bz 362121)
2008-01-24 20:11:52 +00:00
Steve Dickson
dff27d92cb
Fixed typo in /etc/netconfig file (bz 414471)
2007-12-17 19:44:33 +00:00
Steve Dickson
065b21b351
Added a check for the ARM arch (bz 351071)
2007-10-25 17:52:20 +00:00
Steve Dickson
cb948a3f79
Switch the libgssapi dependency to libgssglue
2007-10-17 18:27:04 +00:00
Bill Nottingham
cd95ac93ca
makefile update to properly grab makefile.common
2007-10-15 19:04:43 +00:00
Steve Dickson
5613615b04
- Made tcp6/udp6 network ids no longer visible in the netconfig file since
...
the ipv6 code is not fully baked yet in rpcbind. (bz 249121)
2007-10-15 14:35:57 +00:00
Jesse Keating
552aeda9df
- Rebuild for selinux ppc32 issue.
2007-08-29 05:47:57 +00:00
Steve Dickson
2d254b9e73
Bumped up Release from 8 to 9.
2007-07-30 16:05:17 +00:00
Steve Dickson
d3fef90e8f
- Change the order of network ids in /etc/netconfg putting ipv4 ids before
...
ipv6.
2007-07-30 12:01:02 +00:00
Steve Dickson
04c2ae6257
- Make sure remote address (xp_rtaddr) is populated with the correct type
...
of address.
2007-07-30 11:56:40 +00:00
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