summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version for release 5.2tftp-hpa-5.2H. Peter Anvin2011-12-111-1/+1
* CHANGES: document is address local fixH. Peter Anvin2011-12-111-0/+5
* tftpd: the "is this address local" algorithm no longer works on LinuxH. Peter Anvin2011-12-081-16/+23
* spec: BuildPreReq -> BuildRequires; need -devel packagetftp-hpa-5.1H. Peter Anvin2011-06-221-1/+1
* Update version for release 5.1H. Peter Anvin2011-06-221-1/+1
* tftpd: add Intel copyright headerH. Peter Anvin2011-06-221-0/+1
* CHANGES: Document bug fixH. Peter Anvin2011-06-221-0/+2
* tftpd: simplify option parsingH. Peter Anvin2011-06-101-81/+73
* tftpd: try to handle duplicate WRQ packetsH. Peter Anvin2011-05-122-9/+41
* Merge remote-tracking branch 'origin/master'H. Peter Anvin2011-05-093-1/+9
|\
| * CHANGES: document wraparound fixH. Peter Anvin2010-09-201-0/+3
| * 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
|/
* Update CHANGES for future 5.1 releaseH. Peter Anvin2009-09-141-0/+9
* 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
* Downcase datarootdir, so mandir et al. find their defaultsFerenc Wagner2009-09-141-1/+1
* 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
* autogen.sh: just do "make autoconf"H. Peter Anvin2009-02-161-2/+1
* Update CHANGES for 5.0 releasetftp-hpa-5.0H. Peter Anvin2009-02-161-0/+6
* Update version for release 5.0H. Peter Anvin2009-02-161-1/+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
* autogen.sh: script to run relevant autotoolsH. Peter Anvin2009-02-021-0/+3
* Cast IPv6 address from SOCKADDR_P() to struct in6_addr *Georg Schwarz2008-11-141-3/+4
* Document getaddrinfo() workaround.H. Peter Anvin2008-11-141-0/+5
* If AI_CANONNAME or AI_ADDRCONFIG don't exist, set them to zeroH. Peter Anvin2008-11-141-8/+8
* Update version for release 0.49tftp-hpa-0.49H. Peter Anvin2008-10-201-1/+1
* Update CHANGESH. Peter Anvin2008-10-201-0/+4
* Compilation of tftp-hpa's Git HEAD with no IPv6, and miscРоман Донченко2008-10-201-4/+10
* Support editline instead of readlineH. Peter Anvin2008-08-091-7/+11
* Fix numeric IPv6 address handlingSridhar Samudrala2008-08-091-1/+3
* Add error messages if address types mismatchKarsten Keil2008-08-011-5/+19
* Improve address type error handlingKarsten Keil2008-07-314-20/+56
* Add .gitignore fileH. Peter Anvin2008-07-301-0/+16
* tftpd: switch to getopt_long()H. Peter Anvin2008-07-306-45/+253
* Implement is_numeric_ipv6() as a state machineH. Peter Anvin2008-07-302-28/+48
* tftpd: mark symbols staticH. Peter Anvin2008-07-301-56/+45
* release.sh: remove CogitoH. Peter Anvin2008-07-301-7/+13
* Fix numeric IPv6 address handlingKarsten Keil2008-07-304-6/+102
* Allow the -4 option even in an IPv4-only configurationH. Peter Anvin2008-07-234-7/+8
* Document changes for 0.49H. Peter Anvin2008-07-231-0/+4
* Add support for IPv6 in the server and client.Karsten Keil2008-07-239-186/+575
* IPv6 infrastructure supportKarsten Keil2008-07-235-6/+355