summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [master] Pre-release tag prep for 4.4.2b1: version #, copyright etc...v4_4_2b1Thomas Markwalder2019-12-1118-48/+54
| | | | | | | | | | | | | | | | | | | | | | 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
* [#28] Added release note28-update-documentation-to-clarify-that-fqdns-configured-in-dhcp-e-g-next-server-are-resolved-onlyThomas Markwalder2019-12-091-0/+5
|
* [#28] Clarify that domain names are only resolved onceThomas Markwalder2019-12-091-2/+9
| | | | common/dhcp-options.5 - added text to ip-address value section.
* [#51] Fixed a syntax error in ldap.c51-ldap-c-won-t-compile-under-ubuntu-18Thomas Markwalder2019-12-092-1/+5
| | | | | | server/ldap.c - fixed invalid compare to "\0" added a release note
* [master] Removed extraneous keama/REAME.md fileThomas Markwalder2019-12-051-53/+0
| | | | deleted: keama/REAME.md
* [#35,!36] Final review comments35-update-instructions-for-getting-and-building-atf-for-unit-testsThomas Markwalder2019-12-021-2/+2
| | | | | typos: doc/devel/atf.dox
* [#35,!36] Addressed more review commentsThomas Markwalder2019-12-023-14/+17
| | | | | | | | Minor cleanups: configure configure.ac doc/devel/atf.dox
* [#35,!36] Addressed review commentsThomas Markwalder2019-12-021-27/+25
| | | | Minor cleanup/typos in doc/devel/atf.dox
* [#35,!36] Update ATF use doc and remove support for --with-atf=bindThomas Markwalder2019-11-268-126/+216
| | | | | | | | | | | | modified: RELNOTES bind/Makefile.in configure configure.ac configure.ac+lt configure.ac-base configure.ac-lt doc/devel/atf.dox
* [#64,!35] Updated copyrights in log messages64-restoration-workThomas Markwalder2019-11-262-2/+2
|
* [#64,!35] Updated RELNOTES and README.mdThomas Markwalder2019-11-252-0/+8
| | | | Adding mentions of Keama.
* [#64,!35] Updated copyright datesThomas Markwalder2019-11-256-6/+6
| | | | | | | | | | modified: common/discover.c includes/omapip/omapip_p.h omapip/errwarn.c server/stables.c util/Makefile.bind.in util/bind.sh
* [#64,!35] Restored workThomas Markwalder2019-11-22509-3721/+33212
| | | | Restored cummulative work.
* [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.