summaryrefslogtreecommitdiff
path: root/tftpd
Commit message (Expand)AuthorAgeFilesLines
* Cast IPv6 address from SOCKADDR_P() to struct in6_addr *Georg Schwarz2008-11-141-3/+4
* Add error messages if address types mismatchKarsten Keil2008-08-011-5/+19
* Improve address type error handlingKarsten Keil2008-07-311-12/+45
* tftpd: switch to getopt_long()H. Peter Anvin2008-07-302-41/+77
* tftpd: mark symbols staticH. Peter Anvin2008-07-301-56/+45
* Fix numeric IPv6 address handlingKarsten Keil2008-07-302-5/+35
* Allow the -4 option even in an IPv4-only configurationH. Peter Anvin2008-07-232-4/+4
* Add support for IPv6 in the server and client.Karsten Keil2008-07-234-114/+377
* Remove more obsolete $Id$ tagsH. Peter Anvin2008-07-222-2/+0
* Remove long since obsolete ID tagsH. Peter Anvin2008-07-081-1/+0
* Formatting cleanupH. Peter Anvin2008-07-081-9/+6
* Formatting cleanupH. Peter Anvin2008-07-081-2/+2
* Reformat the source codeH. Peter Anvin2008-07-087-1573/+1567
* Get rid of $Id$ tags and update copyright datesH. Peter Anvin2007-01-303-6/+3
* When running in secure mode (-s), we must not chdir while daemonizingH. Peter Anvin2007-01-301-1/+3
* Add -L option to not daemonize processH. Peter Anvin2007-01-152-2/+14
* Use replacement library functions to daemonize, rather than #ifdef hellH. Peter Anvin2007-01-151-29/+3
* printf() and htonl() type matching issueH. Peter Anvin2007-01-081-2/+1
* tftp-hpa does not reload the remap file when receiving SIGHUPDyks, Axel (XL)2006-12-051-1/+1
* Moved pick_port_bind() to the libcommon common code so both client and server...Zack Bartel2006-11-131-33/+1
* Introduce socklen_t; detect non-local (e.g. broadcast) receive addressesH. Peter Anvin2006-10-043-10/+54
* Move common code to a common/ subdirectoryH. Peter Anvin2006-10-043-10/+4
* Correct the logic when to loop for the port rangeH. Peter Anvin2006-02-161-1/+1
* Document changes since 0.41H. Peter Anvin2006-02-161-1/+5
* Spell IP_RECVDSTADDR correctlyH. Peter Anvin2006-02-161-3/+2
* Actually do loop...Peter Anvin2005-10-131-3/+5
* Cleaner version implementing port rangePeter Anvin2005-10-131-25/+35
* Local port range functionality hackPeter Anvin2005-10-131-10/+43
* Disable path MTU discovery by default. It's useless for TFTP.Peter Anvin2005-10-131-1/+18
* Handle transformations with matchesPeter Anvin2005-10-131-2/+3
* Correct bug which caused "r" rules to get incorrectly rejected as "ri" ruleshpa2004-09-231-1/+2
* - Fix bug in the handling of timeouts.hpa2004-09-143-17/+94
* Fix a pathology where a client sending ACKs for the wrongtftp-hpa-0.37hpa2004-06-131-11/+24
* Remove broken Cygwin workaroundhpa2004-01-081-2/+0
* Stray crap edithpa2003-08-231-1/+0
* #include <sys/socket.h> if it exists;hpa2003-08-232-7/+29
* Apply some code cleanups that apparently fix Solaris 7 gcc problems.hpa2003-04-121-36/+44
* Formatting fixhpa2003-01-311-1/+1
* More error message improvements; work around a suspect Solaris compiler bughpa2002-11-092-27/+45
* Better error messages.hpa2002-11-083-50/+71
* Fix some timeout-related bugs; allow the user to set the default timeout.tftp-hpa-0.31hpa2002-10-232-30/+69
* Check that the received address is really AF_INET.hpa2002-10-231-0/+5
* Correct LOG_WARN -> LOG_WARNINGhpa2002-09-031-8/+8
* Downgrade client-side errors from LOG_ERR to LOG_WARNhpa2002-09-031-53/+105
* Fix bogus sizeof()hpa2002-05-061-1/+1
* Fix macro substitution bug; some Makefile issuestftp-hpa-0.29hpa2002-03-081-0/+2
* Fix running on Cygwin *without* chroothpa2001-11-291-7/+7
* -> Clean up the use of autoconf macros a bit.hpa2001-11-291-6/+14
* More Cygwin compatibility work -- now actually WORKS!hpa2001-11-291-21/+55
* Use $(LN_S)hpa2001-11-271-5/+6