summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added cancel timeoutsFrancis Dupont2020-10-141-0/+4
|
* Checkpoint: code done, need testsFrancis Dupont2020-10-132-23/+74
|
* Checkpoint: added start/finish v6onlyFrancis Dupont2020-10-123-1/+87
|
* Added dhcp-options.5 entryFrancis Dupont2020-10-121-0/+8
|
* Added option definitionFrancis Dupont2020-10-124-0/+6
|
* [#117] Fixed gcc 10 compilation issues147-keama-doesn-t-build-on-free-bsd-12-1117-isc-dhcp-does-not-build-with-gcc10Thomas Markwalder2020-10-076-8/+14
| | | | | | | | | | | | | | | 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
* Revert last commitFrancis Dupont2020-09-304-6/+0
|
* Added option definitionorigin/132-feature-request-to-support-ipv6-only-preferred-dhcpv4-optionFrancis Dupont2020-09-305-2/+8
|