~crass/rsync/+git/HEAD:cvs/branch-2.3

Last commit made on 2002-02-09
Get this branch:
git clone -b cvs/branch-2.3 https://git.launchpad.net/~crass/rsync/+git/HEAD

Branch merges

Branch information

Name:
cvs/branch-2.3
Repository:
lp:~crass/rsync/+git/HEAD

Recent commits

9847231... by Martin Pool

Make sure that supplementary groups are removed from a server process
after changing uid and gid. (Ethan Benson)

Bump version to 2.3.4pre1

461c6de... by Martin Pool

Bump version to 2.3.3.

9c380e0... by Martin Pool

Bump version to 2.3.3pre1.

61ea0c9... by Martin Pool

Merge signedness security patch from Sebastian Krahmer
<email address hidden> -- in some cases we were not sufficiently careful
about reading integers from the network.

Possibly some other changes are required.

2e1d43d... by Martin Pool

Ignore autoconf fluff.

6780f72... by Martin Pool

Add code to compare sin6_addrs.

39e01d2... by Martin Pool

Back out last change -- to see whether an address is spoofed, we don't
want to look at the whole sockaddr, but rather just at the sin_addr
that it contains.

Also fix silly bug where ai_flags was set incorrectly for getaddrinfo.

f755029... by Martin Pool

compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses.

974f27e... by Martin Pool

Split out code to compare addrinfo and sockaddr into it's own
function. The comparison cannot be done just byte-by-byte, because
different parts of the sockaddr will be meaningful depending on the
protocol. It looks like on some systems the library sets the unused
parts to 0, but this is not reliable. IPv6 not implemented yet.

af32f69... by Martin Pool

Doc.