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

1805 Commits

Author SHA1 Message Date
Ted Lemon
2d3bd461ae Get rid of double spacing when printing DNS results. 2000-02-03 04:38:08 +00:00
Ted Lemon
e721773f63 - Bomb out if caller tries to update more than one zone, instead of doing
multiple updates.   Return server rcode, rather than a zone count.
2000-02-03 04:33:03 +00:00
Ted Lemon
44fe7220d1 Take advantage of hacked resolver. 2000-02-03 04:31:46 +00:00
Ted Lemon
b4dc29fdd9 Use r_size, not strlen, to get length of r_data. 2000-02-03 04:31:25 +00:00
Ted Lemon
3ac520c2c0 Define SOCKLEN_T, to avoid header incompatibility issue. Define htons. 2000-02-03 03:51:28 +00:00
Ted Lemon
125ab69a54 Define SOCKLEN_T, to avoid header incompatibility issue. 2000-02-03 03:51:05 +00:00
Ted Lemon
d1ddd6bf22 Define socklen_t if os header didn't. 2000-02-03 03:50:34 +00:00
Ted Lemon
e6e36dea92 Get rid of alphaosf workaround - found a better one. 2000-02-03 03:50:08 +00:00
Ted Lemon
539bfc9641 Teach cvs not to complain about generated files. 2000-02-03 03:49:16 +00:00
Ted Lemon
d1f313b300 socklen_t -> SOCKLEN_T 2000-02-03 03:43:51 +00:00
Ted Lemon
6326bebfc0 Add definitions for HP-UX (!). Disable a certain unfortunate suncc warning. 2000-02-03 03:42:15 +00:00
Ted Lemon
5ed35c0585 Don't support NSAP records. 2000-02-02 22:58:09 +00:00
Ted Lemon
fbdffeba81 Include md5_locl.h before minires.h to work around a HP-UX compile issue. 2000-02-02 22:57:51 +00:00
Ted Lemon
7804c030de Fix call to snprintf 2000-02-02 20:47:55 +00:00
Ted Lemon
adeee5a53d Make sure the lease pointer gets set to zero. 2000-02-02 20:38:47 +00:00
Ted Lemon
9458e9aa07 Minor solaris fixes. 2000-02-02 20:01:50 +00:00
Ted Lemon
439a9b002e Include nameser.h after minires.h 2000-02-02 19:59:16 +00:00
Ted Lemon
588af26930 Support parsing of configuration options in generic blocks. 2000-02-02 17:10:43 +00:00
Ted Lemon
d970ea7d43 Get rid of dprintf. 2000-02-02 08:21:08 +00:00
Ted Lemon
3a6b1f5822 Don't include BIND 8 resolver files anymore. 2000-02-02 08:20:46 +00:00
Ted Lemon
9da31b16f7 oops 2000-02-02 08:02:24 +00:00
Ted Lemon
88c32c8c25 Hack private resolver namespace to avoid link clashes. 2000-02-02 08:01:52 +00:00
Ted Lemon
16d82ab305 Clean up the handling of --with-nsupdate 2000-02-02 07:47:30 +00:00
Ted Lemon
17440b6ca2 Get rid of some BSD cdef goo that doesn't belong. 2000-02-02 07:37:19 +00:00
Ted Lemon
d2891334cc Fix a signed vs. unsigned pointer problem. 2000-02-02 07:36:32 +00:00
Ted Lemon
3997081bb4 BIND 8 resolver, gutted and fileted. 2000-02-02 07:28:15 +00:00
Ted Lemon
6f9ae4eafb NSUPDATE won't build on QNX - make the compiler bomb with a useful message. 2000-02-02 07:24:13 +00:00
Ted Lemon
31dc192bd7 Signed->unsigned fixes, get rid of __ definitions. 2000-02-02 07:23:18 +00:00
Ted Lemon
7e799df19d Support the private resolver. 2000-02-02 07:22:33 +00:00
Ted Lemon
0fb778401b Required for private resolver. 2000-02-02 05:54:04 +00:00
Ted Lemon
6e9a7784ed Include files used by private resolver. 2000-02-02 05:49:29 +00:00
Ted Lemon
c7315f8d75 Use our own copy of the resolver (shudder). 2000-02-02 05:41:32 +00:00
Ted Lemon
32e99078d8 Add prand_config goo for resolver (temporary!). 2000-02-02 05:38:07 +00:00
Ted Lemon
11515e7a8c Make IP_HL and IP_HL_SET consistent. 2000-02-01 18:25:09 +00:00
Ted Lemon
054f18b831 Define socklen_t on older versions of BSD/OS. 2000-02-01 18:21:26 +00:00
Ted Lemon
fdea876e56 Use socklen_t only for recvfrom. 2000-02-01 18:19:48 +00:00
Ted Lemon
cfdfb9f126 AIX and Digital Unix compatibility fixes. 2000-02-01 03:19:56 +00:00
Ted Lemon
fb6297b12b - In order to satisfy the HP C compiler, make a (possibly malloc'd) copy
of the host UID when mocking up a lease.
2000-01-31 23:43:11 +00:00
Ted Lemon
9d80b480d5 Add a break after the default to satisfy the HP C compiler. 2000-01-31 23:41:56 +00:00
Ted Lemon
e55017af5c Include arpa/nameser.h _after_ including cdefs.h and osdep.h. 2000-01-31 23:41:19 +00:00
Ted Lemon
41b62b6604 Fix a call to dmalloc. 2000-01-29 16:15:52 +00:00
Ted Lemon
5dba009a08 Eradicate two more htype occurrances. 2000-01-29 05:47:50 +00:00
Ted Lemon
347de8bdb6 Brian Murrell's changes to allow the client to be directed using OMAPI. 2000-01-28 20:30:37 +00:00
Ted Lemon
bc7b98ab10 Add reference pointer to rc history structure. 2000-01-27 23:37:59 +00:00
Ted Lemon
400c0b19be Move log functions to omapip_p.h because they require cdefs.h. 2000-01-27 23:37:38 +00:00
Ted Lemon
0664d68a8e Kludge around the whole ISC_LIST botch by removing the offending definition, which is not used. 2000-01-27 23:31:34 +00:00
Ted Lemon
6036a3b739 Get rid of sysdep goo that's not needed in DHCP distribution. 2000-01-27 23:28:08 +00:00
Ted Lemon
254f9d79da One more htype boo-boo... 2000-01-27 23:27:38 +00:00
Ted Lemon
996a9e8520 Fix up handling of bogus dereferences. 2000-01-27 23:20:03 +00:00
Ted Lemon
a77040e7c6 Support new DEBUG_RC_HISTORY_EXHAUSTIVELY flag. 2000-01-27 23:19:35 +00:00