summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup! also dereference nv30-coverity-memory-leaks-in-conf-file-parsingMark Andrews2019-07-101-0/+1
|
* Address memory leaks found by CoverityMark Andrews2019-07-041-0/+11
| | | | CIDs 1448191, 1448193, 1448194, 1448195
* Update CONTRIBUTING.mdThomas Markwalder2019-06-201-1/+1
|
* [#18,!13] Updated bundled bind9 to 9.11.818-bundle-bind9-version-correct-tar-ball-into-the-main-repoThomas Markwalder2019-06-202-1/+1
|
* [#18,!13] Added bind9 tar ball bundle to repoThomas Markwalder2019-06-204-1/+131
| | | | | | | | | | | | | Added BIND9 9.11.7 tarball, our Makefile.in and version.tmp This negates needing to run util/bind.sh, unless you want a specific versio of BIND9. .gitignore - removed bind directory added: bind/Makefile.in bind/bind.tar.gz bind/version.tmp
* [master] GCC 9 compilation errors fixed.Thomas Markwalder2019-06-128-28/+43
|\ | | | | | | Merge branch '15-confpars-c-has-invalid-error-messages-when-memory-allocation-fails'
| * [#15,!10] Updated RELNOTES15-confpars-c-has-invalid-error-messages-when-memory-allocation-failsThomas Markwalder2019-06-121-4/+5
| |
| * [#15,!10] Addressed review commentsThomas Markwalder2019-06-121-4/+4
| |
| * [#15,!10] Addressed review commentsThomas Markwalder2019-06-125-18/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * [#15,!10] Minor changes to eliminate warnings under GCC 9Thomas Markwalder2019-06-125-9/+12
|/ | | | | | | | | | | | | | | | | | 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
* [#13,!7] Updated release note13-dhcp-server-segfaults-when-exceeding-lease-limitThomas Markwalder2019-06-071-3/+3
|
* [#13,!7] Added release note citationThomas Markwalder2019-06-071-0/+2
|
* [#13,!7] Corrected a backwards check in billing class logicThomas Markwalder2019-06-072-4/+8
| | | | | | | | RELNOTES - added a release note. server/dhcp.c ack_lease () - corrected the logic used to capture the billing class name for logging
* [master] Added a release noteThomas Markwalder2019-06-071-2/+10
|
* [master] Added ping-timeout-ms parameterThomas Markwalder2019-06-074-14/+62
|\ | | | | | | Merge branch '10-make-ping-check-timeout-configurable-in-ms-thus-allowing-timeouts-1s'
| * [#10,!6] Addressed review commentsThomas Markwalder2019-06-072-3/+5
| | | | | | | | | | | | | | | | server/dhcp.c moved log message up server/dhcpd.conf.5 fixed missing paragraph marker
| * [#10,!6] Added ping-timeout-ms parameterThomas Markwalder2019-05-014-17/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | [master] Fixed compilation error when NSUPDATE is undefinedThomas Markwalder2019-06-074-12/+29
|\ \ | | | | | | | | | Merge branch '16-a-nsupdate-compiling-issue-was-observed'
| * | [#16,!9] Addressed more review comments16-a-nsupdate-compiling-issue-was-observedThomas Markwalder2019-06-061-6/+6
| | |
| * | [#16,!9] Addressed review commentsThomas Markwalder2019-06-062-7/+12
| | | | | | | | | | | | Added comments on #endif statements
| * | [#16,!9] Added missing NSUPDATE compilation logicThomas Markwalder2019-05-154-3/+15
| |/ | | | | | | | | | | | | | | | | | | 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
* | Update link in line 707 to link to new website17-log-messages-always-additionally-print-to-console-even-in-release-buildsSuzanne Goldlust2019-06-051-2/+2
| |
* | [#1,!2] - Updated Release notes1-orphan-guard-records-with-ddns-dual-stack-mixed-mode-enabledThomas Markwalder2019-05-161-2/+2
| |
* | [#1,!2] Fix server interpretation of guard record results in DSMMThomas Markwalder2019-05-162-3/+30
|/ | | | | | | | Added a release note common/dns.c build_dsmm_fwd_add3() - modified to add a prerequisite when ddns-guard-id-must-match is enabled.
* [master] Added gitlab bug/feature request templatesTomek Mrugalski2019-03-262-0/+120
|
* Addressed review comments4-we-need-a-contributing-md-for-isc-dhcpTomek Mrugalski2019-03-261-12/+18
|
* Update CONTRIBUTING.mdTomek Mrugalski2019-03-261-123/+129
|
* Update CONTRIBUTING.mdTomek Mrugalski2019-03-261-0/+148
|
* [master] Added RELNOTES entry.Thomas Markwalder2019-03-191-0/+5
|
* [master] Avoid Bind9 python dependencyThomas Markwalder2019-03-193-2/+3
| | | | merges [#3,!1] Avoid Bind9 python dependency
* Fixed server option code point conflictFrancis Dupont2018-11-291-9/+9
|\
| * Solved conflictFrancis Dupont2018-11-291-9/+9
|/
* [master] Added configuration parameter, ping-cltt-secs (v4 operation only)Thomas Markwalder2018-09-265-112/+238
| | | | Merges in rt36283.
* [master] Correct BIND9 dns API call constantThomas Markwalder2018-09-262-4/+16
| | | | Merges in rt47757
* look for fetch as well as wgetMark Andrews2018-09-171-12/+24
|
* correctly look for --repo_host= and --repo_path=Mark Andrews2018-09-171-11/+17
|
* [master] Updated release notes.Thomas Markwalder2018-09-141-2/+8
|
* [master] Added includes of new BIND9 compatibility headers, updated util/bind.shThomas Markwalder2018-09-144-12/+39
| | | | Merges in rt48072.
* Added missing bracket (#47779)Francis Dupont2018-06-131-0/+1
|
* [master] f0 sanity check correctionsv4_4_1_f1Thomas Markwalder2018-02-213-44/+369
| | | | | | LICENSE - added MPL text README - removed RELEASE STATUS section RELNOTES - changed 4.4.x 4.4
* [master] Pre-release tag prep for 4.4.1: version #, copyright etc...v4_4_1Thomas Markwalder2018-02-209-22/+24
| | | | | | | | | | | | | 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
* [master] Correct buffer overrun in pretty_print_optionThomas Markwalder2018-02-103-5/+83
| | | | Merges in rt47139.
* [master] Corrected refcnt loss in option parsingThomas Markwalder2018-02-096-7/+128
| | | | Merges in 47140.
* [master] Correct delayed-ack 0 prohibiting active lease updates to lease fileThomas Markwalder2018-02-093-3/+13
| | | | Merges in 47141.
* [master] Add m4/README to distribution tarball to avoid ac_local() failsv4_4_0_f1Thomas Markwalder2018-01-294-2/+11
| | | | Merges in rt47075.
* [master] Pre-release tag prep for 4.4.0: version #, copyright etc...v4_4_0Thomas Markwalder2018-01-2611-24/+25
|
* [master] Includes DHCP4 option definitions for RFCs 4578,5071, and 5859Thomas Markwalder2018-01-264-20/+97
| | | | Merges in 47062
* [master] Fixed OpenBSD embedded bind9 build failureThomas Markwalder2018-01-122-2/+6
| | | | Merges in rt46971
* [master] Removed unused variable in absolute_path()Thomas Markwalder2018-01-121-1/+0
| | | | modified: common/print.c
* [master] Fixed relative file name crashThomas Markwalder2018-01-125-26/+64
| | | | Merges in rt46957