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

14 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

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

15 years agoFor BUG #20245: man page - clarification of partner-down instructions.
Jeremy Reed [Mon, 14 Sep 2009 18:51:46 +0000 (18:51 +0000)] 
For BUG #20245: man page - clarification of partner-down instructions.
I was told off-list this was agreed by Ebersman, Hankins, and Shane.

15 years ago*** empty log message ***
David Hankins [Fri, 11 Sep 2009 18:13:12 +0000 (18:13 +0000)] 
*** empty log message ***

15 years agoFix the check in the signal handler code to check if there is an inner
Shawn Routhier [Wed, 9 Sep 2009 19:05:17 +0000 (19:05 +0000)] 
Fix the check in the signal handler code to check if there is an inner
signal handler before calling it.  Previously we check if there was a
get_value function.

15 years ago- s/%ul/%lu/ in failover timing debug logs. This bug was introduced in
David Hankins [Tue, 8 Sep 2009 17:37:31 +0000 (17:37 +0000)] 
- s/%ul/%lu/ in failover timing debug logs.  This bug was introduced in
  4.2 feature development, so no RELNOTES entry has been made.
  [ISC-Bugs #20161]

15 years ago- Fixed a fenceposting bug when a client had two host records configured,
David Hankins [Fri, 24 Jul 2009 17:21:52 +0000 (17:21 +0000)] 
- Fixed a fenceposting bug when a client had two host records configured,
  one using 'uid' and the other using 'hardware ethernet'.  [ISC-Bugs #19895]

15 years agoSwitch isc urls from http to https and correct sw to services or software
Shawn Routhier [Thu, 23 Jul 2009 18:52:21 +0000 (18:52 +0000)] 
Switch isc urls from http to https and correct sw to services or software
for new web site as appropirate.

15 years ago- A patch supplied by David Cantrell at RedHat was applied that detects
David Hankins [Wed, 22 Jul 2009 21:58:14 +0000 (21:58 +0000)] 
- A patch supplied by David Cantrell at RedHat was applied that detects
  invalid calling parameters given to the ns_name_ntop() function.
  Specifically, it detects if the caller passed a pointer and size pair
  that causes the pointer to integer-wrap past zero.  [ISC-Bugs #17737]

15 years ago- Secondary servers in a failover pair will now perform ddns removals if
David Hankins [Wed, 22 Jul 2009 17:00:01 +0000 (17:00 +0000)] 
- Secondary servers in a failover pair will now perform ddns removals if
  they had performed ddns updates on a lease that is expiring, or was
  released through the primary.  As part of the same fix, stale binding scopes
  will now be removed if a change in identity of a lease's active client is
  detected, rather than simply if a lease is noticed to have expired (which it
  may have expired without a failover server noticing in some situations).
  [ISC-Bugs #19826b]

15 years agoupdate copyright
Paul Selkirk [Thu, 16 Jul 2009 22:01:26 +0000 (22:01 +0000)] 
update copyright

15 years agoDon't look for IPv6 interfaces on Linux when running in DHCPv4 mode. [RT#18721,19367...
Paul Selkirk [Thu, 16 Jul 2009 21:44:55 +0000 (21:44 +0000)] 
Don't look for IPv6 interfaces on Linux when running in DHCPv4 mode. [RT#18721,19367,19511]

15 years agoadd a null check to avoid primary crash on contact with secondary [rt19705]
Paul Selkirk [Thu, 16 Jul 2009 19:48:45 +0000 (19:48 +0000)] 
add a null check to avoid primary crash on contact with secondary [rt19705]

15 years agoRELNOTES entry for previous change was erroneously attributed to 4.1.0's
David Hankins [Thu, 16 Jul 2009 18:08:30 +0000 (18:08 +0000)] 
RELNOTES entry for previous change was erroneously attributed to 4.1.0's
alpha/beta cycle rather than 4.2's track.

15 years ago- Versions 3.0.x syntax with multiple name->code option definitions is now
David Hankins [Thu, 16 Jul 2009 18:02:28 +0000 (18:02 +0000)] 
- Versions 3.0.x syntax with multiple name->code option definitions is now
  supported.  Note that, similarly to 3.0.x, for by-code lookups only the
  last option definition is used.  [ISC-Bugs #17613]

15 years ago- Fixed a bug where relay agent options would never be returned when
David Hankins [Mon, 6 Jul 2009 23:33:23 +0000 (23:33 +0000)] 
- Fixed a bug where relay agent options would never be returned when
  processing a DHCPINFORM.  [ISC-Bugs #19303]

15 years ago- Added a configuration function, 'gethostname()', which calls the system
David Hankins [Mon, 6 Jul 2009 23:29:52 +0000 (23:29 +0000)] 
- Added a configuration function, 'gethostname()', which calls the system
  function of the same name and presents the results as a data expression.
  This function can be used to incorporate the system level hostname of
  the system the DHCP software is operating on in responses or queries (such
  as including a failover partner's hostname in a dhcp message or binding
  scope, or having a DHCP client send any system hostname in the host-name or
  FQDN options by default).  [ISC-Bugs #17351]

15 years agoSearch for '-' in 'client-hostname' at correct index. [ISC-Bugs #19840]
David Hankins [Sat, 20 Jun 2009 15:45:50 +0000 (15:45 +0000)] 
Search for '-' in 'client-hostname' at correct index. [ISC-Bugs #19840]

15 years ago! A stack overflow vulnerability was fixed in dhclient that could allow
David Hankins [Fri, 19 Jun 2009 23:24:19 +0000 (23:24 +0000)] 
! A stack overflow vulnerability was fixed in dhclient that could allow
  remote attackers to execute arbitrary commands as root on the system,
  or simply terminate the client, by providing an over-long subnet-mask
  option.  [ISC-Bugs #19839]

15 years ago- A new failover configuration parameter has been introduced for those
David Hankins [Wed, 17 Jun 2009 22:08:42 +0000 (22:08 +0000)] 
- A new failover configuration parameter has been introduced for those
  environments where DHCP servers can be reasonably guaranteed to be
  "down" when the failover TCP socket is severed, "auto-partner-down".
  This parameter is not generally safe, and by default is disabled, so
  please carefully review the documentation of this parameter in the
  dhcpd.conf(5) manpage before determining to use it yourself.
  [ISC-Bugs #19600]

15 years ago- A bug was fixed that caused the 'conflict-done' state to fail to be parsed
David Hankins [Wed, 17 Jun 2009 21:42:04 +0000 (21:42 +0000)] 
- A bug was fixed that caused the 'conflict-done' state to fail to be parsed
  in failover state records.  [ISC-Bugs #19739]

15 years agopull up rt19436: client -D option
Paul Selkirk [Wed, 27 May 2009 20:11:38 +0000 (20:11 +0000)] 
pull up rt19436: client -D option

15 years ago- Fixed a bug where an OMAPI socket disconnection message would not result
David Hankins [Wed, 20 May 2009 23:58:53 +0000 (23:58 +0000)] 
- Fixed a bug where an OMAPI socket disconnection message would not result
  in scheduling a failover reconnection, if the link had not negotiated a
  failover connect yet (e.g.: connection refused, asynch socket connect()
  timeouts).  [ISC-Bugs #19684]

15 years agoUpdate comment to explain absence of adjustment to g-bit.
David Hankins [Mon, 18 May 2009 22:50:33 +0000 (22:50 +0000)] 
Update comment to explain absence of adjustment to g-bit.

15 years agoautoconf regeneration
David Hankins [Thu, 30 Apr 2009 18:48:00 +0000 (18:48 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Thu, 30 Apr 2009 18:47:56 +0000 (18:47 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Thu, 30 Apr 2009 18:47:13 +0000 (18:47 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Thu, 30 Apr 2009 18:46:57 +0000 (18:46 +0000)] 
aclocal regeneration

15 years ago- Compilation on Solaris with USE_SOCKETS defined in includes/site.h has
David Hankins [Thu, 30 Apr 2009 18:42:52 +0000 (18:42 +0000)] 
- Compilation on Solaris with USE_SOCKETS defined in includes/site.h has
  been repaired.  Other USE_ overrides should work better. [ISC-Bugs #19434]

- A check for the local flavor of IFNAMSIZ had a broken 'else' condition,
  that probably still resulted in the correct behaviour (but wouldn't use
  a larger defined value provided by the host OS). [ISC-Bugs #19434]

15 years agoRemove infinite loop in token_print_indent_concat().
Mark Andrews [Thu, 30 Apr 2009 06:30:27 +0000 (06:30 +0000)] 
Remove infinite loop in token_print_indent_concat().

15 years ago- Fixed failover reconnection retry code to continue to retry to reconnect
David Hankins [Wed, 22 Apr 2009 20:27:58 +0000 (20:27 +0000)] 
- Fixed failover reconnection retry code to continue to retry to reconnect
  rather than restarting the listener.  [ISC-Bugs #19618]

15 years agopull up from rt18597 to HEAD
Paul Selkirk [Tue, 21 Apr 2009 14:09:57 +0000 (14:09 +0000)] 
pull up from rt18597 to HEAD

15 years ago- Memory leak in the load_balance_mine() function is fixed. This would
David Hankins [Tue, 7 Apr 2009 19:55:52 +0000 (19:55 +0000)] 
- Memory leak in the load_balance_mine() function is fixed.  This would
  leak ~20-30 octets per DHCPDISCOVER packet while failover was in use
  and in normal state. [ISC-Bugs #19548]

- Various compilation fixes have been included for the memory related
  DEBUG #defines in includes/site.h.  [ISC-Bugs #19548]

15 years agoFix typo.
Jeremy Reed [Mon, 30 Mar 2009 18:28:55 +0000 (18:28 +0000)] 
Fix typo.
(reported via contact form from Aleksander mealstrom@ukr.net.)
Bug: #19536

15 years ago- The update-conflict-detection feature would leave an FQDN updated without
David Hankins [Thu, 26 Mar 2009 17:20:23 +0000 (17:20 +0000)] 
- The update-conflict-detection feature would leave an FQDN updated without
  a DHCID (still currently implemented as a TXT RR).  This would cause later
  expiration or release events to fail to remove the domain name.  The feature
  now also inserts the client's up to date DHCID record, so records may safely
  be removed at expiration or release time.  Thanks to a patch submitted by
  Christof Chen.  [ISC-Bugs #19500]

15 years agoautoconf regeneration
David Hankins [Wed, 25 Mar 2009 18:28:23 +0000 (18:28 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Wed, 25 Mar 2009 18:28:16 +0000 (18:28 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Wed, 25 Mar 2009 18:27:49 +0000 (18:27 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Wed, 25 Mar 2009 18:26:46 +0000 (18:26 +0000)] 
aclocal regeneration

15 years agolicense, HEAD version to 4.2.0 for now.
David Hankins [Wed, 25 Mar 2009 18:25:37 +0000 (18:25 +0000)] 
license, HEAD version to 4.2.0 for now.

15 years agoinclude doc/examples in distribution tarball
David Hankins [Wed, 25 Mar 2009 18:23:00 +0000 (18:23 +0000)] 
include doc/examples in distribution tarball

15 years ago- A bug in DLPI packet transmission (Solaris, HP/UX) that caused the server
David Hankins [Tue, 24 Mar 2009 18:33:52 +0000 (18:33 +0000)] 
- A bug in DLPI packet transmission (Solaris, HP/UX) that caused the server
  to stop receiving packets is fixed.  The same fix also means that the MAC
  address will no longer appear 'bogus' on DLPI-based systems.
  [ISC-Bugs #19186]

- A bug in select handling was discovered where the results of one select()
  call were discarded, causing the server to process the next select() call
  and use more system calls than required.  This has been repaired - the
  sockets will be handled after the first return from select(), resulting in
  fewer system calls.  [ISC-Bugs #19186]

15 years agoFix typo.
Jeremy Reed [Tue, 24 Mar 2009 16:56:15 +0000 (16:56 +0000)] 
Fix typo.

15 years ago- If configured, dhclient may now transmit to an anycast MAC address,
David Hankins [Fri, 13 Mar 2009 21:41:45 +0000 (21:41 +0000)] 
- If configured, dhclient may now transmit to an anycast MAC address,
  rather than using a broadcast address.  Thanks to a patch from David
  Cantrell at Red Hat. [ISC-Bugs #17740]

15 years agoDavid Cantrell requests to use 'Red Hat' for trademark purposes in
David Hankins [Tue, 10 Mar 2009 21:00:50 +0000 (21:00 +0000)] 
David Cantrell requests to use 'Red Hat' for trademark purposes in
attribution rather than 'RedHat'.

15 years ago- Fixed a cosmetic bug where pretty-printing valid domain-search options would
David Hankins [Tue, 10 Mar 2009 20:54:02 +0000 (20:54 +0000)] 
- Fixed a cosmetic bug where pretty-printing valid domain-search options would
  result in an erroneous error log message ('garbage in format string').
  [ISC-Bugs #19327]

15 years agoattribution
David Hankins [Thu, 5 Mar 2009 22:53:15 +0000 (22:53 +0000)] 
attribution

15 years agoPartial source attribution.
David Hankins [Fri, 20 Feb 2009 18:24:14 +0000 (18:24 +0000)] 
Partial source attribution.

15 years ago- Failover port configuration can now be left to defaults (port 647) as
David Hankins [Fri, 20 Feb 2009 18:20:00 +0000 (18:20 +0000)] 
- Failover port configuration can now be left to defaults (port 647) as
  described in the -12 revision of the Failover draft (and assigned by
  IANA).  [ISC-Bugs #17738]

15 years ago- Two uninitialized stack structures are now memset to zero. [ISC-Bugs #17737]
David Hankins [Fri, 20 Feb 2009 00:09:24 +0000 (00:09 +0000)] 
- Two uninitialized stack structures are now memset to zero.  [ISC-Bugs #17737]

15 years ago- DDNS removal routines were updated so that the DHCID is not removed until
David Hankins [Thu, 12 Feb 2009 00:15:33 +0000 (00:15 +0000)] 
- DDNS removal routines were updated so that the DHCID is not removed until
  the client has been deprived of all A and AAAA records (not only the last
  one of either of those).  This resolves a bug where dual stack clients
  would not be able to regain their names after either expiration event.
  [ISC-Bugs #18716]

15 years ago- Fix a build error in dhcrelay, using older versions of gcc with dhcpv6 disabled...
Paul Selkirk [Wed, 11 Feb 2009 17:02:21 +0000 (17:02 +0000)] 
- Fix a build error in dhcrelay, using older versions of gcc with dhcpv6 disabled. [rt19321]

15 years agoAdd dummy initializers to a few local variables to fix build errors on v4-only builds...
Paul Selkirk [Wed, 11 Feb 2009 16:58:01 +0000 (16:58 +0000)] 
Add dummy initializers to a few local variables to fix build errors on v4-only builds with older versions of gcc. [rt19321]

15 years ago- Using reserved leases no longer results in 'lease with binding state
David Hankins [Fri, 30 Jan 2009 22:31:22 +0000 (22:31 +0000)] 
- Using reserved leases no longer results in 'lease with binding state
  free not on its queue' error messages, thanks to a patch from Frode
  Nordahl. [ISC-Bugs #19274]

15 years ago- The db-time-format option was documented in manpages. [no ticket]
David Hankins [Thu, 22 Jan 2009 21:22:42 +0000 (21:22 +0000)] 
- The db-time-format option was documented in manpages. [no ticket]

15 years agoUpdate relnotes for bug 19054
Shawn Routhier [Thu, 22 Jan 2009 02:02:11 +0000 (02:02 +0000)] 
Update relnotes for bug 19054

15 years agoautoconf regeneration
Shawn Routhier [Thu, 22 Jan 2009 01:56:54 +0000 (01:56 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
Shawn Routhier [Thu, 22 Jan 2009 01:56:29 +0000 (01:56 +0000)] 
automake regeneration

15 years agoautoheader regeneration
Shawn Routhier [Thu, 22 Jan 2009 01:54:10 +0000 (01:54 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
Shawn Routhier [Thu, 22 Jan 2009 01:53:21 +0000 (01:53 +0000)] 
aclocal regeneration

15 years agoUpdate for 19054 - modifications to keep GCC 4.3 happy
Shawn Routhier [Thu, 22 Jan 2009 00:43:58 +0000 (00:43 +0000)] 
Update for 19054 - modifications to keep GCC 4.3 happy

15 years agoregen
Evan Hunt [Wed, 7 Jan 2009 22:23:02 +0000 (22:23 +0000)] 
regen

15 years agoregen
Evan Hunt [Wed, 7 Jan 2009 22:03:47 +0000 (22:03 +0000)] 
regen

15 years ago- A bug was fixed that caused the server not to answer some valid Solicit
David Hankins [Wed, 7 Jan 2009 20:12:03 +0000 (20:12 +0000)] 
- A bug was fixed that caused the server not to answer some valid Solicit
  and Request packets, if the dynamic range covering any requested addresses
  had been deleted from configuration.  [ISC-Bugs #19134]

15 years agoupdate
Evan Hunt [Wed, 7 Jan 2009 20:05:58 +0000 (20:05 +0000)] 
update

15 years agoSuppress spurious warnings from configure about --datarootdir [rt19097]
Evan Hunt [Wed, 7 Jan 2009 20:05:30 +0000 (20:05 +0000)] 
Suppress spurious warnings from configure about --datarootdir [rt19097]

15 years agoPave the way for 4.2.0 feature listings, s/eight-spaces/tab/g.
David Hankins [Wed, 7 Jan 2009 20:03:16 +0000 (20:03 +0000)] 
Pave the way for 4.2.0 feature listings, s/eight-spaces/tab/g.

15 years ago- The notorious 'option <unknown> ... larger than buffer' log line,
David Hankins [Wed, 7 Jan 2009 19:54:06 +0000 (19:54 +0000)] 
- The notorious 'option <unknown> ... larger than buffer' log line,
  which is seen in some malformed DHCP client packets, was modified.
  It now logs the universe name, and does not log the length values
  (which are bogus corruption read from the packet anyway).  It also
  carries a hopefully more useful explanation. [ISC-Bugs #18241]

15 years agoValidate argument to port option - bug 18695
Shawn Routhier [Tue, 6 Jan 2009 00:32:19 +0000 (00:32 +0000)] 
Validate argument to port option - bug 18695

15 years agoupdate openwrt status v4_1_0
Paul Selkirk [Mon, 8 Dec 2008 20:50:12 +0000 (20:50 +0000)] 
update openwrt status

15 years agoautoconf regeneration
David Hankins [Fri, 5 Dec 2008 20:15:20 +0000 (20:15 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Fri, 5 Dec 2008 20:14:58 +0000 (20:14 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Fri, 5 Dec 2008 20:14:39 +0000 (20:14 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Fri, 5 Dec 2008 20:14:24 +0000 (20:14 +0000)] 
aclocal regeneration

15 years agoVersion to 4.1.0 final.
David Hankins [Fri, 5 Dec 2008 20:14:12 +0000 (20:14 +0000)] 
Version to 4.1.0 final.

15 years agoMinor grammar fix.
Jeremy Reed [Fri, 21 Nov 2008 13:59:56 +0000 (13:59 +0000)] 
Minor grammar fix.
Reported in bugs ticket #18084.

15 years agoMention atsfp and cltt.
Jeremy Reed [Thu, 20 Nov 2008 15:18:28 +0000 (15:18 +0000)] 
Mention atsfp and cltt.
This is for my bug # 18914.
This is also documented in dhcpd.8 manual page.

(Still need to make sure dhcpd.8 is clear about the
purpose of atsfp and about any problems when upgrading.)

15 years agoDocument -x switch.
Jeremy Reed [Thu, 20 Nov 2008 14:55:14 +0000 (14:55 +0000)] 
Document -x switch.
(I provided patch in Bug #18175.)

15 years agoautoconf regeneration v4_1_0rc1
David Hankins [Wed, 19 Nov 2008 16:26:43 +0000 (16:26 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Wed, 19 Nov 2008 16:26:35 +0000 (16:26 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Wed, 19 Nov 2008 16:26:01 +0000 (16:26 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Wed, 19 Nov 2008 16:24:52 +0000 (16:24 +0000)] 
aclocal regeneration

15 years agoVersion to 4.1.0rc1.
David Hankins [Wed, 19 Nov 2008 16:24:07 +0000 (16:24 +0000)] 
Version to 4.1.0rc1.

15 years agoUpdate documentation to refer to omshell(1)
Shawn Routhier [Wed, 19 Nov 2008 01:25:13 +0000 (01:25 +0000)] 
Update documentation to refer to omshell(1)

15 years agoinitial openwrt support
Paul Selkirk [Tue, 18 Nov 2008 22:36:11 +0000 (22:36 +0000)] 
initial openwrt support

15 years agoA missing "else" in dhcrelay.c could have caused an interface not to
Evan Hunt [Wed, 12 Nov 2008 23:22:14 +0000 (23:22 +0000)] 
A missing "else" in dhcrelay.c could have caused an interface not to
be recognized. [rt18887]

15 years agoregen
Jeremy Reed [Mon, 10 Nov 2008 21:58:59 +0000 (21:58 +0000)] 
regen

15 years agoFix typo in help text.
Jeremy Reed [Mon, 10 Nov 2008 15:37:32 +0000 (15:37 +0000)] 
Fix typo in help text.
This was reported by r.phillips@jkmrc.com on dhcp-users.
I manually edited configure instead of running autoconf.

15 years agos/trasnmit/transmit/
David Hankins [Thu, 6 Nov 2008 21:47:12 +0000 (21:47 +0000)] 
s/trasnmit/transmit/

15 years agoautoconf regeneration v4_1_0b1
David Hankins [Mon, 3 Nov 2008 23:37:18 +0000 (23:37 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Mon, 3 Nov 2008 23:37:01 +0000 (23:37 +0000)] 
automake regeneration

15 years agoAdd scripts/macos to build.
David Hankins [Mon, 3 Nov 2008 23:36:37 +0000 (23:36 +0000)] 
Add scripts/macos to build.

15 years ago- A dhclient-script for MacOS X has been included, which enables
David Hankins [Mon, 3 Nov 2008 23:32:12 +0000 (23:32 +0000)] 
- A dhclient-script for MacOS X has been included, which enables
  'dhclient -6' support. [ISC-Bugs #18204]

15 years agoautoconf regeneration
David Hankins [Mon, 3 Nov 2008 22:19:44 +0000 (22:19 +0000)] 
autoconf regeneration

15 years agoautomake regeneration
David Hankins [Mon, 3 Nov 2008 22:19:25 +0000 (22:19 +0000)] 
automake regeneration

15 years agoautoheader regeneration
David Hankins [Mon, 3 Nov 2008 22:19:03 +0000 (22:19 +0000)] 
autoheader regeneration

15 years agoaclocal regeneration
David Hankins [Mon, 3 Nov 2008 22:18:52 +0000 (22:18 +0000)] 
aclocal regeneration

15 years agoversion to 4.1.0b1
David Hankins [Mon, 3 Nov 2008 21:51:44 +0000 (21:51 +0000)] 
version to 4.1.0b1
copyright update

15 years ago- The !inet_pton() call in res_mkupdrec was adjusted to '<= 0' as
David Hankins [Mon, 3 Nov 2008 21:39:31 +0000 (21:39 +0000)] 
- The !inet_pton() call in res_mkupdrec was adjusted to '<= 0' as
  inet_pton returns either 1, 0, or -1. [ISC-Bugs #18511]