summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Even more changes to handle block number wrap correctly.tftp-hpa-0.24hpa2001-11-133-9/+9
* (Finally) handle block number wraparound correctly.hpa2001-11-133-5/+14
* Document the fix of egg on face bug :-(tftp-hpa-0.23hpa2001-11-131-0/+5
* Fix the handling of continuation prompts when using readlinehpa2001-11-131-17/+41
* Update install-sh to the one from autoconf 2.52tftp-hpa-0.22hpa2001-11-131-22/+35
* Add pointer to the INSTALL.tftp file.hpa2001-11-121-1/+1
* Reorganize the README for readabilityhpa2001-11-121-11/+15
* Factor out a lot of information out of the README filehpa2001-11-123-147/+150
* Clean up configure --help, add installation instructions.hpa2001-11-123-3/+261
* Add readline support in tftp client; some additional minor cleanups.hpa2001-11-125-19/+46
* Yet more portability hacks.hpa2001-11-123-0/+9
* Update the README to better reflect reality.hpa2001-11-121-6/+13
* Force "autoheader" to behave like a reasonable Makefile-operated program.hpa2001-11-121-1/+2
* Work around Solaris 8 braindamagehpa2001-11-122-3/+43
* Add #define _XOPEN_SOURCE (for Solaris)hpa2001-11-122-2/+5
* A few more renames; fix <inttypes.h> emulation.hpa2001-11-124-14/+14
* Define _XPG4_2 on Solarishpa2001-11-121-0/+3
* Change "Define to 1" to "Define" to match what acheader useshpa2001-11-122-6/+6
* Major overhaul of the portability stuff; port to autoconf 2.52hpa2001-11-1216-176/+236
* Add note about tsize and off_thpa2001-11-121-0/+2
* News in 0.22hpa2001-11-121-0/+7
* Even more portability work...hpa2001-11-129-32/+100
* Avoid using basename(), it's way too nasty from a portabilityhpa2001-11-122-14/+16
* Quote version IDtftp-hpa-0.21hpa2001-08-101-1/+1
* Requires autoconf 2.13; add revision IDhpa2001-08-101-0/+2
* Illegal memory access fixed.hpa2001-08-101-0/+3
* Add "make release" target for what goes into the distribution.hpa2001-08-101-0/+4
* Update README file for 0.21.hpa2001-08-101-2/+5
* Avoid possible memory-smashing bug, and rewrite some really stupidhpa2001-08-101-19/+17
* Support "constipation" -- compile cleanly with -Wwrite-stringshpa2001-08-105-46/+62
* Clean up some warnings when compiling without remap support.hpa2001-08-101-1/+7
* Add support for freeing a remap file datastructure, so we avoid ahpa2001-08-103-3/+26
* Add missing #ifdef WITH_REGEXhpa2001-08-101-0/+2
* Cleanup the PA_HEADER_DEFINES() interface somewhat.hpa2001-08-092-4/+6
* Detect if IPPORT_TFTP is defined anywhere (may not be a macro, may behpa2001-08-094-13/+45
* Portability improvements.hpa2001-08-076-21/+35
* Support running without inetd.hpa2001-08-073-31/+167
* Solaris need #define _XPG4_2 for recvmsg()tftp-hpa-0.20hpa2001-08-033-0/+3
* Need <netinet/in.h> to test for struct msghdrhpa2001-08-031-0/+1
* Portability improvements. Now compiles and works on Solaris 8, as wellhpa2001-08-0310-30/+79
* "make distclean" must remove config.statustftp-hpa-0.19hpa2001-07-261-1/+1
* "Access denied" in TFTP is "EACCESS" not "EACCES". Bleargh.hpa2001-07-262-1/+3
* MCONFIG is optional; MRULES is nothpa2001-07-263-3/+3
* Document -vvvhpa2001-07-261-0/+3
* "make distclean" -> delete all files not for releasehpa2001-07-264-6/+9
* Improve README file; set the default prefix to /usr; add debugging ofhpa2001-07-264-4/+31
* Quiet final set of warnings.hpa2001-07-215-19/+36
* Quiet more warnings.hpa2001-07-213-6/+28
* Quiet warnings.hpa2001-07-212-4/+14
* Get rid of an "incompatible pointer type" warning.hpa2001-07-211-2/+2