Peter Anvin
|
ae1305e2d5
|
Local port range functionality hack
|
2005-10-13 11:30:45 -07:00 |
|
Peter Anvin
|
25d63c415a
|
Disable path MTU discovery by default. It's useless for TFTP.
|
2005-10-13 11:16:40 -07:00 |
|
Peter Anvin
|
8a2f696097
|
Handle transformations with matches
|
2005-10-13 10:41:10 -07:00 |
|
hpa
|
9630aae006
|
Correct bug which caused "r" rules to get incorrectly rejected as "ri" rules
|
2004-09-23 02:22:02 +00:00 |
|
hpa
|
17b5188b65
|
- Fix bug in the handling of timeouts.
- Add support for \U..\E and \L..\E.
- Add support for inverse rules.
|
2004-09-14 22:38:46 +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
|
9c3ab465f2
|
Remove broken Cygwin workaround
|
2004-01-08 20:48:30 +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
|
571deaa36b
|
Apply some code cleanups that apparently fix Solaris 7 gcc problems.
|
2003-04-12 06:54:58 +00:00 |
|
hpa
|
c11a43fa53
|
Formatting fix
|
2003-01-31 02:22:33 +00:00 |
|
hpa
|
0f52cd8fa4
|
More error message improvements; work around a suspect Solaris compiler bug
|
2002-11-09 02:22:59 +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
|
725183b5ba
|
Check that the received address is really AF_INET.
|
2002-10-23 20:47:23 +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
|
7a3373656d
|
Fix running on Cygwin *without* chroot
|
2001-11-29 22:07:50 +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
|
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 |
|
hpa
|
8f396ac2aa
|
Grammar fix.
|
2001-11-19 21:23:52 +00:00 |
|
hpa
|
b9210ee9da
|
Fix formatting bug; delete obsolete file
|
2001-11-17 01:58:21 +00:00 |
|
hpa
|
78fd7348ea
|
Add the -p option for using regular Unix permissions.
|
2001-11-17 01:55:08 +00:00 |
|
hpa
|
93e86de7a2
|
Double-double-backslash for double backslash...
|
2001-11-17 00:20:40 +00:00 |
|
hpa
|
4f739767f2
|
Make the version number automatically included in the man page footer
|
2001-11-17 00:16:53 +00:00 |
|
hpa
|
cc2a43bf01
|
Update the date.
|
2001-11-16 23:58:21 +00:00 |
|
hpa
|
57044bc5df
|
Interpret the \i and \x escape sequences to insert the IP of the
requesting host
|
2001-11-16 23:38:29 +00:00 |
|
hpa
|
3d401fa4c9
|
Be paranoid about multiple inclusions (apparently some systems don't like
it for certain header files.) Be a little bit more careful in setting
up the standard environment in config.h. This is AIX portability work.
|
2001-11-16 20:15:27 +00:00 |
|
hpa
|
69b2544ed0
|
Fix the installation of manpages when using INSTALLROOT.
|
2001-11-15 05:31:21 +00:00 |
|
hpa
|
7028f9064a
|
Kill SA_RESETHAND, it doesn't exist on MacOS X and isn't necessary
|
2001-11-15 04:11:39 +00:00 |
|
hpa
|
a9be60cae6
|
Move the definition of the blksize2 option.
|
2001-11-14 05:52:25 +00:00 |
|
hpa
|
1b1121b8bf
|
Add missing "the output of"
|
2001-11-14 04:40:58 +00:00 |
|
hpa
|
6a391b73db
|
Change tftpd -V => in.tftpd -V
|
2001-11-14 04:40:14 +00:00 |
|
hpa
|
597570a15b
|
Remove BUGS section; it isn't really very useful and it makes the
typeset version of the page exceed two pages.
|
2001-11-14 04:38:58 +00:00 |
|
hpa
|
e3a5fc3e6b
|
Note about tcpwrappers and performance issues.
|
2001-11-14 04:35:38 +00:00 |
|
hpa
|
7edb3d5b92
|
Display configuration information when using the -V option...
|
2001-11-14 04:16:23 +00:00 |
|
hpa
|
5ec55f35e9
|
Move feature test macros into configure.in -> CFLAGS so we don't
end up with mismatch between "configure" and compile time
|
2001-11-14 02:54:25 +00:00 |
|
hpa
|
d757102cdb
|
Substantially revamp the man pages, revert to "man" macro set.
|
2001-11-14 01:32:30 +00:00 |
|
hpa
|
41e68ee53c
|
Correct bogus RFC reference.
|
2001-11-13 23:40:13 +00:00 |
|
hpa
|
f0f0368bee
|
Update man page to one written using traditional (-man) macros instead of
mdoc.
|
2001-11-13 23:26:29 +00:00 |
|
hpa
|
06bfb2bf4f
|
- Better parsing of the "connect" command (tftp).
- Move missing header file stuff consistently into config.h.
- Make "make -j" work correctly.
|
2001-11-13 19:58:32 +00:00 |
|
hpa
|
d2206bf9b9
|
Fix the Sorcerer's Apprentice bug in both the client and the server.
|
2001-11-13 04:16:12 +00:00 |
|