2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 04:47:40 +00:00

881 Commits

Author SHA1 Message Date
Ted Lemon
4e72fb70dc Update for 2.0 Beta 1 1997-12-06 11:36:58 +00:00
Ted Lemon
0c11afbceb NAK if a client requests an address that we own but can't give to it. 1997-12-06 04:04:50 +00:00
Ted Lemon
357708da5a Ignore lines in resolv.conf whose first token isn't recognized. 1997-12-06 04:04:07 +00:00
Ted Lemon
161d49ebc8 Handle token ring... 1997-12-06 04:03:37 +00:00
Ted Lemon
19ea90f71e Cast pid_t up to long so that printf will work on systems where it's long and not int. 1997-12-06 04:03:04 +00:00
Ted Lemon
1ac657a58e Document Linux 2.1 version that supports SO_BINDTODEVICE 1997-12-06 04:01:54 +00:00
Ted Lemon
16449d9c7c Document changes in current snapshot since June. DHCP-971202 1997-12-02 10:31:24 +00:00
Ted Lemon
355bf452dc If we're responding to a BOOTP request, hunt for a lease that's applicable - there might be more than one lease matching the network and the hardware address. 1997-12-02 09:28:08 +00:00
Ted Lemon
ec8d21a783 Copy the hardware address into the static lease structure so that it can be used later. 1997-12-02 09:07:03 +00:00
Ted Lemon
3085653819 Create database with mode 0664 & ~umask, not 0666 & ~umask. 1997-12-02 07:44:56 +00:00
Ted Lemon
599c23c128 If we find more than one lease for the same client on the same network, give it the one it asked for. 1997-12-02 07:43:56 +00:00
Ted Lemon
6da1976926 Document Linux 2.1.x bootp agent screw 1997-12-02 07:42:21 +00:00
Ted Lemon
2ba8b7cdaf Fix DHCPRELEASE handling to conform to spec 1997-11-29 07:57:02 +00:00
Ted Lemon
f79741e803 Always print two digits for day and month in leases. 1997-11-29 07:53:53 +00:00
Ted Lemon
3eb52994e1 If AF_LINK is defined, need to include if_dl.h 1997-11-29 07:53:12 +00:00
Ted Lemon
ba41d7a4ea Don't use sun_len on systems that don't support it 1997-11-29 07:52:33 +00:00
Ted Lemon
1ab32dffc5 %02x, not %2.2x 1997-11-29 07:52:10 +00:00
Ted Lemon
707260f98f Test return value of socket for <0, not ==0 to indicate failure. 1997-11-29 07:51:49 +00:00
Ted Lemon
93ad415e65 Use ifp -> ifr_name, not ifr.ifr_name, which isn't yet initialized. errno, not ERRNO. 1997-11-29 07:51:09 +00:00
Ted Lemon
cd977bedda Update README DHCP-971122 1997-11-22 08:45:04 +00:00
Ted Lemon
801d136e6a Add a caveat that this doesn't include everything 1997-11-22 08:23:45 +00:00
Ted Lemon
392cddfe1e Update release notes (lose obsolete cruft about old lease database formats) 1997-11-22 08:18:16 +00:00
Ted Lemon
d3333a7459 new catted man page 1997-11-22 07:58:30 +00:00
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