summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* generated files updateWlodek Wencel2022-11-011-2074/+2403
|
* [#229] configure* updated to 4.4.3Tomek Mrugalski2022-03-071-11/+23
|
* regenerated Makefiles for releaseWlodek Wencel2022-01-251-17/+31
|
* [197] Regen configureFrancis Dupont2022-01-121-1/+1
|
* [197] Regen configureFrancis Dupont2022-01-121-2/+4
|
* [master] Pre-release tag prep for 4.4.2: version #, copyright etc...Thomas Markwalder2020-01-171-10/+10
| | | | | | | | | | | | | | | | | | | 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] Update auto-generated filesThomas Markwalder2020-01-141-13/+1
| | | | | | | | | | | 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-141-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | 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] Pre-release tag prep for 4.4.2b1(f1): version #, copyright etc...v4_4_2b1_f1Thomas Markwalder2019-12-121-13/+1
| | | | | Changes to be committed: modified: configure
* [master] Updated bundled Bind9 to 9.11.14Thomas Markwalder2019-12-121-1/+29
| | | | | | | | | | | | 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-23/+11
| | | | | | | | | | | | | | | | | | | | | | 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-2/+13
| | | | | | | | 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-27/+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-106/+108
| | | | Restored cummulative work.
* [master] Pre-release tag prep for 4.4.1: version #, copyright etc...v4_4_1Thomas Markwalder2018-02-201-10/+10
| | | | | | | | | | | | | 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-10/+10
|
* Finishing merge of rt46933 (Kyua)Francis Dupont2018-01-111-6/+5
|\
| * Finished: ready for reviewrt46933Francis Dupont2017-12-301-0/+2
| |
| * checkpoint for regenFrancis Dupont2017-12-301-4/+3
| |
* | [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-10/+10
|/
* Merged rt44535 (relay port)Francis Dupont2017-12-231-0/+25
|
* [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] Updated auto-generated files for 4.4.0a1v4_4_0a1Thomas Markwalder2017-12-111-10/+10
|
* [45364] Updated auto-generated filesThomas Markwalder2017-11-291-17/+0
| | | | | modified: configure modified: includes/config.h.in
* [master] Added support for --with-srv-conf-file configuration parameter.Marcin Siodelski2017-05-181-0/+16
| | | | Merged 'rt44765'.
* Merged rt29402c (footprint/libtool)Francis Dupont2016-10-211-7/+99
|\
| * Finished build stuff (still doc to do)Francis Dupont2016-10-071-11/+24
| |
| * Almost done (still aestetic fixes and of course doc, doc, doc)Francis Dupont2016-10-061-23/+46
| |
| * Half fixed recovering (no space handling) (unfinished)Francis Dupont2016-10-061-8/+15
| |
| * Libtoolize build chain (unfinished)Francis Dupont2016-10-061-1/+50
| |
* | Added check for nanosleep in -lrtFrancis Dupont2016-10-151-0/+53
|/
* Finished merge of rt39318 (install embedded bind9 includes and libs)Francis Dupont2016-10-061-0/+26
|\
| * Added --enable-bind-installFrancis Dupont2016-10-051-0/+26
| |
* | [master] Bumped version in configure.ac to 4.4.0-devThomas Markwalder2016-10-041-10/+10
|/
* Solved the --with-libbind vs distchek issueFrancis Dupont2016-10-011-0/+18
|
* Rebased rt43215 to rt43215aFrancis Dupont2016-09-301-18/+4
|
* Finished rebasedFrancis Dupont2016-09-281-10/+27
|
* Rebased to post #43227Francis Dupont2016-09-231-29/+122
|
* 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] Updated auto-generated files for 4.3.4v4_3_4Thomas Markwalder2016-03-221-10/+10
|/
* [master] Updated auto-generated files for 4.3.4b1Thomas Markwalder2016-03-041-10/+10
|
* [master] Fixed interface device naming for DLPI under Solaris 11Thomas Markwalder2016-02-231-1/+25
| | | | Merges in rt37954.
* Merged rt35711c (DHCPv4-over-DHCPv6 support)Francis Dupont2016-02-231-0/+34
|
* regenFrancis Dupont2016-02-091-3/+8
|
* Finished merge of t39262 (DHCP build from another directory)Francis Dupont2016-02-091-10/+20
|\
| * regenFrancis Dupont2015-04-181-0/+8
| |