Commit graph

186 commits

Author SHA1 Message Date
hpa
a58b9604c5 Even more changes to handle block number wrap correctly.
Make the client officially supported.  It's better than most things
that are already out there.
2001-11-13 03:39:32 +00:00
hpa
480bee14e9 (Finally) handle block number wraparound correctly. 2001-11-13 03:11:52 +00:00
hpa
52ffc49262 Document the fix of egg on face bug :-( 2001-11-13 02:44:20 +00:00
hpa
13849b4a32 Fix the handling of continuation prompts when using readline 2001-11-13 02:42:54 +00:00
hpa
713e1fe868 Update install-sh to the one from autoconf 2.52 2001-11-13 00:00:06 +00:00
hpa
dcd640b2b7 Add pointer to the INSTALL.tftp file. 2001-11-12 23:46:22 +00:00
hpa
6353ed826f Reorganize the README for readability 2001-11-12 23:45:27 +00:00
hpa
a426cbf9a3 Factor out a lot of information out of the README file 2001-11-12 23:44:05 +00:00
hpa
02a2558d11 Clean up configure --help, add installation instructions. 2001-11-12 23:40:51 +00:00
hpa
9753e234c6 Add readline support in tftp client; some additional minor cleanups. 2001-11-12 23:27:48 +00:00
hpa
9570005ba2 Yet more portability hacks. 2001-11-12 21:44:05 +00:00
hpa
01b753d213 Update the README to better reflect reality. 2001-11-12 20:55:41 +00:00
hpa
a8001aea08 Force "autoheader" to behave like a reasonable Makefile-operated program. 2001-11-12 20:49:45 +00:00
hpa
c61e3c499e Work around Solaris 8 braindamage 2001-11-12 20:27:40 +00:00
hpa
403b4a48ff Add #define _XOPEN_SOURCE (for Solaris)
Create "make autoconf" target
2001-11-12 20:02:23 +00:00
hpa
b46e220d49 A few more renames; fix <inttypes.h> emulation. 2001-11-12 18:14:14 +00:00
hpa
cba23571e2 Define _XPG4_2 on Solaris 2001-11-12 10:07:57 +00:00
hpa
949773c2df Change "Define to 1" to "Define" to match what acheader uses 2001-11-12 10:04:31 +00:00
hpa
2c31169f57 Major overhaul of the portability stuff; port to autoconf 2.52 2001-11-12 10:03:04 +00:00
hpa
4c0a635276 Add note about tsize and off_t 2001-11-12 06:49:18 +00:00
hpa
02fe70acd2 News in 0.22 2001-11-12 06:48:35 +00:00
hpa
3df5c1f25c Even more portability work... 2001-11-12 06:46:56 +00:00
hpa
5b21a932a6 Avoid using basename(), it's way too nasty from a portability
standpoint.

Change recvfile, sendfile -> tftp_* due to namespace collision problems.
2001-11-12 05:57:29 +00:00
hpa
ba41bd7cea Quote version ID 2001-08-10 19:33:41 +00:00
hpa
83d6f3da9d Requires autoconf 2.13; add revision ID 2001-08-10 19:32:50 +00:00
hpa
a4413da418 Illegal memory access fixed. 2001-08-10 18:53:39 +00:00
hpa
070ca7c888 Add "make release" target for what goes into the distribution. 2001-08-10 18:52:24 +00:00
hpa
c5b2406d51 Update README file for 0.21. 2001-08-10 18:50:14 +00:00
hpa
11c90592b5 Avoid possible memory-smashing bug, and rewrite some really stupid
initialization code.
2001-08-10 18:47:11 +00:00
hpa
5b0cb11445 Support "constipation" -- compile cleanly with -Wwrite-strings 2001-08-10 18:25:08 +00:00
hpa
9b5b8c5640 Clean up some warnings when compiling without remap support. 2001-08-10 18:12:16 +00:00
hpa
e3570e4d31 Add support for freeing a remap file datastructure, so we avoid a
memory leak.
2001-08-10 18:07:46 +00:00
hpa
519eb0ba91 Add missing #ifdef WITH_REGEX 2001-08-10 17:58:46 +00:00
hpa
1e6fa366d1 Cleanup the PA_HEADER_DEFINES() interface somewhat. 2001-08-09 06:42:18 +00:00
hpa
a0db7c057b Detect if IPPORT_TFTP is defined anywhere (may not be a macro, may be
an enum.)
2001-08-09 06:19:00 +00:00
hpa
68c0102aa6 Portability improvements. 2001-08-07 19:19:29 +00:00
hpa
8c3d63fba8 Support running without inetd. 2001-08-07 00:27:52 +00:00
hpa
5ed924bce2 Solaris need #define _XPG4_2 for recvmsg() 2001-08-03 04:03:40 +00:00
hpa
6b1cb87881 Need <netinet/in.h> to test for struct msghdr 2001-08-03 03:40:35 +00:00
hpa
266427bc5b Portability improvements. Now compiles and works on Solaris 8, as well
as Linux.
2001-08-03 03:17:57 +00:00
hpa
4003a672ce "make distclean" must remove config.status 2001-07-26 22:54:16 +00:00
hpa
32b1e62a8c "Access denied" in TFTP is "EACCESS" not "EACCES". Bleargh. 2001-07-26 22:49:04 +00:00
hpa
576277e880 MCONFIG is optional; MRULES is not 2001-07-26 22:43:44 +00:00
hpa
76dce2735e Document -vvv 2001-07-26 22:40:55 +00:00
hpa
d59b94d721 "make distclean" -> delete all files not for release
"make spotless"		-> delete all non-generated files
2001-07-26 22:39:32 +00:00
hpa
b98d08b5d4 Improve README file; set the default prefix to /usr; add debugging of
the remapping process.
2001-07-26 22:36:14 +00:00
hpa
304cb0877c Quiet final set of warnings. 2001-07-21 02:02:43 +00:00
hpa
0034637792 Quiet more warnings. 2001-07-21 01:54:26 +00:00
hpa
4bcf957aaf Quiet warnings. 2001-07-21 01:49:04 +00:00
hpa
b9ca0ec54b Get rid of an "incompatible pointer type" warning. 2001-07-21 01:43:01 +00:00