2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 21:07:43 +00:00

2194 Commits

Author SHA1 Message Date
Ted Lemon
c573b39cfe Fix some bugs in the code to get arbitrarily long interface lists. 2000-09-29 18:12:16 +00:00
Ted Lemon
5b5fcc81df Use global scope when there's no lease in check_collection. 2000-09-29 00:55:53 +00:00
Ted Lemon
00a92910a6 Oops, accidentally committed a local hack. 2000-09-28 18:24:17 +00:00
Ted Lemon
eadee39698 Panic commit. 2000-09-27 23:37:44 +00:00
Ted Lemon
639b70fa45 Fix uninitialized use of automatic variable (Hans Persson) 2000-09-27 19:35:56 +00:00
Ted Lemon
5184d9c44f - Don't flame about the relay agent information option - the client
administrator can't do anything about it.
2000-09-27 19:31:45 +00:00
Ted Lemon
4e501780c9 Use the nwip options in the nwip universe, not the dhcp options. 2000-09-27 19:21:25 +00:00
Ted Lemon
a5fc6758ef Use suffix.len, not substring.len, when evaluating suffix operator. 2000-09-27 19:19:32 +00:00
Ted Lemon
b0f452b3e3 The second argument to suffix is numeric. 2000-09-27 19:13:57 +00:00
Ted Lemon
7b7b5278ad Define SOCKLEN_T 2000-09-23 03:43:16 +00:00
Ted Lemon
ca5956dcad Fix a Tru64 compile error. 2000-09-21 07:52:19 +00:00
Ted Lemon
380da6c0dc Fix misnamed function call. 2000-09-20 10:13:43 +00:00
Ted Lemon
b29db8aac1 Oops, left something out 2000-09-20 10:08:51 +00:00
Ted Lemon
9e42b9e5ba Post-tag version 2000-09-20 10:07:12 +00:00
Ted Lemon
6ed7a93d44 Update version numbers and changelog 2000-09-20 10:05:40 +00:00
Ted Lemon
cad0776d65 Use make_resolv_conf as documented. 2000-09-20 09:38:07 +00:00
Ted Lemon
db6960a7fa - When partner disconnects (or stops responding to keepalives), try
to reconnect.
2000-09-20 09:06:39 +00:00
Ted Lemon
b767664ec3 Don't spawn with zero-length strings. 2000-09-20 09:03:59 +00:00
Ted Lemon
1bd620d8de Extra sanity check on uh_ulen. 2000-09-20 09:03:34 +00:00
Ted Lemon
a37eb375c7 ANSIfy and thereby neaten up a declaration. 2000-09-20 00:08:27 +00:00
Ted Lemon
012c41434c Fix an oversight in the htype+haddr->hbuf conversion 2000-09-20 00:06:04 +00:00
Ted Lemon
4e8f3ccf62 Fix one typo, one oversight, and one type cast (thanks to kre) 2000-09-20 00:05:24 +00:00
Ted Lemon
cdb71011ef Move inet_aton to libomapi 2000-09-20 00:01:50 +00:00
Ted Lemon
e13d4589c4 Require gcc on SunOS4 2000-09-20 00:01:13 +00:00
Ted Lemon
e78cd25941 Add Service Location Protocol options. Document new option format codes. 2000-09-16 20:03:01 +00:00
Ted Lemon
d8fc506074 - Add Peter Marschall's new sub-array parser.
- Add support for options that have optional parts.
2000-09-16 20:01:09 +00:00
Ted Lemon
afaed6716f Document new SLP options. 2000-09-16 19:58:04 +00:00
Ted Lemon
801de0929b Document new parser capability provided by Peter Marschall 2000-09-16 19:57:32 +00:00
Ted Lemon
c83cbfa215 Fix up HP build options. 2000-09-16 19:57:02 +00:00
Ted Lemon
e45f8383b6 Do post-release version tweak (belatedly). 2000-09-16 19:34:26 +00:00
Ted Lemon
490eb5e7d6 Update version and changelog. V3-BETA-2-PATCH-4 2000-09-14 12:51:38 +00:00
Ted Lemon
e021ce5c11 Get even more persnickety about detailing where to send help requests. 2000-09-14 12:42:50 +00:00
Ted Lemon
89c425dd29 Do statements before using option values (e.g., lease duration). 2000-09-14 12:42:01 +00:00
Ted Lemon
86ec3f8cd4 Use lt -> scope, not lease -> scope, which is probably empty. 2000-09-14 12:15:33 +00:00
Ted Lemon
491e71bcad Don't dereference zones in find_tsig_key - we don't hold a reference! 2000-09-14 11:29:43 +00:00
Ted Lemon
2bace48019 HPUX install is completely broken - use cp. 2000-09-12 22:26:59 +00:00
Ted Lemon
645eab7bec Print more information when bad socket is found. 2000-09-12 21:53:15 +00:00
Ted Lemon
3782236d61 Fix if_deregister_send compilation on old linuces. 2000-09-12 20:23:54 +00:00
Ted Lemon
c76aff911e - Put back the code that checks the server configuration for the
dhcp-max-message-size option, which was apparently lost in the
  transition from 2.0 to 3.0.
2000-09-12 20:09:14 +00:00
Ted Lemon
c060a6a55c HPUX install is different, so we can't use -m or -c. :'( 2000-09-12 19:53:00 +00:00
Ted Lemon
beecba1c71 Get rid of dprintf. 2000-09-12 18:38:23 +00:00
Ted Lemon
950c6a0699 Fix fallback interface setup code. 2000-09-11 17:39:14 +00:00
Ted Lemon
359b023e7e Oops, one more changelog entry. 2000-09-08 01:40:51 +00:00
Ted Lemon
07d478c0a0 Post-tag version change. 2000-09-08 01:37:52 +00:00
Ted Lemon
592d815381 Update changelog and version. 2000-09-08 01:37:15 +00:00
Ted Lemon
72c7d498a2 Don't reference one group on top of another. 2000-09-08 01:34:30 +00:00
Ted Lemon
3d789c2314 - Remove a bogus enhancement to lease NAK code.
- Always exit dhcprequest() through out: label.
2000-09-08 01:23:43 +00:00
Ted Lemon
a19e8a454b Allocate class with class_allocate, not dmalloc. 2000-09-06 20:26:13 +00:00
Ted Lemon
f73cec8979 Include memory.h so that we don't get warnings from gcc about using memcmp. 2000-09-05 17:30:42 +00:00
Ted Lemon
7420c56e35 Set post-tag version. 2000-09-04 22:50:08 +00:00