2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 12:57:42 +00:00

881 Commits

Author SHA1 Message Date
Ted Lemon
bdaa711a9d Check if variables have value before doing set $variable 1997-11-20 04:37:04 +00:00
Ted Lemon
c775ab0429 Don't need to compute network number or broadcast address anymore 1997-11-20 04:36:13 +00:00
Ted Lemon
c6abd2055c Compute network number and (if not offered by server) broadcast address for linux client script 1997-11-20 04:19:21 +00:00
Ted Lemon
65e15addac Fix up references 1997-10-29 18:37:02 +00:00
Ted Lemon
d73361d0ae fix up name 1997-10-29 18:35:50 +00:00
Ted Lemon
7e0f16d0a8 Support hostname keyword 1997-10-29 18:32:53 +00:00
Ted Lemon
56a899315a Fix up handling of hostname 1997-10-27 20:22:40 +00:00
Ted Lemon
36b65b9cc7 Fix up handling of hostname 1997-10-27 20:16:26 +00:00
Ted Lemon
a0194babf1 Fix spelling 1997-10-27 20:13:21 +00:00
Ted Lemon
f48132f7f8 Don't ping static leases - there's no persistent structure for them! NetBSD_1_3_Alpha 1997-10-20 22:28:18 +00:00
Ted Lemon
cee439f8f3 Add notice of 2.0.31 release of Linux 1997-10-20 22:14:17 +00:00
Ted Lemon
60e173c0a2 systat -> sysconf 1997-10-20 22:11:44 +00:00
Ted Lemon
78c793cf01 systat -> sysconf 1997-10-20 22:04:23 +00:00
Ted Lemon
aef75d1985 System Configuration notification protocol 1997-10-20 21:58:56 +00:00
Ted Lemon
632d8396e3 Use local quiet flag and also set global quiet_interface_discovery flag with -q option 1997-10-20 21:52:36 +00:00
Ted Lemon
d032a71e12 Add quiet_interface_discovery variable 1997-10-20 21:49:23 +00:00
Ted Lemon
73d0a743c4 Define quiet_interface_discovery. Don't consider EAGAIN or EINTR to be fatal in poll(). 1997-10-20 21:47:54 +00:00
Ted Lemon
3648a2a167 Don't print startup banner if quiet_interface_discovery is set 1997-10-20 21:47:15 +00:00
Ted Lemon
6edb572b2e Document -q flag 1997-10-20 21:38:13 +00:00
Ted Lemon
deb0cb72ec Rearrange startup code so as to print everything before daemonizing; Don't spew copyright message if quiet is set. 1997-10-20 21:38:03 +00:00
Ted Lemon
126965a98f By default, do not leave scripts lying around in /tmp 1997-10-20 21:35:34 +00:00
Ted Lemon
40f04e6f62 Add support for static routes 1997-10-20 21:34:47 +00:00
Ted Lemon
355f034ada Put hostname in quotes 1997-10-07 19:59:31 +00:00
Ted Lemon
7c1800082b Clarify single interface restriction 1997-10-07 19:58:57 +00:00
Ted Lemon
a8f3586ff9 Add NeXTSTEP documentation 1997-09-17 00:26:09 +00:00
Ted Lemon
92e4afa6e3 NextStep client script 1997-09-17 00:23:46 +00:00
Ted Lemon
1276d9e50f NeXTstep configuration 1997-09-17 00:22:18 +00:00
Ted Lemon
4e5a40cd45 Add nextstep configuration 1997-09-17 00:21:45 +00:00
Ted Lemon
884ec091b7 System status message relay daemon 1997-09-16 18:21:11 +00:00
Ted Lemon
3d20c49f65 Status message transmitter 1997-09-16 18:20:53 +00:00
Ted Lemon
a52d8045b3 Pass flag to cons_options indicating whether this is BOOTP or DHCP. Change handling of dynamic BOOTP packets. Allow or deny booting based on vendor class if enabled. 1997-09-16 18:20:30 +00:00
Ted Lemon
94da6d3226 Pass flag to cons_options indicating that this is a BOOTP packet 1997-09-16 18:17:55 +00:00
Ted Lemon
e24ff9833b Add HAVE_MKSTEMP flag 1997-09-16 18:17:16 +00:00
Ted Lemon
5a526cf8fa Prototype new functions. New argument for cons_options. New definitions for automatic/manual interface selection. 1997-09-16 18:16:55 +00:00
Ted Lemon
c1ca5fc559 System status message protocol 1997-09-16 18:15:44 +00:00
Ted Lemon
eb0a9b2a16 Only use 64-byte option buffer for BOOTP packets 1997-09-16 18:15:25 +00:00
Ted Lemon
ae1844c8a8 Don't exclude dynamic BOOTP from uid test (?) 1997-09-16 18:14:18 +00:00
Ted Lemon
78b8c3061c If sa_len is zero, skip interface. Add remove_protocol. Fix automatic/manual interface selection. 1997-09-16 18:12:32 +00:00
Ted Lemon
62b2bc86a2 Add systat.c 1997-09-16 18:11:22 +00:00
Ted Lemon
f404b59e4f Chmod resolv.conf in case umask is bogus 1997-09-16 18:10:50 +00:00
Ted Lemon
b8cf055d97 Add support for interfaces_requested flag. NUL-terminate copied lease options. Add cons_option parameter. Support system status messages 1997-09-16 18:09:41 +00:00
Ted Lemon
776f5176fa Add support for interfaces_requested flag 1997-09-16 18:08:32 +00:00
Ted Lemon
da7829cfe8 Install dhcp client in CLIENTBINDIR 1997-09-16 18:08:00 +00:00
Ted Lemon
6bb045a30e Add statmsg and systatd directories 1997-09-16 18:07:36 +00:00
Ted Lemon
aa857ee022 Document HP-UX broadcast hack and need for packet filter on some systems. 1997-09-16 18:07:08 +00:00
Ted Lemon
b758b48b6a Add CLIENTBINDIR 1997-09-16 18:05:42 +00:00
Ted Lemon
ffba70525e parse_string eats the semicolon DHCP-970609 1997-06-10 06:00:23 +00:00
Ted Lemon
47a805804d Document 970609 changes 1997-06-10 05:51:49 +00:00
Ted Lemon
2e37b959b5 SunOS 4.1 doesn't define ssize_t 1997-06-10 05:50:22 +00:00
Ted Lemon
200d216c29 Don't trust client to provide a valid hostname. Be lenient in parsing client hostnames from lease file 1997-06-10 05:49:15 +00:00