Commit graph

323 commits

Author SHA1 Message Date
hpa
5f27c18a36 Configuration fixes 2004-07-20 16:43:27 +00:00
hpa
2cba51056f Fix a pathology where a client sending ACKs for the wrong
packet can prevent proper retransmission.
2004-06-13 21:11:24 +00:00
hpa
5fbd57b61a Use the correct magic for long long 2004-01-15 20:21:42 +00:00
hpa
0a85ac914b Update version for release 2004-01-15 20:16:46 +00:00
hpa
c4a04c3da2 Prepare for 0.36 release. 2004-01-15 20:16:29 +00:00
hpa
5967262032 Handle the use of install-sh making sure we absolutize the path. 2004-01-15 20:15:46 +00:00
hpa
0740f97365 Create a sensible solution to the libxtra path problem. 2004-01-14 18:37:56 +00:00
hpa
d05bd6fa96 Makefile/configure cleanups; prepare for release 2004-01-08 20:48:51 +00:00
hpa
9c3ab465f2 Remove broken Cygwin workaround 2004-01-08 20:48:30 +00:00
hpa
0eea078aec Command-line parsing that doesn't depend on getopt() 2004-01-08 20:47:00 +00:00
hpa
b38a61cf70 Fixes to help tru64 2004-01-05 19:41:42 +00:00
hpa
454370c052 Stray crap edit 2003-08-23 00:33:15 +00:00
hpa
530706aebe #include <sys/socket.h> if it exists;
Add option to control the max blksize negotiated.
2003-08-23 00:31:20 +00:00
hpa
b3941f251a Prepare for 0.34 2003-04-12 06:56:57 +00:00
hpa
571deaa36b Apply some code cleanups that apparently fix Solaris 7 gcc problems. 2003-04-12 06:54:58 +00:00
hpa
8796832723 Support running the TFTP client from the command line 2003-02-03 01:29:00 +00:00
hpa
cabc969c25 Update CHANGES: configure fix for readline 2003-01-31 02:24:49 +00:00
hpa
c11a43fa53 Formatting fix 2003-01-31 02:22:33 +00:00
hpa
fb83297f03 libreadline depends on libtermcap on newer glibc releases, at least...
fix autoheader problem
2003-01-31 02:17:01 +00:00
hpa
9e952fed98 The original tftp code does a lot of aliasing. 2002-11-13 18:58:23 +00:00
hpa
9eef4c82a7 Update for what 0.33 is 2002-11-09 02:24:22 +00:00
hpa
1f64a5b178 Now working on 0.33 2002-11-09 02:23:39 +00:00
hpa
0f52cd8fa4 More error message improvements; work around a suspect Solaris compiler bug 2002-11-09 02:22:59 +00:00
hpa
8036d9e857 Missed this on last update 2002-11-09 00:11:38 +00:00
hpa
b3ec0c58e6 Better error messages. 2002-11-08 01:10:08 +00:00
hpa
82eae1bcd6 Fix some timeout-related bugs; allow the user to set the default timeout. 2002-10-23 21:21:46 +00:00
hpa
ebc8f1f89d Bump the version number to 0.31 2002-10-23 20:59:03 +00:00
hpa
01bcd42c44 Update SYSLINUX mailing list info 2002-10-23 20:48:09 +00:00
hpa
725183b5ba Check that the received address is really AF_INET. 2002-10-23 20:47:23 +00:00
hpa
e1508afaa2 Update changes in 0.30. 2002-09-03 19:25:21 +00:00
hpa
9447780638 Cleanup of configure.in; update to version 0.30 2002-09-03 19:13:17 +00:00
hpa
b5b455d116 Correct LOG_WARN -> LOG_WARNING 2002-09-03 19:03:02 +00:00
hpa
d2692c9f98 Downgrade client-side errors from LOG_ERR to LOG_WARN 2002-09-03 19:02:02 +00:00
hpa
c980666bbe Fix bogus sizeof() 2002-05-06 19:14:14 +00:00
hpa
d849153191 Fix macro substitution bug; some Makefile issues 2002-03-08 04:08:05 +00:00
hpa
60707444d7 Correct handing of "struct in_pktinfo" 2002-01-05 22:49:46 +00:00
hpa
303adc9620 Correct merge conflict. 2002-01-05 22:22:39 +00:00
hpa
2116104641 Make sure version.h is deleted for "make distclean" 2001-12-14 22:38:33 +00:00
hpa
7a3373656d Fix running on Cygwin *without* chroot 2001-11-29 22:07:50 +00:00
hpa
4a0c498c38 Update: Cygwin port now working... 2001-11-29 22:06:22 +00:00
hpa
64ae5fda79 -> Clean up the use of autoconf macros a bit.
-> Always pass O_TEXT/O_BINARY and "t"/"b" respectively, as appropriate.
2001-11-29 22:02:52 +00:00
hpa
5c5b5e8a0b More Cygwin compatibility work -- now actually WORKS!
Always leave fds 0-2 defined; point them to /dev/null rather than
just closing them...
2001-11-29 20:53:59 +00:00
hpa
1a41c6ae7c Use $(LN_S) 2001-11-27 10:18:11 +00:00
hpa
98d7543721 Working on version 0.29.
Initial work for compiling on Win32/Cygwin.

Posixly correctness.
2001-11-27 10:05:13 +00:00
hpa
f9e7950883 Fix listen mode (-l) 2001-11-20 19:45:11 +00:00
hpa
e06f1b61f1 Update version for release 2001-11-19 21:51:16 +00:00
hpa
d2fc120997 Explain the new security model activated by the -p option. 2001-11-19 21:51:08 +00:00
hpa
a121c6d903 Grammar fix (-p option.) 2001-11-19 21:30:59 +00:00
hpa
431b2d7015 Notes on the interaction between -c, -p and -U 2001-11-19 21:29:08 +00:00
hpa
1f9c54ba2f More notes on security. 2001-11-19 21:25:51 +00:00