OpenBSD CVS

CVS log for src/usr.sbin/dhcpd/dhcp.h


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Wed May 8 22:00:55 2019 UTC (5 years, 1 month ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, HEAD
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Switch domain-search parsing from hand rolled hex string to
human readable list of strings.

Slightly tweaked version of a diff from William Ahern via tech@.

Long silence on all fronts leads to community based testing.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 21 03:07:51 2014 UTC (10 years, 4 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

Add parsing for options 121 (classless-static-routes) and 249
(classless-ms-static-routes). dhcpd can now specify and serve
these options and dhclient can recognize and use supersede, etc.
statements on them.

Based on a diff from Stefan Rinke. Thanks!

Revision 1.9 / (download) - annotate - [select for diffs], Thu Dec 5 22:31:35 2013 UTC (10 years, 6 months ago) by krw
Branch: MAIN
Changes since 1.8: +1 -3 lines
Diff to previous 1.8 (colored)

Stop pretending we still support FDDI or token ring hardware types.

idea ok deraadt@ matthew@

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 13 18:38:02 2013 UTC (11 years, 4 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (colored)

Tweak whitespace, add missing #defines, use DHO_RELAY_AGENT_INFORMATION
rather than DHO_DHCP_AGENT_OPTIONS. Makes these files identical again.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 13 18:24:23 2013 UTC (11 years, 4 months ago) by krw
Branch: MAIN
Changes since 1.6: +20 -1 lines
Diff to previous 1.6 (colored)

Add DHO_ defines for all known options. Use same names as ISC where
available. No functional change.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 1 08:42:31 2009 UTC (14 years, 9 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.5: +12 -4 lines
Diff to previous 1.5 (colored)

Echo back the Relay Agent Information option if present (RFC 3046).
Also add support for the "ipsec-tunnel" hardware type as described in
RFC 3456.

ok henning@ krw@ (but needs more testing from others)

Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 2 18:26:29 2007 UTC (17 years, 3 months ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

spaces and comment to sync to dhclient dhcp.h; no binary change

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 1 22:39:43 2007 UTC (17 years, 4 months ago) by krw
Branch: MAIN
Changes since 1.3: +2 -3 lines
Diff to previous 1.3 (colored)

Don't count ethernet as overhead for UDP packet constuction. Gives
14 more bytes of option space! A change ISC made a long time ago.

ok stevesk@ (DHCP) canacar@ (bpf)

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 11 01:51:59 2007 UTC (17 years, 5 months ago) by stevesk
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

remove unused #define DHCP_MIN_LEN

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 14 01:09:52 2004 UTC (20 years, 1 month ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.1: +10 -10 lines
Diff to previous 1.1 (colored)

fold in 10liners and clean up other .hs a bit

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 13 23:41:48 2004 UTC (20 years, 1 month ago) by henning
Branch: MAIN

may the whacking begin

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.