tftp-hpa-google/tftpd
Karsten Keil 544abd789e Add error messages if address types mismatch
If a user does supply a IPv4 or IPv6 address
but force the other type with -4 or -6, give an error.
The patch also fix the special [::ffff:127.0.1]
address handling, it work now if you bind to this
address but only if you not force IPv6 only, it seems
that the kernel does not signal connections to a
IPv6 socket listen on [::ffff:127.0.0.1], if it was bound
IPv6 only.
I think we can live with it and do not need a special test
for this address.

Signed-off-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-08-01 08:24:16 -07:00
..
Makefile Move common code to a common/ subdirectory 2006-10-04 10:19:06 -07:00
misc.c Reformat the source code 2008-07-08 17:14:44 -04:00
recvfrom.c Add support for IPv6 in the server and client. 2008-07-23 14:29:41 -04:00
recvfrom.h Add support for IPv6 in the server and client. 2008-07-23 14:29:41 -04:00
remap.c Reformat the source code 2008-07-08 17:14:44 -04:00
remap.h Reformat the source code 2008-07-08 17:14:44 -04:00
sample.rules Remove more obsolete $Id$ tags 2008-07-22 15:07:24 -04:00
tftpd.8.in tftpd: switch to getopt_long() 2008-07-30 17:16:00 -07:00
tftpd.c Add error messages if address types mismatch 2008-08-01 08:24:16 -07:00
tftpd.h Remove long since obsolete ID tags 2008-07-08 17:30:27 -04:00