summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [!99] replace `hostname` with `uname -n` & `hostnamectl`uname-nChristian Hesse2022-08-101-2/+8
| | | | | | | | | The former belongs to package `inetutils`, which has some security implications, so let's use `uname` from `coreutils` to get the hostname. For *setting* the hostname things are more limited. Let's use `hostnamectl` from `systemd` if available. Fall back to `hostname`, then `sysctl`.
* [#231] typo fixv4_4_3231-final-release-of-4-4-3Wlodek Wencel2022-03-083-5/+5
|
* [#231] 4.4.3 release changesWlodek Wencel2022-03-086-9/+9
|
* Add link/update address for dhcp-users mailing listrelnotes-reviewSuzanne Goldlust2022-03-071-2/+3
|
* Text edits Suzanne Goldlust2022-03-071-38/+37
| | | | dhcp-users@isc.org address in line 24 does not appear to be a valid address, but I'm not sure what it should be instead.
* [#229] added missing entry229-4-4-2-final-release-notesWlodek Wencel2022-03-071-0/+6
|
* [#229] configure* updated to 4.4.3Tomek Mrugalski2022-03-075-24/+36
|
* [#229] Updated release notes and readme to 4.4.3Tomek Mrugalski2022-03-072-6/+6
|
* [#223] Missed one ip_address223-dhcrelay-giaddrTomek Mrugalski2022-03-041-1/+1
|
* [#223] help formatting fixedTomek Mrugalski2022-03-041-3/+3
|
* [#223] Changes after reviewTomek Mrugalski2022-03-041-2/+2
| | | | - smaller buffer, shorted strncmp range
* [#223] Minor editsThomas Markwalder2022-03-042-5/+6
| | | | | Renamed boolean fake_gw -> use_fake_gw Added missing blank line
* [#223] RELNOTES updatedTomek Mrugalski2022-03-041-0/+6
|
* [#223] Added (primitive) unit-testTomek Mrugalski2022-03-041-0/+23
|
* [#223] Resolved test build warningTomek Mrugalski2022-03-041-2/+2
|
* dhcrelay: option to force giaddrJens Elkner2022-03-042-4/+35
| | | | | | | Use option -g ipaddr to replace the giaddr sent to clients with the given ipaddr to workaround bogus clients like Solaris 11 grub which use giaddr instead of the announced router (3) to setup its default route.
* Fix typo reported by user226-docs-trivial-typo-in-dhcpd-conf-5-manpageSuzanne Goldlust2022-02-181-1/+1
|
* [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
|