2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +00:00

881 Commits

Author SHA1 Message Date
Ted Lemon
d557e6d40b Fix broadcast bug 1997-01-03 11:39:27 +00:00
Ted Lemon
469cf3a4b5 Initial merge of Poger dhclient and linux hacks 1997-01-02 12:00:19 +00:00
Ted Lemon
b289b0107c Fix bug in classing code 1996-12-31 02:02:54 +00:00
Ted Lemon
f4d0f440ce Initialize declaration variable 1996-12-31 02:01:28 +00:00
Ted Lemon
352bc292ab Fix case where dynamic BOOTP for a known client with no applicable fixed address was failing 1996-12-31 02:00:33 +00:00
Ted Lemon
0b5d360d4b replace ARPHRD with HTYPE 1996-11-08 20:09:41 +00:00
Ted Lemon
2a5cb261ed Don't try to supersede static leases 1996-11-08 20:09:10 +00:00
Ted Lemon
84c390c102 Return after rejecting unknown BOOTP client 1996-11-08 20:08:34 +00:00
Ted Lemon
a6cbc1e491 Log messages to stderr, not stdout. 1996-11-08 20:07:31 +00:00
Ted Lemon
b179c99797 Remove dynamic bootp conflict checker; parse true booleans correctly 1996-09-13 18:58:20 +00:00
Ted Lemon
92c9fbb176 Update boot-unknown-clients documentation 1996-09-12 22:24:15 +00:00
Ted Lemon
f44c8dcbe2 Allow restricted dynamic bootp for known bootp hosts 1996-09-12 22:22:18 +00:00
Ted Lemon
62e303ddb5 Close std{in,out,err} when daemonizing 1996-09-12 09:28:13 +00:00
Ted Lemon
8fec2c950c discover_interfaces() needs to behave differently for client and server 1996-09-11 20:27:07 +00:00
Ted Lemon
3a2087ec92 discover_interfaces() needs to behave differently for client and server 1996-09-11 18:53:33 +00:00
Ted Lemon
cc97601b71 Fix case statement 1996-09-11 18:41:23 +00:00
Ted Lemon
d7774eb0d2 Support for Sun C Compiler 1996-09-11 18:31:46 +00:00
Ted Lemon
911af7a5cb Don't redefine _PATH_DHCPD_xxx 1996-09-11 06:36:57 +00:00
Ted Lemon
5448eba39d Linux portability hacks 1996-09-11 06:36:41 +00:00
Ted Lemon
7084791cfd Don't use server-identifier to initialize next_server 1996-09-11 06:36:17 +00:00
Ted Lemon
688a235b8e dmalloc already zeros allocated memory 1996-09-11 06:35:16 +00:00
Ted Lemon
a410588238 Add unknown options to end of option priority list 1996-09-11 06:34:25 +00:00
Ted Lemon
3e7cd8c1ff Support for Sun compiler on Solaris 1996-09-11 05:53:58 +00:00
Ted Lemon
3be0647e2c buf doesn't need to be static 1996-09-11 05:53:32 +00:00
Ted Lemon
07b39db2ce Add argument to cons_options; clean up some old junk 1996-09-11 05:53:06 +00:00
Ted Lemon
c34fcd388b Notice if client is NUL-terminating strings, and if it is, NUL-terminate them back. 1996-09-11 05:52:18 +00:00
Ted Lemon
70931779e3 Add argument to cons_options 1996-09-11 05:51:25 +00:00
Ted Lemon
f9683ea457 clarify 1996-09-11 05:50:03 +00:00
Ted Lemon
fcd322682d Fix usage nit 1996-09-09 07:05:49 +00:00
Ted Lemon
4c4c7907c7 Fix stupid oversight in hash_delete - thanks to Jon Grubbs for finding this 1996-09-09 07:04:45 +00:00
Ted Lemon
c256bae9ba Add use-host-decl-names keyword 1996-09-09 07:04:29 +00:00
Ted Lemon
149f9e221e Apply some changes Christoph asked for 1996-09-05 23:57:56 +00:00
Ted Lemon
67bb0d2402 Fix printf warnings 1996-09-05 23:57:33 +00:00
Ted Lemon
272581da6f Fix up a couple of places where ic_timeout wasn't initialized in strioctl structs 1996-09-05 23:56:52 +00:00
Ted Lemon
48d507a956 Fix opening comment; require a subnet decl for every interface; remove warning about missing aliases on shared networks 1996-09-05 23:55:39 +00:00
Ted Lemon
73eaf8235c Document new netmask behaviour; document new requirement that all interfaces correspond to a declared subnet 1996-09-05 23:54:39 +00:00
Ted Lemon
fc5aedc94f Fix syntax botch in host decl example 1996-09-05 23:53:18 +00:00
Ted Lemon
4ecd2958d5 mockup_lease() now supplies uid info if present; supply subnet mask from subnet decl if not defined as an option; fix lease time blooper; provide T1 and T2 lease times 1996-09-05 23:52:10 +00:00
Ted Lemon
9e76708a7a Warn Linux users of database move 1996-09-05 23:48:45 +00:00
Ted Lemon
fa1b6a5d3c Hacks for Linux 1996-09-05 23:48:00 +00:00
Ted Lemon
968d1ceb52 All unnamed options now take the X format, which means either an ASCII string or a series of hexadecimal octets seperated by colons. 1996-09-04 07:07:52 +00:00
Ted Lemon
23f8f16adf Put uio.h include within ifdef 1996-09-04 07:06:39 +00:00
Ted Lemon
4d6f36f459 Work around sed/POSIX bogosity 1996-09-04 07:06:18 +00:00
Ted Lemon
77549355fc Oops - debug faux pas 1996-09-02 21:37:57 +00:00
Ted Lemon
185419ca8a strncasecmp takes *three* arguments... 1996-09-02 21:18:00 +00:00
Ted Lemon
cb219f0d41 Remove dead vars 1996-09-02 21:17:26 +00:00
Ted Lemon
840bd2035a Support for -lf and -cf flags; debogosify DEBUG behaviour 1996-09-02 21:16:55 +00:00
Ted Lemon
e2ac581437 Support for -lf and -cf flags 1996-09-02 21:16:25 +00:00
Ted Lemon
eb5cc81eb9 Don't do syslog() when DEBUG is defined 1996-09-02 21:15:27 +00:00
Ted Lemon
edba1c3639 Don't attach to unconfigured interfaces 1996-09-02 21:15:17 +00:00