summaryrefslogtreecommitdiff
path: root/tftpd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Working on version 0.29.hpa2001-11-272-17/+36
* Fix listen mode (-l)tftp-hpa-0.28hpa2001-11-201-0/+1
* Grammar fix (-p option.)hpa2001-11-191-2/+2
* Notes on the interaction between -c, -p and -Uhpa2001-11-191-3/+8
* More notes on security.hpa2001-11-191-1/+4
* Grammar fix.hpa2001-11-191-1/+2
* Fix formatting bug; delete obsolete filehpa2001-11-172-312/+4
* Add the -p option for using regular Unix permissions.hpa2001-11-173-44/+101
* Double-double-backslash for double backslash...hpa2001-11-171-1/+1
* Make the version number automatically included in the man page footerhpa2001-11-173-4/+317
* Update the date.hpa2001-11-161-1/+1
* Interpret the \i and \x escape sequences to insert the IP of thehpa2001-11-164-24/+103
* Be paranoid about multiple inclusions (apparently some systems don't likehpa2001-11-162-16/+1
* Fix the installation of manpages when using INSTALLROOT.hpa2001-11-151-1/+1
* Kill SA_RESETHAND, it doesn't exist on MacOS X and isn't necessaryhpa2001-11-151-1/+1
* Move the definition of the blksize2 option.hpa2001-11-141-8/+8
* Add missing "the output of"hpa2001-11-141-1/+1
* Change tftpd -V => in.tftpd -Vhpa2001-11-141-2/+2