2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 05:17:57 +00:00

3618 Commits

Author SHA1 Message Date
Shawn Routhier
6f1a6f94fc update copyright 2012-04-02 22:47:35 +00:00
Shawn Routhier
797aab6748 Add release note 2012-04-02 22:43:41 +00:00
Shawn Routhier
7b85845662 Update docs as per ticket 28574 2012-04-02 22:39:38 +00:00
Shawn Routhier
b342f2e77c Use offsetof() instead of sizeof() to get the sizes for dhcpv6_relay_packet
and dhcpv6_packet in several more places.  Thanks to a report from
Bruno Verstuyft and Vincent Demaertelaere of Excentis.
[ISC-Bugs #27941]
2012-03-20 00:31:34 +00:00
Shawn Routhier
d13db163c7 Modify the code that determines if an outstanding DDNS request
should be cancelled.  This patch results in cancelling the
outstanding request less often.  It fixes the problem caused
by a client doing a release where  the  txt and ptr records
weren't removed from the DNS.
[ISC-BUGS #27858]
2012-03-19 22:29:06 +00:00
Tomek Mrugalski
dd9237c309 Fixed many compilation problems ("set, but not used" warnings) for
gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]
2012-03-09 11:18:14 +00:00
Shawn Routhier
9a266235e6 autoconf regeneration 2012-02-16 22:08:50 +00:00
Shawn Routhier
d955bf7ebd auotmake regeneration 2012-02-16 22:08:38 +00:00
Shawn Routhier
d9f3a66cd4 automake regeneration 2012-02-16 22:08:31 +00:00
Shawn Routhier
2568cd6a5e autoheader regeneration 2012-02-16 22:08:21 +00:00
Shawn Routhier
804ea1909f aclocal regeneration 2012-02-16 22:08:10 +00:00
Shawn Routhier
e3c948003b Add a compile time check for the presence of the noreturn attribute
and use it for log_fatal if it's available.  This will help code
checking programs to eliminate false positives.
[ISC-Bugs 27539]
2012-02-16 22:07:04 +00:00
Shawn Routhier
b36ed9c3f2 autoconf regeneration 2012-02-16 21:06:36 +00:00
Shawn Routhier
09357f3d7f auotmake regeneration 2012-02-16 21:06:27 +00:00
Shawn Routhier
0c6bf326c2 automake regeneration 2012-02-16 21:06:19 +00:00
Shawn Routhier
8280b27059 autoheader regeneration 2012-02-16 21:06:05 +00:00
Shawn Routhier
f0750e0e64 aclocal regeneration 2012-02-16 21:05:56 +00:00
Shawn Routhier
b047bd385b Add support for Infiniband over sockets to the server and
relay code.  We've tested this on Solaris and hope to expand
support for Infiniband in the future.  This patch also corrects
some issues we found in the socket code.  [ISC-Bugs #24245]
2012-02-16 21:05:28 +00:00
Shawn Routhier
865afd5e44 Tidy up the receive calls and eliminate the need for found_pkt
[ISC-Bugs #25066]
2012-02-10 00:07:06 +00:00
Shawn Routhier
87132514a0 In the DDNS code handle error conditions more gracefully and add more
logging code.  The major change is to handle unexpected cancel events
from the DNS client code.
[ISC-Bugs 26287].
2012-02-03 22:47:43 +00:00
Shawn Routhier
51b8a8a0ac Move a note to get it to end up in the last 4.2.x update
moving to 4.3
2012-02-01 00:11:00 +00:00
Shawn Routhier
b08e0ff57f Update copyright 2012-01-24 22:23:39 +00:00
Shawn Routhier
c4fd2ea1d1 Update backoff-cutoff description to match the code. 2012-01-24 22:21:04 +00:00
Shawn Routhier
e072c68fa9 Add bind information for 4.2.3-P1 and 4.2.3-P2 2012-01-23 17:58:56 +00:00
Tomek Mrugalski
86e294a0d1 Reverting previous commit (changes should go to rt26273, not HEAD) 2012-01-23 15:51:55 +00:00
Tomek Mrugalski
3a57419a94 Updated to BIND 9.8.2rc1 (that contains fix for Debian/kFreeBSD compilation) 2012-01-23 15:33:26 +00:00
Shawn Routhier
de6c9af6dd Fixed the code that checks if an address the server is planning
to hand out is in a reserved range.  This would appear as
the server being out of addresses in pools with particular ranges.
[ISC-Bugs #26498]
2012-01-05 00:03:18 +00:00
Shawn Routhier
dc6908b477 Remove extra "out" from note. 2012-01-04 19:53:49 +00:00
Shawn Routhier
0ef9a46e33 Modify the DDNS handling code. In a previous patch we added logging
code to the DDNS handling.  This code included a bug that caused it
to attempt to dereference a NULL pointer and eventually segfault.
While reviewing the code as we addressed this problem, we determined
that some of the updates to the lease structures would not work as
planned since the structures being updated were in the process of
being freed: these updates were removed.  In addition we removed an
incorrect call to the DDNS removal function that could cause a failure
during the removal of DDNS information from the DNS server.
Thanks to Jasper Jongmans for reporting this issue.
[ISC-Bugs #27078]
CVE: CVE-2011-4868
2011-12-30 23:08:41 +00:00
Shawn Routhier
c535de4411 Update 26704 to include a null check on the right hand side as well. 2011-11-28 18:01:25 +00:00
Shawn Routhier
846af1cd69 Added cve number 2011-11-23 17:25:30 +00:00
Shawn Routhier
317d1182fa Add acknowledgement 2011-11-23 00:24:47 +00:00
Shawn Routhier
b95f1ee070 Add a check for a null pointer before calling the regexec function.
Without out this check we could, under some circumstances, pass
a null pointer to the regexec function causing it to segfault.
[ISC-Bugs #26704].
2011-11-22 23:56:50 +00:00
Shawn Routhier
7595a1a772 Add 4.2.3 tag to bind.sh 2011-10-14 20:34:51 +00:00
Shawn Routhier
727ac12b5b Update copyright 2011-10-14 19:48:49 +00:00
Shawn Routhier
09afca0d73 Correct typos it's => its 2011-10-14 19:43:10 +00:00
Shawn Routhier
c2337bba88 Add bind tag for 4.2.3rc1 2011-10-05 00:52:05 +00:00
Shawn Routhier
3221151b74 Enhanced patch for 23595 to handle IPv4 fixed addresses more
cleanly.
2011-10-04 19:36:15 +00:00
Shawn Routhier
d424157d63 Add support for passing DDNS information to a DNS server over
an IPv6 address.  [ISC-Bugs #22647]
2011-09-21 20:36:55 +00:00
Shawn Routhier
394c505d23 Update description and comments for macos client script.
[ISC-Bugs #18891]
2011-09-20 16:59:54 +00:00
Shawn Routhier
cf648f4174 Add FILES section tag 2011-09-19 00:24:50 +00:00
Shawn Routhier
aa46f1780d autoconf regeneration 2011-09-13 23:45:03 +00:00
Shawn Routhier
330310fbdf autoconf regeneration 2011-09-13 23:36:01 +00:00
Shawn Routhier
1e0007d153 automake regeneration 2011-09-13 23:35:56 +00:00
Shawn Routhier
dce78ca622 autoheader regeneration 2011-09-13 23:35:46 +00:00
Shawn Routhier
6f5476dd57 aclocal regeneration 2011-09-13 23:35:41 +00:00
Shawn Routhier
9a452f1782 autoconf regeneration 2011-09-13 23:04:27 +00:00
Shawn Routhier
086bd8f502 automake regeneration 2011-09-13 23:04:20 +00:00
Shawn Routhier
4c9968d6c0 autoheader regeneration 2011-09-13 23:04:07 +00:00
Shawn Routhier
b3db8084d2 aclocal regeneration 2011-09-13 23:03:58 +00:00