summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove more obsolete $Id$ tagsH. Peter Anvin2008-07-224-4/+0
* Remove workaround for autoconf 2.52H. Peter Anvin2008-07-221-20/+6
* Define DATAROOTDIR in MCONFIG.in to shut up autoconfH. Peter Anvin2008-07-221-0/+3
* Remove long since obsolete ID tagsH. Peter Anvin2008-07-086-48/+0
* Formatting cleanupH. Peter Anvin2008-07-081-9/+6
* Formatting cleanupH. Peter Anvin2008-07-081-2/+2
* Reformat the source codeH. Peter Anvin2008-07-0818-2879/+2853
* AC_USE_SYSTEM_EXTENSIONS is a 2.61 feature, not 2.59H. Peter Anvin2007-12-101-1/+1
* Use autoconf features to deal with feature-test macros.H. Peter Anvin2007-10-031-21/+2
* Get rid of $Id$ tags and update copyright datesH. Peter Anvin2007-01-308-17/+5
* Update version for releasetftp-hpa-0.48H. Peter Anvin2007-01-301-1/+1
* Document fixing -l -s.H. Peter Anvin2007-01-301-0/+4
* When running in secure mode (-s), we must not chdir while daemonizingH. Peter Anvin2007-01-301-1/+3
* Update version for releasetftp-hpa-0.47H. Peter Anvin2007-01-271-1/+1
* Document user-visible changesH. Peter Anvin2007-01-271-0/+7
* Prototype cleanup; use "config.h" where appropriateH. Peter Anvin2007-01-155-23/+19
* 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-154-33/+70
* [patch] fix parallel building of tftp-hpaMike Frysinger2007-01-131-2/+2
* Update version for releasetftp-hpa-0.46H. Peter Anvin2007-01-081-1/+1
* Document changesH. Peter Anvin2007-01-081-0/+4
* When specifying includes, need to specify ALL includesH. Peter Anvin2007-01-081-1/+36
* Make sure we include <sys/socket.h> when checking for socklen_tH. Peter Anvin2007-01-081-3/+12
* printf() and htonl() type matching issueH. Peter Anvin2007-01-081-2/+1
* Update version for releasetftp-hpa-0.45H. Peter Anvin2006-12-121-1/+1
* Documentation updates.H. Peter Anvin2006-12-122-2/+12
* Add option to TFTP client to ignore ':' in file nameCraig Johnston2006-12-122-8/+34
* Update version for releasetftp-hpa-0.44H. Peter Anvin2006-12-051-1/+1
* Update list of changes for 0.44.H. Peter Anvin2006-12-051-0/+2
* tftp-hpa does not reload the remap file when receiving SIGHUPDyks, Axel (XL)2006-12-051-1/+1
* Document changesH. Peter Anvin2006-11-131-0/+5
* Moved pick_port_bind() to the libcommon common code so both client and server...Zack Bartel2006-11-134-34/+56
* Document 0.43 changestftp-hpa-0.43H. Peter Anvin2006-10-051-0/+6
* Introduce socklen_t; detect non-local (e.g. broadcast) receive addressesH. Peter Anvin2006-10-047-20/+68
* Merge with git+ssh://master.kernel.org/pub/scm/network/tftp/tftp-hpa.gitH. Peter Anvin2006-10-042-4/+12
|\
| * Push for version 0.43H. Peter Anvin2006-09-272-1/+5
| * Fix double-free error in tftp client.H. Peter Anvin2006-09-271-4/+8
* | Move common code to a common/ subdirectoryH. Peter Anvin2006-10-0411-17/+36
* | Next version is 0.43H. Peter Anvin2006-10-041-1/+1
|/
* Actually allow tests of the release mechanism...tftp-hpa-0.42H. Peter Anvin2006-02-161-0/+2