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

758 Commits

Author SHA1 Message Date
Ted Lemon
a138b5dd10 Document -q. Fix typos/pastos. Reword some bad stuff. Fix SEE ALSO 1997-11-22 07:58:22 +00:00
Ted Lemon
e7012e3fe6 Daemonize by default. Fix a couple of uninitialized automatic variables. Add -q flag which shuts up interface status printout. Write a pid file. 1997-11-22 07:55:36 +00:00
Ted Lemon
921a501249 Name server definitions 1997-11-22 07:54:19 +00:00
Ted Lemon
095a79940d Override default value for _PATH_DHCRELAY_PID 1997-11-22 07:52:43 +00:00
Ted Lemon
8afb9ae08c Set a default value for _PATH_DHCRELAY_PID 1997-11-22 07:52:16 +00:00
Ted Lemon
6ba81331d1 Fix typo in comment. 1997-11-22 07:51:38 +00:00
Ted Lemon
34219daf6d new catted man page 1997-11-22 07:51:02 +00:00
Ted Lemon
34034a683d new catted man pages 1997-11-22 07:15:53 +00:00
Ted Lemon
0f829600e8 Add dhcpd.leases man page. Globalize sed scripts on man pages. 1997-11-22 07:14:58 +00:00
Ted Lemon
328496310f new catted man pages 1997-11-22 07:10:40 +00:00
Ted Lemon
e97b2a1759 Fix errors mentioned by cgd. s/dhcp(5)/dhcp-options(5)/ Fix SEE ALSO. 1997-11-22 07:10:15 +00:00
Ted Lemon
4330f85597 Move BUGS up. Add FILES section documenting location of script files in distribution 1997-11-22 07:09:37 +00:00
Ted Lemon
38d8c0ab68 globalize sed commands on man pages 1997-11-22 07:08:36 +00:00
Ted Lemon
3b1f38df93 catted man page for nroff-less systems 1997-11-22 07:06:23 +00:00
Ted Lemon
33f5eea5de catted man pages, for machines that don't have troff/nroff 1997-11-22 07:04:24 +00:00
Ted Lemon
9f3d938ccd DHCP lease database description 1997-11-22 06:43:37 +00:00
Ted Lemon
6c49d72b3a Build and install dhclient.leases man page 1997-11-22 06:34:58 +00:00
Ted Lemon
d2302941d2 DHCP Client lease database description 1997-11-22 06:31:53 +00:00
Ted Lemon
7f01219ea5 Don't echo ifconfig parameters - that was for debugging. 1997-11-22 06:15:01 +00:00
Ted Lemon
1694510988 DHCP client configuration script 1997-11-22 06:13:54 +00:00
Ted Lemon
e7ec0fa196 Write an actual manual page 1997-11-22 00:54:56 +00:00
Ted Lemon
69ea1884c0 Add prototype for broadcast_addr() 1997-11-22 00:46:40 +00:00
Ted Lemon
a3b267e970 Add broadcast_addr function which produces the broadcast address of a subnet given the subnet number and subnet mask. 1997-11-22 00:45:55 +00:00
Ted Lemon
612bc350de Move dhcp option documentation to dhcp-options(5) 1997-11-22 00:31:56 +00:00
Ted Lemon
73543ee71e Build and install dhcp-options.5 1997-11-21 23:46:16 +00:00
Ted Lemon
0e084e8ce0 Documentation for DHCP option declaration syntax 1997-11-21 23:43:50 +00:00
Ted Lemon
cc31f3e64b bsd/os client script (pretty much identical to NetBSD) 1997-11-20 04:37:20 +00:00
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