2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00
Commit Graph

2630 Commits

Author SHA1 Message Date
Ted Lemon
f1431de313 SCO changes. 2001-04-09 00:31:48 +00:00
Ted Lemon
fcebfc39d8 Update the section on SCO. 2001-04-09 00:29:46 +00:00
Ted Lemon
bb9df6a90a SCO fixes. 2001-04-09 00:29:22 +00:00
Ted Lemon
611ba57c99 Fix an incorrect use of BPF_WORDALIGN 2001-04-08 21:12:49 +00:00
Ted Lemon
de57e64b15 Update changelog and version V3-BETA-2-PATCH-24 2001-04-06 06:15:15 +00:00
Ted Lemon
aaafa64a66 Release old billing class when parsing new billing class. 2001-04-06 05:52:19 +00:00
Ted Lemon
fea20b0912 Add a TODO note about spawning subclasses. 2001-04-06 05:45:45 +00:00
Ted Lemon
14e8ade5d9 Fix an incorrect status check that may have been causing a core dump. 2001-04-06 05:42:37 +00:00
Ted Lemon
77f5b2d92e Process the state transition if we're doing a deferred update. 2001-04-06 01:03:39 +00:00
Ted Lemon
6a031f2e3c Don't create a trace file if there's one there already. 2001-04-06 01:02:47 +00:00
Ted Lemon
8de84e110e Set IFS back to space after parsing PATH. 2001-04-05 23:37:34 +00:00
Ted Lemon
5aa40fc5a0 Add hooks for subclasses. 2001-04-05 22:54:57 +00:00
Ted Lemon
fb5f879356 Make sure we have a stdin, stdout and stderr. 2001-04-05 22:52:48 +00:00
Ted Lemon
c1f22aef47 - Add S_STOPPED state for downed interfaces.
- Add subclass prototypes.
- Remove duplicate class prototypes.
2001-04-05 22:49:40 +00:00
Ted Lemon
dfb6c5aa43 Make sure we have a stdin, stdout and stderr. 2001-04-05 22:44:23 +00:00
Ted Lemon
984d434c69 Document -P command line switch in usage. 2001-04-05 22:41:31 +00:00
Ted Lemon
ee8a36530f Make sure we have a stdin, stdout and stderr. 2001-04-05 22:37:35 +00:00
Ted Lemon
4cefd70b81 Fix some documentation errors 2001-04-05 22:36:28 +00:00
Ted Lemon
b089b9af9e Apply a patch supplied by Tuan Uong for a buffer offset error. 2001-04-05 20:53:01 +00:00
Ted Lemon
cf75fef2a8 Tweak the omapi interface hooks. 2001-04-05 20:50:19 +00:00
Ted Lemon
89000b2e13 If we get an EIO on read, the interface is gone, so delete it. 2001-04-05 20:47:34 +00:00
Ted Lemon
57710b89ae - Fix DHCPRELEASE to do the right thing.
- If the interface goes away, stop trying to get an address on it.
2001-04-05 20:42:11 +00:00
Ted Lemon
c9dce20f56 Make the omapi statement in the client config actually work. 2001-04-05 20:37:55 +00:00
Ted Lemon
e0dd13b555 Don't use the which command. 2001-04-05 20:35:52 +00:00
Ted Lemon
6071365896 Don't try to determine SIOCGIFCONF buffer size prior to Linux 2.2. 2001-04-05 06:12:28 +00:00
Ted Lemon
651a34dd93 Fix a silly malloc bug in mrtrace. 2001-03-30 05:21:58 +00:00
Ben Cottrell
fa0b47093f Fix RT #1100. This was due to incorrect refcounting of failover messages
in two places, and also the fact that failover_message_dereference() was
not zeroing out the pointer.
2001-03-28 23:07:10 +00:00
Ted Lemon
140158d3ff Update version and changelog V3-BETA-2-PATCH-23 2001-03-22 21:41:33 +00:00
Ted Lemon
b7d4762721 Fix a core dump in dhcprelease. 2001-03-22 21:36:49 +00:00
Ted Lemon
08a51b9840 Update documentation of client identifier representation. 2001-03-22 07:01:45 +00:00
Ted Lemon
e47988bfd7 fix up dhclient script defaults. 2001-03-22 07:01:11 +00:00
Ted Lemon
4b63da96d1 Get rid of a ??? that confuses the Sun compiler. 2001-03-22 07:00:15 +00:00
Ted Lemon
c08637bb39 Add some changes suggested by Cyrille Lefevre 2001-03-22 06:59:28 +00:00
Ted Lemon
4ca9936c1b Document some new flags. 2001-03-22 06:56:42 +00:00
Ted Lemon
fda4fd46a5 client_script_name -> path_dhclient_script 2001-03-22 06:56:00 +00:00
Ted Lemon
1dba919cf5 Install client script in (e.g.) /sbin. 2001-03-22 06:54:40 +00:00
Ted Lemon
38793a2633 Add a README entry about locally-defined options. 2001-03-22 06:53:58 +00:00
Ted Lemon
3a395e60ea Update changelog and version. V3-BETA-2-PATCH-22 2001-03-20 22:27:25 +00:00
Ted Lemon
59bdb6a11a This time for sure! (fix for spinning). 2001-03-20 22:25:30 +00:00
Ted Lemon
fc74dd0c38 Update version and changelog V3-BETA-2-PATCH-21 2001-03-20 07:40:25 +00:00
Ted Lemon
894820f2dd Actually fix the spin that I thought I'd fixed previously. 2001-03-20 07:29:35 +00:00
Ted Lemon
b0b4f89c39 Add a missing else whose absence was causing memory smashes. 2001-03-20 07:26:57 +00:00
Ben Cottrell
c73ced691d Fixed RT 938 having to do with SIOCGIFCONF on Linux. We now do a first
pass in which we pass a null pointer for the buffer, and we will get
back the length of the buffer we should allocate. This is because
if you pass in a buffer that is too small, Linux (unlike other OSes)
will not tell you that it is too small by returning a length greater
than the length you passed in.
2001-03-17 02:11:29 +00:00
Ted Lemon
ed5ee59141 Update version number and changelog V3-BETA-2-PATCH-20 2001-03-17 02:09:02 +00:00
Ted Lemon
a3cd7f284e Set lease -> uid_max. 2001-03-17 02:02:20 +00:00
Ted Lemon
7ebf32da1b Don't stash uid_len until we know we have a uid. 2001-03-17 01:24:59 +00:00
Ted Lemon
b1820749bd - Fix a bug that would cause the server to spin looking for leases to free.
- Fix a non-null pointer store.
2001-03-17 00:48:34 +00:00
Ted Lemon
b3519f23f1 Support NUL characters in STRING tokens. 2001-03-17 00:47:39 +00:00
Ben Cottrell
5a3adf94a7 Partial fix for RT #982 -- since all recent versions of Solaris come
with troff, we can safely install the non-preformatted man pages.
2001-03-17 00:13:16 +00:00
Ben Cottrell
3d2aa1bff4 More DLPI patches from Joost. His patch was way garbled, but this is my
best interpretation of it. The only thing confusing me is that I thought
he'd fixed all the byte order dependencies in an elegant way, but I
still see some rather ugly #ifdefs in this code. Oh well. At least it
works on minbar.
2001-03-16 22:12:19 +00:00