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

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