summaryrefslogtreecommitdiff
path: root/RELNOTES
Commit message (Collapse)AuthorAgeFilesLines
* [#223] RELNOTES updatedTomek Mrugalski2022-03-041-0/+6
|
* [pemensik/dhcp-ldap-gssapi-principal] RELNOTES updatedpemensik/dhcp-ldap-gssapi-principalTomek Mrugalski2022-02-071-0/+5
|
* [#91] RELNOTES updated91-makej-fixTomek Mrugalski2022-02-041-0/+5
|
* [#182] Corrected CVE: CVE-2021-25217Thomas Markwalder2022-01-251-2/+9
| | | | | | | | | | | | | | Addressed buffer overwrite in parse_X() Added Release Note common/parse.c parse_X() - reworked to avoid buffer overwrite on over-sized hex literals common/tests/option_unittest.c ATF_TC_BODY(parse_X) - new test which verifies parse_X() logic.
* re-center versionrelease-4-4-3Wlodek Wencel2022-01-251-1/+1
|
* copy rights updateWlodek Wencel2022-01-251-1/+1
|
* [#221] Addressed review comments:Tomek Mrugalski2022-01-241-46/+25
| | | | | | - rephrased PRNG fix explanation (thanks, Suzanne!) - removed duplicate sections (thanks, Francis!) - rewrapped long lines to no cross 80 columns (thanks, Thomas!)
* Update RELNOTESVicky Risk2022-01-241-10/+10
|
* [#221] README and RELNOTES updated (dhclient,dhcrelay reached EOL)Tomek Mrugalski2022-01-241-73/+24
|
* [#148] Fixed RELNOTES148-omshell-fails-when-using-sha512-256-as-the-optionThomas Markwalder2022-01-201-7/+6
|
* [#148] Replaced hard-coded MD5 algorithm name in OMAPI connectionThomas Markwalder2022-01-201-0/+6
| | | | | | | | | omapip/connection.c ctring_from_attribute() - new convenience function for fetching object attribute values as C strings make_dst_key() - modified to use the authenticator object's value for algorithm name
* [#218] Updated RELNOTES with acknowledgement218-relnotes-updateTomek Mrugalski2022-01-201-1/+2
|
* [#218] RELNOTES updatedTomek Mrugalski2022-01-201-0/+4
|
* fixed compilation warning190-dhclient-wrong-argument-to-memcpyRazvan Becheriu2022-01-191-0/+3
|
* [master] Fixed RELNOTES issue numberThomas Markwalder2022-01-121-1/+1
|
* Added a RELNOTES entry197-improve-prng-in-dhclientFrancis Dupont2022-01-121-0/+7
|
* [#92] Max startup lease size now only checked on 32-bit OSes92-isc-dhcp-service-may-not-start-due-dhcp-lease-file-bigger-than-2-gbThomas Markwalder2022-01-121-0/+4
| | | | | | modified: RELNOTES server/confpars.c
* [#123] dhclient no longer declines on client script crashes123-dhclient-runs-out-of-all-available-addresses-in-the-pool-in-case-of-abnormal-script-terminationThomas Markwalder2022-01-121-0/+4
| | | | | modified: RELNOTES modified: client/dhclient.c
* Addressed commentslist132-feature-request-to-support-ipv6-only-preferred-dhcpv4-optionFrancis Dupont2020-12-291-3/+3
|
* RELNOTES entry proposalFrancis Dupont2020-10-141-0/+7
|
* [#117] Fixed gcc 10 compilation issues147-keama-doesn-t-build-on-free-bsd-12-1117-isc-dhcp-does-not-build-with-gcc10Thomas Markwalder2020-10-071-0/+5
| | | | | | | | | | | | | | | 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
* [master] Pre-release tag prep for 4.4.2: version #, copyright etc...Thomas Markwalder2020-01-171-4/+3
| | | | | | | | | | | | | | | | | | | 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
* [#80] Fixed unresolved symbol errors linking relay_unittests with libtool80-new-relay-unit-test-code-fails-to-link-using-libtool-under-fedora-30-centos-8Thomas Markwalder2020-01-171-0/+4
| | | | | modified: RELNOTES modified: relay/tests/relay_unittests.c
* [#71] Addressed review commentsThomas Markwalder2020-01-141-1/+4
| | | | | | | | | | Updated RELNOTES with acks per support request relay/tests/Kyuafile corrected bin name relay/tests/relay_unittests.c Updated commentary and other minor changes
* [#71] Added a release noteThomas Markwalder2020-01-141-0/+4
|
* [#75] Added target interface name to socket init failure logsThomas Markwalder2020-01-141-1/+6
| | | | | | modified: RELNOTES common/socket.c
* [#72] Conditional compile out lease scrub log message72-from-isc-bugs-47555-dhcpd-failover-c-scrubbing-lease-for-emitted-unexpectedlyThomas Markwalder2020-01-141-0/+4
| | | | | | | added a release note server/failover.c scrub_lease() - wrap log message with DEBUG_FAILOVER_MESSAGES
* [#37] Updated doc on server authority and DHCPINFORMsThomas Markwalder2019-12-201-9/+15
| | | | | modified: RELNOTES modified: server/dhcpd.conf.5
* [master] Implement and use new option format type 'k'Thomas Markwalder2019-12-171-0/+7
| | | | Merges in #68.
* [master] Pre-release tag prep for 4.4.2b1: version #, copyright etc...v4_4_2b1Thomas Markwalder2019-12-111-4/+21
| | | | | | | | | | | | | | | | | | | | | | 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
|
* [#51] Fixed a syntax error in ldap.c51-ldap-c-won-t-compile-under-ubuntu-18Thomas Markwalder2019-12-091-0/+4
| | | | | | server/ldap.c - fixed invalid compare to "\0" added a release note
* [#35,!36] Update ATF use doc and remove support for --with-atf=bindThomas Markwalder2019-11-261-0/+5
| | | | | | | | | | | | modified: RELNOTES bind/Makefile.in configure configure.ac configure.ac+lt configure.ac-base configure.ac-lt doc/devel/atf.dox
* [#64,!35] Updated RELNOTES and README.mdThomas Markwalder2019-11-251-0/+5
| | | | Adding mentions of Keama.
* [#64,!35] Restored workThomas Markwalder2019-11-221-7/+57
| | | | Restored cummulative work.
* [#15,!10] Updated RELNOTES15-confpars-c-has-invalid-error-messages-when-memory-allocation-failsThomas Markwalder2019-06-121-4/+5
|
* [#15,!10] Minor changes to eliminate warnings under GCC 9Thomas Markwalder2019-06-121-0/+3
| | | | | | | | | | | | | | | | | | 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-071-0/+4
| | | | | | | | 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] Fixed compilation error when NSUPDATE is undefinedThomas Markwalder2019-06-071-0/+4
|\ | | | | | | Merge branch '16-a-nsupdate-compiling-issue-was-observed'
| * [#16,!9] Added missing NSUPDATE compilation logicThomas Markwalder2019-05-151-0/+4
| | | | | | | | | | | | | | | | | | | | 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
* | [#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-161-1/+9
|/ | | | | | | | 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 RELNOTES entry.Thomas Markwalder2019-03-191-0/+5
|
* [master] Added configuration parameter, ping-cltt-secs (v4 operation only)Thomas Markwalder2018-09-261-2/+7
| | | | Merges in rt36283.
* [master] Correct BIND9 dns API call constantThomas Markwalder2018-09-261-2/+14
| | | | Merges in rt47757
* [master] Updated release notes.Thomas Markwalder2018-09-141-2/+8
|
* [master] f0 sanity check correctionsv4_4_1_f1Thomas Markwalder2018-02-211-1/+1
| | | | | | LICENSE - added MPL text README - removed RELEASE STATUS section RELNOTES - changed 4.4.x 4.4