summaryrefslogtreecommitdiff
path: root/relay
Commit message (Collapse)AuthorAgeFilesLines
* [#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] 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.
* regenerated Makefiles for releaseWlodek Wencel2022-01-252-10/+10
|
* copy rights updateWlodek Wencel2022-01-253-4/+4
|
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-2/+2
|
* [#189] ISC address updatedTomek Mrugalski2022-01-203-6/+6
|
* fixed compilation warning190-dhclient-wrong-argument-to-memcpyRazvan Becheriu2022-01-191-2/+2
|
* [#117] Fixed gcc 10 compilation issues147-keama-doesn-t-build-on-free-bsd-12-1117-isc-dhcp-does-not-build-with-gcc10Thomas Markwalder2020-10-071-2/+2
| | | | | | | | | | | | | | | 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
* [#80] Corrected unresolved symbol, dhcpv4o6() in relay_unittests under libtoolv4_4_2_f180-dhcpv4o6-undefined-in-relay-unittests-under-libtoolThomas Markwalder2020-01-212-30/+5
| | | | | | | | Removed dummy func defs, reworked #defines to satisfy symbols. Changes to be committed: modified: relay/dhcrelay.c modified: relay/tests/relay_unittests.c
* [master] Updated auto-generated files for 4.4.2v4_4_2Thomas Markwalder2020-01-171-1/+1
|
* [master] Pre-release tag prep for 4.4.2: version #, copyright etc...Thomas Markwalder2020-01-172-3/+3
| | | | | | | | | | | | | | | | | | | 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
* [#75] Removed trailing spaces71-correct-buffer-pointer-logic-in-dhcrelay-agent-option-functionsThomas Markwalder2020-01-142-3/+3
| | | | | modified: relay/tests/Atffile modified: relay/tests/Makefile.am
* [#71] Addressed review commentsThomas Markwalder2020-01-142-36/+37
| | | | | | | | | | 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] Update auto-generated filesThomas Markwalder2020-01-144-39/+899
| | | | | | | | | | | updated: configure relay/Makefile.am relay/Makefile.in relay/tests/Makefile.am new file: relay/tests/Makefile.in
* [#71] Fix dhcrelay agent option buffer pointer logicThomas Markwalder2020-01-145-25/+512
| | | | | | | | | | | | | | | | | | | | | | | | 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
* [#64,!35] Updated copyrights in log messages64-restoration-workThomas Markwalder2019-11-261-1/+1
|
* [#64,!35] Restored workThomas Markwalder2019-11-222-19/+32
| | | | Restored cummulative work.
* [#15,!10] Minor changes to eliminate warnings under GCC 9Thomas Markwalder2019-06-121-2/+2
| | | | | | | | | | | | | | | | | | added release note common/parse.c parse_warn() - upped format buffer size to squelch warning includes/dhcpd.h struct interface_info - bumped name size by 1 to squelch warning relay/dhcrelay.c request_v4_interface() - replace strncpy with memcpy to squelch warning (len is already checked above it) server/confpars.c parse_failover_peer() - pass token value into log_fatal calls rather than null pointer
* Finishing merge of rt46933 (Kyua)Francis Dupont2018-01-111-0/+1
|\
| * [rt46933] regenFrancis Dupont2017-12-301-0/+1
| |
* | [master] Pre-release tag prep for 4.4.0b1: version #, copyright etc...Thomas Markwalder2018-01-021-2/+2
|/
* Merged rt44535 (relay port)Francis Dupont2017-12-232-4/+170
|
* [master] Output copyright et al with usage in dhcrelayThomas Markwalder2017-11-161-1/+5
| | | | Merges in rt41865.
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-122-8/+8
|
* [master] Optimized if and when DNS client context and ports are inittedThomas Markwalder2017-06-191-2/+1
| | | | Merges in rt45290.
* Merged rt43473 (libtool instal)Francis Dupont2016-11-031-0/+7
|
* Almost done (still aestetic fixes and of course doc, doc, doc)Francis Dupont2016-10-061-6/+7
|
* Libtoolize build chain (unfinished)Francis Dupont2016-10-062-17/+19
|
* Merged rt43246a (fix --enable-threads)Francis Dupont2016-10-061-21/+72
|\
| * Addressed comments about help and versionFrancis Dupont2016-10-051-3/+7
| |
| * Daemonize sooner (code from bind9/named) (rebased)Francis Dupont2016-10-011-18/+65
| |
* | Solved the --with-libbind vs distchek issueFrancis Dupont2016-10-011-0/+1
|/
* Finished rebasedFrancis Dupont2016-09-282-9/+16
|
* [master] Added "-id" command line argument to dhcrelay v4 modeThomas Markwalder2016-08-152-36/+82
| | | | Merges in rt41547b.
* [master] Added -iu command line argument to dhcrelayThomas Markwalder2016-08-102-3/+53
| | | | Merges in 41547a
* [master] Fix typo in dhcrelay for -U error messageShawn Routhier2016-08-011-1/+1
|
* [master] Fix copy and paste error to use remote id instead of circuit idShawn Routhier2016-06-011-1/+1
| | | | | | | | | | Squashed commit of the following: commit 0f8b7fe0a421e3c46ffff69ac0fe47804fc663ec Author: Shawn Routhier <sar@isc.org> Date: Wed Jun 1 09:53:11 2016 -0700 [rt42556] Fix copy and paste error to use remote id instead of circuit id
* [master] Changed dhcrelay v4 command line arg from -u to -Uv4_3_4b1Thomas Markwalder2016-03-072-5/+8
| | | | | Changed the new uplink command line argument for v4 dhcrelay from -u to -U to distinguish it from v6.
* [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...Thomas Markwalder2016-03-042-3/+2
|
* Merged rt35711c (DHCPv4-over-DHCPv6 support)Francis Dupont2016-02-231-0/+4
|
* [master] Add cast of sizeof() to long to make some compilers happyShawn Routhier2016-02-161-1/+1
|
* [master] Fixed coverity issue in dhcrelayThomas Markwalder2016-02-161-2/+15
| | | | Merges in rt41708
* [master] Add link selection suboption support to dhcrelay (RFC 3527)Thomas Markwalder2016-02-102-3/+79
| | | | Merges in rt34875.
* Finished merge of t39262 (DHCP build from another directory)Francis Dupont2016-02-091-0/+2
|\