]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
9 years ago[master] Added check for pkg-config to configure.ac
Thomas Markwalder [Thu, 7 Jan 2016 15:16:56 +0000 (10:16 -0500)] 
[master] Added check for pkg-config to configure.ac

    Manual merge of rt40371.

9 years ago[v4_1_esv] Add CVE number to release note entry
Shawn Routhier [Thu, 7 Jan 2016 01:30:11 +0000 (17:30 -0800)] 
[v4_1_esv] Add CVE number to release note entry

9 years ago[v4_1_esv] Emit better error messages for command line issues
Shawn Routhier [Thu, 7 Jan 2016 01:27:31 +0000 (17:27 -0800)] 
[v4_1_esv] Emit better error messages for command line issues

When emitting an error message due to a bad command line try to
include information about the argument that is at fault.

9 years ago[v4_1_esv] Clean up packet handling
Shawn Routhier [Thu, 17 Dec 2015 00:34:22 +0000 (16:34 -0800)] 
[v4_1_esv] Clean up packet handling

9 years ago[v4_1_esv] Update client code to RFC7550
Shawn Routhier [Wed, 2 Dec 2015 06:38:59 +0000 (22:38 -0800)] 
[v4_1_esv] Update client code to RFC7550

Update the v6 client code to handle getting
IA_NAs and IA_PDs in the same request better.

Squashed commit of the following:

commit ad1bf23100eba541c26c6c26fc2c5c9dc57dd674
Author: Shawn Routhier <sar@isc.org>
Date:   Mon Nov 16 23:08:13 2015 -0800

    [rt40190] Use dhc6_check_status for addresses and prefixes

commit 4cb1d499342e68c5c93b7e8dac71c9adbd737846
Author: Shawn Routhier <sar@isc.org>
Date:   Mon Nov 16 22:02:05 2015 -0800

    [rt40190] Correct the tests for a status code in the client

    Some of the tests for the NoAddrs or NoPrefix codes in the
    were incorrect, checking for a return of not success instead
    of success.

commit 41ad9ea4438c0f64b95ec7afeac38afd2f3b36cb
Author: Shawn Routhier <sar@isc.org>
Date:   Fri Nov 13 21:04:55 2015 -0800

    [rt40190] Update site.h to have the correct default

commit cb720dac6670e1a6cc19b22550506ded4093abef
Author: Shawn Routhier <sar@isc.org>
Date:   Fri Nov 13 21:03:38 2015 -0800

    [rt40190] update per second set of review comments

    Mostly this is a set of updates to the documentation.
    The only code change is to add a backwards compatibility
    option in includes/site.h for people who want the old weightings
    for the client lease scoring.

commit 269a5324b950062380b4e3988f56593dc21d05d9
Author: Thomas Markwalder <tmark@isc.org>
Date:   Thu Nov 12 09:00:36 2015 -0500

    [40190] Fixed another typo

commit 7da158497cd9236c30dfdce2b115818d1954839f
Author: Thomas Markwalder <tmark@isc.org>
Date:   Thu Nov 12 07:29:33 2015 -0500

    [40190] Minor cosmetics in dhc6.c

commit a010737de36e5ad2f46bb11f471ac66ccbc856aa
Author: Shawn Routhier <sar@isc.org>
Date:   Sat Nov 7 00:05:20 2015 -0800

    [rt40190] Update the use of the minimum score

    Update the use of the minimum score to use #defines instead
    of 150.  This corrects it for the current values and allows
    us to change the values if we include a backwards compatibility
    option.

commit b078575da08c06a75a49110273bf42e24d03c08a
Author: Shawn Routhier <sar@isc.org>
Date:   Fri Nov 6 21:55:05 2015 -0800

    [rt40190] Updates per review comments

    Update several comments to be more informative

    The code changes are mostly to fold all the two
    bare_ia routines together.

commit 248c498d45db5533f992fb6eb30ee6c3c399ee81
Author: Shawn Routhier <sar@isc.org>
Date:   Tue Oct 20 02:06:45 2015 -0700

    [rt40190] Fix up some typos

commit ba074eff2e82af0cfd25428e7f38bccd5fef7241
Author: Shawn Routhier <sar@isc.org>
Date:   Tue Oct 20 01:28:34 2015 -0700

    [rt40190] Patch for client side of 7550

    Finish up the code to handle multiple PDs and NAs
    in a single request, this includes updating the
    command line to add the -R option to require the
    requested IAs rather than accept the best advertised
    offer.

commit 5bb4368b8410e3c7bcdc28fdf4ae5572df04d03b
Author: Shawn Routhier <sar@isc.org>
Date:   Thu Oct 15 09:50:14 2015 -0700

    [rt40190] checkpoint my work

    The basic code is working there are still some issues with how
    corner cases get handled that I need to resolve

commit 4c0dba90fcd71c85fca3612aa5083fa11645f8f6
Author: Shawn Routhier <sar@isc.org>
Date:   Sun Oct 11 19:23:53 2015 -0700

    [rt40190] Some changes for rfc7550, to be updated

    This is being checked in so I can look at other tickets
    but I plan to re-arrange the code a fair amount.

Conflicts:
RELNOTES
client/dhc6.c
client/dhclient.8
client/dhclient.c
includes/site.h

9 years ago[v4_1_esv] Fixed memory leaks in omapi dereferencing
Thomas Markwalder [Thu, 5 Nov 2015 13:46:18 +0000 (08:46 -0500)] 
[v4_1_esv] Fixed memory leaks in omapi dereferencing

    Merges in rt33990.

10 years ago[v4_1_esv] Fix a memory leak in the v6 version of the client code
Shawn Routhier [Wed, 21 Oct 2015 03:16:26 +0000 (20:16 -0700)] 
[v4_1_esv] Fix a memory leak in the v6 version of the client code

Squashed commit of the following:

commit 70bc20ffb6bd21793d2fb4f945ef9f16619df46f
Author: Shawn Routhier <sar@isc.org>
Date:   Tue Oct 20 12:18:01 2015 -0700

    [rt40990] Fix a memory leak in the v6 version of the client code

10 years ago[v4_1_esv] Fixed reverse-ordered RELNOTES since 4-1-ESV-R12
Thomas Markwalder [Tue, 20 Oct 2015 19:26:31 +0000 (15:26 -0400)] 
[v4_1_esv] Fixed reverse-ordered RELNOTES since 4-1-ESV-R12

10 years ago[master] Added authoring-btye-order parameter to lease file handling
Thomas Markwalder [Tue, 13 Oct 2015 10:49:32 +0000 (06:49 -0400)] 
[master] Added authoring-btye-order parameter to lease file handling

    Merged in rt38396.

10 years ago[v4_1_esv] Fixed an unchecked strdup in confpars.c
Thomas Markwalder [Mon, 12 Oct 2015 11:20:47 +0000 (07:20 -0400)] 
[v4_1_esv] Fixed an unchecked strdup in confpars.c

    Merged in 40823.

10 years ago[v4_1_esv] Updated auto-generated files following configure.ac updates
Thomas Markwalder [Tue, 6 Oct 2015 19:59:47 +0000 (19:59 +0000)] 
[v4_1_esv] Updated auto-generated files following configure.ac updates

     Manual merge for rt40381 which modified configure.ac

10 years ago[v4_1_esv] Added dhcpv6 and delayed_ack feature report to configure output
Thomas Markwalder [Tue, 6 Oct 2015 19:24:53 +0000 (15:24 -0400)] 
[v4_1_esv]  Added dhcpv6 and delayed_ack feature report to configure output

    Manual merge for rt40381.

10 years ago[v4_1_esv] Update to use new auto tools on new docs systems
Shawn Routhier [Mon, 5 Oct 2015 22:25:27 +0000 (22:25 +0000)] 
[v4_1_esv] Update to use new auto tools on new docs systems

10 years ago[v4_1_esv] Fixed server unit test build issues with --disable-failover
Thomas Markwalder [Fri, 25 Sep 2015 12:56:22 +0000 (08:56 -0400)] 
[v4_1_esv] Fixed server unit test build issues with --disable-failover

    Merged rt40372.

10 years ago[v4_1_esv] Fixed typo in release notes
Thomas Markwalder [Thu, 24 Sep 2015 11:07:24 +0000 (07:07 -0400)] 
[v4_1_esv] Fixed typo in release notes

10 years ago[v4_1_esv] Corrected several potential null references identified by static analysis
Thomas Markwalder [Wed, 23 Sep 2015 19:37:57 +0000 (15:37 -0400)] 
[v4_1_esv] Corrected several potential null references identified by static analysis

    Merges branch rt40754 - note merge was manual, not all patches applied.

10 years ago[v4_1_esv] LPF now only uses 12-bit value from VLAN TCI for VID
Thomas Markwalder [Wed, 23 Sep 2015 13:58:53 +0000 (09:58 -0400)] 
[v4_1_esv] LPF now only uses 12-bit value from VLAN TCI for VID

    Merges in rt40591.

10 years agoFixed spurious #ifndef UNIT_TEST for progname (used outside usage())
Francis Dupont [Wed, 16 Sep 2015 12:58:05 +0000 (14:58 +0200)] 
Fixed spurious #ifndef UNIT_TEST for progname (used outside usage())

10 years agoFixed ISC-Bugs case
Francis Dupont [Sat, 12 Sep 2015 17:28:28 +0000 (19:28 +0200)] 
Fixed ISC-Bugs case

10 years agoMerged #38692 (use program base name in (sys)log)
Francis Dupont [Sat, 12 Sep 2015 17:21:18 +0000 (19:21 +0200)] 
Merged #38692 (use program base name in (sys)log)

10 years ago[v4_1_esv] Corrected static analysis issue in common/execute.c
Thomas Markwalder [Tue, 8 Sep 2015 19:10:05 +0000 (15:10 -0400)] 
[v4_1_esv] Corrected static analysis issue in common/execute.c

    Merged in rt40374.

10 years ago[v4_1_esv] Updated auto-generated files for 4.1-ESV-R12 v4_1_esv_r12
Thomas Markwalder [Wed, 26 Aug 2015 18:45:00 +0000 (18:45 +0000)] 
[v4_1_esv] Updated auto-generated files for 4.1-ESV-R12

10 years ago[v4_1_esv] Pre-release tag prep for 4.1-ESV-R12: version #, copyright etc...
Thomas Markwalder [Wed, 26 Aug 2015 18:32:28 +0000 (14:32 -0400)] 
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R12: version #, copyright etc...

10 years ago[v4_1_esv] Add section on ports to client and server man pages
Shawn Routhier [Tue, 25 Aug 2015 15:32:48 +0000 (08:32 -0700)] 
[v4_1_esv] Add section on ports to client and server man pages

10 years ago[v4_1_esv] Add comment that declines is only usable for v4 servers
Shawn Routhier [Thu, 20 Aug 2015 20:12:05 +0000 (13:12 -0700)] 
[v4_1_esv] Add comment that declines is only usable for v4 servers

[rt40206] Add comment that declines is only usable for v4 servers

10 years ago[v4_1_esv] Added credit for 39978 to RELNOTES
Thomas Markwalder [Wed, 5 Aug 2015 10:59:06 +0000 (06:59 -0400)] 
[v4_1_esv] Added credit for 39978 to RELNOTES

10 years ago[v4_1_esv] Updated auto-generated files for 4.1-ESV-R12b1 v4_1_esv_r12b1
Thomas Markwalder [Fri, 31 Jul 2015 11:22:49 +0000 (11:22 +0000)] 
[v4_1_esv] Updated auto-generated files for 4.1-ESV-R12b1

modified:   configure

10 years ago[v4_1_esv] Pre-release tag prep for 4.1-ESV-R12b1: version #, copyright etc...
Thomas Markwalder [Fri, 31 Jul 2015 11:13:01 +0000 (07:13 -0400)] 
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R12b1: version #, copyright etc...

10 years ago[v4_1_esv] Add reporter to release note
Shawn Routhier [Thu, 30 Jul 2015 17:50:14 +0000 (10:50 -0700)] 
[v4_1_esv] Add reporter to release note

10 years ago[v4_1_esv] Check that we were able to turn a packet into a lease.
Shawn Routhier [Wed, 29 Jul 2015 18:00:21 +0000 (11:00 -0700)] 
[v4_1_esv] Check that we were able to turn a packet into a lease.

[rt39279] Check that we were able to turn a packet into a lease.

10 years ago[master] Fixed server crash after billing class is deleted
Thomas Markwalder [Wed, 29 Jul 2015 12:47:53 +0000 (08:47 -0400)] 
[master] Fixed server crash after billing class is deleted

    Merges in rt39978.

10 years ago[master] Updated RELNOTES with reporter credit for #39314.
Thomas Markwalder [Tue, 21 Jul 2015 10:41:38 +0000 (06:41 -0400)] 
[master] Updated RELNOTES with reporter credit for #39314.

10 years ago[v4_1_esv] Add fchown to the paranoia patch
Shawn Routhier [Wed, 15 Jul 2015 21:24:07 +0000 (14:24 -0700)] 
[v4_1_esv] Add fchown to the paranoia patch

Add code to fchown the lease file to the paranoia patch to avoid
having issues with a file that the server can't manipulate.

10 years ago[v4_1_esv] Add information about fixed-prefix6 to the docs
Shawn Routhier [Fri, 26 Jun 2015 20:31:08 +0000 (13:31 -0700)] 
[v4_1_esv] Add information about fixed-prefix6 to the docs

10 years ago[v4_1_esv] Correctly handled v6 lease file entries that do not match to a pool
Thomas Markwalder [Fri, 26 Jun 2015 20:05:03 +0000 (16:05 -0400)] 
[v4_1_esv] Correctly handled v6 lease file entries that do not match to a pool

   Merged in rt39314.

10 years ago[v4_1_esv] Hnadle corrupt v6 lease files better.
Shawn Routhier [Tue, 23 Jun 2015 19:25:09 +0000 (12:25 -0700)] 
[v4_1_esv] Hnadle corrupt v6 lease files better.

Stop processing a v6 lease file when encountering an EOF
while trying to read an ia structure.

10 years ago[master] Delayed-ack now works correctly with failover
Thomas Markwalder [Tue, 16 Jun 2015 15:43:12 +0000 (11:43 -0400)] 
[master] Delayed-ack now works correctly with failover

    Merges in 31474.

Conflicts:

includes/dhcpd.h
server/dhcp.c

10 years ago[v4_1_esv] Allow the ADD token to be used as a hex string in IPv6 address
Shawn Routhier [Thu, 21 May 2015 20:38:11 +0000 (13:38 -0700)] 
[v4_1_esv] Allow the ADD token to be used as a hex string in IPv6 address

Allow the ADD token to be used as a hex string in IPv6 address

10 years ago[v4_1_esv] Don't send expired addresses to the script in the client
Shawn Routhier [Tue, 12 May 2015 18:22:57 +0000 (11:22 -0700)] 
[v4_1_esv] Don't send expired addresses to the script in the client

Don't send expired addresses to the script in the client

10 years ago[v4_1_esv] Keep some compilers happy by using labs() instead of abs()
Shawn Routhier [Thu, 16 Apr 2015 19:24:44 +0000 (12:24 -0700)] 
[v4_1_esv] Keep some compilers happy by using labs() instead of abs()

10 years ago[v4_1_esv] Leave siaddr clear when sending a NAK
Shawn Routhier [Thu, 16 Apr 2015 19:11:02 +0000 (12:11 -0700)] 
[v4_1_esv] Leave siaddr clear when sending a NAK

10 years ago[v4_1_esv] Treat dates greater than 2038 as never expire (infinite)
Shawn Routhier [Thu, 16 Apr 2015 03:00:43 +0000 (20:00 -0700)] 
[v4_1_esv] Treat dates greater than 2038 as never expire (infinite)

10 years ago[v4_1_esv] Always write the DUID to the lease file during startup
Shawn Routhier [Thu, 16 Apr 2015 02:47:03 +0000 (19:47 -0700)] 
[v4_1_esv] Always write the DUID to the lease file during startup

10 years agofixed lease table overflow crash [#38637] (including RELNOTES)
Francis Dupont [Sat, 11 Apr 2015 18:00:21 +0000 (20:00 +0200)] 
fixed lease table overflow crash [#38637] (including RELNOTES)

10 years ago[v4_1_esv] Server rejects unicast messages unless unicast option is defined
Thomas Markwalder [Fri, 10 Apr 2015 18:52:28 +0000 (14:52 -0400)] 
[v4_1_esv] Server rejects unicast messages unless unicast option is defined

        Merges in rt21235.

10 years ago[v4_1_esv] Fix a typo
Shawn Routhier [Fri, 27 Mar 2015 03:14:36 +0000 (20:14 -0700)] 
[v4_1_esv] Fix a typo

10 years agofix a few misspelling typos
Jeremy C. Reed [Mon, 2 Mar 2015 17:34:59 +0000 (11:34 -0600)] 
fix a few misspelling typos

due to too many conflicts, I couldn't easily cherry-pick
from adb95d233110b3c6cece7d916cf1445c0c0f098a
so I did this manually again

10 years ago[v4_1_esv] Add changes since rc2 block v4_1_esv_r11
Shawn Routhier [Fri, 27 Feb 2015 03:14:10 +0000 (19:14 -0800)] 
[v4_1_esv] Add changes since rc2 block

10 years ago[v4_1_esv] Updated auto-generated files for 4.1-ESV-R11
Thomas Markwalder [Thu, 26 Feb 2015 21:03:32 +0000 (21:03 +0000)] 
[v4_1_esv] Updated auto-generated files for 4.1-ESV-R11

10 years ago[v4_1_esv] Pre-release tag prep for 4.1-ESV-R11: version #, copyright etc..
Thomas Markwalder [Thu, 26 Feb 2015 20:57:58 +0000 (15:57 -0500)] 
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R11: version #, copyright etc..

modified:   README
modified:   RELNOTES
modified:   configure.ac

10 years ago[v4_1_esv] Fix typo in section headers
Shawn Routhier [Mon, 23 Feb 2015 19:19:51 +0000 (11:19 -0800)] 
[v4_1_esv] Fix typo in section headers

10 years ago[v4_1_esv] Updated auto-generated files for 4.1-ESV-R11rc2 v4_1_esv_r11rc2
Thomas Markwalder [Mon, 23 Feb 2015 16:01:19 +0000 (16:01 +0000)] 
[v4_1_esv] Updated auto-generated files for 4.1-ESV-R11rc2

10 years ago[v4_1_esv] Pre-release tag prep for 4.1-ESV-R11rc2: version #, copyright etc..
Thomas Markwalder [Mon, 23 Feb 2015 15:52:24 +0000 (10:52 -0500)] 
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R11rc2: version #, copyright etc..

10 years ago[v4_1_esv] Updated autogenerated files after rt38677 updates
Thomas Markwalder [Fri, 20 Feb 2015 18:50:53 +0000 (18:50 +0000)] 
[v4_1_esv] Updated autogenerated files after rt38677 updates

10 years ago[v4_1_esv] Fixed compilation error in common/lpf.c
Thomas Markwalder [Fri, 20 Feb 2015 18:47:00 +0000 (13:47 -0500)] 
[v4_1_esv] Fixed compilation error in common/lpf.c

Manually merged changes for rt38677. Subsequent commit will
update autogenerated files.

10 years ago[v4_1_esv] Updated auto-generated files for 4.1-ESV-R11
Thomas Markwalder [Fri, 20 Feb 2015 12:11:06 +0000 (12:11 +0000)] 
[v4_1_esv] Updated auto-generated files for 4.1-ESV-R11

10 years ago[v4_1_esv] Pre-release tag prep for 4.1-ESV-R11: version #, copyright etc..
Thomas Markwalder [Fri, 20 Feb 2015 11:51:44 +0000 (06:51 -0500)] 
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R11: version #, copyright etc..

10 years ago[v4_1_esv] Updated auto-generated files for 4.1-ESV-R11rc1 v4_1_esv_r11rc1
Thomas Markwalder [Mon, 16 Feb 2015 19:57:12 +0000 (19:57 +0000)] 
[v4_1_esv] Updated auto-generated files for 4.1-ESV-R11rc1

10 years ago[v4_1_esv] Pre-release tag prep for 4.1-ESV-R11rc1: version #, copyright etc..
Thomas Markwalder [Mon, 16 Feb 2015 19:50:50 +0000 (14:50 -0500)] 
[v4_1_esv] Pre-release tag prep for 4.1-ESV-R11rc1: version #, copyright etc..

10 years ago[v4_1_esv] Updated autogenerated files for ATF cleanup
Thomas Markwalder [Sat, 14 Feb 2015 15:45:32 +0000 (15:45 +0000)] 
[v4_1_esv] Updated autogenerated files for ATF cleanup

    Last step in merging rt38619

10 years ago[v4_1_esv] ATF usage and documentation cleaned up
Thomas Markwalder [Sat, 14 Feb 2015 15:36:52 +0000 (10:36 -0500)] 
[v4_1_esv] ATF usage and documentation cleaned up

    Manual merge of rt38619 changes, minus autogenerated files

10 years ago[v4_1_esv] Changed doc to describe "abandoned" as a binding state not a statement
Thomas Markwalder [Wed, 11 Feb 2015 14:09:13 +0000 (09:09 -0500)] 
[v4_1_esv] Changed doc to describe "abandoned" as a binding state not a statement

    Merges in rt37501

10 years ago[v4_1_esv] Fixed broken handling of --disable-debug
Thomas Markwalder [Tue, 10 Feb 2015 13:42:10 +0000 (13:42 +0000)] 
[v4_1_esv] Fixed broken handling of --disable-debug

Merges in rt37780.

10 years ago[v4_1_esv] Updated autogen files for v4_1_esv_r11b1 v4_1_esv_r11b1
Thomas Markwalder [Thu, 29 Jan 2015 19:38:07 +0000 (19:38 +0000)] 
[v4_1_esv] Updated autogen files for v4_1_esv_r11b1

10 years ago[v4_1_esv] Updated verioning and copyrights for v4_1_esv_r11b1
Thomas Markwalder [Thu, 29 Jan 2015 19:17:27 +0000 (14:17 -0500)] 
[v4_1_esv] Updated verioning and copyrights for v4_1_esv_r11b1

10 years ago[v4_1_esv] Fixed inconsistencies in setting hop count limit in dhcrelay
Thomas Markwalder [Mon, 19 Jan 2015 18:46:27 +0000 (13:46 -0500)] 
[v4_1_esv] Fixed inconsistencies in setting hop count limit in dhcrelay

    Merges in rt37426.

10 years ago[v4_1_esv] Linux packet handling ignores VLAN packets sent to physical interface
Thomas Markwalder [Thu, 8 Jan 2015 12:50:14 +0000 (07:50 -0500)] 
[v4_1_esv] Linux packet handling ignores VLAN packets sent to physical interface

    Merges in rt37415.

10 years ago[v4_1_esv] Fix debug build broken by 38078
Thomas Markwalder [Thu, 18 Dec 2014 12:43:01 +0000 (07:43 -0500)] 
[v4_1_esv] Fix debug build broken by 38078

    server/dhcpd.c -
        moved declarations of local variable in main(), used by pid file
        logic, outside of debug conditional compilation.

10 years ago[v4_1_esv] Print preferred life and max life as unsigned ints
Shawn Routhier [Thu, 18 Dec 2014 02:30:36 +0000 (18:30 -0800)] 
[v4_1_esv] Print preferred life and max life as unsigned ints

    [rt37084]

    Change how we print the preferred_live and max_life variables
    into envvironment strings in the client code from being a signed
    int to an unsigned int.

10 years ago[v4_1_esv] Move the check for another server to be earlier
Shawn Routhier [Tue, 16 Dec 2014 16:46:40 +0000 (08:46 -0800)] 
[v4_1_esv] Move the check for another server to be earlier

    [rt38078] Move the check for another server to be earlier

    Move the code that checks if there is already a server
    running to be executed earlier in the process.  This
    puts it before the server touches the database which
    should avoid problems with rewriting a database from
    under a running server.

10 years ago[v4_1_esv] Fix typo in dhcp-options.5
Shawn Routhier [Tue, 16 Dec 2014 05:05:34 +0000 (21:05 -0800)] 
[v4_1_esv] Fix typo in dhcp-options.5

Fix typo in dhcp-options.5 to change hostname to domainname.
ticket 37649

10 years ago[v4_1_esv] Don't call pool_timer recusively
Shawn Routhier [Thu, 11 Dec 2014 03:32:43 +0000 (19:32 -0800)] 
[v4_1_esv] Don't call pool_timer recusively

Add a flag to avoid supersede_lease calling pool_timer
recursively when pool_timer can't handle that.
rt38002

10 years ago[v4_1_esv] Server will move FTS_BACKUP to FTS_FREE when pool has no peer
Thomas Markwalder [Wed, 10 Dec 2014 21:32:24 +0000 (16:32 -0500)] 
[v4_1_esv] Server will move FTS_BACKUP to FTS_FREE when pool has no peer

    Merges in rt36960.  Note that for v4_1_esv a new compile switch,
    CONVERT_BACKUP_TO_FREE, was created which must be defined to
    enable the conversion of leases.  It is off by default.

10 years ago[v4_1_esv] Updated common/tests Makefiles to build new unit tests
Thomas Markwalder [Fri, 5 Dec 2014 21:46:48 +0000 (16:46 -0500)] 
[v4_1_esv] Updated common/tests Makefiles to build new unit tests

    Merges in rt20558_b.  This was a manual merge.

10 years ago[v4_1_esv] Fixed concatenation of "Dc" formatted options such as domain-search
tmarkwalder [Tue, 25 Nov 2014 21:48:03 +0000 (16:48 -0500)] 
[v4_1_esv] Fixed concatenation of "Dc" formatted options such as domain-search

    Merges in rt20558.

10 years ago[v4_1_esv] Patch the failover code to avoid deadlocks
Shawn Routhier [Tue, 11 Nov 2014 03:22:24 +0000 (19:22 -0800)] 
[v4_1_esv] Patch the failover code to avoid deadlocks

Patch for 36810 & 20352
This coves several related problems
1) When the primary is in conflict done it allows the secondary to
transition around resolution interrupted and potentical conflict previously
the primary would die on an illegal state.

2) It allows the servers to restart a bind update request.  Previously if
one of the servers sent an udpate request and there died (or had the communications
interrupted) in some states the first server wouldn't retransmit a new
update request and the other server wouldn't send any bind updates. This
was noticed in potential conflict.

3) Updated the state transitions to move the leases on the ack queue
back to the update queue in case of conflict-done as we might need to
retransmit them all.

4) Updated a transition from startup to potentical conflict instead
of resolution interrupted when the servers reconnect during the startup
phase in order to avoid a diffferent dead lock.

10 years ago[v4_1_esv] Fixes compilation error in dst_api.c
Thomas Markwalder [Wed, 5 Nov 2014 18:58:21 +0000 (13:58 -0500)] 
[v4_1_esv] Fixes compilation error in dst_api.c

    Merges in rt37708.

10 years ago[v4_1_esv] Host declaration name can now be used in DNS forward name
Thomas Markwalder [Wed, 5 Nov 2014 12:17:37 +0000 (07:17 -0500)] 
[v4_1_esv] Host declaration name can now be used in DNS forward name

    Merges in rt21323.

11 years ago[v4_1_esv] Use global server-identifier in NAKS when subnet is unknown.
Thomas Markwalder [Tue, 28 Oct 2014 13:52:07 +0000 (09:52 -0400)] 
[v4_1_esv] Use global server-identifier in NAKS when subnet is unknown.

    Merged in a portion of 35958:
    Added else-clause to logic in setup_server_source_address to execute
    global scope statements when packet->shared_network is NULL.  This ensures
    a global definition of server-identifier (if one) will be used.

11 years ago[master] Add use-host-decl-names support to BOOTP
Thomas Markwalder [Mon, 27 Oct 2014 19:51:36 +0000 (15:51 -0400)] 
[master] Add use-host-decl-names support to BOOTP

    Merges in rt36233.

11 years ago[v4_1_esv] Checkum handling fixes
Thomas Markwalder [Thu, 18 Sep 2014 20:31:28 +0000 (16:31 -0400)] 
[v4_1_esv] Checkum handling fixes

    Merges in rt22806

11 years ago[v4_1_esv] Added subnet address validation checks
Thomas Markwalder [Thu, 11 Sep 2014 20:01:22 +0000 (16:01 -0400)] 
[v4_1_esv] Added subnet address validation checks

    Merges in rt32453.

11 years ago[v4_1_esv] Server now supports a failover split value of 256.
Thomas Markwalder [Tue, 9 Sep 2014 11:50:56 +0000 (07:50 -0400)] 
[v4_1_esv] Server now supports a failover split value of 256.

    Merges in rt36664

11 years ago[v4_1_esv] Updated release notes with contributor credit
Thomas Markwalder [Mon, 8 Sep 2014 20:21:29 +0000 (16:21 -0400)] 
[v4_1_esv] Updated release notes with contributor credit

    Added credit to Tobias Stoeckmann to release notes.

11 years ago[v4_1_esv] Corrected right brace detection in parsing
Thomas Markwalder [Mon, 8 Sep 2014 17:41:26 +0000 (13:41 -0400)] 
[v4_1_esv] Corrected right brace detection in parsing

    Merges in rt36021

11 years ago[v4_1_esv] Corrected compilation error in server/failover.c
Thomas Markwalder [Mon, 8 Sep 2014 14:33:58 +0000 (10:33 -0400)] 
[v4_1_esv] Corrected compilation error in server/failover.c

    Missed a MACRO name difference between 4_1 and later versions.

11 years ago[v4_1_esv] Added check for invalid failover message type.
Thomas Markwalder [Mon, 8 Sep 2014 14:31:51 +0000 (10:31 -0400)] 
[v4_1_esv] Added check for invalid failover message type.

    Merges in rt36653

11 years ago[v4_1_esv] Corrected error in UDP bad packet logging
Thomas Markwalder [Mon, 8 Sep 2014 13:48:48 +0000 (09:48 -0400)] 
[v4_1_esv] Corrected error in UDP bad packet logging

    Merges in rt36897, minus the counter reset after every five packets.
    This eliminates the divide-by-zero issue but does not alter the outward
    behavior.

11 years ago[v4_1_esv] Corrects medium impact issues reported by Covertiy
Thomas Markwalder [Thu, 28 Aug 2014 14:10:07 +0000 (10:10 -0400)] 
[v4_1_esv] Corrects medium impact issues reported by Covertiy

    Merges in rt36933:
    server/dhcp.c -
        changes for CID 753050 (31b97ba1bdd4ddf6dd593b434592d0e17f985d0f)
        were not relevant

    server/omapi.c -
        changes for CID 1194735 (5bab149927ea57d0213e3a9f5d8f53ddc4a4bf56)
        were not relevant

11 years ago[v4_1_esv] Corrects high impact issues reported by Coverity.
Thomas Markwalder [Mon, 25 Aug 2014 18:26:56 +0000 (14:26 -0400)] 
[v4_1_esv] Corrects high impact issues reported by Coverity.

    Merges in rt36712

11 years ago[v4_1_esv] Update auto generated files v4_1_esv_r10
Shawn Routhier [Wed, 6 Aug 2014 23:18:08 +0000 (23:18 +0000)] 
[v4_1_esv] Update auto generated files

11 years ago[v4_1_esv] Update for 4.1-ESV-R10
Shawn Routhier [Wed, 6 Aug 2014 23:16:47 +0000 (16:16 -0700)] 
[v4_1_esv] Update for 4.1-ESV-R10

11 years ago[v4_1_esv] Update auto-generated files for 4.1-ESV-R10rc1 v4_1_esv_r10rc1
Shawn Routhier [Mon, 28 Jul 2014 23:28:19 +0000 (23:28 +0000)] 
[v4_1_esv] Update auto-generated files for 4.1-ESV-R10rc1

11 years ago[v4_1_esv] Updates for version 4.1-ESV-R10rc1
Shawn Routhier [Mon, 28 Jul 2014 23:26:54 +0000 (16:26 -0700)] 
[v4_1_esv] Updates for version 4.1-ESV-R10rc1

11 years ago[v4_1_esv] Remove unneeded rcsid and sccsid tags
Shawn Routhier [Wed, 16 Jul 2014 18:35:15 +0000 (11:35 -0700)] 
[v4_1_esv] Remove unneeded rcsid and sccsid tags

11 years ago[v4_1_esv] Add changes since title back in
Shawn Routhier [Tue, 8 Jul 2014 17:42:40 +0000 (10:42 -0700)] 
[v4_1_esv] Add changes since title back in

11 years ago[v4_1_esv] Merged in fix for 36102
Thomas Markwalder [Tue, 8 Jul 2014 17:38:32 +0000 (13:38 -0400)] 
[v4_1_esv] Merged in fix for 36102

36102 - Client scripts were not updatig resolv.conf when reason is
RENEW6 or REBIND6 and mode is stateless.  Note this only affects
the linux and openwrt scripts as only these two flush the interface
of "stale" addresses in PREINIT6
Added release note.

11 years ago[v4_1_esv] Update pointer to ESV web page description
Shawn Routhier [Tue, 8 Jul 2014 16:42:39 +0000 (09:42 -0700)] 
[v4_1_esv] Update pointer to ESV web page description

11 years ago[v4_1_esv] Typos from review
Shawn Routhier [Tue, 8 Jul 2014 03:14:53 +0000 (20:14 -0700)] 
[v4_1_esv] Typos from review

11 years ago[v4_1_esv] Update auto generated files for 4.1-ESV-R10b1 v4_1_esv_r10b1
Shawn Routhier [Wed, 2 Jul 2014 20:15:29 +0000 (20:15 +0000)] 
[v4_1_esv] Update auto generated files for 4.1-ESV-R10b1