summaryrefslogtreecommitdiff
path: root/tftpd/recvfrom.c
Commit message (Expand)AuthorAgeFilesLines
* tftpd: Canonicalize myaddr before address_is_local()HEADmasterH. Peter Anvin2015-08-071-1/+3
* tftpd: Canonicalize all the addressesH. Peter Anvin2015-08-071-20/+23
* tftp: convert IPv6-mapped IPv4 addresses to IPv4H. Peter Anvin2014-06-071-0/+20
* Support IPv6 on MacOS X systemsH. Peter Anvin2012-03-011-5/+8
* tftpd: the "is this address local" algorithm no longer works on LinuxH. Peter Anvin2011-12-081-16/+23
* recvfrom: fix the type of the fallthrough caseH. Peter Anvin2009-12-111-1/+2
* Add support for IPv6 in the server and client.Karsten Keil2008-07-231-39/+101
* Reformat the source codeH. Peter Anvin2008-07-081-94/+94
* Introduce socklen_t; detect non-local (e.g. broadcast) receive addressesH. Peter Anvin2006-10-041-1/+46
* Move common code to a common/ subdirectoryH. Peter Anvin2006-10-041-1/+1
* Spell IP_RECVDSTADDR correctlyH. Peter Anvin2006-02-161-3/+2
* More error message improvements; work around a suspect Solaris compiler bughpa2002-11-091-4/+5
* Yet more portability hacks.hpa2001-11-121-0/+3
* Major overhaul of the portability stuff; port to autoconf 2.52hpa2001-11-121-13/+1
* Even more portability work...hpa2001-11-121-3/+4
* Solaris need #define _XPG4_2 for recvmsg()tftp-hpa-0.20hpa2001-08-031-0/+1
* Portability improvements. Now compiles and works on Solaris 8, as wellhpa2001-08-031-0/+3
* *** empty log message ***hpa2001-04-231-2/+17
* More merging mania...hpa2001-03-301-0/+2
* Add code to always reply using the queried IP address, if the OShpa2001-03-281-0/+139