]>
granicus.if.org Git - libtirpc/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Steve Dickson [Mon, 18 Feb 2008 22:30:46 +0000 (17:30 -0500)]
Added that libtirpc.pc.in that will create
the /usr/lib/pkgconfig/libtirpc.pc file that is
used by the pkg-config(1) command
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Thu, 24 Jan 2008 20:01:22 +0000 (15:01 -0500)]
Protect from buffer overflow in the GSS code.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Thu, 25 Oct 2007 17:38:31 +0000 (13:38 -0400)]
When the configuration --enable-gss used, the libgssglue
library will be used instead of the libgssapi.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Thu, 25 Oct 2007 15:09:46 +0000 (11:09 -0400)]
Cleaned out all the stale autoconf files
Added autogen.sh script used to generate all
the autoconf files.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Thu, 25 Oct 2007 14:55:57 +0000 (10:55 -0400)]
Added " || defined(__arm__)" to xdr_float.c which allows libtirpc
to build on ARM processors.
Author-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Mon, 30 Jul 2007 11:28:27 +0000 (07:28 -0400)]
- Change the order of network ids in /etc/netconfg
putting ipv4 ids before ipv6.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Mon, 30 Jul 2007 11:26:45 +0000 (07:26 -0400)]
- Make sure remote address (xp_rtaddr) is populated
with the correct type of address.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Fri, 4 May 2007 18:26:56 +0000 (14:26 -0400)]
Added IP_RECVERR processing with to clnt_dg_call() so
application will see errors instead of timing out
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Fri, 4 May 2007 16:19:27 +0000 (12:19 -0400)]
A couple ntohs() were needed in bindresvport_sa()
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Fri, 4 May 2007 15:27:43 +0000 (11:27 -0400)]
Ignore the return value of snprintf() and use strlen() instead
to bump the pointer in clnt_sperror()
Also removed calls to assert(), not needed.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Fri, 4 May 2007 13:27:00 +0000 (09:27 -0400)]
Fixed mutex locking problem in clnt_raw.c. One should grab the
clntraw_lock before accessing at clntraw_private, not after.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Thu, 26 Apr 2007 21:20:21 +0000 (17:20 -0400)]
Added a optimization to bindresvport that allows more
ports to be tried.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Thu, 26 Apr 2007 18:42:16 +0000 (14:42 -0400)]
Check for buffer overflow in xdr_string.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Fri, 20 Apr 2007 19:04:22 +0000 (15:04 -0400)]
Added SVCAUTH_DESTROY and svcauth_destroy macros to
fix undefined errors
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Fri, 20 Apr 2007 19:03:11 +0000 (15:03 -0400)]
Added compile define for ppc64 archs
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Fri, 20 Apr 2007 18:59:38 +0000 (14:59 -0400)]
Added in svc_auth_none needed by the GSSAPI code.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Fri, 20 Apr 2007 18:58:54 +0000 (14:58 -0400)]
Added configure.in hooks to used the libgssapi library.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Fri, 20 Apr 2007 18:57:00 +0000 (14:57 -0400)]
Uncommented tcp6 and udp6 in the default /etc/netconfig file.
Signed-off-by: Steve Dickson <steved@redhat.com>
Steve Dickson [Fri, 20 Apr 2007 18:56:09 +0000 (14:56 -0400)]
Initial commit of libtirpc 0.1.7
Signed-off-by: Steve Dickson <steved@redhat.com>