summaryrefslogtreecommitdiff
path: root/tftpd
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-073-26/+25
* Update manpage to match source code for --map-fileDaniel Baumann2014-07-311-3/+3
* __progname[] is provided by libcThorsten Glaser2014-07-311-5/+5
* tftpd.8: document IPv6 handling in remapping rulesH. Peter Anvin2014-06-071-5/+13
* tftpd: allow IPv4/6-specific remapping rulesH. Peter Anvin2014-06-073-13/+28
* 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
* tftpd: add Intel copyright headerH. Peter Anvin2011-06-221-0/+1
* tftpd: simplify option parsingH. Peter Anvin2011-06-101-81/+73
* tftpd: try to handle duplicate WRQ packetsH. Peter Anvin2011-05-121-9/+35
* Merge remote-tracking branch 'origin/master'H. Peter Anvin2011-05-092-1/+6
|\
| * tftpd: Don't resend the OACK packet on block number wrapTim Newsome2010-09-201-0/+4
| * recvfrom: fix the type of the fallthrough caseH. Peter Anvin2009-12-111-1/+2
* | tftpd: constipate struct formatsH. Peter Anvin2011-05-051-11/+12
* | remap: change the mode argument from a boolean to a characterH. Peter Anvin2011-05-053-15/+11
|/
* Fix man page formattingH. Peter Anvin2009-09-141-5/+5
* Implement the --pidfile optionFerenc Wagner2009-09-142-4/+50
* Untabify tftpd.cFerenc Wagner2009-09-141-4/+4
* Fix comment typoFerenc Wagner2009-09-141-1/+1
* Ensure that the log socket is available for the childFerenc Wagner2009-09-141-0/+9
* tftpd.8: we're no longer limited to IPv4H. Peter Anvin2009-02-241-3/+3
* tftpd.c: update copyright noticeH. Peter Anvin2009-02-241-0/+1
* tftpd: correctly disable PMTU discovery in standalone modeFlorian Lohoff2009-02-161-2/+2
* tftpd: implement the "rollover" optionH. Peter Anvin2009-02-022-2/+28
* 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