Home | History | Annotate | Download | only in bootpgw
History log of /src/usr.sbin/bootp/bootpgw/bootpgw.c
RevisionDateAuthorComments
 1.16  04-May-2017  sevan Drop main() prototype.
 1.15  29-Aug-2011  joerg branches: 1.15.32;
Use __dead.
 1.14  15-Apr-2009  lukem Fix -Wsign-compare issues
 1.13  27-May-2007  tls branches: 1.13.20;
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.12  09-May-2006  mrg change (mostly) int to socklen_t. GCC 4 doesn't like that int and
socklen_t are different signness.
 1.11  18-Sep-2002  mycroft Fix pluralization in a syslog message.
 1.10  18-Sep-2002  mycroft select() -> poll()
 1.9  13-Jul-2002  wiz ANSIfy. Remove ifndef __STDC__.
 1.8  06-Jul-1998  mrg - 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.7  14-Mar-1998  lukem warnsify
 1.6  18-Oct-1997  lukem rcsid fascism
 1.5  06-May-1996  christos Fix PR/2373
 1.4  24-Jul-1995  ws Make bootpgw work for more than just the first query
 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.13.20.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.15.32.1  11-May-2017  pgoyette Sync with HEAD

RSS XML Feed