<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/bootpd/bootpd.c, branch stable/4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-02-16T09:17:37Z</updated>
<entry>
<title>MFC bootpd.c 1.22 and bootpd.8 1.18: document the '-h hostname' option,</title>
<updated>2004-02-16T09:17:37Z</updated>
<author>
<name>Peter Pentchev</name>
<email>roam@FreeBSD.org</email>
</author>
<published>2004-02-16T09:17:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3a6c45e7f7508db399ad3c407e64825505f472de'/>
<id>urn:sha1:3a6c45e7f7508db399ad3c407e64825505f472de</id>
<content type='text'>
sort the options in the manpage synopsis, bring usage() up to date.
</content>
</entry>
<entry>
<title>MFC: Format string fixes</title>
<updated>2003-02-15T05:36:01Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2003-02-15T05:36:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0e583195b6698e2603c54c1ae7739ec1be468060'/>
<id>urn:sha1:0e583195b6698e2603c54c1ae7739ec1be468060</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Use the most conservative interpretation of the "DHCP Maximum</title>
<updated>2001-10-14T21:20:12Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2001-10-14T21:20:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=87417eef4f4fa58ce87aaf11781a4c8cd445de91'/>
<id>urn:sha1:87417eef4f4fa58ce87aaf11781a4c8cd445de91</id>
<content type='text'>
Message Size" since RFC2132 is ambiguous about its meaning.
</content>
</entry>
<entry>
<title>MFC: add /dev/zero and use PATH_* where possible.</title>
<updated>2000-12-11T01:03:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-12-11T01:03:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6034d13a9ed650ee88ae94550adc86ef25441310'/>
<id>urn:sha1:6034d13a9ed650ee88ae94550adc86ef25441310</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More egcs warning fixes:</title>
<updated>1999-04-25T22:23:38Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-04-25T22:23:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=859663719d47f9d552103f222429ecf7530c4240'/>
<id>urn:sha1:859663719d47f9d552103f222429ecf7530c4240</id>
<content type='text'>
	o main returns int not void
	o use return 0 at end of main when needed
	o use braces to avoid potentially ambiguous else
	o don't default to type int (and also remove a useless register
	  modifier).

Reviewed by: obrien and chuckr
</content>
</entry>
<entry>
<title>Ensure that things returned by gethostname() and</title>
<updated>1999-04-07T08:27:45Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-04-07T08:27:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e9a43bdec3ff0ad37e4799b209e0d9513150a6f'/>
<id>urn:sha1:9e9a43bdec3ff0ad37e4799b209e0d9513150a6f</id>
<content type='text'>
friends are terminated and allow for a maximum
host name length of MAXHOSTNAMELEN - 1.
Put parenthesis around sizeof args.
Make some variables static.
Fix telnetd -u (broken by my last commit)

Prompted by: bde
</content>
</entry>
<entry>
<title>Block for buffer overflow.</title>
<updated>1998-12-13T21:02:28Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1998-12-13T21:02:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d284feaa7b8d9e790d7b46d3892e5e7ac9edf4be'/>
<id>urn:sha1:d284feaa7b8d9e790d7b46d3892e5e7ac9edf4be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PR: bin/9031</title>
<updated>1998-12-12T20:56:53Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1998-12-12T20:56:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3a3c0cf418ef6b926dfb41cc69a49b58078899bb'/>
<id>urn:sha1:3a3c0cf418ef6b926dfb41cc69a49b58078899bb</id>
<content type='text'>
    Changed unbounded strcpy() to snprintf() to fix buffer overrun exploit
</content>
</entry>
<entry>
<title>Use gethostname(3) to obtain the local host name, as opposed to uname(3).</title>
<updated>1998-06-03T20:01:28Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1998-06-03T20:01:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09caeadeda450ecf3f34f8aa556c614a18ecb4fb'/>
<id>urn:sha1:09caeadeda450ecf3f34f8aa556c614a18ecb4fb</id>
<content type='text'>
Otherwise the length of the name is limited to 32 characters only.
</content>
</entry>
</feed>
