2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-05 00:35:41 +00:00
Commit Graph

2779 Commits

Author SHA1 Message Date
Ted Lemon
3350f5b741 Update changelog 2001-03-16 02:05:17 +00:00
Ted Lemon
940e5b93bd Initialize a couple of pointers. 2001-03-16 01:57:00 +00:00
Ted Lemon
d588b01f6e - Return a correct status in lease_ours_to_reallocate even if the lease isn't
in a failover pool.
2001-03-16 01:56:32 +00:00
Ted Lemon
7f65aa81c2 - Check client identifier on hw_lease before giving it to the client.
- Don't try to reference host to lease if there's no host.
2001-03-16 01:55:38 +00:00
Ted Lemon
c2318c2074 ns_rcode -> isc_result_t 2001-03-16 00:23:59 +00:00
Ted Lemon
cb8176c4ae Always reference count leases. 2001-03-15 23:22:33 +00:00
Ted Lemon
c0b7fffacd - Write things that could contain non-printable values as quotable strings
with non-printable values stored as \\ooo.
2001-03-15 23:21:25 +00:00
Ted Lemon
d73c240408 Add quotify prototypes. 2001-03-15 23:17:48 +00:00
Ted Lemon
0efc1180e9 Add quotify functions. 2001-03-15 23:17:28 +00:00
Ted Lemon
46b626384f Use eval for ifconfig so that medium can include quoted strings (yuck!) 2001-03-15 23:16:52 +00:00
Ted Lemon
dd215f30ff - Do better error checking on lease write.
- Write quoted strings with special characters quoted.
2001-03-15 23:12:03 +00:00
Ted Lemon
d2ff2ec298 Don't reference/dereference failover_listeners if it's null. 2001-03-14 17:40:59 +00:00
Ted Lemon
b3fad8ac0b Update changelog and version info. 2001-03-14 17:36:48 +00:00
Ted Lemon
ef4d4bfdaa Fix an endian bug in trace files (James Brister) 2001-03-14 15:56:27 +00:00
Ted Lemon
0240e57c46 Check comp->uid instead of lease->uid when entering a lease's ID info. 2001-03-14 15:45:41 +00:00
Ted Lemon
6c6084374e - Fix DHCPINFORM non-return bug.
- Log released leases always.
- Byte swap secs on log message.
- Fix a possible null pointer dereference that could happen in certain
  obscure cases.
2001-03-14 15:44:39 +00:00
Ted Lemon
f834d4ff91 Use unparsable names for unknown options. 2001-03-14 15:39:32 +00:00
Ted Lemon
aba6b916b6 Fix documentation for sending non-standard options. 2001-03-14 15:38:44 +00:00
Ted Lemon
ed0f73abbd Do client script exit status checking more portably 2001-03-14 15:37:52 +00:00
Ted Lemon
ae598b4274 Get rid of local debug flag. 2001-03-14 15:36:57 +00:00
Ted Lemon
8cc0a65b2f Set up global debug flag. 2001-03-14 15:33:39 +00:00
Ted Lemon
61126661cf Remove files starting with # in realclean target. 2001-03-01 22:12:16 +00:00
Ted Lemon
30a122eebc Don't start ICMP if we're just testing a lease file. 2001-03-01 22:11:50 +00:00
Ted Lemon
5dafbb5bd5 Fix a solaris build problem. 2001-03-01 22:11:26 +00:00
Ted Lemon
e493934dc4 Document -r flag 2001-03-01 22:11:12 +00:00
Ted Lemon
530de8b20c Apply a signed vs. unsigned fix suggested by Onno Van Der Linden. 2001-03-01 21:44:31 +00:00
Ted Lemon
0b69dcc870 Change EOF to END_OF_FILE in tokenizer for enum compatibility. 2001-03-01 18:17:09 +00:00
Ted Lemon
9f8b2a7f67 - Apply huge numbers of editorial corrections, thanks to Mark Sanders
of Inktomi.
2001-03-01 17:10:38 +00:00
Ted Lemon
5252524d01 Fix AIX installs 2001-03-01 17:09:46 +00:00
Ted Lemon
dace3971d7 Update version to -cvs 2001-03-01 17:09:37 +00:00
Ted Lemon
7c6a9da029 Fix up a couple of type errors 2001-03-01 07:25:47 +00:00
Damien Neil
031d30b778 Extended the OMAPI shell program to allow objects to be opened, displayed,
modified, and updated.
2001-02-27 01:18:31 +00:00
Damien Neil
311dbab63d Allow failover_state objects to have their local-state field to be changed
via OMAPI.  In addition, attempts to set other fields in a state object
will return success without modifying the object; this is very ugly, but
required to allow an open -> modify -> update sequence of OMAPI operations
to work properly.
2001-02-27 01:17:34 +00:00
Damien Neil
9345f3ccbb Added tokens for "close", "create", "open", and "help" to the lexer. 2001-02-27 01:15:38 +00:00
Ted Lemon
c466184540 Fix up NetBSD/alpha build. 2001-02-26 22:21:15 +00:00
Ted Lemon
a1ec58f608 Include system-specific libraries in link command. V3-BETA-2-PATCH-18 2001-02-22 23:51:00 +00:00
Ted Lemon
6da9db9d61 Update changelog and version 2001-02-22 23:20:11 +00:00
Ted Lemon
69c620f2eb Update copyright statements. 2001-02-22 22:54:26 +00:00
Ted Lemon
17238faf0f Document backslash quoting. 2001-02-22 22:50:55 +00:00
Ted Lemon
b276ad7569 Revamp lease file documentation for 3.0. 2001-02-22 22:50:32 +00:00
Ted Lemon
95848a1fe0 Add references to the dhcp-eval and dhcp-options man pages. 2001-02-22 22:41:43 +00:00
Ted Lemon
51fe0cce6a Document -tf and -play. 2001-02-22 07:52:54 +00:00
Ted Lemon
37ee426a25 Get md5.h from dst/ instead of minires/ 2001-02-22 07:37:15 +00:00
Ted Lemon
8550e74ac0 Last dregs of dst split. 2001-02-22 07:31:21 +00:00
Ted Lemon
12fd607507 Fix up function declaration formatting. 2001-02-22 07:30:21 +00:00
Ted Lemon
6b85636e11 Fix time snooper. 2001-02-22 07:29:36 +00:00
Ted Lemon
dd952dd18a Add support for logging random ID and fix various bugs in minires tracing. 2001-02-22 07:28:58 +00:00
Ted Lemon
e3fb86fbe0 Always use trace_mr_*() functions. 2001-02-22 07:28:25 +00:00
Ted Lemon
793b7b9f4b Move dst functionality into seperate library 2001-02-22 07:27:14 +00:00
Ted Lemon
246f7f725a Move dst API into its own subdirectory. 2001-02-22 07:22:09 +00:00