]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
13 years ago- Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macros
Tomek Mrugalski [Wed, 11 May 2011 14:01:25 +0000 (14:01 +0000)] 
- Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macros
  [ISC-Bugs #13151]

13 years agoMinor code cleanups - but note port change for #23196
Shawn Routhier [Wed, 11 May 2011 00:38:56 +0000 (00:38 +0000)] 
Minor code cleanups - but note port change for #23196
[ISC-Bugs #23470] - Modify when an ignore return macro is defined to
handle unsed error return warnings for more versions of gcc.
[ISC-Bugs #23196] - Modify the reply handling in the server code to
send to a specified port rather than to the source port for the incoming
message.  Sending to the source port was test code that should have
been removed.  The previous functionality may be restored by defining
REPLY_TO_SOURCE_PORT in the includes/site.h file.  We suggest you don't
enable this except for testing purposes.
[ISC-Bugs #22695] - Close a file descriptor in an error path.
[ISC-Bugs #19368] - Tidy up variable types in validate_port.

13 years agoLinux Packet Filter interface improvement. sockaddr_pkt structure is used,
Tomek Mrugalski [Tue, 10 May 2011 14:27:56 +0000 (14:27 +0000)] 
Linux Packet Filter interface improvement. sockaddr_pkt structure is used,
rather than sockaddr. Packet ethertype is now forced to ETH_P_IP.
[ISC-Bugs #18975]

13 years agoRelay now properly logs that packet was received over interface without
Tomek Mrugalski [Tue, 10 May 2011 12:54:36 +0000 (12:54 +0000)] 
Relay now properly logs that packet was received over interface without
global IPv6 address [ISC-Bugs #24070]

13 years agoRelay no longer crashes, when DHCP packet is received over interface without
Tomek Mrugalski [Tue, 10 May 2011 11:24:44 +0000 (11:24 +0000)] 
Relay no longer crashes, when DHCP packet is received over interface without
any IPv4 address assigned. Also extended logging message about discarding
packets with invalid hlen with information about relevant interface name.
[ISC-Bugs #22409]

13 years agoDocumentation fixes
Shawn Routhier [Mon, 25 Apr 2011 23:43:16 +0000 (23:43 +0000)] 
Documentation fixes
[ISC-Bugs #17959] add text to AIX section describing how to have it send
responses to the all-ones address.
[ISC-Bugs #19615] update the includes in dhcpctl/dhcpctl.3 to be more correct
[ISC-Bugs #20676] update dhcpd.conf.5 to include the RFC numbers for DDNS

13 years agoThe DHCP server now responds to DHCPLEASEQUERY messages from agents using
Tomek Mrugalski [Fri, 22 Apr 2011 13:21:35 +0000 (13:21 +0000)] 
The DHCP server now responds to DHCPLEASEQUERY messages from agents using
IP addresses not covered by a subnet in configuration. Server also returns
vendor-class-id option, if client sent it. [ISC-Bugs #21094]

13 years ago- Parameters configured to evaluate from user defined function calls can
Tomek Mrugalski [Thu, 21 Apr 2011 17:53:48 +0000 (17:53 +0000)] 
- Parameters configured to evaluate from user defined function calls can
  now be correctly written to dhcpd.leases
- If a 'next-server' parameter is configured in a dynamic host record via
  OMAPI as a domain name, the syntax written to disk is now correctly parsed
  upon restart.  [ISC-Bugs #22266]

13 years agoAdded missing ticket numbers to RELNOTES entries. [ISC-Bugs #19660]
Tomek Mrugalski [Thu, 21 Apr 2011 14:41:35 +0000 (14:41 +0000)] 
Added missing ticket numbers to RELNOTES entries. [ISC-Bugs #19660]

13 years agoSeveral time related improvements:
Tomek Mrugalski [Thu, 21 Apr 2011 13:24:24 +0000 (13:24 +0000)] 
Several time related improvements:
- set initial delay to 0 to speed up client start
- added 'initial-delay' parameter to possibly revert to old behavior
- better handling of very short (1 or 2s) leases
- client lease records are recorded at most once every 15 seconds
- ICMP ping-check is now timed more precisely
- Servers that don't offer lease-time are now black-listed
[ISC-Bugs #19660]

13 years agoautoconf regeneration
Shawn Routhier [Fri, 15 Apr 2011 21:59:34 +0000 (21:59 +0000)] 
autoconf regeneration

13 years agoautomake regeneration
Shawn Routhier [Fri, 15 Apr 2011 21:59:27 +0000 (21:59 +0000)] 
automake regeneration

13 years agoautoheader regeneration
Shawn Routhier [Fri, 15 Apr 2011 21:59:16 +0000 (21:59 +0000)] 
autoheader regeneration

13 years agoaclocal regeneration
Shawn Routhier [Fri, 15 Apr 2011 21:59:07 +0000 (21:59 +0000)] 
aclocal regeneration

13 years agoAdd the option "--no-pid" to the client, relay and server code,
Shawn Routhier [Fri, 15 Apr 2011 21:58:12 +0000 (21:58 +0000)] 
Add the option "--no-pid" to the client, relay and server code,
to disable writing a pid file.  Add the option "-pf pidfile"
to the relay to allow the user to supply the pidfile name at
runtime.  Add the "with-relay6-pid-file" option to configure
to allow the user to supply the pidfile name for the relay
in v6 mode at configure time.
[ISC-Bugs #23351] [ISC-Bugs #17541]

13 years agoDHCPv6 server now responds properly if client asks for a prefix that
Tomek Mrugalski [Wed, 13 Apr 2011 09:53:26 +0000 (09:53 +0000)] 
DHCPv6 server now responds properly if client asks for a prefix that
is already assigned to a different client. [ISC-Bugs #23948]

13 years agotemporally disable with-gssapi
Mark Andrews [Wed, 6 Apr 2011 00:41:10 +0000 (00:41 +0000)] 
temporally disable with-gssapi

13 years agomove declartations to start of block
Mark Andrews [Mon, 4 Apr 2011 23:09:43 +0000 (23:09 +0000)] 
move declartations to start of block

13 years agoIn dhclient check the data for some string options for
Shawn Routhier [Thu, 24 Mar 2011 21:11:01 +0000 (21:11 +0000)] 
In dhclient check the data for some string options for
reasonableness before passing it along to the script that
interfaces with the OS. [ISC-Bugs #23722]

13 years agoAdd tag for 4.2.1 => 9.8.0
Shawn Routhier [Fri, 25 Feb 2011 20:08:55 +0000 (20:08 +0000)] 
Add tag for 4.2.1 => 9.8.0

13 years agoAdd paragraph explaining some Solaris compiler issues.
Shawn Routhier [Thu, 24 Feb 2011 00:03:42 +0000 (00:03 +0000)] 
Add paragraph explaining some Solaris compiler issues.
[ISC-Bugs #21791]

13 years agoCorrect typo occurrance => occurrence
Shawn Routhier [Wed, 23 Feb 2011 23:50:55 +0000 (23:50 +0000)] 
Correct typo occurrance => occurrence

13 years agoAdd bind tag for 4.2.1rc1
Shawn Routhier [Fri, 18 Feb 2011 19:50:45 +0000 (19:50 +0000)] 
Add bind tag for 4.2.1rc1

13 years agoModify the dlpi code to accept getmsg() returning a positive value.
Shawn Routhier [Fri, 18 Feb 2011 19:12:50 +0000 (19:12 +0000)] 
Modify the dlpi code to accept getmsg() returning a positive value.
[ISC-Bugs #22824]

13 years agoautoconf regeneration
Shawn Routhier [Fri, 18 Feb 2011 18:48:44 +0000 (18:48 +0000)] 
autoconf regeneration

13 years agoautomake regeneration
Shawn Routhier [Fri, 18 Feb 2011 18:48:39 +0000 (18:48 +0000)] 
automake regeneration

13 years agoautoheader regeneration
Shawn Routhier [Fri, 18 Feb 2011 18:48:15 +0000 (18:48 +0000)] 
autoheader regeneration

13 years agoaclocal regeneration
Shawn Routhier [Fri, 18 Feb 2011 18:48:04 +0000 (18:48 +0000)] 
aclocal regeneration

13 years agoSome fixes for LDAP
Shawn Routhier [Fri, 18 Feb 2011 18:41:25 +0000 (18:41 +0000)] 
Some fixes for LDAP
[ISC-Bugs #21783] - Include lber library when building ldap
[ISC-Bugs #22888] - Enable the ldap code when buidling common

13 years agoHandle some DDNS corner cases better. Maintain the DDNS transaction
Shawn Routhier [Fri, 18 Feb 2011 18:18:20 +0000 (18:18 +0000)] 
Handle some DDNS corner cases better.  Maintain the DDNS transaction
information when updating a lease and cancel any existing transactions
when removing the ddns information.
[ISC-Bugs #23103]

13 years agoTidy up release note for 23039, including adding the ticket number
Shawn Routhier [Fri, 18 Feb 2011 17:42:49 +0000 (17:42 +0000)] 
Tidy up release note for 23039, including adding the ticket number

13 years agogrammer
Mark Andrews [Fri, 18 Feb 2011 01:57:29 +0000 (01:57 +0000)] 
grammer

13 years ago- Removed the restriction on using IPv6 address in IPv4 mode. This allow
Mark Andrews [Fri, 18 Feb 2011 01:41:30 +0000 (01:41 +0000)] 
- Removed the restriction on using IPv6 address in IPv4 mode.  This allow
  IPv4 options which contain IPv6 address to be specified.  For example
  the 6rd option can be specified and use like this:

        option 6rd code 212 = { integer 8, integer 8,
                                ip6-address, array of ip-address };
        option 6rd 16 10 2001:: 1.2.3.4, 5.6.7.8;

13 years agocast to int for * in $.*s
Mark Andrews [Wed, 16 Feb 2011 03:22:56 +0000 (03:22 +0000)] 
cast to int for * in $.*s

13 years agoFix typo disclean => distclean
Shawn Routhier [Fri, 11 Feb 2011 22:48:20 +0000 (22:48 +0000)] 
Fix typo disclean => distclean

13 years agoAdd tag for 4.2.1b1 to HEAD
Shawn Routhier [Fri, 28 Jan 2011 22:37:40 +0000 (22:37 +0000)] 
Add tag for 4.2.1b1 to HEAD

13 years agoFix typo in 21921 note
Shawn Routhier [Fri, 21 Jan 2011 00:15:29 +0000 (00:15 +0000)] 
Fix typo in 21921 note

13 years agoCorrectly spell crashing
Shawn Routhier [Thu, 20 Jan 2011 20:53:50 +0000 (20:53 +0000)] 
Correctly spell crashing

13 years agoWhen processing a request in the DHCPv6 server code that specifies
Shawn Routhier [Thu, 20 Jan 2011 19:13:41 +0000 (19:13 +0000)] 
When processing a request in the DHCPv6 server code that specifies
an address that is tagged as abondened (meaning we received a
decline request for it previously) don't attempt to move it from
the inactive to active pool as doing so can result in the server
crshing on an assert failure.  Also retag the lease as active
and reset it's timeout value.
[ISC-Bugs #21921]

13 years agoDisable the use of kqueue in the ISC library. This avoids a problem
Shawn Routhier [Thu, 30 Dec 2010 22:35:48 +0000 (22:35 +0000)] 
Disable the use of kqueue in the ISC library.  This avoids a problem
between the fork and socket code that caused the dhcpd process to
use all available cpu if the program daemonized itself.
[ISC-Bugs #21911]

13 years agoWhen processing the format flags for a given option consume the
Shawn Routhier [Wed, 29 Dec 2010 22:56:01 +0000 (22:56 +0000)] 
When processing the format flags for a given option consume the
flag indicating an optional value correctly.  A symptom of this
bug was an infinite loop when trying to parse the slp-service-scope
option.  Thanks to a patch from Marius Tomaschewski.
[ISC-Bugs #22055]

13 years agoClean up for 22033 - remove printing the seconds value
Shawn Routhier [Wed, 29 Dec 2010 21:40:33 +0000 (21:40 +0000)] 
Clean up for 22033 - remove printing the seconds value
to avoid problems with printing it in an OS agnostic manner.

13 years agoLimit the timeout period allowed in the dispatch code to 2^^32-1 seconds.
Shawn Routhier [Tue, 14 Dec 2010 23:06:50 +0000 (23:06 +0000)] 
Limit the timeout period allowed in the dispatch code to 2^^32-1 seconds.
Thanks to a report from Jiri Popelka at Red Hat.
[ISC-Bugs #22033], [Red Hat Bug #628258]

13 years agoAdd Brad's name to the entry for 22679
Shawn Routhier [Tue, 14 Dec 2010 22:54:12 +0000 (22:54 +0000)] 
Add Brad's name to the entry for 22679

13 years agoDon't pass the ISC_R_INPROGRESS status to the omapi signal handlers.
Shawn Routhier [Tue, 14 Dec 2010 21:59:44 +0000 (21:59 +0000)] 
Don't pass the ISC_R_INPROGRESS status to the omapi signal handlers.
Passing it through to the handlers caused the omshell program to fail
to connect to the server.  [ISC-Bugs #21839]

Fix the paranthesis in the code to process configuration statements
beginning with "auth".  The previous arrangement caused
"auto-partner-down" to be processed incorrectly.  [ISC-Bugs #21854]

13 years agoFix the handling of connection requests on the failover port.
Shawn Routhier [Mon, 13 Dec 2010 20:31:08 +0000 (20:31 +0000)] 
Fix the handling of connection requests on the failover port.
Previously a connection request from a source that wasn't
listed as a failover peer would cause the server to become
non-responsive.  [ISC-Bugs #22679]
CERT: VU#159528 CVE: CVE-2010-3616

13 years agofix pointer
Mark Andrews [Thu, 9 Dec 2010 01:19:10 +0000 (01:19 +0000)] 
fix pointer

13 years agofree dstkey
Mark Andrews [Thu, 9 Dec 2010 01:17:46 +0000 (01:17 +0000)] 
free dstkey

13 years agodns_tsec_create now takes the address of the dstkey pointer
Mark Andrews [Mon, 6 Dec 2010 02:00:25 +0000 (02:00 +0000)] 
dns_tsec_create now takes the address of the dstkey pointer

13 years agoIn the entry for ticket 22626 correct the ticket that
Shawn Routhier [Fri, 3 Dec 2010 20:45:14 +0000 (20:45 +0000)] 
In the entry for ticket 22626 correct the ticket that
we are fixing to 21585.

13 years agoRestore printing of values in omshell to the style pre 21518. For
Shawn Routhier [Fri, 3 Dec 2010 20:27:51 +0000 (20:27 +0000)] 
Restore printing of values in omshell to the style pre 21518.  For
21518 we changed the print routines to always display time values
as a hex list.  This had a side effect of printing all data strings
as a hex list.  We shall investigate other ways of displaying time
values more usefully.  [ISC-Bugs #22626]

13 years agoIgnore sigpipe if possible. 22269
Shawn Routhier [Thu, 18 Nov 2010 19:47:36 +0000 (19:47 +0000)] 
Ignore sigpipe if possible.  22269

13 years agoautoconf regeneration
David Hankins [Wed, 3 Nov 2010 23:25:23 +0000 (23:25 +0000)] 
autoconf regeneration

13 years agoautomake regeneration
David Hankins [Wed, 3 Nov 2010 23:25:20 +0000 (23:25 +0000)] 
automake regeneration

13 years agoautoheader regeneration
David Hankins [Wed, 3 Nov 2010 23:25:11 +0000 (23:25 +0000)] 
autoheader regeneration

13 years agoaclocal regeneration
David Hankins [Wed, 3 Nov 2010 23:25:05 +0000 (23:25 +0000)] 
aclocal regeneration

13 years ago- ./configure on longer searches for -lcrypto to explicitly link against.
David Hankins [Wed, 3 Nov 2010 23:22:02 +0000 (23:22 +0000)] 
- ./configure on longer searches for -lcrypto to explicitly link against.
  This fixes a bug where 'dhclient' would have shared library dependencies
  on '/usr/lib'.  [ISC-Bugs #21967]

13 years agoAdd cert and cve numbers and acknowledgement
Shawn Routhier [Tue, 2 Nov 2010 18:43:34 +0000 (18:43 +0000)] 
Add cert and cve numbers and acknowledgement

13 years agoHandle a relay forward message with an unspecified address in the
Shawn Routhier [Fri, 22 Oct 2010 19:50:24 +0000 (19:50 +0000)] 
Handle a relay forward message with an unspecified address in the
link address field.  Previously such a message would cause the
server to crash.  [ISC-Bugs #21992]

13 years agoUpdate the code to parse dhcpv6 lease files to accept a semi-colon at
Shawn Routhier [Wed, 13 Oct 2010 22:28:18 +0000 (22:28 +0000)] 
Update the code to parse dhcpv6 lease files to accept a semi-colon at
the end of the max-life and preferred-life clauses.  In order to be
backwards compatible with older lease files not finding a semi-colon
is also accepted.  [ISC-Bugs #22303].

14 years agocast (char) to (unsigned char) to silence (char) array index warnings.
Mark Andrews [Fri, 17 Sep 2010 01:52:34 +0000 (01:52 +0000)] 
cast (char) to (unsigned char) to silence (char) array index warnings.

14 years agoUse (unsigned char) not (int) to silence (char) array index warnings.
Mark Andrews [Fri, 17 Sep 2010 01:51:37 +0000 (01:51 +0000)] 
Use (unsigned char) not (int) to silence (char) array index warnings.

14 years agoerrata for 21308 - correct domain-search syntax
Shawn Routhier [Tue, 14 Sep 2010 23:05:39 +0000 (23:05 +0000)] 
errata for 21308 - correct domain-search syntax

14 years agoautoconf regeneration
Shawn Routhier [Tue, 14 Sep 2010 22:25:07 +0000 (22:25 +0000)] 
autoconf regeneration

14 years agoautomake regeneration
Shawn Routhier [Tue, 14 Sep 2010 22:24:54 +0000 (22:24 +0000)] 
automake regeneration

14 years agoautoheader regeneration
Shawn Routhier [Tue, 14 Sep 2010 22:24:35 +0000 (22:24 +0000)] 
autoheader regeneration

14 years agoaclocal regeneration
Shawn Routhier [Tue, 14 Sep 2010 22:24:22 +0000 (22:24 +0000)] 
aclocal regeneration

14 years agoautoconf regeneration
Shawn Routhier [Tue, 14 Sep 2010 22:22:33 +0000 (22:22 +0000)] 
autoconf regeneration

14 years agoautomake regeneration
Shawn Routhier [Tue, 14 Sep 2010 22:22:19 +0000 (22:22 +0000)] 
automake regeneration

14 years agoautoheader regeneration
Shawn Routhier [Tue, 14 Sep 2010 22:21:56 +0000 (22:21 +0000)] 
autoheader regeneration

14 years agoaclocal regeneration
Shawn Routhier [Tue, 14 Sep 2010 22:21:28 +0000 (22:21 +0000)] 
aclocal regeneration

14 years agoMinor changes for scripts, configure.ac and Makefiles
Shawn Routhier [Tue, 14 Sep 2010 22:20:20 +0000 (22:20 +0000)] 
Minor changes for scripts, configure.ac and Makefiles
[ISC-Bugs #19147] Use domain-search instead of domain-name in manual and
                  example conf file.  Thanks to a patch from David Cantrell
                  at Red Hat.
[ISC-Bugs #19761] Restore address when doing a rebind in DHCPv6
[ISC-Bugs #19945] Properly close the quote on some arguments.
[ISC-Bugs #20952] Add 64 bit types to configure.ac
[ISC-Bugs #21308] Add "PATH=" to CLIENT_PATH envrionment variable

14 years agocast time_t to unsigned long and use %lu instead of %u
Mark Andrews [Tue, 14 Sep 2010 04:01:33 +0000 (04:01 +0000)] 
cast time_t to unsigned long and use %lu instead of %u

14 years agoFixes to lease input and output.
Shawn Routhier [Mon, 13 Sep 2010 22:06:37 +0000 (22:06 +0000)] 
Fixes to lease input and output.
[ISC-Bugs #20418] - Some systems don't support the "%s" argument to
strftime, paste together the same string using mktime instead.
[ISC-Bugs #19596] - When parsing iaid values accept printable
characters.
[ISC-Bugs #21585] - Always print time values in omshell as hex
instead of ascii if the values happen to be printable characters.

14 years agoParse date strings more properly - the code now handles semi-colons in
Shawn Routhier [Mon, 13 Sep 2010 19:23:28 +0000 (19:23 +0000)] 
Parse date strings more properly - the code now handles semi-colons in
date strings correctly.  Thanks to a patch from Jiri Popelka at Red Hat.
[ISC-Bugs #21501, #20598]

14 years ago- Two identical log messages for commit_leases() have been disambiguated.
David Hankins [Fri, 10 Sep 2010 22:04:19 +0000 (22:04 +0000)] 
- Two identical log messages for commit_leases() have been disambiguated.
  [ISC-Bugs #18915]

14 years ago- Add an elapsed time option to the release message and refactor the
Shawn Routhier [Fri, 10 Sep 2010 20:21:03 +0000 (20:21 +0000)] 
- Add an elapsed time option to the release message and refactor the
  code to move most of the common code to a single routine.
  [ISC-Bugs #21171].

14 years agoUpdate to 20378, print receive_packet6 in the log message
Shawn Routhier [Thu, 9 Sep 2010 22:49:58 +0000 (22:49 +0000)] 
Update to 20378, print receive_packet6 in the log message

14 years agoAnother batch of fixes
Shawn Routhier [Thu, 9 Sep 2010 22:18:02 +0000 (22:18 +0000)] 
Another batch of fixes
 Correct error handling in DLPI [ISC-Bugs #20378]
 Remove __sun__ and __hpux__ typedefs in osdep.h as they are now being
 checked in configure.  [ISC-Bugs #20443]
 Modify how the cmsg header is allocated the v6 send and received routines
 to compile on more compilers.  [ISC-Bugs #20524]
 When parsing a domain name free the memory for the name after we are
 done with it.  [ISC-Bugs #20824]

14 years agoaddress builds where sizeof != int
Mark Andrews [Thu, 9 Sep 2010 06:48:52 +0000 (06:48 +0000)] 
address builds where sizeof != int

14 years agoMinor code fixes
Shawn Routhier [Wed, 8 Sep 2010 22:13:05 +0000 (22:13 +0000)] 
Minor code fixes
 [ISC-Bugs #19566] When trying to find the zone for a name for ddns allow
 the name to be at the apex of the zone.
 [ISC-Bugs #19617] Restrict length of interface name read from command line
 in dhcpd - based on a patch from David Cantrell at Red Hat.
 [ISC-Bugs #20039] Correct some error messages in dhcpd.c
 [ISC-Bugs #20070] Better range check on values when creating a DHCID.
 [ISC-Bugs #20198] Avoid writing past the end of the field when adding
 overly long file or server names to a packet and add a log message
 if the configuration supplied overly long names for these fields.
 [ISC-Bugs #21497] Add a little more randomness to rng seed in client

14 years ago- Fixed a bug that leaks host record references onto lease structures,
David Hankins [Tue, 7 Sep 2010 23:55:24 +0000 (23:55 +0000)] 
- Fixed a bug that leaks host record references onto lease structures,
  causing the server to apply configuration intended for one host to any
  other innocent clients that come along later.  [ISC-Bugs #22018]

14 years agoAdd code to clear the pointer to an object in an OMAPI handle when the
Shawn Routhier [Tue, 7 Sep 2010 22:59:23 +0000 (22:59 +0000)] 
Add code to clear the pointer to an object in an OMAPI handle when the
object is freed due to a dereference.  [ISC-Bugs #21306]

14 years ago- The .TH tag for the dhcp-options manpage was typo repaired
David Hankins [Tue, 20 Jul 2010 21:09:14 +0000 (21:09 +0000)] 
- The .TH tag for the dhcp-options manpage was typo repaired
  thanks to a report from jidanni and the Debian package maintenance
  team.  [ISC-Bugs #21676] {Debian Bug#563613}

14 years agoPut the options in the dhclient and dhcpd man pages into the standard form.
Shawn Routhier [Wed, 14 Jul 2010 20:01:14 +0000 (20:01 +0000)] 
Put the options in the dhclient and dhcpd man pages into the standard form.
[ISC-Bugs #20264] and parts of [ISC-Bugs #17744] for dhclient.8 changes

14 years ago- 'get-host-names true;' now also works even if 'use-host-decl-names true;'
David Hankins [Tue, 13 Jul 2010 18:43:41 +0000 (18:43 +0000)] 
- 'get-host-names true;' now also works even if 'use-host-decl-names true;'
  was also configured.  The nature of this repair also fixes another
  error; the host-name supplied by a client is no longer overridden by a
  reverse lookup of the lease address.  Thanks to a patch from Wilco Baan
  Hofman supplied to us by the Debian package maintenance team.
  [ISC-Bugs #21691] {Debian Bug#509445}

14 years agoDocumentation cleanup covering multiple tickets
Shawn Routhier [Fri, 2 Jul 2010 23:09:15 +0000 (23:09 +0000)] 
Documentation cleanup covering multiple tickets
  [ISC-Bugs #20265] [ISC-Bugs #20259] minor cleanup
  [ISC-Bugs #20263] add text describing some default values
  [ISC-Bugs #20193] single quotes at the start of a line indicate a control
  line to nroff, escape them if we actually want a quote.
  [ISC-Bugs #18916] sync the pointer to web pages amongst the different docs

14 years agoAdd cert and cve number to note for 21253
Shawn Routhier [Fri, 18 Jun 2010 19:18:52 +0000 (19:18 +0000)] 
Add cert and cve number to note for 21253

14 years agomake robust to version changes on head
Mark Andrews [Fri, 18 Jun 2010 03:23:04 +0000 (03:23 +0000)] 
make robust to version changes on head

14 years agoBIND 9 export library version for 4.2.0rc1/4.2.0 final to v9_7_1 final.
David Hankins [Tue, 15 Jun 2010 18:41:51 +0000 (18:41 +0000)] 
BIND 9 export library version for 4.2.0rc1/4.2.0 final to v9_7_1 final.

14 years agoAdd declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]
Shawn Routhier [Fri, 11 Jun 2010 22:13:44 +0000 (22:13 +0000)] 
Add declaration for variable in debug code in alloc.c.  [ISC-Bugs #21472]

14 years agoBack out use of 'snapshot' syntax to kit.sh.
David Hankins [Thu, 3 Jun 2010 16:25:33 +0000 (16:25 +0000)] 
Back out use of 'snapshot' syntax to kit.sh.

14 years agoUpdate bind.sh for auto robie builds.
David Hankins [Wed, 2 Jun 2010 22:18:41 +0000 (22:18 +0000)] 
Update bind.sh for auto robie builds.

14 years agoadding changes notes to reflect bugs fixed by updating libisc/libdns.
David Hankins [Wed, 2 Jun 2010 17:08:17 +0000 (17:08 +0000)] 
adding changes notes to reflect bugs fixed by updating libisc/libdns.

14 years agoupdate util/bind.sh to match v4_2.
David Hankins [Tue, 1 Jun 2010 17:29:36 +0000 (17:29 +0000)] 
update util/bind.sh to match v4_2.

14 years agoModify determination of ttl to use for DDNS update [ISC-Bugs #21126]
Shawn Routhier [Thu, 27 May 2010 17:19:26 +0000 (17:19 +0000)] 
Modify determination of ttl to use for DDNS update [ISC-Bugs #21126]

14 years agoFix the trace code to handle timing events better. [ISC-Bugs 20969]
Shawn Routhier [Thu, 27 May 2010 00:30:11 +0000 (00:30 +0000)] 
Fix the trace code to handle timing events better.  [ISC-Bugs 20969]

14 years agoAdd some debugging output for use with the DDNS code. [ISC-Bugs 20916]
Shawn Routhier [Wed, 26 May 2010 22:25:10 +0000 (22:25 +0000)] 
Add some debugging output for use with the DDNS code.  [ISC-Bugs 20916]

14 years ago- A bug was fixed that could cause the DHCPv6 server to advertise/assign a
David Hankins [Tue, 25 May 2010 17:40:28 +0000 (17:40 +0000)] 
- A bug was fixed that could cause the DHCPv6 server to advertise/assign a
  previously allocated (active) lease to a client that has changed subnets,
  despite being on different shared networks.  Dynamic prefixes specifically
  allocated in shared networks also now are not offered if the client has
  moved.  [ISC-Bugs #21152]

14 years agoPatch for 21093 - handle v4 or v6 only a little better. If we can't contstruct
Shawn Routhier [Tue, 25 May 2010 00:22:29 +0000 (00:22 +0000)] 
Patch for 21093 - handle v4 or v6 only a little better.  If we can't contstruct
the context log it and leave, if we can but then try and do a DDNS transaction
using the protocol we don't have log it and continue.