summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update README to clarify EOL statusHEADmasterVicky Risk2023-03-291-3/+6
|
* fixed typos in RELNOTESWlodek Wencel2022-11-011-4/+4
|
* updated version in configure filesWlodek Wencel2022-11-012-2/+2
|
* generated files updateWlodek Wencel2022-11-0118-2137/+2502
|
* pre release changesWlodek Wencel2022-11-012-7/+7
|
* Update RELNOTESVicky Risk2022-11-011-2/+2
|
* Update RELNOTES (typo on line 38).Vicky Risk2022-11-011-3/+3
|
* [#254] Updated RELNOTESThomas Markwalder2022-11-011-0/+1
|
* [#254] Updated RELNOTES with CVE numberThomas Markwalder2022-11-011-2/+0
|
* [#254] Fixed memory leak in FQDN unpackingThomas Markwalder2022-11-012-4/+9
| | | | | | | | | | RELNOTES Added a release note common/options.c fqdn_universe_decode() - replace returns with gotos to ensure memory is freed on label length errors
* [#253] Updated RELNOTESThomas Markwalder2022-11-011-4/+5
|
* [#253] RELNOTES fixThomas Markwalder2022-11-011-1/+1
|
* [#253] Fix reference count leak in add_optionThomas Markwalder2022-11-013-0/+68
| | | | | | | | | | | RELNOTES Added release note common/options.c add_option() - always dereference the looked up option common/tests/option_unittest.c Added new unit test: ATF_TC_BODY(add_option_ref_cnt, tc)
* Update CVE_draft.mdVicky Risk2022-11-011-2/+98
|
* Update CVE_draft.mdVicky Risk2022-11-011-0/+2
|
* Update CVE communications draft.md, as Peter has clarified he does not want ↵Vicky Risk2022-11-012-161/+95
| | | | the advisory template used here.
* Update CVE advisory draft template.md, formatting fixes, changed from BIND ↵Vicky Risk2022-11-011-67/+69
| | | | to DHCP.
* Add template for cve draftVicky Risk2022-09-081-0/+159
|
* [#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
|