2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 05:47:45 +00:00

4445 Commits

Author SHA1 Message Date
Thomas Markwalder
9bb1ce3386 [#13,!7] Updated release note 2019-06-07 11:54:42 -04:00
Thomas Markwalder
dfcbe359ab [#13,!7] Added release note citation 2019-06-07 11:47:50 -04:00
Thomas Markwalder
fce94f06e3 [#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
2019-06-07 11:47:50 -04:00
Thomas Markwalder
cb89a69139 [master] Added a release note 2019-06-07 09:10:18 -04:00
Thomas Markwalder
ebe4f7ae42 [master] Added ping-timeout-ms parameter
Merge branch '10-make-ping-check-timeout-configurable-in-ms-thus-allowing-timeouts-1s'
2019-06-07 08:58:20 -04:00
Thomas Markwalder
5918b49344 [#10,!6] Addressed review comments
server/dhcp.c
    moved log message up

server/dhcpd.conf.5
    fixed missing paragraph marker
2019-06-07 08:16:15 -04:00
Thomas Markwalder
ddb508ac08 [master] Fixed compilation error when NSUPDATE is undefined
Merge branch '16-a-nsupdate-compiling-issue-was-observed'
2019-06-07 08:07:13 -04:00
Thomas Markwalder
650ae59eac [#16,!9] Addressed more review comments 2019-06-06 15:53:44 -04:00
Thomas Markwalder
5df5813d20 [#16,!9] Addressed review comments
Added comments on #endif statements
2019-06-06 13:31:08 -04:00
Suzanne Goldlust
684111f99e Update link in line 707 to link to new website 2019-06-05 12:16:49 -04:00
Thomas Markwalder
b43d8e41c4 [#1,!2] - Updated Release notes 2019-05-16 14:44:55 -04:00
Thomas Markwalder
9ef7858544 [#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.
2019-05-16 14:43:57 -04:00
Thomas Markwalder
1c779d3b51 [#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
2019-05-15 09:39:26 -04:00
Thomas Markwalder
e6eccd10a8 [#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
2019-05-01 15:55:11 -04:00
Tomek Mrugalski
787b8c0368 [master] Added gitlab bug/feature request templates 2019-03-26 15:42:39 +01:00
Tomek Mrugalski
dd23902de8 Addressed review comments 2019-03-26 14:19:55 +01:00
Tomek Mrugalski
228aa40351 Update CONTRIBUTING.md 2019-03-26 06:46:43 -04:00
Tomek Mrugalski
6ee7686045 Update CONTRIBUTING.md 2019-03-26 05:35:11 -04:00
Thomas Markwalder
c07eb44299 [master] Added RELNOTES entry. 2019-03-19 08:45:32 -04:00
Thomas Markwalder
cc35f84943 [master] Avoid Bind9 python dependency
merges [#3,!1] Avoid Bind9 python dependency
2019-03-19 08:36:50 -04:00
Francis Dupont
85ef0d90e2 Fixed server option code point conflict 2018-11-29 16:41:42 +01:00
Francis Dupont
479b929321 Solved conflict 2018-11-29 15:51:59 +01:00
Thomas Markwalder
a5b21e16ff [master] Added configuration parameter, ping-cltt-secs (v4 operation only)
Merges in rt36283.
2018-09-26 11:10:16 -04:00
Thomas Markwalder
cce04313d9 [master] Correct BIND9 dns API call constant
Merges in rt47757
2018-09-26 10:54:45 -04:00
Mark Andrews
08f411623d look for fetch as well as wget 2018-09-17 15:50:56 +10:00
Mark Andrews
e468ff7a03 correctly look for --repo_host= and --repo_path= 2018-09-17 15:37:22 +10:00
Thomas Markwalder
d5118758de [master] Updated release notes. 2018-09-14 13:48:53 -04:00
Thomas Markwalder
8194daabfd [master] Added includes of new BIND9 compatibility headers, updated util/bind.sh
Merges in rt48072.
2018-09-14 13:41:41 -04:00
Francis Dupont
b1ed27b951 Added missing bracket (#47779) 2018-06-13 14:57:54 +02:00
Thomas Markwalder
b12d9105bf [master] f0 sanity check corrections
LICENSE - added MPL text
    README - removed RELEASE STATUS section
    RELNOTES - changed 4.4.x 4.4
v4_4_1_f1
2018-02-21 10:28:20 -05:00
Thomas Markwalder
6c2b1ea5bd [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
v4_4_1
2018-02-20 08:46:55 -05:00
Thomas Markwalder
c5931725b4 [master] Correct buffer overrun in pretty_print_option
Merges in rt47139.
2018-02-10 12:15:27 -05:00
Thomas Markwalder
197b26f253 [master] Corrected refcnt loss in option parsing
Merges in 47140.
2018-02-09 14:46:08 -05:00
Thomas Markwalder
6826003be8 [master] Correct delayed-ack 0 prohibiting active lease updates to lease file
Merges in 47141.
2018-02-09 09:19:54 -05:00
Thomas Markwalder
de964f2271 [master] Add m4/README to distribution tarball to avoid ac_local() fails
Merges in rt47075.
v4_4_0_f1
2018-01-29 11:38:33 -05:00
Thomas Markwalder
075a2f45da [master] Pre-release tag prep for 4.4.0: version #, copyright etc... v4_4_0 2018-01-26 14:01:57 -05:00
Thomas Markwalder
efd3b1e291 [master] Includes DHCP4 option definitions for RFCs 4578,5071, and 5859
Merges in 47062
2018-01-26 13:09:57 -05:00
Thomas Markwalder
b94669fa89 [master] Fixed OpenBSD embedded bind9 build failure
Merges in rt46971
2018-01-12 11:18:50 -05:00
Thomas Markwalder
4832901d6c [master] Removed unused variable in absolute_path()
modified:   common/print.c
2018-01-12 11:02:48 -05:00
Thomas Markwalder
db4e4aa2e4 [master] Fixed relative file name crash
Merges in rt46957
2018-01-12 10:41:37 -05:00
Thomas Markwalder
d394b602d4 [master] Added DAD error checking on BOUND6 to client scripts
Merges in rt46805.
2018-01-12 10:12:41 -05:00
Thomas Markwalder
d638452ea1 [master] Updated match expression man page text and release notes
Merges in 45451.
2018-01-12 09:54:44 -05:00
Francis Dupont
913ec5318c Added missing Kyuafile files 2018-01-11 15:21:05 +01:00
Francis Dupont
662483908c Finishing merge of rt46933 (Kyua) 2018-01-11 15:02:35 +01:00
Thomas Markwalder
7932503f70 [master] Minor release note changes 2018-01-08 11:37:48 -05:00
Thomas Markwalder
65eed5c1b2 [master] fixed a typo in release notes 2018-01-08 11:19:07 -05:00
Thomas Markwalder
4aa6129a5a [master] Pre-release tag prep for 4.4.0b1(f1): version #, copyright etc...
Build f1.
v4_4_0b1_f1
2018-01-05 09:12:35 -05:00
Thomas Markwalder
a804fcc04a [master] Added backward incompatibility warnings to RELNOTES
Merges in rt23252a.
2018-01-05 07:09:05 -05:00
Thomas Markwalder
d8805cee56 [master] Added release notes citation 2018-01-04 07:05:04 -05:00
Thomas Markwalder
9de870cca4 [master] RELNOTES cleanup
Fixed some typos.
Removed duplicates from new features that were acutally part of 4.3.6
Moved a few that were bug fixes to bugs since 4.3.6
Added prominent change to default behavior for new features as appropriate
2018-01-03 08:18:13 -05:00