OpenBSD CVS

CVS log for src/usr.sbin/bootpd/Attic/bootpd.c


[BACK] Up to [local] / src / usr.sbin / bootpd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15, Tue May 4 23:37:06 2004 UTC (20 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +1 -1 lines
FILE REMOVED

bye bye bootpd.  You will not be missed.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Aug 20 00:27:59 2003 UTC (20 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.13: +19 -20 lines
Diff to previous 1.13 (colored)

Convert from select to poll; based on a patch from deraadt@
OK deraadt@

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jul 8 20:41:13 2003 UTC (20 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +2 -6 lines
Diff to previous 1.12 (colored)

protos; avsm ok

Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 8 08:06:40 2002 UTC (21 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

volatile sig_atomic_t for sig handler vars; cloder

Revision 1.11 / (download) - annotate - [select for diffs], Fri Sep 6 19:52:26 2002 UTC (21 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

socklen_t use; pvalchev ok

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 27 19:49:58 2002 UTC (22 years ago) by deraadt
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

unsigned to unsigned int

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 16 23:34:41 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

save_errno in signal handler, in case it calls signal()

Revision 1.8 / (download) - annotate - [select for diffs], Sun Dec 20 21:16:49 1998 UTC (25 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.7: +7 -1 lines
Diff to previous 1.7 (colored)

o make sure C-style strings in packet are NUL-terminated and increase size of
  buf in report() for 256; W.H.J.Pinckaers@CPEDU.RUG.NL
o kill sprintf in favor of snprintf everywhere (paranoia...)

Revision 1.7 / (download) - annotate - [select for diffs], Sat Nov 28 04:11:24 1998 UTC (25 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

use MAXPATHLEN

Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 28 04:07:22 1998 UTC (25 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.5: +34 -23 lines
Diff to previous 1.5 (colored)

 o use in_port_t
 o be careful with string copies; use strlcpy/strlcat when sensible
 o ignore requests with bogus network types

Revision 1.5 / (download) - annotate - [select for diffs], Sat Nov 14 21:18:20 1998 UTC (25 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

put bootpd.dump in /var/run, not /tmp, to avoid /tmp race

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 7 06:04:25 1998 UTC (26 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

buf oflow

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 11 10:54:50 1996 UTC (27 years, 10 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

fix syslog message.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Apr 21 23:39:59 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

sync to netbsd 960418

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:47:25 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:47:25 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.