summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [pemensik/dhcp-ldap-gssapi-principal] RELNOTES updatedpemensik/dhcp-ldap-gssapi-principalTomek Mrugalski2022-02-071-0/+5
|
* [(no branch, rebasing pemensik/dhcp-ldap-gssapi-principal)] Do not report ↵Petr Menšík2022-02-071-2/+2
| | | | | | | | | | | | | | missed ldap-gssapi-pricipal as error If DHCP is built with ldap_gssapi support but ldap-gssapi-principal is not set error level messages is written in the logs. This is totally OK to not have the parameter set. Report names of required options, not internal code variables. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1831332 Signed-off-by: Pavel Zhukov <pzhukov@redhat.com> Signed-off-by: Petr Menšík <pemensik@redhat.com>
* [#91] RELNOTES updated91-makej-fixTomek Mrugalski2022-02-041-0/+5
|
* [#91] Applied Sergei's patch to util/Makefile.bind.inTomek Mrugalski2022-02-041-2/+3
|
* [(no branch, rebasing trofi/dhcp-master)] dhcp/bind: build bind1->atf->bind2 ↵Sergei Trofimovich2022-02-041-2/+3
| | | | | | | | | | | | | | | | | | | | | | sequentially All 3 steps are interdependent: - bind1 unpacks bind source - atf builds tests in it - bind2 builds bind Without the dependencies parallel build on -j16 fails as: $ make -j16 -l16 Making all in ./bind make[1]: Entering directory '/build/dhcp-4.4.2-P1/bind' Building BIND libraries - this takes some time. bash: line 6: cd: /build/dhcp-4.4.2-P1/bind/bind-9.11.14/lib/isc: No such file or directory Building isc library in /build/dhcp-4.4.2-P1/bind bash: line 6: cd: /build/dhcp-4.4.2-P1/bind/bind-9.11.14/lib/isc: No such file or directory bash: ./configure: /bin/sh: bad interpreter: Text file busy make[2]: *** [Makefile:42: bind1] Error 126 make[2]: *** Waiting for unfinished jobs....
* addressed reviewrelease-checklistWlodek Wencel2022-01-271-11/+14
|
* release check list addedWlodek Wencel2022-01-271-0/+62
|
* [#182] Corrected CVE: CVE-2021-25217Thomas Markwalder2022-01-253-4/+96
| | | | | | | | | | | | | | 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
|
* regenerated Makefiles for releaseWlodek Wencel2022-01-2516-130/+167
|
* copy rights updateWlodek Wencel2022-01-25167-174/+173
|
* [#221] Minor edits in README221-relnotes-update-4.4.3Tomek Mrugalski2022-01-241-4/+4
| | | | | - including => included - whitespace corrections in RELEASE STATUS
* [#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
|
* Update README - added section on Release status which was in the TOCVicky Risk2022-01-241-2/+8
|
* [#221] README and RELNOTES updated (dhclient,dhcrelay reached EOL)Tomek Mrugalski2022-01-242-91/+48
|
* [#221] Whitespace cleanupTomek Mrugalski2022-01-241-3/+3
|
* [#221] Version bump to 4.4.3Tomek Mrugalski2022-01-241-1/+1
|
* [#221] Added note about contributing anything for client or relayTomek Mrugalski2022-01-241-1/+7
|
* [#76] Added dhcp_timed_connect() function76-add-a-version-of-dhcpctl_wait_completion-that-accepts-a-timeoutThomas Markwalder2022-01-204-16/+144
| | | | | | | | | | | | dhcpctl/cltest2.c Added use of dhcp_timed_connect() dhcpctl/dhcpctl.3 Added entry for dhcp_timed_connect() dhcpctl/dhcpctl.* dhcpctl_timed_connect() - new function dhcp_timed_wait_for_completion() - corrected commentary
* [#76] Updated auto-generted filesThomas Markwalder2022-01-201-62/+96
| | | | modified: dhcpctl/Makefile.in
* [#76] Added new functions to man page dhcpctl/dhcpctl.3Thomas Markwalder2022-01-209-10/+84
| | | | Also updated copyrights
* [#76] Initial implemention to dhcpctl_timed_wait_for_completionThomas Markwalder2022-01-2013-108/+637
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | common/conflex.c includes/dhctoken.h dhcpctl/omshell.c Added support for "disconnect" dhcpctl/cltest.2 - new file that exercizes timed waits and disconnect dhcpctl/Makefile.am.in Added cltest2.c dhcpctl/dhcpctl.* dhcpctl_timed_wait_for_completion() - new function dhcpctl_disconnect() - new function Added debug logging omapip/dispatch.c Added protocol logging omapi_wait_for_completion() Fixed dangling waiter reference omapi_one_dispatch() Added logic to skip emit writefds from select list omapip/support.c Changed annoying DEBUG logs to DEBUG_PROTOCOL
* [#148] Fixed RELNOTES148-omshell-fails-when-using-sha512-256-as-the-optionThomas Markwalder2022-01-201-7/+6
|
* Missing dot in .fiFrancis Dupont2022-01-201-1/+1
|
* [#148] Replaced hard-coded MD5 algorithm name in OMAPI connectionThomas Markwalder2022-01-202-49/+82
| | | | | | | | | 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
* [#103] Removed unnecessary preamble103-license-cleanupTomek Mrugalski2022-01-201-15/+1
|
* [#189] One missed address updated189-isc-address-in-licenseTomek Mrugalski2022-01-201-2/+2
|
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-20119-2983/+2939
|
* [#189] ISC address updatedTomek Mrugalski2022-01-20157-328/+324
|
* [#218] Updated RELNOTES with acknowledgement218-relnotes-updateTomek Mrugalski2022-01-201-1/+2
|
* [#218] Added empty install-exec targetTomek Mrugalski2022-01-202-0/+2
| | | | - as requested by Philip Prindeville for OpenWRT build fix
* [#218] RELNOTES updatedTomek Mrugalski2022-01-201-0/+4
|
* [#218] Update .gitignoreTomek Mrugalski2022-01-201-0/+5
|
* [#218] Imported BIND 9.11.36Tomek Mrugalski2022-01-201-0/+0
|
* [(no branch, rebasing 218-updated-bundled-bind9)] Moved to bind 9.11.36 with ↵Francis Dupont2022-01-204-15/+219
| | | | a fixed kit script
* fixed compilation warning190-dhclient-wrong-argument-to-memcpyRazvan Becheriu2022-01-195-9/+14
|
* [master] Fixed RELNOTES issue numberThomas Markwalder2022-01-121-1/+1
|
* [#77,!53] replace deprecated ifconfig with ipChristian Hesse2022-01-121-1/+1
| | | | | | | | | For linux scripts the deprected ifconfig has been replaced with ip. However there is one leftover, replace that as well. Closes #77 Signed-off-by: Christian Hesse <mail@eworm.de>
* Added a RELNOTES entry197-improve-prng-in-dhclientFrancis Dupont2022-01-121-0/+7
|
* Mixed with srandomdev() BSD codeFrancis Dupont2022-01-121-13/+28
|
* [197] Regen configureFrancis Dupont2022-01-124-4/+4
|
* Added quotesFrancis Dupont2022-01-121-1/+1
|
* [197] Regen configureFrancis Dupont2022-01-124-11/+13
|
* Checkpoint before regenFrancis Dupont2022-01-122-6/+6
|
* [#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-122-2/+6
| | | | | | 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-122-5/+18
| | | | | modified: RELNOTES modified: client/dhclient.c
* Addressed commentslist132-feature-request-to-support-ipv6-only-preferred-dhcpv4-optionFrancis Dupont2020-12-292-5/+5
|
* Added V6ONLY reason to the client script manFrancis Dupont2020-10-141-0/+6
|
* RELNOTES entry proposalFrancis Dupont2020-10-141-0/+7
|