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

30 Commits

Author SHA1 Message Date
Ted Lemon
2d1b06e071 Pull up changes in Patchlevel 19 1999-03-26 19:19:46 +00:00
Ted Lemon
770e11521f Support option code definition. 1999-03-25 21:45:55 +00:00
Ted Lemon
c5b0f52958 Sanitize Solaris build. 1999-03-16 06:37:55 +00:00
Ted Lemon
f39b6e0089 Update license. 1999-03-16 05:50:46 +00:00
Ted Lemon
c6ccf156ac Allocate space for NUL terminator. 1999-03-10 23:47:39 +00:00
Ted Lemon
8af675f432 Parse authentication stuff out of config file. 1999-03-09 23:38:37 +00:00
Ted Lemon
c19577c7ce Set up back-pointer when allocating client based on discovered interfaces. 1999-03-09 19:58:42 +00:00
Ted Lemon
74f45f9642 Sync with 2.0b1pl16. Fix some pool allocation problems. 1999-02-25 23:30:43 +00:00
Ted Lemon
8ae2d59584 Change names of error functions to be more consistent. 1999-02-24 17:56:53 +00:00
Ted Lemon
73530742cd Use scoping correctly. 1998-11-11 07:48:23 +00:00
Ted Lemon
02d9e45397 Add support for pseudo-clients 1998-11-09 02:43:23 +00:00
Ted Lemon
137e6888cd Clean up some statement parsing bugs. 1998-11-06 00:10:58 +00:00
Ted Lemon
02a015fb46 Fix up all the option handling code to use evaluation instead of fixed data. 1998-11-05 18:43:23 +00:00
Ted Lemon
14ecb5bacd Intermediary changes 1998-10-22 04:52:23 +00:00
Ted Lemon
cff4cc0a70 Move option name parsing to its own function. 1998-04-20 18:05:44 +00:00
Ted Lemon
6d9ab9b9e3 Don't *require* a /etc/dhclient.conf file. 1998-03-16 20:00:00 +00:00
Ted Lemon
d213c35d9b Signed vs. unsigned char fixes 1998-03-16 06:02:14 +00:00
Ted Lemon
a0194babf1 Fix spelling 1997-10-27 20:13:21 +00:00
Ted Lemon
776f5176fa Add support for interfaces_requested flag 1997-09-16 18:08:32 +00:00
Ted Lemon
ef417d079f Handle the REJECT statement 1997-06-02 22:34:19 +00:00
Ted Lemon
d7c8ea3224 Make parse_option_decl return the option structure it parsed. parse_ip_addr now returns a status. Handle bootp flag in lease declaration. Handle default, supersede and append option declarators. 1997-05-09 07:48:34 +00:00
Ted Lemon
61983149e5 Cast malloc so that we don't get an error on SunOS 1997-03-29 10:36:24 +00:00
Ted Lemon
6097e22312 Add backoff_cutoff and initial_interval parse keywords; fix send_options thinko 1997-03-29 01:23:17 +00:00
Ted Lemon
8262070795 Set up enough defaults that we can actually boot without a configuration file. 1997-03-28 23:50:15 +00:00
Ted Lemon
7550b9ef7c Add an INIT-REBOOT timeout; don't ever call a static lease the active lease 1997-03-05 06:24:21 +00:00
Ted Lemon
ee57de2297 Fix some warnings 1997-02-27 03:39:11 +00:00
Ted Lemon
f79e49f3ee Add support for alias declaration 1997-02-22 12:25:32 +00:00
Ted Lemon
ac9d14a9c1 Add support for passing arbitrary options to server and for providing default options when the server doesn't provide them; remove client_identifier and hostname - these are just options. 1997-02-22 08:38:32 +00:00
Ted Lemon
bf70e81904 Parse arrays correctly; modify parse_X behaviour to facilitate this 1997-02-19 10:53:16 +00:00
Ted Lemon
7d5f3f4a40 Parser for DHCP client config files 1997-02-18 14:27:53 +00:00