2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00
Commit Graph

2194 Commits

Author SHA1 Message Date
Ted Lemon
2aa36519eb Update version number and changelog. V3-BETA-2-PATCH-2 2000-09-04 22:49:17 +00:00
Ted Lemon
de8dfadfb6 Fix a core dump when a listen address is not specified (Joseph Breu). 2000-09-04 22:32:34 +00:00
Ted Lemon
c8d29f1b33 Never record a state of 'startup.' 2000-09-04 22:28:38 +00:00
Ted Lemon
5d62f96940 Add some more verbiage to fatal error message. 2000-09-04 22:28:10 +00:00
Ted Lemon
d902d52ec5 Add support for large SIOCGIFCONF returns (Greg Fausak). 2000-09-04 22:27:41 +00:00
Ted Lemon
c7bad69241 Brand non-release versions. 2000-09-02 01:12:30 +00:00
Ted Lemon
53c085a789 Some more drafts. V3-BETA-2-PATCH-1 2000-09-02 01:11:11 +00:00
Ted Lemon
74e55a1ed4 Obsolete some old drafts. 2000-09-02 01:07:41 +00:00
Ted Lemon
8189c3946c This is out of date. 2000-09-02 01:02:08 +00:00
Ted Lemon
59d36179e5 Document failover and TSIG 2000-09-02 00:57:34 +00:00
Ted Lemon
01897f9b9c Update the version number 2000-09-02 00:57:08 +00:00
Ted Lemon
f67f6c4a69 Fix the 'how stable is this' paragraph 2000-09-02 00:56:58 +00:00
Ted Lemon
cf06713c94 Don't print failover debug messages by default. 2000-09-02 00:12:38 +00:00
Ted Lemon
60e0a4f9b6 Work around a pedantic warning about empty format strings. 2000-09-01 23:17:00 +00:00
Ted Lemon
af380050fc Add some prototypes. 2000-09-01 23:08:07 +00:00
Ted Lemon
8f01f9ec85 Fix base64 decoder. 2000-09-01 23:07:35 +00:00
Ted Lemon
addb00afe9 Adjust the URL to which people are referred. 2000-09-01 23:06:37 +00:00
Ted Lemon
f1b8950a86 - Provide information on how to get support (and how not to) if the server
exits with an error.
2000-09-01 23:04:37 +00:00
Ted Lemon
5cefe5e556 - Do what people expect when they don't declare the subnet to which an
interface is attached.
2000-09-01 23:03:39 +00:00
Ted Lemon
da41112751 Update version number and documentation. 2000-09-01 23:02:13 +00:00
Ted Lemon
06d3e39480 Undo wrong-headed update to match parser. 2000-09-01 19:35:38 +00:00
Ted Lemon
3acf1dca2e Don't even try to do billing on static leases. 2000-09-01 18:30:36 +00:00
Ted Lemon
d9539882ba Explicitly handle some impossible states. 2000-09-01 17:22:48 +00:00
Ted Lemon
d642c2a6ac Get rid of an unnecessary test. 2000-09-01 16:57:44 +00:00
Ted Lemon
b19f2e1c31 Fix two bugs in class parsing. 2000-09-01 00:10:26 +00:00
Ted Lemon
b40955450c Add new tokens 2000-08-31 15:47:40 +00:00
Ted Lemon
02ca1b45b7 Fix lots of state change problems. 2000-08-31 04:41:10 +00:00
Ted Lemon
0142936f90 Tweak load balance handling. 2000-08-31 04:40:55 +00:00
Ted Lemon
3505ef685d Update message type requirements. 2000-08-31 04:40:24 +00:00
Ted Lemon
fcbeefb3ba Move state information common to both peers into a common structure. 2000-08-31 04:40:05 +00:00
Ted Lemon
058159169d Update failover state keywords. 2000-08-31 04:39:41 +00:00
Ted Lemon
275082ddad Support ISC_R_INCOMPLETE for partial connects. 2000-08-31 04:39:18 +00:00
Ted Lemon
8d3aec71d3 Add more prototypes 2000-08-31 04:38:36 +00:00
Damien Neil
a83fe30733 Added binary &|^ operators. 2000-08-30 18:03:00 +00:00
Damien Neil
3c98e80b46 Added binary operators: & | ^. 2000-08-28 21:22:41 +00:00
Damien Neil
1b234d446f Finished up function call support. 2000-08-28 19:36:39 +00:00
Ted Lemon
06f0ed0687 Really fix a couple of compile warnings on Tru64 5.0 2000-08-25 18:46:20 +00:00
Ted Lemon
b08234e9c7 Fix a couple of compile warnings on Tru64 5.0 2000-08-25 18:28:28 +00:00
Ted Lemon
bb0b00a5e8 Lots of changes to clean up handling of various failover states. 2000-08-24 18:49:34 +00:00
Ted Lemon
9a092d2e23 POTENTIAL_CONFLICT_NIC -> RESOLUTION_INTERRUPTED. 2000-08-24 18:46:31 +00:00
Ted Lemon
397a692007 Add argument to find_lease. 2000-08-24 18:43:11 +00:00
Ted Lemon
5f0c7be134 - Add a bunch of support for all the funny recovery states.
- Clean up existing state machine support.
2000-08-24 18:41:42 +00:00
Ted Lemon
ea2169d422 - Add support for some new states from the 07 draft.
- Add a service state, which is required to handle the 'startup' state
  and makes a lot of other code outside of failover.c a lot cleaner.
2000-08-24 18:34:45 +00:00
Ted Lemon
c489f07560 Add declarations for all kinds of cool new failover functions. 2000-08-24 18:31:36 +00:00
Ted Lemon
5965f2a0a6 potential-conflict-nic -> resolution_interrupted, per draft-07. 2000-08-24 18:28:38 +00:00
Ted Lemon
732dc81500 potential-conflict-nic -> resolution_interrupted, per draft-07. 2000-08-24 18:20:47 +00:00
Damien Neil
349c525e5b Fix bug #253, which could cause the server to segfault when setting
a value.
2000-08-23 00:32:46 +00:00
Damien Neil
e7a9c29390 Added log() statement to allow logging from config files. 2000-08-22 21:51:39 +00:00
Damien Neil
2541d05703 Fixes bug #246.
(null or true) is now true, rather than null.
2000-08-22 21:21:54 +00:00
Ted Lemon
d50fff63b1 Use /var/state/dhcp on Linux 2.2. 2000-08-17 19:46:03 +00:00