Re: [PATCH] XDM: Add support for clients that sent ipv4 addresses to a dual-stacked host

2009-12-01 Thread Adam Jackson
On Mon, 2009-11-30 at 13:34 +0100, Christoph Bartoschek wrote: > If a client sends an ipv4 address to a dual-stacked xdm that is bound to a > ipv6 > socket in a forward request, then the packet was silently discarded. Now the > address is encapsulated as a ipv4-mapped address and a response is sen

Re: [PATCH] XDM: Add support for clients that sent ipv4 addresses to a dual-stacked host

2009-11-30 Thread Christoph Bartoschek
Hi, I forgot to mention that I've tested this code inside of kdm and it works. Our thin clients can now connect to a dual-stacked host. Christoph ___ xorg-devel mailing list xorg-devel@lists.x.org http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH] XDM: Add support for clients that sent ipv4 addresses to a dual-stacked host

2009-11-30 Thread Christoph Bartoschek
If a client sends an ipv4 address to a dual-stacked xdm that is bound to a ipv6 socket in a forward request, then the packet was silently discarded. Now the address is encapsulated as a ipv4-mapped address and a response is send back. --- xdmcp.c | 23 --- 1 files changed, 20