Subject: CVS commit: pkgsrc/devel/rpc2
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 08/25/2003 10:28:45
Module Name:	pkgsrc
Committed By:	drochner
Date:		Mon Aug 25 10:28:44 UTC 2003

Modified Files:
	pkgsrc/devel/rpc2: Makefile PLIST distinfo
Removed Files:
	pkgsrc/devel/rpc2/patches: patch-aa

Log Message:
update to 1.19
changes (partial):
- Updated for current autoconf/gcc build environment.
- Some cleanups for the code generated by the rp2gen stub generator.
- Hopefully improved 'timeout' behaviour on asynchronous links (ADSL).
Fixes memory corruptions that typically hit during reintegration, andperformance
      problems when writing data to the servers.
- Now internally supports >2GB files, however we're not really using
  this new capability in Coda yet.
- Re-added a lost lseek that was causing truncated backup files.
    Small files that got piggybacked on the outgoing RPC2 packets were
    only sent to one server in a replicated group. The operation on the
    other servers fails and the client disconnected. The next time the
    servers are accessed this inconsistency was detected and
    automatically resolved. But doing it right in the first place is
    somewhat more efficient and reliable.
    The RPC2 random number generator was not initialized correctly. Not
    sure how much effect this had on connection handling and other
    places that liked random numbers to be unique.
Removed MultiRPC pool allocator, now we can have more than 8 concurrent RPC
operations. And because the per-user limit got removed in Coda-6.0.2, this is
more likely to happen.
A packet with random data could easily trigger an assertion in the MultiRPC
decoding. Now we simply drop it and avoid the possible DoS.
IPv6 support, it is just waiting for the right flag from userspace. As a
result the 1.19 API is binary compatible for older clients and servers.
Removed sftp listener and timeout threads. We always run what was previously
called 'masqueraded'. This works fine as long as our peer uses rpc2-1.9
or later.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/rpc2/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/rpc2/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/rpc2/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/devel/rpc2/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.