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
0da2916933 Don't do any DNS testing DHCP-970607 1997-06-08 04:25:35 +00:00
Ted Lemon
2a1ebeee81 Document SO_BINDTODEVICE for Linux 1997-06-08 04:19:08 +00:00
Ted Lemon
32f1dd7a8b Adjust call to find_lease 1997-06-08 04:10:54 +00:00
Ted Lemon
be6b4b2a2b Only store through ours if it's nonzero 1997-06-08 04:10:41 +00:00
Ted Lemon
0cbc9e2382 size_t -> ssize_t in return values where < 0 == error 1997-06-08 04:08:01 +00:00
Ted Lemon
732a90b290 Make it a warning rather than an error if resolv.conf is missing. 1997-06-08 04:05:21 +00:00
Ted Lemon
9868534313 Document new DHCPRELEASE/DHCPNAK behaviour 1997-06-08 04:00:06 +00:00
Ted Lemon
2b260752e0 Fix variable declaration omission 1997-06-08 03:58:47 +00:00
Ted Lemon
6d9c1fddd7 Document new NAK behaviour 1997-06-08 03:56:41 +00:00
Ted Lemon
fa97acc108 If the lease we want to give the client is different than the one it's asking for, and we recognize the one it's asking for as ours, NAK it. 1997-06-08 03:55:58 +00:00
Ted Lemon
756c989582 When parsing a lease database, correctly transfer the client hostname and hostname to the memory-resident lease structure. 1997-06-08 03:28:01 +00:00
Ted Lemon
4595a58c25 size_t -> ssize_t in return values where < 0 == error 1997-06-08 03:18:09 +00:00
Ted Lemon
c4036bb395 Document changes 1997-06-08 03:17:26 +00:00
Ted Lemon
17832ade8e Always write out two digits for single-byte quantities in arrays 1997-06-08 03:08:29 +00:00
Ted Lemon
a655eea9cb Update to 970605 1997-06-06 01:59:10 +00:00
Ted Lemon
4e19a6dfc2 Add a note about why the server doesn't restart with SIGTERM 1997-06-06 01:56:32 +00:00
Ted Lemon
469e472a7f Parse client-hostname token 1997-06-06 01:55:15 +00:00
Ted Lemon
cf09117b89 Lose message on short icmp_echoreplies 1997-06-04 20:59:40 +00:00
Ted Lemon
907344c2ce Record significant changes for the benefit of users DHCP-970602 1997-06-03 02:40:49 +00:00
Ted Lemon
7bb32ec49d Add useful things to TODO list - there wasn't anything there that I really care about 1997-06-03 02:17:10 +00:00
Ted Lemon
40eb4a5c1c Define u_int64_t so we can do a safe case from a 64-bit pointer to an int. 1997-06-03 02:12:43 +00:00
Ted Lemon
a37e5e0930 Cast sockopt arg to char * for Solaris. 1997-06-03 02:12:20 +00:00
Ted Lemon
1ac5bc1aa0 cftest wasn't being initialized 1997-06-03 01:41:31 +00:00
Ted Lemon
ea65d4077e Enclose prototype in PROTO. 1997-06-03 01:40:58 +00:00
Ted Lemon
7e1cdd2503 Need definition for struct timeval. 1997-06-03 01:40:24 +00:00
Ted Lemon
05a8d03c0b Use a different bit for hostname than for client-hostname 1997-06-03 01:06:10 +00:00
Ted Lemon
2c50133e2b Oops - previous fix wasn't complete 1997-06-03 00:47:40 +00:00
Ted Lemon
c5fc599601 Domains aren't seperated by commas after search keyword 1997-06-03 00:44:08 +00:00
Ted Lemon
a7de06ee55 Resolver subroutines 1997-06-03 00:25:43 +00:00
Ted Lemon
af6841fdaf Install scripts for solaris, freebsd and linux 1997-06-03 00:22:05 +00:00
Ted Lemon
ac86795349 Solaris client script 1997-06-03 00:19:55 +00:00
Ted Lemon
347d0bba20 Linux client script 1997-06-03 00:19:49 +00:00
Ted Lemon
663854620d FreeBSD client script 1997-06-02 23:37:12 +00:00
Ted Lemon
5401077325 Fix typo 1997-06-02 23:37:04 +00:00
Ted Lemon
274d24ab8b Fix operator precedence bug 1997-06-02 23:28:18 +00:00
Ted Lemon
ee31d9923a Make name-servers option ien116-name-servers 1997-06-02 23:27:22 +00:00
Ted Lemon
40f63fcd4f Add cftest flag which just tests config file but doesn't actually run. 1997-06-02 23:26:29 +00:00
Ted Lemon
8c2d5bb0d4 Define alias_names_permuted: Solaris has similar lossage to Linux WRT per-interface address aliases. 1997-06-02 23:25:48 +00:00
Ted Lemon
fac85c55de Don't use polling on SunOS4 - it seems to tweak an O.S. Bug. 1997-06-02 23:25:04 +00:00
Ted Lemon
6d497d24c6 Add iaddrlist structure for tracking lists of IP addresses 1997-06-02 23:24:32 +00:00
Ted Lemon
502f5df99e Add REJECT token 1997-06-02 23:24:05 +00:00
Ted Lemon
0c7802b1e5 Add cygwin32 ifdefs; new prototypes; add some fields to dhcp client structures. 1997-06-02 23:23:05 +00:00
Ted Lemon
309ce55528 Sample dhclient.conf takes advantage of some new features. 1997-06-02 22:50:44 +00:00
Ted Lemon
ae04fa039d Try to renew active lease in REBOOT state even if it's expired. 1997-06-02 22:45:08 +00:00
Ted Lemon
fa2b3e5997 Support rejection of messages from rogue servers; print IP addr of server instead of MAC addr. 1997-06-02 22:36:25 +00:00
Ted Lemon
ef417d079f Handle the REJECT statement 1997-06-02 22:34:19 +00:00
Ted Lemon
268331606b Install 1.0 README updates and modify for 2.0 1997-06-02 22:33:41 +00:00
Ted Lemon
74eda6c581 Supply extra argument to pretty_print_options 1997-06-02 22:32:37 +00:00
Ted Lemon
a9a9b7f151 Add emit_quotes qualifier to pretty_print_option, so that we don't get extra quotes when emitting strings into configuration scripts 1997-06-02 22:32:05 +00:00
Ted Lemon
b52a650cbc Don't select for exceptions, since we don't know how to handle them. 1997-06-02 22:31:30 +00:00