OpenGrok
Cross Reference: bootptest.c
xref
: /
src
/
usr.sbin
/
bootp
/
bootptest
/
bootptest.c
Home
|
History
|
Annotate
|
Download
|
only in
bootptest
History log of
/src/usr.sbin/bootp/bootptest/bootptest.c
Revision
Date
Author
Comments
1.22
24-Dec-2022
andvar
s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments.
1.21
04-May-2017
sevan
Drop main() prototype.
1.20
21-Aug-2011
christos
branches: 1.20.32;
use const char [] for format
1.19
16-Aug-2011
christos
fix non-literal strings
1.18
15-Apr-2009
lukem
Fix -Wsign-compare issues
1.17
02-May-2008
xtraeme
branches: 1.17.8;
WARNS=4
1.16
27-May-2007
tls
branches: 1.16.10;
For FORTIFY_SOURCE: do not pretend to convert code from b* to mem* by
using a #define to turn one into the other, this is pointless and causes
more portability issues than it solves (admittedly, in the year 1702 when
this code was written the opposite may have been the case).
1.15
09-May-2006
mrg
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
socklen_t are different signness.
1.14
17-Nov-2004
hira
usage: Add -f and -m. Use getprogname(). Print to strerr.
Reviewed by uebayasi@. This closes PR bin/26535.
1.13
14-Jul-2003
itojun
use boundedd string ops
1.12
17-May-2003
itojun
use strlcpy/strlcat
1.11
20-Sep-2002
mycroft
Minor cosmetica.
1.10
18-Sep-2002
mycroft
select() -> poll()
1.9
14-Jul-2002
wiz
De-register.
1.8
14-Jul-2002
wiz
ANSIfy. Remove ifndef __STDC__.
1.7
26-Sep-1999
kleink
Need <sys/param.h> for MAXHOSTNAMELEN.
1.6
06-Jul-1998
mrg
branches: 1.6.4;
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1.5
14-Mar-1998
lukem
warnsify
1.4
09-Jan-1998
perry
RCS Id Police.
1.3
19-May-1995
mycroft
Use inet_aton(), not inet_addr().
1.2
22-Aug-1994
gwr
Update to version 2.4
1.1
27-Jun-1994
gwr
branches: 1.1.1;
Initial revision
1.1.1.1
27-Jun-1994
gwr
Move this to where the latest consensus indicates it should go.
Also, integrate some fixes from Christos.
1.6.4.1
27-Dec-1999
wrstuden
Pull up to last week's -current.
1.16.10.1
18-May-2008
yamt
sync with head.
1.17.8.1
13-May-2009
jym
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
1.20.32.1
11-May-2017
pgoyette
Sync with HEAD
Indexes created Wed Oct 15 16:09:53 GMT 2025