summaryrefslogtreecommitdiff
path: root/relay/tests/relay_unittests.c
Commit message (Collapse)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
|
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
|
* [#80] Corrected unresolved symbol, dhcpv4o6() in relay_unittests under libtoolv4_4_2_f180-dhcpv4o6-undefined-in-relay-unittests-under-libtoolThomas Markwalder2020-01-211-26/+0
| | | | | | | | Removed dummy func defs, reworked #defines to satisfy symbols. Changes to be committed: modified: relay/dhcrelay.c modified: relay/tests/relay_unittests.c
* [master] Pre-release tag prep for 4.4.2: version #, copyright etc...Thomas Markwalder2020-01-171-1/+1
| | | | | | | | | | | | | | | | | | | 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/+26
| | | | | modified: RELNOTES modified: relay/tests/relay_unittests.c
* [#71] Addressed review commentsThomas Markwalder2020-01-141-35/+36
| | | | | | | | | | 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] Fix dhcrelay agent option buffer pointer logicThomas Markwalder2020-01-141-0/+407
relay/dhcrelay.c Added UNIT_TEST conditionals and such for unit test support strip_relay_agent_options() strip_relay_agent_options() - corrected buffer pointer logic relay/tests/Atffile relay/tests/Kyuafile relay/tests/Makefile.am relay/tests/relay_unittests.c - new unit test files configure.ac-base added relay/tests/Makefile regenerated configure files configure configure.ac configure.ac+lt configure.ac-lt