]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
3 years agoAddressed comments list
Francis Dupont [Tue, 29 Dec 2020 15:48:04 +0000 (16:48 +0100)] 
Addressed comments

3 years agoAdded V6ONLY reason to the client script man
Francis Dupont [Wed, 14 Oct 2020 14:39:22 +0000 (16:39 +0200)] 
Added V6ONLY reason to the client script man

3 years agoRELNOTES entry proposal
Francis Dupont [Wed, 14 Oct 2020 14:30:30 +0000 (16:30 +0200)] 
RELNOTES entry proposal

3 years agoAdded cancel timeouts
Francis Dupont [Wed, 14 Oct 2020 14:16:16 +0000 (16:16 +0200)] 
Added cancel timeouts

3 years agoCheckpoint: code done, need tests
Francis Dupont [Tue, 13 Oct 2020 08:15:00 +0000 (10:15 +0200)] 
Checkpoint: code done, need tests

3 years agoCheckpoint: added start/finish v6only
Francis Dupont [Mon, 12 Oct 2020 20:18:33 +0000 (22:18 +0200)] 
Checkpoint: added start/finish v6only

3 years agoAdded dhcp-options.5 entry
Francis Dupont [Mon, 12 Oct 2020 11:57:37 +0000 (13:57 +0200)] 
Added dhcp-options.5 entry

3 years agoAdded option definition
Francis Dupont [Mon, 12 Oct 2020 11:50:46 +0000 (13:50 +0200)] 
Added option definition

3 years ago[#117] Fixed gcc 10 compilation issues
Thomas Markwalder [Thu, 30 Jul 2020 14:01:36 +0000 (10:01 -0400)] 
[#117] Fixed gcc 10 compilation issues

client/dhclient.c
relay/dhcrelay.c
    extern'ed local_port,remote_port

common/discover.c
    init local_port,remote_port to 0

server/mdb.c
    extern'ed dhcp_type_host

server/mdb6.c
    create_prefix6() - eliminated memcpy string overflow error

3 years agoRevert last commit
Francis Dupont [Wed, 30 Sep 2020 13:14:16 +0000 (15:14 +0200)] 
Revert last commit

3 years agoAdded option definition
Francis Dupont [Wed, 30 Sep 2020 12:52:40 +0000 (14:52 +0200)] 
Added option definition

3 years ago[#108] Corrected a typo in dhcpd.conf.5
Thomas Markwalder [Fri, 7 Aug 2020 17:14:12 +0000 (13:14 -0400)] 
[#108] Corrected a typo in dhcpd.conf.5

3 years agoFixed gcc10 build
Francis Dupont [Fri, 3 Jul 2020 13:24:32 +0000 (15:24 +0200)] 
Fixed gcc10 build

3 years ago[#113] Update bind9 branch name
Thomas Markwalder [Wed, 17 Jun 2020 15:18:15 +0000 (11:18 -0400)] 
[#113] Update bind9 branch name

modified:   util/bind.sh

4 years ago[#80] Corrected unresolved symbol, dhcpv4o6() in relay_unittests under libtool v4_4_2_f1
Thomas Markwalder [Tue, 21 Jan 2020 17:40:28 +0000 (12:40 -0500)] 
[#80] Corrected unresolved symbol, dhcpv4o6() in relay_unittests under libtool

Removed dummy func defs, reworked #defines to satisfy symbols.

Changes to be committed:
modified:   relay/dhcrelay.c
modified:   relay/tests/relay_unittests.c

4 years ago[master] Updated auto-generated files for 4.4.2 v4_4_2
Thomas Markwalder [Fri, 17 Jan 2020 20:50:34 +0000 (20:50 +0000)] 
[master] Updated auto-generated files for 4.4.2

4 years ago[master] Pre-release tag prep for 4.4.2: version #, copyright etc...
Thomas Markwalder [Fri, 17 Jan 2020 20:38:12 +0000 (15:38 -0500)] 
[master] Pre-release tag prep for 4.4.2: version #, copyright etc...

 Changes to be committed:
modified:   LICENSE
modified:   README
modified:   RELNOTES
modified:   client/dhclient.c
modified:   common/discover.c
modified:   configure
modified:   configure.ac
modified:   configure.ac+lt
modified:   configure.ac-base
modified:   configure.ac-lt
modified:   relay/dhcrelay.c
modified:   relay/tests/relay_unittests.c
modified:   server/dhcpd.c
modified:   server/failover.c
modified:   util/bind.sh

4 years ago[#80] Fixed unresolved symbol errors linking relay_unittests with libtool
Thomas Markwalder [Fri, 17 Jan 2020 14:08:29 +0000 (09:08 -0500)] 
[#80] Fixed unresolved symbol errors linking relay_unittests with libtool

modified: RELNOTES
modified: relay/tests/relay_unittests.c

4 years ago[#75] Removed trailing spaces
Thomas Markwalder [Tue, 14 Jan 2020 19:25:19 +0000 (14:25 -0500)] 
[#75] Removed trailing spaces

modified:   relay/tests/Atffile
modified:   relay/tests/Makefile.am

4 years ago[#71] Addressed review comments
Thomas Markwalder [Tue, 14 Jan 2020 18:07:08 +0000 (13:07 -0500)] 
[#71] Addressed review comments

Updated RELNOTES with acks per support request

relay/tests/Kyuafile
    corrected bin name

relay/tests/relay_unittests.c
    Updated commentary and other minor changes

4 years ago[#71] Update auto-generated files
Thomas Markwalder [Fri, 20 Dec 2019 19:04:01 +0000 (19:04 +0000)] 
[#71] Update auto-generated files

updated:
configure
relay/Makefile.am
relay/Makefile.in
relay/tests/Makefile.am

new file:
relay/tests/Makefile.in

4 years ago[#71] Added a release note
Thomas Markwalder [Fri, 20 Dec 2019 15:32:39 +0000 (10:32 -0500)] 
[#71] Added a release note

4 years ago[#71] Fix dhcrelay agent option buffer pointer logic
Thomas Markwalder [Fri, 20 Dec 2019 15:11:54 +0000 (10:11 -0500)] 
[#71] Fix dhcrelay agent option buffer pointer logic

relay/dhcrelay.c
    Added UNIT_TEST conditionals and such for unit test support

    strip_relay_agent_options()
    strip_relay_agent_options()
    - corrected buffer pointer logic

relay/tests/Atffile
relay/tests/Kyuafile
relay/tests/Makefile.am
relay/tests/relay_unittests.c
    - new unit test files

configure.ac-base
    added relay/tests/Makefile

regenerated configure files
configure
    configure.ac
    configure.ac+lt
    configure.ac-lt

4 years ago[#75] Updated additional setsockopt logs
Thomas Markwalder [Tue, 14 Jan 2020 13:15:59 +0000 (08:15 -0500)] 
[#75] Updated additional setsockopt logs

modified:   common/socket.c

4 years ago[#75] Addressed review comments
Thomas Markwalder [Tue, 14 Jan 2020 12:20:27 +0000 (07:20 -0500)] 
[#75] Addressed review comments

modified:   common/socket.c
    Added interface name to overlooked v6 log messages.

4 years ago[#75] Added target interface name to socket init failure logs
Thomas Markwalder [Fri, 10 Jan 2020 14:19:53 +0000 (09:19 -0500)] 
[#75] Added target interface name to socket init failure logs

modified:
    RELNOTES
    common/socket.c

4 years ago[#72] Conditional compile out lease scrub log message
Thomas Markwalder [Mon, 6 Jan 2020 16:25:21 +0000 (11:25 -0500)] 
[#72] Conditional compile out lease scrub log message

added a release note

server/failover.c
    scrub_lease() - wrap log message with DEBUG_FAILOVER_MESSAGES

4 years agoUpdate README to remove most notes on compilation for various obsolete OSes as these...
Vicky Risk [Mon, 13 Jan 2020 20:48:28 +0000 (20:48 +0000)] 
Update README to remove most notes on compilation for various obsolete OSes as these instructions are very out of date and possibly misleading.

4 years ago [#37] Updated doc on server authority and DHCPINFORMs
Thomas Markwalder [Fri, 20 Dec 2019 16:26:19 +0000 (16:26 +0000)] 
 [#37] Updated doc on server authority and DHCPINFORMs

            modified:   RELNOTES
            modified:   server/dhcpd.conf.5

4 years ago[master] Pre-release tag prep for 4.4.2b1: version #, copyright etc... v4_4_2b1_f2
Thomas Markwalder [Tue, 17 Dec 2019 19:25:04 +0000 (14:25 -0500)] 
[master] Pre-release tag prep for 4.4.2b1: version #, copyright etc...

 Changes to be committed:
modified:   common/tables.c
modified:   server/ldap.c

4 years ago[master] Implement and use new option format type 'k'
Thomas Markwalder [Tue, 17 Dec 2019 18:59:24 +0000 (13:59 -0500)] 
[master] Implement and use new option format type 'k'

    Merges in #68.

4 years ago[master] Added CONTRIBUTING.md to distribution
Thomas Markwalder [Mon, 16 Dec 2019 20:31:04 +0000 (20:31 +0000)] 
[master] Added CONTRIBUTING.md to distribution

modified:   Makefile.am
modified:   Makefile.in

4 years ago[master] Pre-release tag prep for 4.4.2b1(f1): version #, copyright etc... v4_4_2b1_f1
Thomas Markwalder [Thu, 12 Dec 2019 14:28:09 +0000 (09:28 -0500)] 
[master] Pre-release tag prep for 4.4.2b1(f1): version #, copyright etc...
 Changes to be committed:
modified:   configure

4 years ago[master] Updated bundled Bind9 to 9.11.14
Thomas Markwalder [Thu, 12 Dec 2019 13:18:38 +0000 (08:18 -0500)] 
[master] Updated bundled Bind9 to 9.11.14

bind/Makefile.in
bind/bind.tar.gz
bind/version.tmp
configure
configure.ac
configure.ac+lt
configure.ac-base
configure.ac-lt
util/bind.sh

4 years ago[master] Added missing source files to keama dist list
Thomas Markwalder [Wed, 11 Dec 2019 20:59:18 +0000 (20:59 +0000)] 
[master] Added missing source files to keama dist list

modified:
   keama/Makefile.am
   keama/Makefile.in

4 years ago[master] Pre-release tag prep for 4.4.2b1: version #, copyright etc... v4_4_2b1
Thomas Markwalder [Wed, 11 Dec 2019 17:24:01 +0000 (12:24 -0500)] 
[master] Pre-release tag prep for 4.4.2b1: version #, copyright etc...

 Changes to be committed:
modified:   LICENSE
modified:   README
modified:   RELNOTES
modified:   client/dhclient.8
modified:   common/options.c
modified:   configure
modified:   configure.ac
modified:   configure.ac+lt
modified:   configure.ac-base
modified:   configure.ac-lt
modified:   keama/confparse.c
modified:   keama/keama.8
modified:   keama/keama.c
modified:   keama/keama.h
modified:   keama/options.c
modified:   keama/parse.c
modified:   server/dhcpd.c
modified:   util/bind.sh

4 years ago[#28] Added release note
Thomas Markwalder [Mon, 9 Dec 2019 16:04:27 +0000 (11:04 -0500)] 
[#28] Added release note

4 years ago[#28] Clarify that domain names are only resolved once
Thomas Markwalder [Mon, 9 Dec 2019 15:47:38 +0000 (10:47 -0500)] 
[#28] Clarify that domain names are only resolved once

common/dhcp-options.5 - added text to ip-address value section.

4 years ago[#51] Fixed a syntax error in ldap.c
Thomas Markwalder [Mon, 9 Dec 2019 13:16:58 +0000 (08:16 -0500)] 
[#51] Fixed a syntax error in ldap.c

server/ldap.c - fixed invalid compare to "\0"

added a release note

4 years ago[master] Removed extraneous keama/REAME.md file
Thomas Markwalder [Thu, 5 Dec 2019 20:25:04 +0000 (15:25 -0500)] 
[master] Removed extraneous keama/REAME.md file

    deleted:    keama/REAME.md

4 years ago[#35,!36] Final review comments
Thomas Markwalder [Mon, 2 Dec 2019 20:21:58 +0000 (15:21 -0500)] 
[#35,!36] Final review comments

typos:
    doc/devel/atf.dox

4 years ago[#35,!36] Addressed more review comments
Thomas Markwalder [Mon, 2 Dec 2019 15:34:10 +0000 (10:34 -0500)] 
[#35,!36] Addressed more review comments

Minor cleanups:

    configure
    configure.ac
    doc/devel/atf.dox

4 years ago[#35,!36] Addressed review comments
Thomas Markwalder [Mon, 2 Dec 2019 13:35:51 +0000 (08:35 -0500)] 
[#35,!36] Addressed review comments

Minor cleanup/typos in doc/devel/atf.dox

4 years ago[#35,!36] Update ATF use doc and remove support for --with-atf=bind
Thomas Markwalder [Tue, 26 Nov 2019 19:22:00 +0000 (14:22 -0500)] 
[#35,!36] Update ATF use doc and remove support for --with-atf=bind

modified:
    RELNOTES
    bind/Makefile.in
    configure
    configure.ac
    configure.ac+lt
    configure.ac-base
    configure.ac-lt
    doc/devel/atf.dox

4 years ago[#64,!35] Updated copyrights in log messages
Thomas Markwalder [Tue, 26 Nov 2019 12:02:32 +0000 (07:02 -0500)] 
[#64,!35] Updated copyrights in log messages

4 years ago[#64,!35] Updated RELNOTES and README.md
Thomas Markwalder [Mon, 25 Nov 2019 14:11:57 +0000 (09:11 -0500)] 
[#64,!35] Updated RELNOTES and README.md

    Adding mentions of Keama.

4 years ago[#64,!35] Updated copyright dates
Thomas Markwalder [Mon, 25 Nov 2019 13:53:55 +0000 (08:53 -0500)] 
[#64,!35] Updated copyright dates

modified:
    common/discover.c
    includes/omapip/omapip_p.h
    omapip/errwarn.c
    server/stables.c
    util/Makefile.bind.in
    util/bind.sh

4 years ago[#64,!35] Restored work
Thomas Markwalder [Fri, 22 Nov 2019 18:39:45 +0000 (13:39 -0500)] 
[#64,!35] Restored work

    Restored cummulative work.

4 years ago[master] GCC 9 compilation errors fixed.
Thomas Markwalder [Wed, 12 Jun 2019 14:06:30 +0000 (10:06 -0400)] 
[master] GCC 9 compilation errors fixed.

Merge branch '15-confpars-c-has-invalid-error-messages-when-memory-allocation-fails'

4 years ago[#15,!10] Updated RELNOTES
Thomas Markwalder [Wed, 12 Jun 2019 14:00:28 +0000 (10:00 -0400)] 
[#15,!10] Updated RELNOTES

4 years ago[#15,!10] Addressed review comments
Thomas Markwalder [Wed, 12 Jun 2019 11:06:14 +0000 (07:06 -0400)] 
[#15,!10] Addressed review comments

4 years ago[#15,!10] Addressed review comments
Thomas Markwalder [Tue, 11 Jun 2019 17:38:59 +0000 (13:38 -0400)] 
[#15,!10] Addressed review comments

common/discover.c
    discover_interfaces() - replaced strncpy with memcpy

common/parse.c
    parse_warn() - added final message buffer rather than reuse mbuf,
    pass size into do_percentm call

includes/dhcpd.h
    struct interface_info  - restored size of name

includes/omapip/omapip_p.*
    do_percentm() - added output buffer size parameter

omapip/errwarn.c
    pass size of output buffer into calls to do_percentm

4 years ago[#15,!10] Minor changes to eliminate warnings under GCC 9
Thomas Markwalder [Wed, 15 May 2019 19:31:42 +0000 (15:31 -0400)] 
[#15,!10] Minor changes to eliminate warnings under GCC 9

added release note

common/parse.c
    parse_warn() - upped format buffer size to squelch warning

includes/dhcpd.h
    struct interface_info - bumped name size by 1 to squelch warning

relay/dhcrelay.c
    request_v4_interface() - replace strncpy with memcpy to
    squelch warning (len is already checked above it)

server/confpars.c
    parse_failover_peer() - pass token value into log_fatal
    calls rather than null pointer

4 years ago[#13,!7] Updated release note
Thomas Markwalder [Fri, 7 Jun 2019 15:54:42 +0000 (11:54 -0400)] 
[#13,!7] Updated release note

4 years ago[#13,!7] Added release note citation
Thomas Markwalder [Thu, 16 May 2019 17:29:01 +0000 (13:29 -0400)] 
[#13,!7] Added release note citation

4 years ago[#13,!7] Corrected a backwards check in billing class logic
Thomas Markwalder [Tue, 7 May 2019 19:36:54 +0000 (15:36 -0400)] 
[#13,!7] Corrected a backwards check in billing class logic

RELNOTES - added a release note.

server/dhcp.c
    ack_lease () - corrected the logic used to capture the billing
    class name for logging

4 years ago[master] Added a release note
Thomas Markwalder [Fri, 7 Jun 2019 13:10:18 +0000 (09:10 -0400)] 
[master] Added a release note

4 years ago[master] Added ping-timeout-ms parameter
Thomas Markwalder [Fri, 7 Jun 2019 12:58:20 +0000 (08:58 -0400)] 
[master] Added ping-timeout-ms parameter

    Merge branch '10-make-ping-check-timeout-configurable-in-ms-thus-allowing-timeouts-1s'

4 years ago[#10,!6] Addressed review comments
Thomas Markwalder [Fri, 7 Jun 2019 12:16:15 +0000 (08:16 -0400)] 
[#10,!6] Addressed review comments

server/dhcp.c
    moved log message up

server/dhcpd.conf.5
    fixed missing paragraph marker

4 years ago[master] Fixed compilation error when NSUPDATE is undefined
Thomas Markwalder [Fri, 7 Jun 2019 12:07:13 +0000 (08:07 -0400)] 
[master] Fixed compilation error when NSUPDATE is undefined

    Merge branch '16-a-nsupdate-compiling-issue-was-observed'

4 years ago[#16,!9] Addressed more review comments
Thomas Markwalder [Thu, 6 Jun 2019 19:53:44 +0000 (15:53 -0400)] 
[#16,!9] Addressed more review comments

4 years ago[#16,!9] Addressed review comments
Thomas Markwalder [Thu, 6 Jun 2019 17:31:08 +0000 (13:31 -0400)] 
[#16,!9] Addressed review comments

Added comments on #endif statements

4 years agoUpdate link in line 707 to link to new website
Suzanne Goldlust [Wed, 5 Jun 2019 16:16:49 +0000 (12:16 -0400)] 
Update link in line 707 to link to new website

4 years ago[#1,!2] - Updated Release notes
Thomas Markwalder [Thu, 16 May 2019 18:44:55 +0000 (14:44 -0400)] 
[#1,!2] - Updated Release notes

4 years ago[#1,!2] Fix server interpretation of guard record results in DSMM
Thomas Markwalder [Wed, 20 Mar 2019 17:48:25 +0000 (13:48 -0400)] 
[#1,!2] Fix server interpretation of guard record results in DSMM

Added a release note

common/dns.c
    build_dsmm_fwd_add3() -  modified to add a prerequisite when
    ddns-guard-id-must-match is enabled.

4 years ago[#16,!9] Added missing NSUPDATE compilation logic
Thomas Markwalder [Wed, 15 May 2019 13:39:26 +0000 (09:39 -0400)] 
[#16,!9] Added missing NSUPDATE compilation logic

Added a release note.

client/dhclient.c
    Only include dhclient_ddns_cb_free() if NSUPDATE is defined

includes/omapip/isclib.*
    Only inlucde isc_result_t dns_client_init() if NSUPDATE is defined

4 years ago[#10,!6] Added ping-timeout-ms parameter
Thomas Markwalder [Wed, 1 May 2019 19:55:11 +0000 (15:55 -0400)] 
[#10,!6] Added ping-timeout-ms parameter

You can now use ping-timeout-ms to specify the ping
timeout value in milliseconds.

includes/dhcpd.h
    new defines: SV_PING_TIMEOUT_MS and DEFAULT_PING_TIMEOUT_MS

server/dhcp.c
    do_ping_check() - modified to calculate ping time from
    ping-timeout-ms when its > 0, otherwise use ping-timeout
    Added timeout value to debug log message

server/dhcpd.conf.5
    Added discussion of ping-timeout-ms

server/stables.c
    Added entry for ping-timeout-ms

5 years ago[master] Added gitlab bug/feature request templates
Tomek Mrugalski [Tue, 26 Mar 2019 14:42:39 +0000 (15:42 +0100)] 
[master] Added gitlab bug/feature request templates

5 years agoAddressed review comments
Tomek Mrugalski [Tue, 26 Mar 2019 13:19:55 +0000 (14:19 +0100)] 
Addressed review comments

5 years agoUpdate CONTRIBUTING.md
Tomek Mrugalski [Tue, 26 Mar 2019 10:46:43 +0000 (06:46 -0400)] 
Update CONTRIBUTING.md

5 years agoUpdate CONTRIBUTING.md
Tomek Mrugalski [Tue, 26 Mar 2019 09:35:11 +0000 (05:35 -0400)] 
Update CONTRIBUTING.md

5 years ago[master] Added RELNOTES entry.
Thomas Markwalder [Tue, 19 Mar 2019 12:45:32 +0000 (08:45 -0400)] 
[master] Added RELNOTES entry.

5 years ago[master] Avoid Bind9 python dependency
Thomas Markwalder [Tue, 19 Mar 2019 12:36:50 +0000 (08:36 -0400)] 
[master] Avoid Bind9 python dependency

    merges [#3,!1] Avoid Bind9 python dependency

5 years agoFixed server option code point conflict
Francis Dupont [Thu, 29 Nov 2018 15:41:42 +0000 (16:41 +0100)] 
Fixed server option code point conflict

5 years agoSolved conflict
Francis Dupont [Thu, 29 Nov 2018 14:51:59 +0000 (15:51 +0100)] 
Solved conflict

5 years ago[master] Added configuration parameter, ping-cltt-secs (v4 operation only)
Thomas Markwalder [Wed, 26 Sep 2018 15:10:16 +0000 (11:10 -0400)] 
[master] Added configuration parameter, ping-cltt-secs (v4 operation only)

    Merges in rt36283.

5 years ago[master] Correct BIND9 dns API call constant
Thomas Markwalder [Wed, 26 Sep 2018 14:54:45 +0000 (10:54 -0400)] 
[master] Correct BIND9 dns API call constant

    Merges in rt47757

5 years agolook for fetch as well as wget
Mark Andrews [Mon, 17 Sep 2018 05:50:56 +0000 (15:50 +1000)] 
look for fetch as well as wget

5 years agocorrectly look for --repo_host= and --repo_path=
Mark Andrews [Mon, 17 Sep 2018 05:37:22 +0000 (15:37 +1000)] 
correctly look for --repo_host= and --repo_path=

5 years ago[master] Updated release notes.
Thomas Markwalder [Fri, 14 Sep 2018 17:48:53 +0000 (13:48 -0400)] 
[master] Updated release notes.

5 years ago[master] Added includes of new BIND9 compatibility headers, updated util/bind.sh
Thomas Markwalder [Fri, 14 Sep 2018 17:41:41 +0000 (13:41 -0400)] 
[master] Added includes of new BIND9 compatibility headers, updated util/bind.sh

    Merges in rt48072.

5 years agoAdded missing bracket (#47779)
Francis Dupont [Wed, 13 Jun 2018 12:57:54 +0000 (14:57 +0200)] 
Added missing bracket (#47779)

6 years ago[master] f0 sanity check corrections v4_4_1_f1
Thomas Markwalder [Wed, 21 Feb 2018 15:28:20 +0000 (10:28 -0500)] 
[master] f0 sanity check corrections

    LICENSE - added MPL text
    README - removed RELEASE STATUS section
    RELNOTES - changed 4.4.x 4.4

6 years ago[master] Pre-release tag prep for 4.4.1: version #, copyright etc... v4_4_1
Thomas Markwalder [Tue, 20 Feb 2018 13:46:55 +0000 (08:46 -0500)] 
[master] Pre-release tag prep for 4.4.1: version #, copyright etc...

Changes committed:
    modified:   .gitignore
modified:   README
modified:   RELNOTES
modified:   configure
modified:   configure.ac
modified:   configure.ac+lt
modified:   configure.ac-base
modified:   configure.ac-lt
modified:   util/bind.sh

6 years ago[master] Correct buffer overrun in pretty_print_option
Thomas Markwalder [Sat, 10 Feb 2018 17:15:27 +0000 (12:15 -0500)] 
[master] Correct buffer overrun in pretty_print_option

    Merges in rt47139.

6 years ago[master] Corrected refcnt loss in option parsing
Thomas Markwalder [Fri, 9 Feb 2018 19:46:08 +0000 (14:46 -0500)] 
[master] Corrected refcnt loss in option parsing

    Merges in 47140.

6 years ago[master] Correct delayed-ack 0 prohibiting active lease updates to lease file
Thomas Markwalder [Fri, 9 Feb 2018 14:19:54 +0000 (09:19 -0500)] 
[master] Correct delayed-ack 0 prohibiting active lease updates to lease file

    Merges in 47141.

6 years ago[master] Add m4/README to distribution tarball to avoid ac_local() fails v4_4_0_f1
Thomas Markwalder [Mon, 29 Jan 2018 16:38:33 +0000 (11:38 -0500)] 
[master] Add m4/README to distribution tarball to avoid ac_local() fails

    Merges in rt47075.

6 years ago[master] Pre-release tag prep for 4.4.0: version #, copyright etc... v4_4_0
Thomas Markwalder [Fri, 26 Jan 2018 19:01:57 +0000 (14:01 -0500)] 
[master] Pre-release tag prep for 4.4.0: version #, copyright etc...

6 years ago[master] Includes DHCP4 option definitions for RFCs 4578,5071, and 5859
Thomas Markwalder [Fri, 26 Jan 2018 18:09:57 +0000 (13:09 -0500)] 
[master] Includes DHCP4 option definitions for RFCs 4578,5071, and 5859

    Merges in 47062

6 years ago[master] Fixed OpenBSD embedded bind9 build failure
Thomas Markwalder [Fri, 12 Jan 2018 16:18:50 +0000 (11:18 -0500)] 
[master] Fixed OpenBSD embedded bind9 build failure

    Merges in rt46971

6 years ago[master] Removed unused variable in absolute_path()
Thomas Markwalder [Fri, 12 Jan 2018 16:02:48 +0000 (11:02 -0500)] 
[master] Removed unused variable in absolute_path()

    modified:   common/print.c

6 years ago[master] Fixed relative file name crash
Thomas Markwalder [Fri, 12 Jan 2018 15:41:37 +0000 (10:41 -0500)] 
[master] Fixed relative file name crash

    Merges in rt46957

6 years ago[master] Added DAD error checking on BOUND6 to client scripts
Thomas Markwalder [Fri, 12 Jan 2018 15:12:41 +0000 (10:12 -0500)] 
[master]  Added DAD error checking on BOUND6 to client scripts

    Merges in rt46805.

6 years ago[master] Updated match expression man page text and release notes
Thomas Markwalder [Fri, 12 Jan 2018 14:54:44 +0000 (09:54 -0500)] 
[master] Updated match expression man page text and release notes

    Merges in 45451.

6 years agoAdded missing Kyuafile files
Francis Dupont [Thu, 11 Jan 2018 14:21:05 +0000 (15:21 +0100)] 
Added missing Kyuafile files

6 years agoFinishing merge of rt46933 (Kyua)
Francis Dupont [Thu, 11 Jan 2018 14:02:35 +0000 (15:02 +0100)] 
Finishing merge of rt46933 (Kyua)

6 years ago[master] Minor release note changes
Thomas Markwalder [Mon, 8 Jan 2018 16:37:48 +0000 (11:37 -0500)] 
[master] Minor release note changes

6 years ago[master] fixed a typo in release notes
Thomas Markwalder [Mon, 8 Jan 2018 16:19:07 +0000 (11:19 -0500)] 
[master] fixed a typo in release notes

6 years ago[master] Pre-release tag prep for 4.4.0b1(f1): version #, copyright etc... v4_4_0b1_f1
Thomas Markwalder [Fri, 5 Jan 2018 14:12:35 +0000 (09:12 -0500)] 
[master] Pre-release tag prep for 4.4.0b1(f1): version #, copyright etc...

    Build f1.