summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [#229] configure* updated to 4.4.3Tomek Mrugalski2022-03-071-1/+1
|
* copy rights updateWlodek Wencel2022-01-251-1/+1
|
* [#221] Whitespace cleanupTomek Mrugalski2022-01-241-3/+3
|
* [#221] Version bump to 4.4.3Tomek Mrugalski2022-01-241-1/+1
|
* [197] Regen configureFrancis Dupont2022-01-121-1/+1
|
* [197] Regen configureFrancis Dupont2022-01-121-3/+3
|
* [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
* [#71] Fix dhcrelay agent option buffer pointer logicThomas Markwalder2020-01-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* [master] Implement and use new option format type 'k'Thomas Markwalder2019-12-171-1/+1
| | | | Merges in #68.
* [master] Updated bundled Bind9 to 9.11.14Thomas Markwalder2019-12-121-0/+3
| | | | | | | | | | | | bind/Makefile.in bind/bind.tar.gz bind/version.tmp configure configure.ac configure.ac+lt configure.ac-base configure.ac-lt util/bind.sh
* [master] Pre-release tag prep for 4.4.2b1: version #, copyright etc...v4_4_2b1Thomas Markwalder2019-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changes to be committed: modified: LICENSE modified: README modified: RELNOTES modified: client/dhclient.8 modified: common/options.c modified: configure modified: configure.ac modified: configure.ac+lt modified: configure.ac-base modified: configure.ac-lt modified: keama/confparse.c modified: keama/keama.8 modified: keama/keama.c modified: keama/keama.h modified: keama/options.c modified: keama/parse.c modified: server/dhcpd.c modified: util/bind.sh
* [#35,!36] Addressed more review commentsThomas Markwalder2019-12-021-1/+0
| | | | | | | | Minor cleanups: configure configure.ac doc/devel/atf.dox
* [#35,!36] Update ATF use doc and remove support for --with-atf=bindThomas Markwalder2019-11-261-14/+3
| | | | | | | | | | | | modified: RELNOTES bind/Makefile.in configure configure.ac configure.ac+lt configure.ac-base configure.ac-lt doc/devel/atf.dox
* [#64,!35] Restored workThomas Markwalder2019-11-221-0/+1
| | | | Restored cummulative work.
* [master] Avoid Bind9 python dependencyThomas Markwalder2019-03-191-1/+1
| | | | merges [#3,!1] Avoid Bind9 python dependency
* [master] Pre-release tag prep for 4.4.1: version #, copyright etc...v4_4_1Thomas Markwalder2018-02-201-1/+1
| | | | | | | | | | | | | Changes committed: modified: .gitignore modified: README modified: RELNOTES modified: configure modified: configure.ac modified: configure.ac+lt modified: configure.ac-base modified: configure.ac-lt modified: util/bind.sh
* [master] Pre-release tag prep for 4.4.0: version #, copyright etc...v4_4_0Thomas Markwalder2018-01-261-1/+1
|
* Finishing merge of rt46933 (Kyua)Francis Dupont2018-01-111-5/+4
|\
| * Finished: ready for reviewrt46933Francis Dupont2017-12-301-0/+2
| |
| * checkpoint for regenFrancis Dupont2017-12-301-3/+2
| |
* | [master] set enable-relay-port to "no" for config reportingv4_4_0b1Thomas Markwalder2018-01-021-0/+3
| |
* | [master] Pre-release tag prep for 4.4.0b1: version #, copyright etc...Thomas Markwalder2018-01-021-1/+1
|/
* Merged rt44535 (relay port)Francis Dupont2017-12-231-0/+19
|
* [master] Moved delayed-ack fully to runtimeThomas Markwalder2017-12-191-4/+0
| | | | Merges in 42446fd.
* [master] delayed-ack is now compiled in by defaultThomas Markwalder2017-12-131-5/+8
| | | | Merges in rt42444.
* [master] Pre-release tag prep for 4.4.0a1: version #, copyright etc...Thomas Markwalder2017-12-111-1/+1
| | | | | | | | | | Changes to be committed: modified: README modified: RELNOTES modified: configure.ac modified: includes/heap.h modified: includes/t_api.h modified: util/bind.sh
* [45364] Replaced --enable-secs-byteorder with runtime check-secs-byte-orderThomas Markwalder2017-11-291-10/+0
| | | | | | | | | | | | | | | | | | | | | configure.ac removed --enable-secs-byteorder support includes/dhcpd.h added SV_CHECK_SECS_BYTE_ORDER includes/failover.h added extern int check_secs_byte_order server/dhcpd.c postconf_initialization() - added logic to set check_secs_byte_order server/failover.c load_balance_mine() - replaced conditional comp directives with runtime test of check_secs_byte_order Added release note and updated man page.
* [master] Added support for --with-srv-conf-file configuration parameter.Marcin Siodelski2017-05-181-0/+7
| | | | Merged 'rt44765'.
* Merged rt29402c (footprint/libtool)Francis Dupont2016-10-211-6/+89
|\
| * Finished build stuff (still doc to do)Francis Dupont2016-10-071-10/+26
| |
| * Almost done (still aestetic fixes and of course doc, doc, doc)Francis Dupont2016-10-061-9/+29
| |
| * Half fixed recovering (no space handling) (unfinished)Francis Dupont2016-10-061-7/+14
| |
| * Libtoolize build chain (unfinished)Francis Dupont2016-10-061-1/+41
| |
* | Added check for nanosleep in -lrtFrancis Dupont2016-10-151-0/+10
|/
* Finished merge of rt39318 (install embedded bind9 includes and libs)Francis Dupont2016-10-061-0/+7
|\
| * Added --enable-bind-installFrancis Dupont2016-10-051-0/+7
| |
* | [master] Bumped version in configure.ac to 4.4.0-devThomas Markwalder2016-10-041-1/+1
|/
* Solved the --with-libbind vs distchek issueFrancis Dupont2016-10-011-0/+4
|
* Rebased rt43215 to rt43215aFrancis Dupont2016-09-301-5/+4
|
* Finished rebasedFrancis Dupont2016-09-281-10/+24
|
* Rebased to post #43227Francis Dupont2016-09-231-27/+85
|
* Merge rt41973 (util/bindvar.sh errors logged but ignored)Francis Dupont2016-04-271-0/+3
|\
| * Fixed util/bindvar.sh error handlingFrancis Dupont2016-03-181-0/+3
| |
* | [master] Pre-release tag prep for 4.3.4: version #, copyright etc...Thomas Markwalder2016-03-221-1/+1
|/
* [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...Thomas Markwalder2016-03-041-1/+1
|
* [master] Fixed interface device naming for DLPI under Solaris 11Thomas Markwalder2016-02-231-1/+7
| | | | Merges in rt37954.
* Merged rt35711c (DHCPv4-over-DHCPv6 support)Francis Dupont2016-02-231-0/+27
|
* Finished merge of t39262 (DHCP build from another directory)Francis Dupont2016-02-091-11/+24
|\
| * last fixesFrancis Dupont2015-04-181-0/+7
| |
| * checkpoint (fixed unit test make)Francis Dupont2015-04-171-1/+1
| |