summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Merged rt38836b (cross compile)Francis Dupont2015-11-171-0/+4
|\
| * rebased on #39300 for HP-UX makeFrancis Dupont2015-04-161-0/+4
| |
* | Finished merge of rt39210 (--with-libbind fixes) (regen required)Francis Dupont2015-11-171-7/+16
|\ \
| * | Addressed comments. Required regenFrancis Dupont2015-11-161-0/+2
| | |
| * | updated (but need regen)Francis Dupont2015-04-171-7/+14
| |/
* | [master] remove extra commaShawn Routhier2015-10-151-1/+1
| |
* | [master] Added dhcpv6 and delayed_ack feature report to configure outputThomas Markwalder2015-10-061-1/+10
| | | | | | | | Merged in rt40381.
* | [master] Pre-release tag prep for 4.3.3: version #, copyright etc...Thomas Markwalder2015-08-261-1/+1
| |
* | [master] Pre-release tag prep for 4.3.3b1: version #, copyright etc...Thomas Markwalder2015-07-301-1/+1
| |
* | [master] LDAP: Pathces, IPv6 support, GSSAPI supportThomas Markwalder2015-07-291-5/+48
| | | | | | | | Merges in 39056.
* | [master] Add support for manipulating lease queues via a binary search.Shawn Routhier2015-05-271-0/+10
|/ | | | | | Add support for manipluating the queues holding leaes for time based events (free, backup, active, expired, abandoned and reserved) via a binary search instead of walking through the linked list.
* [master] Remove dst directory as it was replaced in 4.2.0 by BindShawn Routhier2015-04-151-1/+0
|
* new config option: build ATF stuff from bind [#38754]Francis Dupont2015-04-141-10/+29
|
* back trackFrancis Dupont2015-04-081-8/+8
|
* fixed location messagesFrancis Dupont2015-04-081-8/+8
|
* [master] Pre-release tag prep for 4.3.2: version #, copyright etc...Thomas Markwalder2015-02-261-1/+1
|
* [master] Pre-release tag prep for 4.3.2rc2: version #, copyright etc..Thomas Markwalder2015-02-231-1/+1
| | | | | NOTE: 4.3.2 was awaiting sanity checks when bug rt38677 was reported. 4.3.2rc2 supercedes the initial 4.3.2 attempt.
* [master] Fixed unsupported vlan tag build issueThomas Markwalder2015-02-201-0/+4
| | | | Merges in rt38677
* [master] Pre-release tag prep for 4.3.2: version #, copyright etc..Thomas Markwalder2015-02-191-1/+1
|
* [master] Pre-release tag prep for 4.3.2rc1: version #, copyright etc..Thomas Markwalder2015-02-161-1/+1
|
* [master] ATF usage and documentation cleaned upThomas Markwalder2015-02-141-2/+18
| | | | Merges in rt38619
* [master] Fixed broken handling of --disable-debugThomas Markwalder2015-02-101-8/+10
| | | | Merges in rt37780.
* [master] Versioning updates for v4.3.2b1Thomas Markwalder2015-01-291-1/+1
|
* [master] Updates in prep for 4.3.2.pre-betaThomas Markwalder2015-01-081-1/+1
| | | | Updated version info, etc
* [master] Updates for 4.3.1 finalShawn Routhier2014-08-061-1/+1
|
* [master] Update version stamp for 4.3.1rc1Shawn Routhier2014-07-281-1/+1
|
* [master] Update version stamp for 4.3.1b1Shawn Routhier2014-07-021-1/+1
|
* [master] Add -df option to client code to help share DUIDsShawn Routhier2014-05-161-0/+1
| | | | | | | | | | | Add the "-df <duid file>" option to the client code in order to make it easier to share DUIDs between a v4 instance and a v6 instance. This option instructs the client to search the duid file for a DUID if it didn't find one in the main lease file. In addition add the infrastructure for running ATF tests for the client and write some ATF tests for this patch.
* [master] Add configure option to incude PID in syslog entriesShawn Routhier2014-05-071-0/+10
|
* [master] Update version to 4.3.0Shawn Routhier2014-01-301-1/+1
|
* [master] Update copyright and vesion for 4.3.0rc1Shawn Routhier2014-01-261-1/+1
|
* [master] Update version stamps and such for 4.3.0b1Shawn Routhier2014-01-151-1/+1
|
* [master] Prepare for 4.3.0a1Shawn Routhier2013-12-131-1/+1
| | | | Update vesion stamps, copyright dates and the bind version to use.
* -n [master]Shawn Routhier2013-10-141-81/+43
| | | | Add code to support the standards version of DDNS
* [master]Shawn Routhier2013-06-061-1/+1
| | | | | Change version and dates to make it clear this isn't 4.3.0 if we create a tar ball for test purposes.
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-0/+2
| | | | [ISC-Bugs #33428]
* - Use newer auto* tool packages and turn on RFC_3542 support on Mac OS.Mark Andrews2013-03-281-0/+7
| | | | [ISC-Bugs #26303]
* [master]Shawn Routhier2013-01-161-0/+4
| | | | | | When checking to see if atf is available also check the lib64 directory. [rt32206]
* [master]Shawn Routhier2012-10-111-0/+11
| | | | | | | | | | | [ISC-Bugs #26108] Add a compile time option, enable-secs-byteorder, to deal with clients that do the byte ordering on the secs field incorrectly. This field should be in network byte order but some clients get it wrong. When this option is enabled the server will examine the secs field and if it looks wrong (high byte non zero and low byte zero) swap the bytes. The default is disabled. This option is only useful when doing load balancing within failover.
* [master]Shawn Routhier2012-09-191-1/+1
| | | | Update version stamp to 4.3.0
* [master] Merge branch 'rt25901_atf'Tomek Mrugalski2012-08-141-1/+81
|\ | | | | | | | | Conflicts: configure
| * [rt25901_atf] Added comments to {server,common}/Makefile.am,Tomek Mrugalski2012-08-141-1/+1
| | | | | | | | version reverted from 4.2.0-git to 4.2.0
| * [rt25901_atf] Tweaks in status output in configure.acTomek Mrugalski2012-07-021-3/+4
| |
| * [rt25901_atf] autotool files regeneratedTomek Mrugalski2012-07-021-2/+2
| |
| * [rt25901_atf] Files for Doxygen generation added.Tomek Mrugalski2012-06-301-1/+2
| |
| * [25901_atf] Existing alloc tests in common converted to ATFTomek Mrugalski2012-06-291-1/+0
| |
| * Stephen's patch for ATF path.Tomek Mrugalski2012-03-151-23/+33
| |
| * Support for ATF added in configure.acTomek Mrugalski2012-01-311-0/+69
| |
* | Add a compile time check for the presence of the noreturn attributeShawn Routhier2012-02-161-1/+13
| | | | | | | | | | | | and use it for log_fatal if it's available. This will help code checking programs to eliminate false positives. [ISC-Bugs 27539]
* | Add support for Infiniband over sockets to the server andShawn Routhier2012-02-161-3/+3
|/ | | | | | relay code. We've tested this on Solaris and hope to expand support for Infiniband in the future. This patch also corrects some issues we found in the socket code. [ISC-Bugs #24245]