]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
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]

15 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}

15 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

15 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}

15 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

15 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

15 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

15 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.

15 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]

15 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.

15 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.

15 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.

15 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.

15 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]

15 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]

15 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]

15 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]

15 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.

15 years ago- A memory leak in ddns processing was closed. [ISC-Bugs #21377]
David Hankins [Mon, 24 May 2010 23:47:42 +0000 (23:47 +0000)] 
- A memory leak in ddns processing was closed.  [ISC-Bugs #21377]

15 years agoAllow zero-length client ids when hashing. Ticket 21253
Shawn Routhier [Fri, 14 May 2010 23:46:59 +0000 (23:46 +0000)] 
Allow zero-length client ids when hashing.  Ticket 21253

15 years agoUpdate documentation about dhcpv6 ORO. Tickets 21052, 21102
Shawn Routhier [Tue, 27 Apr 2010 22:13:53 +0000 (22:13 +0000)] 
Update documentation about dhcpv6 ORO.  Tickets 21052, 21102

15 years agoUse correct option for requesting dhcp-lease-time
Shawn Routhier [Mon, 26 Apr 2010 21:17:32 +0000 (21:17 +0000)] 
Use correct option for requesting dhcp-lease-time

15 years agoDon't include lease time information in the response to a DHCPINFORM
Shawn Routhier [Tue, 20 Apr 2010 23:20:20 +0000 (23:20 +0000)] 
Don't include lease time information in the response to a DHCPINFORM
request.  We do this by removing any time information from the option
cache before building the reponse packet.  Bug ticket 21092.

15 years agoFix misspelled comment (infomation->information). Note that I do not actually
David Hankins [Wed, 14 Apr 2010 19:08:55 +0000 (19:08 +0000)] 
Fix misspelled comment (infomation->information).  Note that I do not actually
understand the rest of the comment, and that may be worth repairing...

15 years agolooks like these got missed from HEAD
David Hankins [Fri, 2 Apr 2010 00:07:41 +0000 (00:07 +0000)] 
looks like these got missed from HEAD

15 years agoAdding missing files.
David Hankins [Thu, 25 Mar 2010 15:23:31 +0000 (15:23 +0000)] 
Adding missing files.

15 years agoautoconf regeneration
David Hankins [Wed, 24 Mar 2010 23:35:15 +0000 (23:35 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Wed, 24 Mar 2010 23:35:11 +0000 (23:35 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Wed, 24 Mar 2010 23:34:43 +0000 (23:34 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Wed, 24 Mar 2010 23:34:39 +0000 (23:34 +0000)] 
aclocal regeneration

15 years ago- "The LDAP Patch" that has been circulating for some time, written by
David Hankins [Wed, 24 Mar 2010 21:49:03 +0000 (21:49 +0000)] 
- "The LDAP Patch" that has been circulating for some time, written by
  Brian Masney and S.Kalyanasundraram and maintained for application to
  the DHCP-4 sources by David Cantrell has been included.  Please be
  advised that these sources were contributed, and do not yet meet the
  high standards we place on production sources we include by default.
  As a result, the LDAP features are only included by using a compile-time
  option which defaults off, and if you enable it you do so under your
  own recognizance.  We will be improving this software over time.
  [ISC-Bugs #17741]

15 years agoMake that 9.7.0p1.
David Hankins [Wed, 24 Mar 2010 17:50:19 +0000 (17:50 +0000)] 
Make that 9.7.0p1.

15 years agoMove to 9.7.0 final for export lib.
David Hankins [Wed, 24 Mar 2010 17:30:49 +0000 (17:30 +0000)] 
Move to 9.7.0 final for export lib.

15 years agoModify the routine that constructs DNS names to convert relative names to
Shawn Routhier [Wed, 17 Mar 2010 17:07:43 +0000 (17:07 +0000)] 
Modify the routine that constructs DNS names to convert relative names to
absolute names (add trailing dot) to keep the dns library happy.  Ticket 21054

15 years agoUpdate the fsync batching patch to work with the isc libraries - 21044
Shawn Routhier [Fri, 12 Mar 2010 01:36:57 +0000 (01:36 +0000)] 
Update the fsync batching patch to work with the isc libraries - 21044

15 years agoautoconf regeneration
Shawn Routhier [Fri, 12 Feb 2010 00:04:25 +0000 (00:04 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
Shawn Routhier [Fri, 12 Feb 2010 00:04:23 +0000 (00:04 +0000)] 
automake regeneration

15 years agoautoheader regeneration
Shawn Routhier [Fri, 12 Feb 2010 00:04:17 +0000 (00:04 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
Shawn Routhier [Fri, 12 Feb 2010 00:04:14 +0000 (00:04 +0000)] 
aclocal regeneration

15 years agoRemove dead file as part of DDNS trace cleanup 20885
Shawn Routhier [Thu, 11 Feb 2010 23:59:52 +0000 (23:59 +0000)] 
Remove dead file as part of DDNS trace cleanup 20885

15 years agoautoconf regeneration
Shawn Routhier [Thu, 11 Feb 2010 23:56:09 +0000 (23:56 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
Shawn Routhier [Thu, 11 Feb 2010 23:56:07 +0000 (23:56 +0000)] 
automake regeneration

15 years agoautoheader regeneration
Shawn Routhier [Thu, 11 Feb 2010 23:55:58 +0000 (23:55 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
Shawn Routhier [Thu, 11 Feb 2010 23:55:55 +0000 (23:55 +0000)] 
aclocal regeneration

15 years agoPrimarly fix the trace code. This was broken during the modfictions of the
Shawn Routhier [Thu, 11 Feb 2010 23:55:36 +0000 (23:55 +0000)] 
Primarly fix the trace code.  This was broken during the modfictions of the
DDNS code to use the bind libraries.  This patch fixes that breakage and
includes support for the new DDNS code.  This patch also deletes some dead
code and neatens up some log messages.

15 years ago- An optimization described in the failover protocol draft is now included,
David Hankins [Wed, 3 Feb 2010 23:25:25 +0000 (23:25 +0000)] 
- An optimization described in the failover protocol draft is now included,
  which permits a DHCP server operating in communications-interrupted state
  to 'rewind' a lease to the state most recently transmitted to its peer,
  greatly increasing a server's endurance in communications-interrupted.
  This is supported using a new 'rewind state' record on the dhcpd.leases
  entry for each lease.  [ISC-Bugs #19601]

15 years agoContinuing update for 20697 - update sys/stddef.h to stddef.h
Shawn Routhier [Tue, 2 Feb 2010 23:32:07 +0000 (23:32 +0000)] 
Continuing update for 20697 - update sys/stddef.h to stddef.h

15 years agoAdd include for stddef.h and remove an extra space from dhcrelay.c
Shawn Routhier [Tue, 2 Feb 2010 19:58:18 +0000 (19:58 +0000)] 
Add include for stddef.h and remove an extra space from dhcrelay.c

15 years agoUpdate relnotes for the compiler warning changes
Shawn Routhier [Tue, 2 Feb 2010 00:48:48 +0000 (00:48 +0000)] 
Update relnotes for the compiler warning changes

15 years agoautoconf regeneration
Shawn Routhier [Tue, 2 Feb 2010 00:45:02 +0000 (00:45 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
Shawn Routhier [Tue, 2 Feb 2010 00:44:59 +0000 (00:44 +0000)] 
automake regeneration

15 years agoautoheader regeneration
Shawn Routhier [Tue, 2 Feb 2010 00:44:52 +0000 (00:44 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
Shawn Routhier [Tue, 2 Feb 2010 00:44:48 +0000 (00:44 +0000)] 
aclocal regeneration

15 years agoClean up some compiler warnings
Shawn Routhier [Tue, 2 Feb 2010 00:44:06 +0000 (00:44 +0000)] 
Clean up some compiler warnings

15 years ago- Cleaned up an unused hardware address variable in nak_lease().
David Hankins [Mon, 1 Feb 2010 22:03:15 +0000 (22:03 +0000)] 
- Cleaned up an unused hardware address variable in nak_lease().
  [ISC-Bugs #15382]

15 years ago_GNU_SOURCE fixes
Francis Dupont [Sat, 23 Jan 2010 08:49:32 +0000 (08:49 +0000)] 
_GNU_SOURCE fixes

15 years ago- Helpfully (hopefully) edit documentation in dhcp-options to reinforce that
David Hankins [Thu, 21 Jan 2010 22:17:17 +0000 (22:17 +0000)] 
- Helpfully (hopefully) edit documentation in dhcp-options to reinforce that
  the ia* options are not for direct configuration, and are only documented
  for completeness...

15 years ago- When using 'ignore client-updates;', the FQDN returned to the client
David Hankins [Thu, 17 Dec 2009 20:04:35 +0000 (20:04 +0000)] 
- When using 'ignore client-updates;', the FQDN returned to the client
  is no longer truncated to one octet.  [ISC-Bugs #20743]

15 years agofix 'make check'
David Hankins [Fri, 4 Dec 2009 22:27:10 +0000 (22:27 +0000)] 
fix 'make check'

15 years agoAdd tags to keep the make system happy
Shawn Routhier [Wed, 2 Dec 2009 23:51:13 +0000 (23:51 +0000)] 
Add tags to keep the make system happy

15 years agoautoconf regeneration
Shawn Routhier [Wed, 2 Dec 2009 20:56:32 +0000 (20:56 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
Shawn Routhier [Wed, 2 Dec 2009 20:56:01 +0000 (20:56 +0000)] 
automake regeneration

15 years agoautoconf regeneration
Shawn Routhier [Wed, 2 Dec 2009 20:50:09 +0000 (20:50 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
Shawn Routhier [Wed, 2 Dec 2009 20:50:06 +0000 (20:50 +0000)] 
automake regeneration

15 years agoautoheader regeneration
Shawn Routhier [Wed, 2 Dec 2009 20:49:59 +0000 (20:49 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
Shawn Routhier [Wed, 2 Dec 2009 20:49:55 +0000 (20:49 +0000)] 
aclocal regeneration

15 years agoticket 20687
Shawn Routhier [Wed, 2 Dec 2009 20:43:52 +0000 (20:43 +0000)] 
ticket 20687
Update README and RELNOTES for 4.2
Include building the bind libraries as part of the make system instead
of as a separate step by the customer.

15 years agoNote for gcc 2.95.4 compiler cleanup.
Shawn Routhier [Tue, 24 Nov 2009 02:23:15 +0000 (02:23 +0000)] 
Note for gcc 2.95.4 compiler cleanup.

15 years agoUpdate copyright years
Shawn Routhier [Tue, 24 Nov 2009 02:06:57 +0000 (02:06 +0000)] 
Update copyright years

15 years agochaddr was not being set on all paths leading to a compiler warning
Mark Andrews [Mon, 23 Nov 2009 21:19:25 +0000 (21:19 +0000)] 
chaddr was not being set on all paths leading to a compiler warning

15 years agoremove extranous semi colon
Mark Andrews [Mon, 23 Nov 2009 20:44:32 +0000 (20:44 +0000)] 
remove extranous semi colon

15 years agoUpdate to bind 9.7.0b3, remove work around for fdwatchpoke bug
Shawn Routhier [Fri, 20 Nov 2009 00:10:14 +0000 (00:10 +0000)] 
Update to bind 9.7.0b3, remove work around for fdwatchpoke bug

15 years ago- The 'hardware [ethernet|etc] ...;' parameter in host records has been
David Hankins [Thu, 19 Nov 2009 23:57:41 +0000 (23:57 +0000)] 
- The 'hardware [ethernet|etc] ...;' parameter in host records has been
  extended to attempt to match DHCPv6 clients by the last octets of a
  DUID-LL or DUID-LLT provided by the client.  [ISC-Bugs #19599]

15 years agoTicket 20540 - clean ups for DHCP-DDNS work, add an change dropped in the
Shawn Routhier [Thu, 19 Nov 2009 23:49:57 +0000 (23:49 +0000)] 
Ticket 20540 - clean ups for DHCP-DDNS work, add an change dropped in the
merge, arrange to handle callbacks from the socket code after we've deleted
the socket and deal with the quantum issue in the tasks.  This last will
be removed shortly as a better fix is now available.

15 years agoTicket 19830 - enhancment to allow use of host-identifier syntax for DHCPv4
Shawn Routhier [Tue, 10 Nov 2009 21:12:23 +0000 (21:12 +0000)] 
Ticket 19830 - enhancment to allow use of host-identifier syntax for DHCPv4
as well as for DHCPv6

15 years agoupdate to use b2 (resolve gai_strerror compile failures on solaris 8)
David Hankins [Mon, 9 Nov 2009 20:25:00 +0000 (20:25 +0000)] 
update to use b2 (resolve gai_strerror compile failures on solaris 8)

15 years agoremove empty declarations
Mark Andrews [Fri, 6 Nov 2009 02:04:52 +0000 (02:04 +0000)] 
remove empty declarations

15 years agosensible error message, support 4.2.0
Mark Andrews [Tue, 3 Nov 2009 13:42:46 +0000 (13:42 +0000)] 
sensible error message, support 4.2.0

15 years agolook for gmake as gmake, gnumake or make
Mark Andrews [Tue, 3 Nov 2009 02:57:22 +0000 (02:57 +0000)] 
look for gmake as gmake, gnumake or make

15 years agoregen
Mark Andrews [Mon, 2 Nov 2009 07:37:52 +0000 (07:37 +0000)] 
regen

15 years ago'libbind=' not 'libbind ='
Mark Andrews [Mon, 2 Nov 2009 06:30:27 +0000 (06:30 +0000)] 
'libbind=' not 'libbind ='

15 years agoautoconf regeneration
Shawn Routhier [Thu, 29 Oct 2009 00:48:16 +0000 (00:48 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
Shawn Routhier [Thu, 29 Oct 2009 00:48:13 +0000 (00:48 +0000)] 
automake regeneration

15 years agoautoheader regeneration
Shawn Routhier [Thu, 29 Oct 2009 00:48:07 +0000 (00:48 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
Shawn Routhier [Thu, 29 Oct 2009 00:48:04 +0000 (00:48 +0000)] 
aclocal regeneration

15 years agoCleanup for ddns changes ticket rt20527
Shawn Routhier [Thu, 29 Oct 2009 00:46:48 +0000 (00:46 +0000)] 
Cleanup for ddns changes ticket rt20527

15 years agoautoconf regeneration
Shawn Routhier [Wed, 28 Oct 2009 04:15:29 +0000 (04:15 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
Shawn Routhier [Wed, 28 Oct 2009 04:15:26 +0000 (04:15 +0000)] 
automake regeneration

15 years agoautoheader regeneration
Shawn Routhier [Wed, 28 Oct 2009 04:15:16 +0000 (04:15 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
Shawn Routhier [Wed, 28 Oct 2009 04:15:11 +0000 (04:15 +0000)] 
aclocal regeneration

15 years agoSupport for asynchronous ddns per ticket 19216 - convert to using isclib and
Shawn Routhier [Wed, 28 Oct 2009 04:12:30 +0000 (04:12 +0000)] 
Support for asynchronous ddns per ticket 19216 - convert to using isclib and
dnslib.

15 years agoFix two typos in relnotes.
David Hankins [Fri, 16 Oct 2009 22:54:22 +0000 (22:54 +0000)] 
Fix two typos in relnotes.

15 years agoFix handling of changing a connectiong from connecting to connected, avoiding
Shawn Routhier [Thu, 15 Oct 2009 18:39:49 +0000 (18:39 +0000)] 
Fix handling of changing a connectiong from connecting to connected, avoiding
releasing the memory for the omapi io object.

15 years agoautoconf regeneration
David Hankins [Tue, 6 Oct 2009 23:09:18 +0000 (23:09 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Tue, 6 Oct 2009 23:09:08 +0000 (23:09 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Tue, 6 Oct 2009 23:08:46 +0000 (23:08 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Tue, 6 Oct 2009 23:08:42 +0000 (23:08 +0000)] 
aclocal regeneration

15 years ago- ./configure now checks to ensure the intX_t and u_intX_t types are defined,
David Hankins [Tue, 6 Oct 2009 23:06:00 +0000 (23:06 +0000)] 
- ./configure now checks to ensure the intX_t and u_intX_t types are defined,
  correcting a compilation failure when using Sun's compiler. [ISC-Bugs #20370]

15 years agoupdate RELNOTES for CVE-2009-1892
David Hankins [Mon, 5 Oct 2009 19:05:22 +0000 (19:05 +0000)] 
update RELNOTES for CVE-2009-1892

15 years ago- Both host and subnet6 configuration groups are now included whether a
David Hankins [Wed, 30 Sep 2009 20:59:59 +0000 (20:59 +0000)] 
- Both host and subnet6 configuration groups are now included whether a
  fixed-address6 (DHCPv6) is in use or not.  Host scoped configuration takes
  precedence.  This fixes two bugs, one where host scoped configuration
  would not be included from a non-fixed-address6 host record, and the equal
  and opposite bug where subnet6 scoped configuration would not be used when
  over-riding vlaues were not present in a matching fixed-address6 host
  configuration.  [ISC-Bugs #20069]