]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
13 years agoauotmake regeneration
Shawn Routhier [Wed, 18 Apr 2012 19:42:22 +0000 (19:42 +0000)] 
auotmake regeneration

13 years agoautomake regeneration
Shawn Routhier [Wed, 18 Apr 2012 19:42:13 +0000 (19:42 +0000)] 
automake regeneration

13 years agoautoheader regeneration
Shawn Routhier [Wed, 18 Apr 2012 19:42:01 +0000 (19:42 +0000)] 
autoheader regeneration

13 years agoaclocal regeneration
Shawn Routhier [Wed, 18 Apr 2012 19:41:52 +0000 (19:41 +0000)] 
aclocal regeneration

13 years agoUpdate version stamp to DHCP.4.1-ESV-R5rc1 and dates to April 19 2012
Shawn Routhier [Wed, 18 Apr 2012 19:28:31 +0000 (19:28 +0000)] 
Update version stamp to DHCP.4.1-ESV-R5rc1 and dates to April 19 2012

13 years agoFix typo secondss => seconds
Shawn Routhier [Mon, 16 Apr 2012 17:18:22 +0000 (17:18 +0000)] 
Fix typo secondss => seconds

13 years agoFix typos per sanity review for 4.2.4b1/4.1-ESV-R5b1
Shawn Routhier [Thu, 12 Apr 2012 17:54:25 +0000 (17:54 +0000)] 
Fix typos per sanity review for 4.2.4b1/4.1-ESV-R5b1

13 years agoautoconf regeneration v4_1_esv_r5b1
Shawn Routhier [Wed, 11 Apr 2012 21:00:38 +0000 (21:00 +0000)] 
autoconf regeneration

13 years agoauotmake regeneration
Shawn Routhier [Wed, 11 Apr 2012 21:00:30 +0000 (21:00 +0000)] 
auotmake regeneration

13 years agoautomake regeneration
Shawn Routhier [Wed, 11 Apr 2012 21:00:23 +0000 (21:00 +0000)] 
automake regeneration

13 years agoautoheader regeneration
Shawn Routhier [Wed, 11 Apr 2012 21:00:09 +0000 (21:00 +0000)] 
autoheader regeneration

13 years agoaclocal regeneration
Shawn Routhier [Wed, 11 Apr 2012 21:00:00 +0000 (21:00 +0000)] 
aclocal regeneration

13 years agoUpdate dates and copyrights for 4.1ESV-R5b1
Shawn Routhier [Wed, 11 Apr 2012 20:56:03 +0000 (20:56 +0000)] 
Update dates and copyrights for 4.1ESV-R5b1

13 years agoFix up some issues found by static analysis
Shawn Routhier [Wed, 11 Apr 2012 15:44:14 +0000 (15:44 +0000)] 
Fix up some issues found by static analysis
A potential memory leak and NULL dereference in omapi.
The use of a boolean test instead of a bitwise test in dst.
[ISC-Bugs #28941]

13 years agoFix the NA and PD allocation code to handle the case where a client
Shawn Routhier [Tue, 10 Apr 2012 22:14:24 +0000 (22:14 +0000)] 
Fix the NA and PD allocation code to handle the case where a client
provides a preference and the server doesn't have any addresses or
prefixes available.  Previoulsy the server ignored the request with
this patch it replies with a NoAddrsAvail or NoPrefixAvai respone.
By default the code performs according to the errata of August 2010
for RFC 3315 section 17.2.2, to enable the previous style see the
seciton on RFC3315_PRE_ERRATA_2010_08 in includes/site.h.  This option
may be removed in the future.
Thanks to Jiri Popelka at Red Hat for the patch.
[ISC-Bugs #22676]

13 years agoRemove unnecessary checks in the lease query code and clean up
Shawn Routhier [Tue, 10 Apr 2012 21:27:28 +0000 (21:27 +0000)] 
Remove unnecessary checks in the lease query code and clean up
several compiler issues (some dereferences of NULL and treating
an int as a boolean).
[ISC-Bugs #26203]

13 years agoMultiple items to clean up IPv6 address processing.
Shawn Routhier [Tue, 10 Apr 2012 00:55:52 +0000 (00:55 +0000)] 
Multiple items to clean up IPv6 address processing.
When processing an IA that we've seen check to see if the
addresses are usable (not in use by somebody else) before
handing it out.
When reading in leases from the file discard expired addresses.
When picking an address for a client include the IA ID in
addition to the client ID to generally pick different addresses
for different IAs.
[ISC-Bugs #23138] [ISC-Bugs #27945] [ISC-Bugs #25586]
[ISC-Bugs #27684]

13 years agoRemove outdated note in the bootp keyword about the option not satisfying
Shawn Routhier [Mon, 2 Apr 2012 22:53:14 +0000 (22:53 +0000)] 
Remove outdated note in the bootp keyword about the option not satisfying
the requirement of failover peers for denying dynamic bootp clients.
[ISC-bugs #28574]

13 years agoUse offsetof() instead of sizeof() to get the sizes for dhcpv6_relay_packet
Shawn Routhier [Tue, 20 Mar 2012 00:31:11 +0000 (00:31 +0000)] 
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]

13 years agoAdd missing # to a bugs comment
Shawn Routhier [Mon, 19 Mar 2012 22:24:06 +0000 (22:24 +0000)] 
Add missing # to a bugs comment

13 years agoUpdate patch for 27588 to comment out some
Shawn Routhier [Fri, 9 Mar 2012 21:45:09 +0000 (21:45 +0000)] 
Update patch for 27588 to comment out some
ns_rr_rdlen(rr) lines that weren't being used.

13 years agoFixed many compilation problems ("set, but not used" warnings) for
Tomek Mrugalski [Fri, 9 Mar 2012 16:00:15 +0000 (16:00 +0000)] 
Fixed many compilation problems ("set, but not used" warnings) for
gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]

13 years agoautoconf regeneration v4_1_esv_R4_Oracle
Shawn Routhier [Thu, 23 Feb 2012 00:15:38 +0000 (00:15 +0000)] 
autoconf regeneration

13 years agoauotmake regeneration
Shawn Routhier [Thu, 23 Feb 2012 00:15:29 +0000 (00:15 +0000)] 
auotmake regeneration

13 years agoautomake regeneration
Shawn Routhier [Thu, 23 Feb 2012 00:15:22 +0000 (00:15 +0000)] 
automake regeneration

13 years agoautoheader regeneration
Shawn Routhier [Thu, 23 Feb 2012 00:15:06 +0000 (00:15 +0000)] 
autoheader regeneration

13 years agoaclocal regeneration
Shawn Routhier [Thu, 23 Feb 2012 00:14:58 +0000 (00:14 +0000)] 
aclocal regeneration

13 years agoUpdate copyright and version stamps for Oracle code drop
Shawn Routhier [Thu, 23 Feb 2012 00:13:42 +0000 (00:13 +0000)] 
Update copyright and version stamps for Oracle code drop

13 years agoautoconf regeneration
Shawn Routhier [Thu, 16 Feb 2012 22:12:01 +0000 (22:12 +0000)] 
autoconf regeneration

13 years agoauotmake regeneration
Shawn Routhier [Thu, 16 Feb 2012 22:11:49 +0000 (22:11 +0000)] 
auotmake regeneration

13 years agoautomake regeneration
Shawn Routhier [Thu, 16 Feb 2012 22:11:43 +0000 (22:11 +0000)] 
automake regeneration

13 years agoautoheader regeneration
Shawn Routhier [Thu, 16 Feb 2012 22:11:32 +0000 (22:11 +0000)] 
autoheader regeneration

13 years agoaclocal regeneration
Shawn Routhier [Thu, 16 Feb 2012 22:11:22 +0000 (22:11 +0000)] 
aclocal regeneration

13 years agoAdd a compile time check for the presence of the noreturn attribute
Shawn Routhier [Thu, 16 Feb 2012 22:07:31 +0000 (22:07 +0000)] 
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]

13 years agoautoconf regeneration
Shawn Routhier [Thu, 16 Feb 2012 21:04:37 +0000 (21:04 +0000)] 
autoconf regeneration

13 years agoauotmake regeneration
Shawn Routhier [Thu, 16 Feb 2012 21:04:26 +0000 (21:04 +0000)] 
auotmake regeneration

13 years agoautomake regeneration
Shawn Routhier [Thu, 16 Feb 2012 21:04:19 +0000 (21:04 +0000)] 
automake regeneration

13 years agoautoheader regeneration
Shawn Routhier [Thu, 16 Feb 2012 21:04:08 +0000 (21:04 +0000)] 
autoheader regeneration

13 years agoaclocal regeneration
Shawn Routhier [Thu, 16 Feb 2012 21:04:00 +0000 (21:04 +0000)] 
aclocal regeneration

13 years agoAdd support for Infiniband over sockets to the server and
Shawn Routhier [Thu, 16 Feb 2012 21:02:03 +0000 (21:02 +0000)] 
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]

13 years agoTidy up the receive calls and eliminate the need for found_pkt
Shawn Routhier [Fri, 10 Feb 2012 00:07:11 +0000 (00:07 +0000)] 
Tidy up the receive calls and eliminate the need for found_pkt
[ISC-Bugs #25066]

13 years agoFix typo
Shawn Routhier [Wed, 1 Feb 2012 00:11:30 +0000 (00:11 +0000)] 
Fix typo

13 years agoUpdate backoff-cutoff description to match the code.
Shawn Routhier [Tue, 24 Jan 2012 22:25:32 +0000 (22:25 +0000)] 
Update backoff-cutoff description to match the code.

13 years agoFixed the code that checks if an address the server is planning
Shawn Routhier [Thu, 5 Jan 2012 00:02:20 +0000 (00:02 +0000)] 
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]

13 years agoRemove extra "out" from note.
Shawn Routhier [Wed, 4 Jan 2012 19:55:12 +0000 (19:55 +0000)] 
Remove extra "out" from note.

13 years agoautoconf regeneration v4_1_esv_r4
Shawn Routhier [Mon, 28 Nov 2011 22:47:08 +0000 (22:47 +0000)] 
autoconf regeneration

13 years agoauotmake regeneration
Shawn Routhier [Mon, 28 Nov 2011 22:47:03 +0000 (22:47 +0000)] 
auotmake regeneration

13 years agoautomake regeneration
Shawn Routhier [Mon, 28 Nov 2011 22:47:00 +0000 (22:47 +0000)] 
automake regeneration

13 years agoautoheader regeneration
Shawn Routhier [Mon, 28 Nov 2011 22:46:48 +0000 (22:46 +0000)] 
autoheader regeneration

13 years agoaclocal regeneration
Shawn Routhier [Mon, 28 Nov 2011 22:46:43 +0000 (22:46 +0000)] 
aclocal regeneration

13 years agoUpdate patch for 26704 to include a null check on the right hand side as well
Shawn Routhier [Mon, 28 Nov 2011 18:13:51 +0000 (18:13 +0000)] 
Update patch for 26704 to include a null check on the right hand side as well

13 years agoUpdate the config area tags
Shawn Routhier [Wed, 23 Nov 2011 19:07:54 +0000 (19:07 +0000)] 
Update the config area tags

13 years agoautoconf regeneration
Shawn Routhier [Wed, 23 Nov 2011 17:53:42 +0000 (17:53 +0000)] 
autoconf regeneration

13 years agoauotmake regeneration
Shawn Routhier [Wed, 23 Nov 2011 17:53:36 +0000 (17:53 +0000)] 
auotmake regeneration

13 years agoautomake regeneration
Shawn Routhier [Wed, 23 Nov 2011 17:53:33 +0000 (17:53 +0000)] 
automake regeneration

13 years agoautoheader regeneration
Shawn Routhier [Wed, 23 Nov 2011 17:53:21 +0000 (17:53 +0000)] 
autoheader regeneration

13 years agoaclocal regeneration
Shawn Routhier [Wed, 23 Nov 2011 17:53:13 +0000 (17:53 +0000)] 
aclocal regeneration

13 years agoUpdate version and dates for 4.1-ESV-R4
Shawn Routhier [Wed, 23 Nov 2011 17:45:41 +0000 (17:45 +0000)] 
Update version and dates for 4.1-ESV-R4

13 years agoadd cve number
Shawn Routhier [Wed, 23 Nov 2011 17:26:58 +0000 (17:26 +0000)] 
add cve number

13 years agoAdd acknowledgement
Shawn Routhier [Wed, 23 Nov 2011 00:24:01 +0000 (00:24 +0000)] 
Add acknowledgement

13 years agoAdd a check for a null pointer before calling the regexec function.
Shawn Routhier [Wed, 23 Nov 2011 00:11:02 +0000 (00:11 +0000)] 
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].

14 years agoUpdate copyright
Shawn Routhier [Fri, 14 Oct 2011 19:50:30 +0000 (19:50 +0000)] 
Update copyright

14 years agoCorrect typo it's => its
Shawn Routhier [Fri, 14 Oct 2011 19:44:37 +0000 (19:44 +0000)] 
Correct typo it's => its

14 years agoUpdate description and comments for macos client script
Shawn Routhier [Tue, 20 Sep 2011 17:08:43 +0000 (17:08 +0000)] 
Update description and comments for macos client script
[ISC-Bugs #18891]

14 years agoAdd FILE section tag
Shawn Routhier [Mon, 19 Sep 2011 00:23:44 +0000 (00:23 +0000)] 
Add FILE section tag

14 years agoautoconf regeneration
Shawn Routhier [Wed, 14 Sep 2011 00:00:14 +0000 (00:00 +0000)] 
autoconf regeneration

14 years agoauotmake regeneration
Shawn Routhier [Wed, 14 Sep 2011 00:00:07 +0000 (00:00 +0000)] 
auotmake regeneration

14 years agoautomake regeneration
Shawn Routhier [Wed, 14 Sep 2011 00:00:02 +0000 (00:00 +0000)] 
automake regeneration

14 years agoautoheader regeneration
Shawn Routhier [Tue, 13 Sep 2011 23:59:52 +0000 (23:59 +0000)] 
autoheader regeneration

14 years agoaclocal regeneration
Shawn Routhier [Tue, 13 Sep 2011 23:59:46 +0000 (23:59 +0000)] 
aclocal regeneration

14 years agoautoconf regeneration
Shawn Routhier [Tue, 13 Sep 2011 23:18:22 +0000 (23:18 +0000)] 
autoconf regeneration

14 years agoautomake regeneration
Shawn Routhier [Tue, 13 Sep 2011 23:18:16 +0000 (23:18 +0000)] 
automake regeneration

14 years agoautoheader regeneration
Shawn Routhier [Tue, 13 Sep 2011 23:17:59 +0000 (23:17 +0000)] 
autoheader regeneration

14 years agoaclocal regeneration
Shawn Routhier [Tue, 13 Sep 2011 23:17:50 +0000 (23:17 +0000)] 
aclocal regeneration

14 years agoAdd AM_MAINTAINER_MODE to configure.ac to avoid rebuilding
Shawn Routhier [Tue, 13 Sep 2011 23:17:26 +0000 (23:17 +0000)] 
Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding
configuration files.  [ISC-Bugs #24107]

14 years agoautoconf regeneration v4_1_esv_r3
Shawn Routhier [Wed, 20 Jul 2011 00:13:33 +0000 (00:13 +0000)] 
autoconf regeneration

14 years agoautomake regeneration
Shawn Routhier [Wed, 20 Jul 2011 00:13:28 +0000 (00:13 +0000)] 
automake regeneration

14 years agoautoheader regeneration
Shawn Routhier [Wed, 20 Jul 2011 00:13:16 +0000 (00:13 +0000)] 
autoheader regeneration

14 years agoaclocal regeneration
Shawn Routhier [Wed, 20 Jul 2011 00:13:07 +0000 (00:13 +0000)] 
aclocal regeneration

14 years agoUpdate version and timestamps for 4.1-ESV-R3
Shawn Routhier [Wed, 20 Jul 2011 00:11:20 +0000 (00:11 +0000)] 
Update version and timestamps for 4.1-ESV-R3

14 years agoTwo packets were found that cause a server to halt. The code
Shawn Routhier [Tue, 19 Jul 2011 22:27:56 +0000 (22:27 +0000)] 
Two packets were found that cause a server to halt.  The code
has been updated to properly process or reject the packets as
appropriate.  Thanks to David Zych at University of Illinois
for reporting this issue.  [ISC-Bugs #24960]
One CVE number for each class of packet.
CVE-2011-2748
CVE-2011-2749

14 years agoMove some notes to be changes since 4.1-ESV-R3b1
Shawn Routhier [Thu, 7 Jul 2011 20:32:10 +0000 (20:32 +0000)] 
Move some notes to be changes since 4.1-ESV-R3b1

14 years agoFix typos adoped => adopted synced => synchronized
Shawn Routhier [Tue, 5 Jul 2011 16:59:16 +0000 (16:59 +0000)] 
Fix typos adoped => adopted  synced => synchronized

14 years agosynched -> synced
Shawn Routhier [Fri, 1 Jul 2011 18:40:08 +0000 (18:40 +0000)] 
synched -> synced

14 years ago- Strict checks for content of domain-name DHCPv4 option can now be
Tomek Mrugalski [Fri, 1 Jul 2011 11:47:59 +0000 (11:47 +0000)] 
- Strict checks for content of domain-name DHCPv4 option can now be
  configured during compilation time. Even though RFC2132 does not allow
  to store more than one domain in domain-name option, such behavior is
  now enabled by default, but this may change some time in the future.
  See ACCEPT_LIST_IN_DOMAIN_NAME define in includes/site.h.
  [ISC-Bugs #24167]

14 years ago- Compilation fix for gcc 4.5 or newer in server/ddns.c
Tomek Mrugalski [Fri, 1 Jul 2011 11:30:10 +0000 (11:30 +0000)] 
- Compilation fix for gcc 4.5 or newer in server/ddns.c
  [ISC-Bugs #24973]

14 years agoautoconf regeneration
Shawn Routhier [Mon, 27 Jun 2011 22:09:50 +0000 (22:09 +0000)] 
autoconf regeneration

14 years agoautomake regeneration
Shawn Routhier [Mon, 27 Jun 2011 22:09:44 +0000 (22:09 +0000)] 
automake regeneration

14 years agoautoheader regeneration
Shawn Routhier [Mon, 27 Jun 2011 22:09:33 +0000 (22:09 +0000)] 
autoheader regeneration

14 years agoaclocal regeneration
Shawn Routhier [Mon, 27 Jun 2011 22:09:24 +0000 (22:09 +0000)] 
aclocal regeneration

14 years agoUpdated dates and versions for 4.1-ESV-R3b1
Shawn Routhier [Mon, 27 Jun 2011 22:08:40 +0000 (22:08 +0000)] 
Updated dates and versions for 4.1-ESV-R3b1

14 years agoautoconf regeneration
Shawn Routhier [Mon, 27 Jun 2011 16:33:45 +0000 (16:33 +0000)] 
autoconf regeneration

14 years agoautomake regeneration
Shawn Routhier [Mon, 27 Jun 2011 16:33:39 +0000 (16:33 +0000)] 
automake regeneration

14 years agoautoheader regeneration
Shawn Routhier [Mon, 27 Jun 2011 16:33:28 +0000 (16:33 +0000)] 
autoheader regeneration

14 years agoaclocal regeneration
Shawn Routhier [Mon, 27 Jun 2011 16:33:20 +0000 (16:33 +0000)] 
aclocal regeneration

14 years agoIn Solaris 11 switch to using sockets instead of DLPI, thanks
Shawn Routhier [Mon, 27 Jun 2011 16:32:48 +0000 (16:32 +0000)] 
In Solaris 11 switch to using sockets instead of DLPI, thanks
to a patch form Oracle.  [ISC-Bugs #24634].

14 years agoEnlarge the buffer size used by the Omshell code and some of the
Shawn Routhier [Wed, 1 Jun 2011 23:38:06 +0000 (23:38 +0000)] 
Enlarge the buffer size used by the Omshell code and some of the
print routines to allow for greater than 60 characters or, when
printing as hex strings, 20 characters.  [ISC-Bugs #22743]

14 years agoClient Script fixes
Shawn Routhier [Wed, 18 May 2011 20:13:52 +0000 (20:13 +0000)] 
Client Script fixes
[ISC-Bugs #23045] Typos in client/scripts/openbsd
[ISC-Bugs #23565] In the client scripts add a zone id (interface id) if
the domain search address is link local.
[ISC-Bugs #1277] In some of the client scripts add code to handle the
case of the default router information being changed without the address
being changed.

14 years agoCompilation problem with gcc4.5 and omshell.c resolved. [ISC-Bugs #23831]
Tomek Mrugalski [Thu, 12 May 2011 12:20:29 +0000 (12:20 +0000)] 
Compilation problem with gcc4.5 and omshell.c resolved. [ISC-Bugs #23831]

14 years agoCode cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macros
Tomek Mrugalski [Wed, 11 May 2011 15:02:10 +0000 (15:02 +0000)] 
Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macros
[ISC-Bugs #13151]