itojun
|
209b37f0e1
|
fix argument validation mistake in setpeer().
From: Hiroyuki YAMAMORI <h-yamamo@db3.so-net.ne.jp>
|
2000-12-30 18:00:18 +00:00 |
itojun
|
78673096cc
|
make sure we do not overrun tp->th_msg on ERROR packet.
correct ERROR length to include terminating \0 (RFC1350 page 8).
|
2000-11-21 14:58:21 +00:00 |
dogcow
|
050d9a2b9c
|
A too hasty checkin (and lack of -Wsign-compare) made send() never fail.
Newly added 'unsigned' removed from vars that shouldn't have had it.
|
2000-10-22 01:42:15 +00:00 |
dogcow
|
90c3bfc9b0
|
defs had 'short block' for blocksize; changed defs to be unsigned.
added note to tftpd.8 that this bug hits multiple tftp clients.
|
2000-10-18 01:35:45 +00:00 |
mycroft
|
f5d7100e26
|
Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get
the correct definition from errno.h.
|
2000-01-21 17:08:33 +00:00 |
itojun
|
a40e2f2822
|
IPv6 support.
clarify a bit (specifically, routines in tftp.c now does not
modify "peeraddr")
|
1999-07-12 20:19:20 +00:00 |
christos
|
e42e202cfb
|
char -> unsigned char
<fcntl.h> instead of <sys/file.h>
compensate for different types in th_stuff
|
1998-12-19 22:41:21 +00:00 |
mycroft
|
66427701ea
|
const poisoning.
|
1998-07-26 15:23:39 +00:00 |
lukem
|
0471adfdaa
|
deprecate register, use err/warn, fix .Nm usage
|
1997-10-20 00:46:37 +00:00 |
mrg
|
11eb9f8e06
|
WARNS?=1
|
1997-10-07 09:19:40 +00:00 |
cgd
|
7d9d6e9faf
|
needs string.h
|
1995-04-29 05:55:25 +00:00 |
jtc
|
1bbda10eb1
|
Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.
|
1994-12-08 09:51:23 +00:00 |
mycroft
|
e9d867ef50
|
Add RCS identifiers.
|
1993-08-01 17:54:45 +00:00 |
mycroft
|
e3769df787
|
Cleanup for GCC 2.
|
1993-04-21 06:00:35 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |